/* ebara CSS */

/* フォントサイズ */

.nomal{font-size:12px; color:#666666; line-height:130%; text-decoration: underline; font-family: MS Pゴシック;}
.nomal-b{font-size:12px; color:#000000; line-height:130%; font-family: MS Pゴシック;}
.topt{font-size:12px; color:#000000; line-height:150%; font-family: MS Pゴシック;}
.lead-s
{font-size:12px; color:#666666; line-height:150%; font-family: MS Pゴシック;}


a:link{
color: #4662A4;
text-decoration:none; /*ADD 20100209 weng*/
}
a:visited{
color: #639EFF;
text-decoration:none; /*ADD 20100209 weng*/

}

.lead
{           font-size:12px; 
            color:#666666;
			line-height:150%; 
			font-family: MS Pゴシック;
}

.lead a:Link
{
			font-family: MS Pゴシック;
			font-size: 12px;
			line-height:150%;
			text-decoration : none;
}

.lead a:Visited
{
			font-family: MS Pゴシック;
			font-size: 12px;
			line-height:150%;
			text-decoration : none;
}			

.lead a:Hover
{
			font-family: MS Pゴシック;
			font-size: 12px;
			line-height:150%;
			text-decoration : underline;
}

.lead a:Active
{
			font-family: MS Pゴシック;
			font-size: 12px;
			line-height:150%; 
			text-decoration : none;
}

.s-moji-no {
			font-family: MS Pゴシック;
			font-size: 12px;
			line-height:130%; 
			color:#666666;
			text-decoration : none;
}

.s-moji-no a:Link
{
			font-family: MS Pゴシック;
			font-size: 12px;
			line-height:130%; 
			text-decoration : none;
}

.s-moji-no a:Visited
{
			font-family: MS Pゴシック;
			font-size: 12px;
			line-height:130%;
			text-decoration : none;
}			

.s-moji-no a:Hover
{
			font-family: MS Pゴシック;
			font-size: 12px;
			line-height:130%;
			text-decoration : underline;
}

.s-moji-no a:Active
{
			font-family: MS Pゴシック;
			font-size: 12px;
			line-height:130%;
			text-decoration : none;
}








.nomal-no {
			font-family: MS Pゴシック;
			font-size: 12px;
			line-height:130%; 
			color:#666666;
			text-decoration : none;
}

.nomal-no a:Link
{
			font-family: MS Pゴシック;
			font-size: 12px;
			line-height:130%;
			text-decoration : none;
}

.nomal-no a:Visited
{
			font-family: MS Pゴシック;
			font-size: 12px;
			line-height:130%;
			text-decoration : none;
}			

.nomal-no a:Hover
{
			font-family: MS Pゴシック;
			font-size: 12px;
			line-height:130%;
			text-decoration : underline;
}

.nomal-no a:Active
{
			font-family: MS Pゴシック;
			font-size: 12px;
			line-height:130%;
			text-decoration : none;
}

.nomal-no-blue
{
			font-family: MS Pゴシック;
			font-size: 12px;
			line-height:130%; 
			color:#0E3092;
			text-decoration : none;
}

.nomal-no-orange
{
			font-family: MS Pゴシック;
			font-size: 12px;
			line-height:130%; 
			color:#E87E19;
			text-decoration : none;
}

.s-moji-top {
			font-family: MS Pゴシック;
			font-size: 11px;
			line-height:130%; 
			color:#4662A4;
			text-decoration : underline;
}

.s-moji-top a:Link
{
			font-family: MS Pゴシック;
			font-size: 11px;
			line-height:130%;
			text-decoration : underline;
}

.s-moji-top a:Visited
{
			font-family: MS Pゴシック;
			font-size: 11px;
			line-height:130%; 
			text-decoration : underline;
}			

.s-moji-top a:Hover
{
			font-family: MS Pゴシック;
			font-size: 11px;
			line-height:130%;
			text-decoration : underline;
}

a.s-moji-top a:Active
{
			font-family: MS Pゴシック;
			font-size: 11px;
			line-height:130%;
			text-decoration : underline;
}

.s-moji-no-b
{
			font-family: MS Pゴシック;
			font-size: 11px;
			line-height:130%; 
			color:#333333;
			text-decoration : none;
}

.s-moji-no-aqua
{
			font-family: MS Pゴシック;
			font-size: 12px; /*20100311 font size 11=>12*/
			line-height:130%; 
			color:#00A0C6;
			text-decoration : none;
}


.message-no {
			font-family: MS Pゴシック;
			font-size: 12px;
			line-height:150%; 
			color:#666666;
			text-decoration : none;
}




/* 背景 */

/* 修正　チームラボ　20080918　*/
BODY{
	margin:0px;
	padding:0px;
	background-image:url(../images/body_bg.gif);
	background-repeat:repeat-y;
	background-position:center top;
}
DIV#container{
	background-image:url(../images/contaner_bg.gif);
	background-repeat:no-repeat;
	background-position:center top;
	text-align:center;
}
DIV#outerBg{
	width:756px;
	margin:0px auto 0px auto;
	text-align:left;
}
DIV#header{
	padding-top:15px;
	height:65px;
	text-align:right;
}
DIV#header IMG{
	border:none;
}
DIV#header DIV#headerSearch{
	margin-right:10px;
	height:40px;
}
DIV#header DIV#headerSearch FORM{
	margin:0px;
}
DIV#header INPUT#suggestboxhead{
	margin:0px;
}
DIV#header INPUT.search_btn{
	vertical-align:top;
	margin:0px;
}
/* IE Hack */
*+html body DIV#header INPUT#suggestboxhead{
	margin-right:-5px;
}
* html body DIV#header INPUT#suggestboxhead{
	margin-right:-5px;
}
DIV#header DIV#headerMenu{
	margin:0px 10px 0px 0px;
	height:25px;
}
DIV#header DIV#headerMenu IMG{
	margin-left:10px;
}
DIV#header IMG#headerLogo{
	float:left;
}
DIV#header INPUT.search-text{
	width:150px;
	height:25px;
	border:1px solid #C0BFC4;
}
div#globalMenu {
	height:40px;
	margin-bottom:5px;
}
div#globalMenu ul {
	display:block;
	height:40px;
	margin:0px;
	padding:0px;
	position:relative;
	width:755px;
}
div#globalMenu li, div#globalMenu a {
	margin:0px;
	padding:0px;
	height:40px;
	position:absolute;
	top:0px;
}
div#globalMenu li {
	font-size:0.1em;
	list-style-type:none;
}
div#globalMenu a {
	text-decoration:none;
	text-indent:-999em;
	width:151px;
}
li#globalMenuCompany a {
	background-image:url(../images/mmenu_company.gif);
	left:0px;
}
li#globalMenuProduct a {
	background-image:url(../images/mmenu_product.gif);
	left:151px;
}
li#globalMenuIr a {
	background-image:url(../images/mmenu_ir.gif);
	left:302px;
}
li#globalMenuInquiry a {
	background-image:url(../images/mmenu_inquiry.gif);
	left:453px;
}
li#globalMenuHello a {
	background-image:url(../images/mmenu_hello.gif);
	left:604px;
}
li#globalMenuCompany.current a{
	background-image:url(../images/mmenu_company_current.gif);
}
li#globalMenuProduct.current a{
	background-image:url(../images/mmenu_product_current.gif);
}
li#globalMenuIr.current a{
	background-image:url(../images/mmenu_ir_current.gif);
}
li#globalMenuInquiry.current a{
	background-image:url(../images/mmenu_inquiry_current.gif);
}
li#globalMenuHello.current a{
	background-image:url(../images/mmenu_hello_current.gif);
}
li#globalMenuCompany a:hover,
li#globalMenuProduct a:hover,
li#globalMenuIr a:hover,
li#globalMenuInquiry a:hover,
li#globalMenuHello a:hover
{
	background-position:0px 40px;
}
DIV.contentsContainer{
	width:533px;
}
DIV.contentsContainer H2{
	padding:15px 20px 10px 20px;
	background-image:url(../images/h2_bg.gif);
	background-repeat:no-repeat;
	font-size:small;
	font-weight:normal;
	color:#000000;
}
DIV.contentsContainer H3{
	padding:0px 0px 5px 5px;
	border-left:5px solid #000000;
	background-image:url(../images/line5.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	font-size:small;
	font-weight:normal;
	color:#000000;
}
.linkLine A:visited,
.linkLine A:link{
	text-decoration:underline;
}
.linkLine A:hover{
	text-decoration:none;
}




.content      {background-image:url(../images/content_backg.gif);
            background-repeat:repeat-x;
}
.content2      {background-image:url(../images/content_backg2.gif);
            background-repeat:repeat-x;
}

.footer      {background-image:url(../images/footer_backg.gif);
            background-repeat:repeat-x;
}






/* テーブル */
.mode01 {
border: solid 1px #ffffff;
border-collapse: separate;
font-size:12px;
line-height:130%;
color:#ffffff;
padding:2px;
border:1px solid #ffffff;
background-color : #7D99C2;
}

.mode02 {
border: solid 1px #ffffff;
border-collapse: separate;
font-size:12px;
line-height:130%;
color:#656565;
padding:2px;
border:1px solid #ffffff;
background-color : #F2F2F2;
}

.mode03 {
border: solid 1px #ffffff;
border-collapse: separate;
font-size:12px;
line-height:130%;
color:#656565;
padding:2px;
border:1px solid #ffffff;
background-color : #ffffff;
}

.mode04 {
border: solid 1px #ffffff;
border-collapse: separate;
font-size:12px;
line-height:130%;
color:#ffffff;
padding:2px;
border:1px solid #ffffff;
background-color : #A5B7D5;
}

.mode05 {
border: solid 1px #ffffff;
border-collapse: separate;
font-size:12px;
line-height:130%;
color:#656565;
padding:2px;
border:1px solid #ffffff;
background-color : #EBEBEB;
}

.mode06 {
border: solid 1px #ffffff;
border-collapse: separate;
font-size:12px;
line-height:130%;
color:#656565;
padding:5px;
border:1px solid #ffffff;
background-color : #F2F2F2;
}

.mode07 {
border: solid 1px #ffffff;
border-collapse: separate;
font-size:12px;
line-height:130%;
color:#ffffff;
padding:3px;
border:1px solid #ffffff;
background-color : #cccccc;
}

.mode08 {
border: solid 1px #ffffff;
border-collapse: separate;
font-size:12px;
line-height:130%;
color:#656565;
padding:3px;
border:1px solid #ffffff;
background-color : #F2F2F2;
}

/*20100312 ADD WENG*/
.mode09 {
border: solid 1px #ffffff;
border-collapse: separate;
font-size:12px;
font-weight: 500;
line-height:130%;
color:#656565;
padding:3px;
border:1px solid #ffffff;
background-color : #F2F2F2;
text-align: center;
}


/*20100315 ADD WENG*/
.s-moji-no-small {
			font-family: MS Pゴシック;
			font-size: 11px;
			line-height:130%; 
			color:#666666;
			text-decoration : none;
}

.s-moji-no-small a:Link
{
			font-family: MS Pゴシック;
			font-size: 11px;
			line-height:130%; 
			text-decoration : none;
}

.s-moji-no-small a:Visited
{
			font-family: MS Pゴシック;
			font-size: 11px;
			line-height:130%;
			text-decoration : none;
}			

.s-moji-no-small a:Hover
{
			font-family: MS Pゴシック;
			font-size: 11px;
			line-height:130%;
			text-decoration : underline;
}

.s-moji-no-small a:Active
{
			font-family: MS Pゴシック;
			font-size: 11px;
			line-height:130%;
			text-decoration : none;
}




