@charset "utf-8";

@import "reset.css";

body {
	background:#FFF;
	font-size:110%;
	color:#333333;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

h1 {
	font-weight:bold;
	font-size:150%;
}
h2 {
	font-size:140%;
}
h3 {
	font-size:130%;
}
h4 {
	font-size:110%;
}
h5 {
	font-size:90%;
	line-height:110%;
}
h6 {
	font-size:75%;
	line-height:110%;
}


a:link {
	color:#004A95;
/*	text-decoration:none;*/
	text-decoration:underline;
}

a:visited {
	color:#004A95;
/*	text-decoration:none;*/
	text-decoration:underline;
}

a:hover {
	color:#A80F0F;
	text-decoration:underline;
}

strong {
	font-weight:bold;
}



/*******************************
	header
*******************************/

#header_area {
	width:100%;
	margin:0;
	padding:0;
}

#header {
/*	width:800px;*/
	width:880px;
	height:38px;
	margin:10px auto 0;
}
#header_left {
	float:left;
/*	width:192px;*/
	width:232px;
	text-align:left;
	margin:0 0 0 8px;
	padding:10px 0 0 0;	
}
#header_middle {
	float:left;
	width:400px;
	height:35px;
	text-align:center;
	vertical-align:bottom;
}
#header_right {
	float:left;
/*	width:192px;*/
	width:232px;
	text-align:right;
	margin:0 8px 0 0;
	padding:7px 0 0 0;
}

/*******************************
	contents
*******************************/

#contents_area {
/*	border:1px solid #CCCCCC;*/
	width:100%;
	margin:0;
	padding:0;
}

#contents_top {
/*	border:1px solid #CCCCCC;*/
/*	width:800px;*/
	width:880px;
	background:url(/images/contents_top.jpg) no-repeat left top;
	margin:0 auto;
 	height: 22px;
/*	padding:22px 0 0 0;*/
}

#contents {
/*	border:1px solid #CCCCCC;*/
/*	width:800px;*/
	width:880px;
	margin:0 auto;
	padding:25px 0 5px 0;
	background:url(/images/contents_bg.jpg) repeat-y;
}

#contents_main {
/*	border:1px solid #CCCCCC;*/
/*	width:640px;*/
/*	width:760px;*/
	width:840px;
	margin:0px auto;
}
#exit1 {
	margin:0 auto;
/*	width:640px;*/
	width:760px;
	height:60px;
	text-align:center;
}

#contents_btm {
/*	border:1px solid #CCCCCC;*/
/*	width:800px;*/
	width:880px;
	background:url(/images/contents_btm.jpg) no-repeat left bottom;
	margin:0 auto;
 	height: 22px;
/*	padding:0 0 22px 0;*/
}



/*******************************
	footer
*******************************/

#footer_area {
/*	border:1px solid #CCCCCC;*/
	margin:0;
	padding:0;
	width:100%;
}

#footer {
/*	width:800px;*/
	width:880px;
	margin:0 auto;
	padding:2px 16px 10px 16px;
}
#footer_left {
	font-size:75%;
	line-height:110%;
	float:left;
	width:300px;
	text-align:left;
}
#footer_right {
	float:right;
	width:500px;
	text-align:right;
}

#footer h6 {
	text-align:right;
}

/*	Other	*/

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

/*	注釈	*/
.remarks {
	font-size:14px;
	color:#F30;
}
/*	強調	*/
.emphasis {
	color:#F30;
/*	font-weight:bolder;*/
}
/*	フォント特大	*/
.font_ll {
/*	font-size:85%;*/
	font-size:18px;
	line-height:180%;
}
/*	フォント大	*/
.font_l {
/*	font-size:85%;*/
	font-size:15px;
	line-height:140%;
}
/*	フォント中	*/
.font_m {
/*	font-size:85%;*/
	font-size:12px;
	line-height:110%;
}
/*	フォント小	*/
.font_s {
/*	font-size:75%;*/
	font-size:10px;
	line-height:90%;
}
/*	ボタン特大	*/
/*.butt_ll {
	padding:5px 20px 6px 20px !important;
	font-size:20px !important;
	line-height:200% !important;
}*/
/*	ボタン大	*/
.butt_l {
/*	padding:5px 20px 6px 20px !important;*/
	padding:3px 16px 4px 16px !important;
	font-size:16px !important;
	line-height:160% !important;
}
/*	ボタン標準	*/
.butt_m {
/*	padding:2px 10px 3px 10px !important;*/
	padding:2px 9px 3px 9px !important;
	font-size:14px !important;
	line-height:160% !important;
}
/*	ボタン小	*/
.butt_s {
	padding:1px 5px 2px 5px !important;
	font-size:12px !important;
	line-height:140% !important;
}
/*	ボタン極小	*/
.butt_ss {
	padding:1px 5px 2px 5px !important;
	font-size:10px !important;
	line-height:120% !important;
}
/*	チェックボックス小	*/
.checkbox_s {
	padding:0;
}


.setting_visible {
	clear:both;
	float:left;
	margin:0;
	visibility:visible;
	height:auto;
}
.setting_hidden {
	clear:both;
	float:left;
	margin:0;
	visibility:hidden;
	height:0;
}
