@charset "UTF-8";
/* CSS Document */


html,body {
	height:100%;
	background-color:#EFEFEF;
}

p {
	line-height:1.6;
}

.rec10-con p{
	line-height:2;
	/*letter-spacing:0.1em;  どっちが良いか確認*/
}

td {
	line-height:1.5;
}


#header-bg {
	background-color:#FFFFFF;
	padding-top:5px;
}

#wrapper-bg {
	background-color:#FFFFFF;
	padding-top:15px;
	position:relative;
	z-index:1;
}

#head,
#global-menu,
#wrapper,
#wrapper2,
#footer,
#footer2 {
	width:800px;
	margin:0 auto;
}


a.pdf1 {
	padding-left:20px;
	background:url(../images/stocks/pdfmark-white.jpg) left center no-repeat;
}
a.pdf2 {
	padding-left:20px;
	background:url(../images/stocks/pdfmark-yellow.jpg) left center no-repeat;
}




/*ヘッダー*/

#head {
	padding:20px 0;
	height:26px;
	position:relative;
}

ul#head-menu {
	position:absolute;
	right:0;
	top:30px;
}

ul#head-menu li {
	float:left;
	margin-left:10px;
}

ul#head-menu li a{
	padding-left:13px;
	background:url(../images/layout/link-mrk.jpg) left center no-repeat;
}
#global-line {
	width:100%;
	position:relative;
	z-index:100;
	height:66px;
	background:url(../images/layout/global-menu-bg.jpg) repeat-x;
}
#bread-bg {
	width:100%;
	padding:4px 0;
	background:url(../images/layout/bread-bg.gif) repeat;
}
#bread-list {
	width:800px;
	margin:0 auto;
}


/*コンテンツ*/


#wrapper2 {
	background:url(../images/layout/footer2-bg.jpg) repeat-y left;
	padding-bottom:20px;
}

#footer-bg {
	clear:both;
	width:100%;
	background:url(../images/layout/footer-bg.jpg) repeat-x;
}


#footer{
	position:relative;
	padding:55px 0 15px;
}

#footer2{
	position:relative;
	padding:55px 0 15px;
	background:url(../images/layout/footer2-bg.jpg) no-repeat left top;
}

#page-top {
	position:absolute;
	right:0;
	top:17px;
}

ul#footer-menu {
	width:400px;
}

ul#footer-menu li {
	float:left;
}

ul#footer-menu li.second {
	margin-left:10px;
}

ul#footer-menu li a{
	padding-left:13px;
	background:url(../images/layout/link-mrk2.jpg) left center no-repeat;
}

p#copyright {
	text-align:right;
	margin-left:400px;
}



/*HOMEページ*/

.top-img-flash {
	margin-top:15px;
	position:relative;
	z-index:1;
}

div#newsreleas {
	width:480px;
	float:left;
}

#home-menu {
	float:right;
	width:301px;
}


#home-menu li {
	display:inline;
	width:
}

#home-menu img{
	margin-top:10px;	
}
#home-menu img.first{
	margin-top:0px;	
}



/*各カテゴリーのトップページ*/



.top-menu-box {
	clear:both;
	margin:15px 0 0;
	width:800px;
}
.top-menu-box2 {
	clear:both;
	margin:20px 0 0;
	width:800px;
}
.top-menu1 {
	clear:both;
	width:257px;
	float:left;
	margin-right:15px;
}
.top-menu2 {
	width:257px;
	float:left;
}
.top-menu3 {
	width:257px;
	float:right;
}
.sum {
	float:left;
	margin:10px 10px 0 0;
}
.top-menu-box span,
.top-menu-box2 span{
	margin-top:10px;
	line-height:1.3;
	display:block;
}



/*ナンバー付きリスト*/


ol{
	list-style-type:decimal;
	list-style-position:outside;
	margin-left:19px;
}

ol li {
	margin-top:15px;
}

