@charset "utf-8";
/* CSS Document */

body,div,dl,dt,dd,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {    
     margin:0;   
     padding:0;   
}
body,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	line-height: 1.5em;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	line-height: 24px;
	background-color: #ebeaea;
	padding-left: 5px;
}
body {
	background-color: #d8d5d5;
	background-position: center top;
}
h1{
	color: #333333;	
}
p{
	padding-bottom: 20px;
}


li{
	padding-left: 10px;
	padding-bottom: 10px;
}

/*Top Page*/
#wapper {
	width: 800px;
	height: auto;	
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#site_map{
	width: 785px;
	height: 30px;
	text-align: right;
	padding-right: 15px;
	font-size: 12px;
	line-height: 30px;
	color: #333333;
}


#main_menu {
	width: 792px;
	height: 45px;
	color: #003366;
	padding-left: 4px;
	padding-right: 4px;
	background-color: #FFFFFF;
}

#main_menu ul {
	margin: 0px;
	padding: 0px;
}

#main_menu li.selected{
	background-image: url(../images/menu_active.gif);
}

#main_menu li {
	font-size: 14px;
	text-decoration: none;
	background-color: #FFFFFF;
	text-align: center;
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 45px;
	width: 132px;
	list-style-type: none;
	color: #003366;
	line-height: 45px;
	font-weight: bold;
	background-image: url(../images/menu_basic.gif);
	background-repeat: no-repeat;
}

/*右端のメニューに縦線を付けないための書式*/
#main_menu li.contact_us {
	font-size: 14px;
	text-decoration: none;
	background-color: #FFFFFF;
	text-align: center;
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 45px;
	width: 132px;
	list-style-type: none;
	color: #003366;
	line-height: 45px;
	font-weight: bold;
	background-image: url(../images/menu_basic_right_end.gif);
	background-repeat: no-repeat;	
}
/**************************/

#main_menu li a {
	color: #003366;
	text-decoration: none;
	display: block;
	height: 100%;
	width: 100%;
}

#main_menu li a:visited {
	color: #003366;
}
#main_menu li a:hover {
	color: #333333;
	text-decoration: none;
	background-image: url(../images/menu_hover.gif);
	background-repeat: no-repeat;	
}


#sub_menu {
	width: 800px;
	height: 20px;
	background-color: #FFFFFF;
	clear: left;
}
#header {
	width: 800px;
	height: 250px;
	color: #333333;
	background-color: #ebeaea;
	font-size: 12px;
}


#main1_frame {
	width: 800px;
	height: auto;
	background-color: #FFFFFF;
}
#main1 {
	width: 594px;
	height: auto;	
	font-size: 12px;
	padding-right: 100px;
	padding-left: 100px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 1.4em;
	background-color: #ebeaea;
	margin-left: 3px;
}
#main2_frame {
	width: 800px;
	height: auto;
	background-color: #FFFFFF;
}
#main2 {
	width: 406px;
	height: auto;
	padding-right: 194px;
	padding-left: 194px;
	padding-top: 20px;
	padding-bottom: 30px;
	background-color: #ebeaea;
	margin-left: 3px;
}
#main2_product {
	width: 600px;
	height: auto;
	padding-right: 94px;
	padding-left: 100px;
	padding-top: 20px;
	padding-bottom: 30px;
	background-color: #ebeaea;
	margin-left: 3px;
}

#main3 {
	width: 800px;
	height: 3px;
	background-color: #FFFFFF;
}

#footer {
	width: 800px;
	height: 60px;
	color: #666666;
	/*background-image: url(../images/footer.gif);	*/
	font-size: 9px;
	line-height: 20px;
	text-align: center;
	padding-top: 10px;
}

/*IE6 ハック*/
* html #main3 {
	width: 800px;
	height: 0px;
	background-color: #d8d5d5;
	margin: 0px;
	padding: 0px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
* html #footer {
	width: 800px;
	height: 60px;
	color: #666666;
/*	background-image: url(../images/footer.gif);	*/	
	font-size: 9px;
	line-height: 20px;
	text-align: center;
	padding-top: 0px;
}
/**************************/

/*個人のBio Window用*/
#bio{
	padding: 10px;
	font-size: 12px;
}
/**************************/


.email_contact_text a {
	color: #333333;
	text-decoration: underline;
	line-height: 24px;
	padding: 0px;
}
.email_contact_text a:visited {
	color: #333333;
	text-decoration: none;
}
.email_contact_text a:hover {
	color: #003366;
	text-decoration: underline;
}
.text_bold_12{
	font-weight: bold;
	font-size: 12px;
}
.text_12_padL25_padB10{
	font-size: 12px;
	padding-left: 25px;
	padding-bottom: 10px;
}
.management{
	font-weight: bold;
	font-size: 12px;
	padding-left: 20px;
	padding-bottom: 15px;
}
.management a{
	color: #333333;
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
}
.management a:visited{
	color: #333333;
	text-decoration: underline;	
}
.management a:hover {
	color: #003366;
	text-decoration: underline;
}
.bio{
	padding-bottom: 15px;
}
.bio a{
	color: #333333;
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
}
.bio a:visited{
	color: #333333;
	text-decoration: underline;	
}
.bio a:hover {
	color: #003366;
	text-decoration: underline;
}
.s_link a{
	color: #333333;
	text-decoration: none;	
}
.s_link a:visited{
	color: #333333;
	text-decoration: none;	
}
.s_link a:active {
	color: #333333;
	text-decoration: none;	
}
.s_link a:hover {
	color: #003366;
	text-decoration: underline;
}

h1.body{
	text-indent: 0px;
	font-size:20px;
	line-height: 40px;
	padding-left: 0px;
	height: 40px;
	font-weight: bold;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
h2.body{
	font-size:16px;
	line-height: 32px;
	padding-left: 0px;
	height: 32px;
	font-weight: bold;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.top {
	font-weight: bold;
	font-size: 12px;
	text-align: justify;
	padding-bottom: 20px;
	line-height: 20px;
}

