@charset "Shift_JIS";
/* CSS Document */
* {
	line-height:150%;
	margin: 0px;
	padding: 0px;
}
body {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:0.8em;
	color:#333;
	text-align:center;
	background:#f0f0f0 url(../img/bg_body.gif) center repeat-y;
}
.clear {
	clear:both;
}
p {
	margin-bottom:10px;
	text-align:left;
	text-align:justify;
}
img {
	border: 0px;
	vertical-align:top;
}
ul, ol {
	list-style:none;
}
a {
	color: #CC9900;
	text-decoration:none;
}
a:hover {
	color:#666;
	text-decoration:underline;
}
.float_r {
	float:right;
}
.float_l {
	float:left;
}
.align_r {
	text-align:right;
}
.align_c {
	text-align:center;
}
.space1 {
	margin-bottom:10px;
}
h2 {
	margin-bottom:10px;
	text-align:left;
}
#wrapper {
	margin-right: auto;
	margin-left: auto;
	padding:5px 0;
	overflow: hidden;
	width:850px;
	background-color:#fff;
}
/*********************************/
/* ヘッダー **********************/
/*********************************/
#header {
	position: relative;
	width:850px;
	padding-bottom:10px;
	margin-bottom:20px;
	border-bottom:solid #0066FF 3px;
	/*background:url(../img/bg_line.gif) bottom repeat-x;*/
}
#header h1 {
	font-size:100%;
	margin-bottom:10px;
	font-weight:normal;
}
#header_box {
	padding-left:10px;
	text-align:left;
}
#header_box:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}/*\*/
* html #header_box {
	height: 1em;
	overflow:visible;
}/**/
#logo {
	float:left;
}
div#head_half {
	position: absolute;
	top: 10px;
	right: 10px;
}

/* 広告エリア *********************/
.banner {
	float:left;
	width:480px;
	margin-left:20px;
	text-align:center;
}
/*********************************/

/*********************************/
/* コンテツメイン ************/
/*********************************/
#main {
	clear:both;
	float:right;
	width:604px;
	margin:0;
	padding:0 50px 0 0;
}

/* 広告エリア *********************/
.main_reg{
	margin:0 auto 5px;
}
.main_rec{
	margin:0 auto 5px;
}
.main_text{
	margin:0 auto 10px;
}
.google {
	margin:0 auto 10px;
	padding:0;
}
.text_top {
	margin:0 auto 10px;
	padding-bottom:30px;
	text-align:left;
}
/*********************************/
#main_navi {
	margin-bottom:30px;
}
.main_box {
	width:640px;
	margin-bottom:10px;
	text-align:left;
}
.main_box:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}/*\*/
* html .main_box {
	height: 1em;
	overflow:visible;
}/**/
.main_box h2 {
	padding:3px;
	margin-bottom:3px;
	font-size:120%;
	background-color: #0066FF;
	color:#fff;
}
.main_box h3 {
	font-size:100%;
	font-weight:normal;
	text-indent:1.3em;
	background:url(../img/icon_arrow01.gif) left center no-repeat;
}
.l_box {
	float:left;
	width:315px;
	margin-right:10px;
}
.r_box {
	float:left;
	width:315px;
}
/*********************************/
/* コンテンツページ **************/
/*********************************/
#contents {
	margin-right: auto;
	margin-left: auto;
	padding-bottom:30px;
	text-align:left;
}
#contents #faketxt {
	margin-bottom:5px;
	text-align:left;
	color: #CC9900;
	text-indent:1.1em;
	font-size:130%;
	background:url(../img/icon_arrow02.gif) left center no-repeat;
}
#contents h1 {
	margin-bottom:10px;
	font-size:230%;
	border-bottom:solid #CCCCCC 1px;
	border-top:solid #CCCCCC 1px;
}
#read {
	font-size:125%;
	line-height:200%;
}
#list li {
	font-size:140%;
	line-height:200%;
	text-indent:1.3em;
	background:url(../img/icon_arrow01.gif) left center no-repeat;
}
.pan {
	width:100%;
	margin-bottom:10px;
}
.pan:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}/*\*/
* html .pan {
	height: 1em;
	overflow:visible;
}/**/
.pan li {
	float:right;
}
/*********************************/
/* サイドグローバルナビ **********/
/*********************************/
#left {
	float:left;
	width:130px;
	padding-left:10px;
	margin-bottom:20px;
	text-align:left;
}/*********************************/
.sideNavi {
	border:1px solid #ccc;
}
.sideNavi li {
	padding:5px 0;
}
.sideNaviInside {
	padding:3px;
	margin-bottom:3px;
	background-color:#eee;
}
.sideNaviInside p {
	margin-bottom:0;
}
.sideNavibox {
	padding:5px;
	margin-bottom:3px;
	color:#333;
}
/*********************************/

/*********************************/
/* フッター **********************/
/*********************************/
#footer {
	clear:both;
	background-color:#fff;
}
#footer .txt p {
	margin-bottom:0;
	text-align:right;
}
#footNavi ul {
	width:100%;
	padding:10px;
	border-top:solid #0066FF 3px;
	/*background:url(../img/bg_line.gif) top repeat-x;*/
}
#footNavi ul:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}/*\*/
* html #footNavi ul {
	height: 1em;
	overflow:visible;
}/**/
#footNavi li {
	float:left;
}
#footNavi li a {
	text-decoration:none;
}
#footer p {
	padding:10px;
	text-align:center;
}

div#main_ad {
	width: 100%;
	margin-bottom: 20px;
	padding: 0;
	text-align: center;
}



/*shufoo_bnr_area*/
#shufoo_bnr_area{
	width:600px;
	font-weight:bold;
	margin-bottom:10px;
}

#shufoo_bnr_area .logo_area{ margin:0 0 10px 0; line-height:21px;}
#shufoo_bnr_area .logo_area img{margin-right:10px;
}