ol {
	padding:5px 0 15px;
}

ol li ul li {
	margin-top:6px;
	font-weight:normal;
}

ol.privacy {
	list-style-type:decimal;
	list-style-position:outside;
	margin-left:25px;
	padding:5px 0 15px;
	
}

ol.substratum {
	list-style-type:decimal;
	list-style-position:outside;
	margin-left:25px;
	padding:5px 0 15px;
	
}	

ul.action{
	margin:0px;
	font-weight:normal;
}


ol.typeI {
	list-style-type:upper-roman;
}

ol.typeI li {
	margin-top:6px;
	font-weight:normal;
}


/*点付きリスト*/

ul.company{
	list-style-type:disc;
	list-style-position:outside;
	margin-left:19px;
}

ul.company li{
	margin-bottom:7px;
}

ul.terms {
	list-style-type:disc;
	list-style-position:outside;
	margin-left:19px;
	padding:0 0 15px;
}

#recruit ul {
	list-style-type:disc;
	list-style-position:outside;
	margin-left:19px;
	padding:0 0 15px;
}

#recruit ul.none {
	margin-left:0;
	padding:0;
	list-style-type:none;
}
#recruit ol{
	list-style-type:decimal;
	list-style-position:outside;
	margin-left:19px;
	padding:0 0 15px;
}

ul.terms li,
#recruit ul li,
#recruit ol li {
	margin-top:7px;
}


/*スポットクラス*/

.bold {
	font-weight:bold;
}

.color-bold {
		font-weight:bold;
		color:#37298b;
}
.color {
		color:#37298b;
}

.underline {
	text-decoration:underline;
}

.content-box p.color-bold2 {
		font-weight:bold;
		color:#37298b;
		margin-top:30px;
}

.content-box p.short {
	margin-top:5px;
}


/*３階層目*/



.next {
	margin-top:30px;
}

#main-contents {
	width:620px;
	min-height:400px;
	float:right;
}

#main-contents-box {
	width:600px;
	padding:15px 0 0 10px;
}

#main-contents-box2 {
	width:580px;
	padding:20px 0 0 20px;
}

#main-contents-box3 {
	width:600px;
	padding:15px 0 0 10px;
}
.content-box {
	width:580px;
	padding-left:10px;
}

.content-box p {
	margin-top:15px;
}



#side-menu {
	width:156px;
	float:left;
	padding:2px 2px 0;
	background-color:#cccccc;
}

#side-menu ul li img{
	display:block;
}

#side-menu ul li {
	display:inline;
	margin:0;
	padding:0;
}

#outlook {
	padding:0 0 5px 15px;
}

.top15 {
	margin-top:15px;
}


#domestic h3,
#overseas h3 {
	clear:both;
	color:#37298b;
	font-weight:bold;
	padding:15px 0 3px;
	border-bottom:#999999 solid 1px;
}

#domestic img,
#overseas img {
	float:right;
	margin-top:15px;
}



.right-img {
	float:right;
	margin-left:15px;
	margin-top:15px;
}


.right{
	text-align:right;
	margin:30px 15px 0;
}

#syaze{
	margin-top:15px;
}

#map {
	margin-top:15px;
}


/*会社概要　ごあいさつ*/

#greeting {
	width:415px;
	float:left;
}
#president {
	width:150px;
	margin-top:20px;
	float:right;
}
#president p {
	margin-top:5px;
	text-align:center;
}



/*テクニカルレポート*/

#tech-menu li{
	width:288px;
	margin:0 2px 2px 0;
	display:block;
	float:left;
}
#tech-menu li a {
	display:block;
	width:263px;
	padding:5px 5px 5px 20px;
	background:#e5e9f3 url(../images/product/tech-mrk.jpg) 3px center no-repeat;
}
.tech-box {
	width:580px;
	padding-left:10px;
}


.tech-box img{
	float:right;
	margin:20px 0 10px 15px;
	_margin:35px 0 10px 15px;
}


