@charset "UTF-8";

/* clearfix */
.clearfix:after {  
	content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
*:first-child+html .clearfix {  
	zoom: 100%;
}


/*-------------------------------------------------
共通
--------------------------------------------------*/

.clearfix + *{
    clear: both;
}

body {
	margin:0;
	padding:0;
	font-size:12px;
	color:#666666;
	line-height:18px;
}

em{ display:none;}

#container{
	width:800px;
	margin:0 auto;
	}

#wrapper{
	margin-top:40px;
	margin-bottom:15px;
	}

a:link {
	color: #345A72;
	text-decoration: none;
}

a:hover {
	color: #345A72;
	text-decoration: underline;
}

#title{ margin-top:25px; margin-bottom:40px; }


/*-------------------------------------------------
ヘッダーメニュー
--------------------------------------------------*/

#haeder{
	}

#headerlogo{
	float:left;
	margin-bottom:15px;
	}

#headermenu{
	float:right;
	width:313px;
	top:12px;
	position:relative;
	}

dt,dd{ margin:0; padding:0 }

dd.header_home{
	width:57px;
	height:16px;
	background-image:url(../images/header_m_home.gif);
	background-repeat:no-repeat;
	float:left;
	}
	
dd.header_company{
	width:84px;
	height:16px;
	background-image:url(../images/header_m_company.gif);
	background-repeat:no-repeat;
	float:left;
	}
	
	
dd.header_access{
	width:77px;
	height:16px;
	background-image:url(../images/header_m_access.gif);
	background-repeat:no-repeat;
	float:left;
	}
	
	
dd.header_contact{
	width:95px;
	height:16px;
	background-image:url(../images/header_m_contact.gif);
	background-repeat:no-repeat;
	float:left;
	}

dd.header_home a{width:57px;height:16px;display:block;}
dd.header_company a{width:84px;height:16px;display:block;}
dd.header_access a{width:77px;height:16px;display:block;}
dd.header_contact a{width:95px;height:16px;display:block;}


dd.header_home a:hover{
	background-image:url(../images/header_m_home_f2.gif);
	background-repeat:no-repeat;
	}
	
dd.header_company a:hover{
	background-image:url(../images/header_m_company_f2.gif);
	background-repeat:no-repeat;
	}
	
	
dd.header_access a:hover{
	background-image:url(../images/header_m_access_f2.gif);
	background-repeat:no-repeat;
	}
	
	
dd.header_contact a:hover{
	background-image:url(../images/header_m_contact_f2.gif);
	background-repeat:no-repeat;
	}

/*-------------------------------------------------
TOP
--------------------------------------------------*/

#top_image{ margin-bottom:25px;}

#top_left{ float:left; width:380px; }
#top_right{ float:right; }

#title_news{ margin-bottom:10px; }
#ban_text{ text-align:center; font-size:10px; margin-top:4px; margin-bottom:18px; }


/*-------------------------------------------------
フッタ
--------------------------------------------------*/

#footer{
	margin-top:25px;
	border-top:1px dotted #CCCCCC;
	padding-top:12px;
	}




/*-------------------------------------------------
NEWS
--------------------------------------------------*/


#news_container{
	width:340px;
	padding:10px;
	}
#date{ font-size:10px; color:#3366CC; }
#news{ margin-bottom:15px; line-height:20px; }


/*-------------------------------------------------
COMPANY
--------------------------------------------------*/

#company_text{ line-height:22px; padding-right:15px;}

.tbl_10_line{ padding:10px; border-bottom:1px dashed #CCCCCC; line-height:16px; border-right:1px dashed #CCCCCC; }

#title_member{ margin-top:25px; margin-bottom:15px; font-size:10px; color:#3366CC; padding:3px 0; background-color:#EEEEEE; }

.name{ margin-bottom:5px; font-size:10px; }
.profile{ margin-bottom:20px; font-size:10px; line-height:16px; color:#999999; }
.name_eng{ color:#4570A3}


/*-------------------------------------------------
ACCCESS
--------------------------------------------------*/

div.access{ margin-bottom:15px; line-height:18px; margin-top:20px; }


/*-------------------------------------------------
CONTACT
--------------------------------------------------*/

.inq_box{padding:7px; background-color:#EBEBEB; border:1px dashed #CCCCCC; }
.inq_box2{padding:7px; border:1px dashed #CCCCCC; }

#thanks{ margin-top:15px; margin-bottom:40px; }





































