@charset "utf-8";
/* CSS Document */

h2{
	margin-top:10px;
	font-size:14px;
	font-weight:bold;
	color:#F00;
}

#contents{
	width:980px;
	margin:auto;
	overflow:hidden;
}

#tittle,#tittle1{
	width:800px;
	margin:30px 0 10px;
}

#contents-main{
	float:left;
	width:750px;
	margin:20px 0px;
}

#contents-main p{
	margin-top:16px;
}
/*
#contents-main table{
	width:745px;
	margin:10px 0px;
	border:1px #333333 solid;
	border-collapse:collapse;
}

#contents-main th{
	width:50px;
	padding:8px;
	background-color:#E6FFFF;
	font-size:12px;
	border:1px #333333 solid;
	border-collapse:collapse;
	text-align:center;
}

#contents-main td{
	width:55px;
	padding:8px;
	font-size:11px;
	border:1px #333333 solid;
	border-collapse:collapse;
	text-align:center;
}
*/

.top_table{
	width:745px;
	margin:10px 0px;
	border:1px #333333 solid;
	border-collapse:collapse;
}

.top_table th{
	width:185px;
	padding:8px;
	background-color:#E6FFFF;
	font-size:12px;
	border:1px #333333 solid;
	border-collapse:collapse;
	text-align:center;
}

.top_table td{
	width:280px;
	padding:8px;
	font-size:11px;
	border:1px #333333 solid;
	border-collapse:collapse;
	text-align:center;
}

.bottom_table{
	width:745px;
	margin:10px 0px;
	border:1px #333333 solid;
	border-collapse:collapse;
}

.bottom_table th{
	width:110px;
	padding:8px;
	background-color:#E6FFFF;
	font-size:12px;
	border:1px #333333 solid;
	border-collapse:collapse;
	text-align:center;
}

.bottom_table td{
	width:175px;
	padding:8px;
	font-size:11px;
	border:1px #333333 solid;
	border-collapse:collapse;
	text-align:center;
}

#contents-main ul{
	margin:8px;
}

#contents-main li{
	list-style-type:none;
	text-align:left;
}

#contents-sub{
	width:180px;
	float:right;
	padding:0px 10px;
}

#contents-nav{
	margin:25px 0px 30px;
	list-style:none;
}

#contents-nav li{
	width:180px;
	height:50px;
	margin-bottom:8px;
}

#contents-nav li a{
	display:block;
	width:180px;
	height:0px;
	padding-top:50px;
	overflow:hidden;
	background-image:url(../img/subnav_menu.gif);
	background-repeat:no-repeat;
}

#second-contents-nav{
	width:180px;
	padding:20px 0px;
}

#second-contents-nav li{
	width:180px;
	height:50px;
}

#products-kaigyo a{
	background-position:0px 0px;
}

#products-kaigyo.current a,
#products-kaigyo a:hover{
	background-position:-180px 0px;
}

#products-hoken a{
	background-position:0px -50px;
}

#products-hoken.current a,
#products-hoken a:hover{
	background-position:-180px -50px;
}

#products-kyosai a{
	background-position:0px -100px;
}

#products-kyosai.current a,
#products-kyosai a:hover{
	background-position:-180px -100px;
}

#products-shinkoku a{
	background-position:0px -150px;
}

#products-shinkoku.current a,
#products-shinkoku a:hover{
	background-position:-180px -150px;
}

#products-zeikin a{
	background-position:0px -200px;
}

#products-zeikin.current a,
#products-zeikin a:hover{
	background-position:-180px -200px;
}

#products-kicho a{
	background-position:0px -250px;
}

#products-kicho.current a,
#products-kicho a:hover{
	background-position:-180px -250px;
}

.container{
	width:980px;
	margin:0 auto;
}

.picture{
	margin:0px 3px;
	float:right;
}

.title{
	padding-left:5px;
}