*:first-child+html .tech-box img {
	margin:35px 0 10px 15px;
}




.tech-box p {
	margin-top:15px;
}
.tech-box p.rco{
	clear:both;
	float:right;
	margin:15px 0 10px 15px;
}
.tech-box ul {
	list-style-type:disc;
	list-style-position:outside;
	margin-left:19px;
	padding:5px 0 15px;
}

.page-top {
	clear:both;
	text-align:right;
	padding-top:15px;
}

.page-top a {
	padding-left:15px;
	background:url(../images/layout/pagetop-img.jpg) left center no-repeat;
}

.tech-box table {
	border-collapse:collapse;
}

.tech-box th {
	background-color:#eeeeee;
}

.tech-box th,
.tech-box td {
	border:#999999 solid 1px;
	padding:5px;
}

.tech-box ul li {
	margin-top:5px;
}



/*ご利用条件*/


.terms-box {
	clear:both;
	padding-bottom:10px;
}

.terms-box img {
	float:left;
	margin:0 15px 0 0;
}

.terms-box p {
	margin-top:0;
}


/*テーブル関連*/

table#stock th {
	padding:0 10px 5px;
	border-bottom:#37298b solid 2px;
	font-weight:bold;
	color:#37298b;
}


table.newsreleas td {
	padding:10px 10px;
	border-bottom:#999999 dashed 1px;
	vertical-align:top;
}


table#recruit td,
table#stock td,
#stock table.stock td {
	padding:15px 10px;
	border-bottom:#999999 dotted 1px;
	vertical-align:top;
}

table#stock tr.yellow td {
	background-color:#FFF2D4;
}


table.newsreleas td.no-border,
table#recruit td.no-border ,
table#recruit tr.no-border td,
#stock table.stock tr.no-border td,
table#stock tr.no-border td {
	border-bottom:none;
}

table#recruit td.no-border {
	padding-bottom:0;
}


table#stock tr.no-border2 td {
	border-bottom:none;
	background-color:#FFF2D4;
}

#stock1 th,
#stock2 th,
#company th,
#recruit th {
	font-weight:bold;
	padding:10px 10px 3px 0;
	vertical-align:top;
	border-bottom:#999999 1px solid;
}

#stock1 td,
#stock2 td,
#company td,
#recruit th {
	padding:15px 10px 15px 0;
	vertical-align:top;
	border-bottom:#999999 1px dotted;
}

#company td {
	padding:15px 5px 15px 10px;
	vertical-align:top;
	border-bottom:#999999 1px dotted;
}


/*株式情報*/

p.stock {
	margin:10px 10px 0 ;
	color:#37298b;
	font-weight:bold;
}


p.stock2 {
	margin:20px 10px 0 ;
	color:#37298b;
	font-weight:bold;
}

div#stock {
	padding-top:15px;
}






/*環境への取り組み*/

img.top-img {
	margin-top:15px;
}


/*サイトマップ*/

.sitemap-box1 {
	width:580px;
	padding:0;
	background-color:#d8deee;
}

.sitemap-box1 a {
	width:255px;
	padding:5px;
	float:left;
}

.sitemap-box2 {
	clear:both;
	width:280px;
	margin-top:10px;
	float:left;
}

.sitemap-box3 {
	width:280px;
	margin-top:10px;
	float:right;
}

.sitemap-box1 a.link-mrk3 {
	background:url(../images/terms/link-mrk3.gif) left center no-repeat;
	padding-left:20px;
}

.sitemap-box1 a.link-mrk2 {
	background:url(../images/terms/link-mrk2.gif) left center no-repeat;
	padding-left:20px;
	float:right;
}

.sitemap-box2 a.link-mrk2, 
.sitemap-box3 a.link-mrk2 {
	padding:5px 5px 5px 20px;
	width:255px;
	display:block;
	background:url(../images/terms/link-mrk2.gif) left center no-repeat;
	background-color:#d8deee;
}
.sitemap-box2 ul,
.sitemap-box3 ul {
	margin:5px 0 0 5px;
}

