/*--------------------------------------------------
構造
--------------------------------------------------*/
body {
	background-image: url(../images/back.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#wrap {
	width: 920px;
	margin: 0px auto;
	padding-right: 20px;
	padding-left: 20px;
}

/*--------------------------------------------------
header
--------------------------------------------------*/
#header {
	position: relative;
	border-bottom-style: none;
	border-top: 5px solid #53b5ec;
	height: 98px;
}
#header h1 {
	padding-top: 25px;
}
#header #header_navi {
	height: 80px;
	position: absolute;
	right: 0px;
	top: 5px;
}
#header #header_navi ul {
	float:left;
}
#header #header_navi ul li {
	float:left;
	line-height: 0em;
	font-size: 1px; /*forIE67*/
	border-left: 1px solid #53b5ec;
	padding: 38px 5px 10px 5px;
}
#header #header_navi p {
	padding-top: 11px;
	float: left;
}

/*--------------------------------------------------
mainmenu
--------------------------------------------------*/
#mainmenu ul li {
	float:left;
	line-height: 0em;
	font-size: 1px; /*forIE67*/
}

/*--------------------------------------------------
container
--------------------------------------------------*/
#container #pan {
	padding: 10px 5px 20px 5px;
	line-height: 1.1em;
	font-size: 10px;
}
#container #contents {
	width: 680px;
	min-height:500px;
	float: left;
}

/*--------------------------------------------------
sidemenu
--------------------------------------------------*/
#submenu {
	background-image: url(../images/submenuback.gif);
	background-repeat: repeat-y;
	background-position: left;
	line-height: 0em;
	width: 220px;
	float: right;
}
#submenu #sub_recommend {
	background-color: #FFF;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	border-top: 4px solid #53b5ec;
	padding-bottom: 15px;
	margin-bottom: 6px;
}
#submenu #sub_recommend .clearfix {
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
}
#submenu #sub_recommend div h3 {
	background-image: url(../images/recommend_icon.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
	padding-left: 13px;
}
#submenu #sub_recommend div h3 a {
	font-size: 12px;
	color: #2980ca;
	line-height: 1.5em;
}
#submenu #sub_recommend .clearfix .floatright {
	width: 110px;
}


/*--------------------------------------------------
footer
--------------------------------------------------*/
#footer {
	padding-bottom: 30px;
	width: 960px;
	margin: 0px auto;
}
#footer #pagetop {
	text-align: right;
	padding-right: 20px;
	padding-top: 10px;
}
#footer #footer_link {
	background-color: #53B5EC;
	color: #FFF;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-size: 10px;
}
#footer p {
	color: #53B5EC;
	text-align: center;
}
#footer #footer_link a {
	color: #FFF;
	text-decoration: none;
}
#footer #footer_link a:hover {
	text-decoration: underline;
}


/* ===================================================================
フロート
=================================================================== */

.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.clr{
	clear: both;
	font-size:0px;
	line-height:0px;
	margin: 0px;
	padding: 0px;
}
.clear {
	clear: both;
}
.clearfix:after {/* IE以外のモダンWebブラウザ向け */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {/* WinIE7、MacIE5対策 */
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {/* WinIE4～6、MacIE4～5対策 */
	height: 1%;
}
.clearfix {
	display: block;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
/* End hide from IE-mac */
body {
	background-image: url(../images/back.gif);
	background-repeat: repeat-y;
	background-position: center;
}
