@charset "Shift_JIS";

/* contents initialize
--------------------------------------------------------------------*/
#contents_box{
	text-align:left;
	margin:0px auto;
	padding:0 26px 100px 26px;
}

/* back top
--------------------------------------------------------------------*/
#back_top{
	text-align:center;
	margin-top:30px;
	width:860px;
}
#other_link{
	margin-top:30px;
	width:860px;
}
#other_link #btn{
	border-left:3px solid #32dde8;
	border-right:3px solid #32dde8;
	background-color:#d6fdf9;
	text-align:center;
	padding:0 20px 0 20px;
}

/* second contents
--------------------------------------------------------------------*/
div#second_pankuzue{
	width:860px;
}
div#second_base{
	border:10px solid #32dde8;
	margin-top:15px;
	padding-bottom:20px;
}
div#second_base h1{
	background-color:#ff7200;
	color:#ffffff;
	padding:10px;
}
div#second_base .dotline800{
	margin:20px 20px 0 20px;
}
div#second_base .newsbox{
	position:relative;
	margin:20px 20px 0 20px;
	width:800px;
	height:48px;
}
div#second_base .newsbox .newsimg{
	position:absolute;
	top:14px;
	left:0px;
	width:150px;
}
div#second_base .newsbox .newsdate{
	font-weight:bold;
	position:absolute;
	top:0px;
	left:150px;
	width:650px;
}
div#second_base .newsbox .newstx{
	font-weight:bold;
	position:absolute;
	top:24px;
	left:150px;
	width:650px;
}


