@charset "utf-8";

/* 基本スタイル */

body {
	background-color: #FFCCCD;
	margin: 0px;
	padding: 0px;
	color: #330000;
	font-size: 12px;
}

/* メインフレームレイアウト */

#main {
	width: 902px;
	position: relative;
	height: auto;
	margin: 15px auto 0px;
}

#main #header {
	width: 900px;
	height: 100px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background: url(../images/bg_header.jpg) no-repeat;
}
/*ヘッダーメニュー*/
#main #header_menu {
	width: 900px;
	height: 30px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #CF0470;
	float: left;
}

#main #contents #social{
	width: 880px;
	height: 30px;
	background-color: #FFF;
	float: left;
	text-align: right;
	padding-right: 10px;
	padding-left: 10px;
}

/*サイドバー全体*/
#main #contents #sidenavi {
	width: 200px;
	height: auto;
	float: left;
	background-color: #FFCCCD;
	margin: 30px 0px 0px;
	padding: 0px;
	text-align: right;
}
#main #contents #sidenavi ul {
	margin: 0px;
	list-style: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#main #contents #sidenavi em {
	visibility: hidden;
	font-size: 9px;
	color: #999999;
}
#main #contents #sidenavi li a {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	display: block;
	height: 40px;
	width: 185px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
#main #contents {
	width: 900px;
	background-color: #FFFFFF;
	position: relative;
	float: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 20px;
	height: 600px;
}
#main #contents #contents_index_left {
	width: 430px;
	float: left;
	position: relative;
	padding-right: 10px;
	padding-left: 10px;
}
#main #contents #contents_index_right {
	width: 440px;
	float: left;
	position: relative;
	padding-right: 10px;
}
#main #contents #contents_index_right .top10 {
	margin-top: 10px;	
}
#main #contents #contents_left {
	width: 270px;
	float: left;
	position: relative;
	padding-right: 10px;
	padding-left: 10px;
}
#main #contents #contents_right {
	width: 600px;
	float: left;
	position: relative;
	padding-right: 10px;
}
#main #contents #contents_right .recommend{
	clear: left;
	float: left;
	height: auto;
	width: 560px;
	margin-left: 20px;
}
#main #contents #contents_right .recommend iframe{
	float: left;
	margin-right: 10px;
}
#main #contents #contents_right a:hover, #main #contents #contents_right a:active, #main #contents #contents_right a:visited, #main #contents #contents_right a:link{
	color: #0099FF;
	text-decoration: none;
}
#main #contents #contents_main {
	width: 880px;
	height: 580px;
	overflow: auto;
	padding-right: 10px;
	padding-left: 10px;
}

#main #contents #clink{
	color: #DF79A5;
	text-decoration: none;
}
#main #contents #clink a{
	color: #FFF;
	text-decoration: none;	
}

/*フッター */
#main #footer {
	float: left;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	background-color: #CF0470;
	height: 126px;
	width: 900px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
/*ユーティリティ*/
#main #footer #util{
	width: 900px;
	background-color: #CF0470;
	position: relative;
	float: left;
	padding-top: 2px;
	text-align: center;
}
#main #footer #footer_copyright {
	width: 860px;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
	color: #FFFFFF;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	float: left;
}
#main #footer #footer_copyright a {
	font: 11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#main #footer #footer_copyright a:hover,#main #footer #footer_copyright active{
	font: 11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