.sitemap-box2 ul li,
.sitemap-box3 ul li {
	margin-top:5px;
}

.sitemap-box2 ul li a,
.sitemap-box3 ul li a {
	background:url(../images/terms/link-mrk.gif) left center no-repeat;
	padding:0 0 0 15px;
	display:block;
}

.sitemap-box2 ul li ul li a {
	background:url(../images/terms/link-mrk4.gif) left center no-repeat;
	padding:0 0 0 15px;
	display:block;
}



/*採用情報2010*/

#main-contents div#gradtop-job {
	float:left;
	margin:5px 0 8px;
}

#main-contents div#gradtop-job a {
	display:block;
	background:url(../images/recruit/recruit2010/recruit2011top-jobtype.jpg) right top no-repeat;
	text-decoration:none;
	text-indent:-9999px;
	overflow:hidden;
	width:195px;
	height:270px;
}

#main-contents div#gradtop-job a:hover {
	background:url(../images/recruit/recruit2010/recruit2011top-jobtype-choice.jpg) left top no-repeat;
}



#main-contents div#gradtop-senior {
	margin:5px 0 8px 200px;
}

#main-contents div#gradtop-senior a {
	display:block;
	float:left;
	text-decoration:none;
	text-indent:-9999px;
	overflow:hidden;
	width:100px;
	height:270px;
}

#main-contents div#gradtop-senior a#gradtop-senior1 {
	background:url(../images/recruit/recruit2010/recruit2011top-senior1.jpg)
}

#main-contents div#gradtop-senior a#gradtop-senior2 {
	background:url(../images/recruit/recruit2010/recruit2011top-senior2.jpg)
}

#main-contents div#gradtop-senior a#gradtop-senior3 {
	background:url(../images/recruit/recruit2010/recruit2011top-senior3.jpg)
}

#main-contents div#gradtop-senior a#gradtop-senior4 {
	background:url(../images/recruit/recruit2010/recruit2011top-senior4.jpg)
}

#main-contents div#gradtop-senior a#gradtop-senior1:hover {
	background:url(../images/recruit/recruit2010/recruit2011top-senior1-choice.jpg)
}

#main-contents div#gradtop-senior a#gradtop-senior2:hover {
	background:url(../images/recruit/recruit2010/recruit2011top-senior2-choice.jpg)
}

#main-contents div#gradtop-senior a#gradtop-senior3:hover {
	background:url(../images/recruit/recruit2010/recruit2011top-senior3-choice.jpg)
}

#main-contents div#gradtop-senior a#gradtop-senior4:hover {
	background:url(../images/recruit/recruit2010/recruit2011top-senior4-choice.jpg)
}

#main-contents ul#gradtop-others {
	clear:left;
}

#main-contents ul#gradtop-others li {
	float:left;
}

#main-contents ul#gradtop-others li#gradtop-education,
#main-contents ul#gradtop-others li#gradtop-qanda {
	margin-left:7.5px;
}

#main-contents ul#gradtop-others li a {
	display:block;
	text-decoration:none;
	text-indent:-9999px;
	overflow:hidden;
	width:195px;
	height:85px;
}

li#gradtop-recruitment a {
	background:url(../images/recruit/recruit2010/recruit2011top-recruitment.jpg) right top no-repeat;
}

li#gradtop-education a {
	background:url(../images/recruit/recruit2010/recruit2011top-education.jpg) right top no-repeat;
}

li#gradtop-qanda a {
	background:url(../images/recruit/recruit2010/recruit2011top-qanda.jpg) right top no-repeat;
}

li#gradtop-recruitment a:hover {
	background:url(../images/recruit/recruit2010/recruit2011top-recruitment-choice.jpg) left top no-repeat;
}

