@charset "shift_jis";

*{
	margin:0px;
	padding:0px;
}

html,body{
	margin:0px;
	padding:0px;
}
img{
	border:none;
}

li{
	list-style:none;
}

table th{
	font-size:100%;
}

table td {
	font-size:100%;
}

/* link start */
a{
	color:#000000;
	font-style:normal;
	text-decoration:none;
	border:0px;
}

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

a:visited{
	color:#000000;
	text-decoration:none;
}

a:hover{
	color:#f8a85a;
	text-decoration:none;
}

a:hover img.rollover{
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: galpha( opacity=80 )h;
}

a:active{
	color:#f8a85a;
	text-decoration:none;
}

/* link end */

body{
	margin:0px
	padding:0px;
	line-height:20px;
	font-size:13px;
	background-color:#d7eeff;
	color:#000000;
}

/* top_line */
#top_line{
	width:950px;
	height:21px;
	margin:30px auto 0px auto;
	padding:0px;
}

#maincontents{
	width:930px;
	margin:0 auto;
	padding:0px 9px 0px 9px;
	background-color:#ffffff;
	border-left:solid 1px #dedbdb;
	border-right:solid 1px #dedbdb;
}

/* header */
#header{
	width:930px;
	margin:0px auto 15px auto;
}

#header h1{
	font-size:12px;
	font-weight:normal;
	width:930px;
	margin-bottom:6px;
}

/* menu */
#menu{
	width:930px;
	margin:auto;
}

#menu li{
	width:186px;
	height:50px;
	float:left;
	list-style-type:none;
}

/* contents */
#contents{
	width:930px;
	margin:0 auto;
	padding-top:20px;
	background-color:#ffffff;
}

#contents_left{
	width:650px;
	float:left;
	background-color:#ffffff;
}

.contents_box{
	width:650px;
	margin:20px 0px;
}

.pro_area{
	width:300px;
	margin:0px 12px 0px 12px;
	float:left;
}

.pro_area img{
	display:block;
	margin:0 auto;
}

.pro_area text{
	width:300px;
}

#contents_right{
	width:240px;
	float:right;
}

.side_info{
	width:240px;
}

/* foot_line */
#foot_line{
	width:950px;
	height:21px;
	margin:0 auto;
	padding:0px;
	clear: both;
}

/* copyright */
#copy{
	width:950px;
	/width:950px;
	margin:30px auto;
	text-align:center;
	font-weight:bold;
}

/* pagetop */
.pagetop{
	width:650px;
	margin-top:10px;
	text-align:right;
}

/* clear */
.clearfix:after{
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