li#gradtop-education a:hover {
	background:url(../images/recruit/recruit2010/recruit2011top-education-choice.jpg) left top no-repeat;
}

li#gradtop-qanda a:hover {
	background:url(../images/recruit/recruit2010/recruit2011top-qanda-choice.jpg) left top no-repeat;
}


#rec-senior-top {
	width:576px;
	margin:15px 0 0 20px;
}

#rec-senior-top div img.odd {
	margin-right:16px;
}


#rec-main-contents {
	width:608px;
	padding:15px 6px 0;
}

#rec-main-contents h2 {
	margin:0 0 35px 0;
}

.rec10-con {
	margin-bottom:40px;
	overflow:hidden;
}

.rec10-con h4 img {
	clear:both;
	margin:0 0 16px;
}

.rec10-con img {
	float:right;
	margin-left:20px;
}

.rec10-con img.left {
	float:left;
	margin-right:20px;
	margin-left:0;
}

.rec10-con p {
	text-indent:1em;
	margin-bottom:1.4em;
}

.rec-mate {
	clear:both;
	width:608px;
	margin-bottom:0;
}

.rec-mate div.mate-head {
	margin:0;
	padding:0;
}


.mate-body {
	background:url(../images/recruit/recruit2010/rec-mate-body.jpg) repeat-y;
	width:608px;
	margin:0;
	padding:12px 0;
}

.mate-body img.mate-pic {
	float:left;
	margin:0 0 0 17px;
}

.mate-body div img{
	margin:5px 0 0 18px;
}

.mate-body p {
	margin:10px 0 0 206px;
	padding:0 17px 0 0;
}

.treatment {
	border:#CCCCCC solid 1px;
	margin:16px 0 40px;
	width:600px
}

.treatment td {
	border-right:#CCCCCC dashed 1px;
	border-bottom:#CCCCCC solid 1px;
	border-collapse:collapse;
	padding:10px;
}

.treatment td.tre-odd {
	background-color:#F2F2F2;
	width:90px;
}

#welfare {
	margin:16px 0 0 5px;
	_margin:16px 0 0 2px;
}

#welfare h4 {
	clear:both;
	margin:0 0 10px;
}

#welfare p {
	float:left;
	margin-left:14px;
	_margin-left:7px;
	width:273px;
}

#welfare div img {
	margin:0 0 25px 10px;
}

#qa-contents {
	width:608px;
	padding:15px 6px 0;
}

#qa-contents div {
	clear:both;
	border-bottom:#A6A6A6 dashed 1px;
	border-top:#A6A6A6 dashed 1px;
	margin-bottom:12px;
	width:608px;
} 

#qa-contents div p {
	background-color:#D9EDFF;
	font-size:1.1em;
	font-weight:bold;
	margin:3px;
	padding:10px 0 10px 10px;
}

#qa-contents div p span.question {
	color:#2f2b86;
	font-weight:bold;
	font-size:1.2em;
	margin:0 10px 0 0;
	padding:0;
}


#qa-contents p.answer {
	float:left;
	color:#86332F;
	font-weight:bold;
	font-size:1.3em;
	margin:-2px 14px 0 20px;
	_margin:-4px 14px 0 10px;
}

#qa-contents p.answer-main {
	float:left;
	margin-bottom:50px;
	padding-right:10px;
	width:90%;
}

.no-display {
	display:none;
}


/*クリアーフィックス*/


#main-contents div#gradtop-senior:after,
.sitemap-box1:after,
#tech-menu:after,
.content-box:after,
#wrapper2:after,
#wrapper-bg:after,
.top-menu-box:after,
.top-menu-box2:after,
.top-menu1:after,
.top-menu2:after,
.top-menu3:after,
.sum:after {  
   content: ".";  
   display: block;  
   visibility: hidden;  
   height: 0.1px;  
   font-size: 0.1em;  
   line-height: 0;  
   clear: both;  
}  


.clear {
	clear:both;
}









/**/