@charset "UTF-8";

/*====================
   共通
  ==================== */

body {
	color: #000000;
	background: none;
	font-size:90%;
}
#wrapper {
	background: none;
	width: 600px;
	margin: 0px auto;
	text-align: center;
}
/*====================
    ヘッダー
  ==================== */

#header {
	margin: 0px;
	width: 600px;
	height: auto;
	text-align: left;
	padding: 0 15px;
	background: none;
	page-break-after: avoid;
}
#header h1 {
	padding: 0;
}
#wrapper #header ul {
	display: none;
}

/*====================
    メインコンテンツ
  ==================== */

#main {
	width: 600px;
	min-height: 600px;
	overflow: visible;
	text-align: center;
	background: none;
	padding: 0;
	margin: 0;
}
#main:after {
	display: block;
	clear: both;
	height: 0;
	content:".";
	color: #FFFFFF;
}

/*\*/
* html #main {
	height:1px;
	overflow:visible;
}
/**/

/* 左側コンテンツ */
#main #leftNavi {
	display: none;
}


/* 右側コンテンツ */
#main #rightNavi {
	display: none;
}

.section01 {
	margin-bottom: 10px;
	text-align: left;
}
.section02 {
	margin-bottom: 20px;
	text-align: left;
}
#main #contents {
	width: 570px;
	text-align: center;
	margin: 0px 15px;
	float: none;
	display: inline;
	border: none;
}
#main #contents_cam {
	width: 570px;
	text-align: center;
	margin: 0px 15px;
	float: none;
	display: inline;
	border: none;
}

/*====================
    フッター
  ==================== */

#footer {
	display: none;
}

#topicpass {
	padding: 5px 5px 2px;
	text-align: left;
	font-size: 90%;
	color: #000000;
	margin-bottom: 5px;
}
#topicpass li {
	display: inline;
	margin-left: 5px;
}
#topicpass a {
	color: #000000;
}
#topicpass a:hover {
	color: #B29100;
}
#contents h2 {
	margin:0 0 1em;
}
#contents p {
	text-align: left;
	margin-right: 10px;
	margin-left: 10px;
}
.right {
	text-align: right;
}
#contents_cam #topicpass {
	padding-top: 4px;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.f_right {
	float: right;
}
.f_left {
	float: left;
}
.gotop {
	display: none;
}
#gotop {
	display: none;
}
h3 {
	font-size: 110%;
	color: #CC0000;
	margin-bottom: 0.5em;
}
strong {
	color: #FF6600;
}
em {
	color: #996600;
}
.cam_box01 h4 {
	text-align: center;
	margin-bottom: 1em;
	color: #333333;
}
.word_red {
	color: #FF0000;
}
#btn_agr {
	text-align: center;
	margin: 20px auto 0;
	width: 400px;
}
#btn_agr li {
	display: inline;
	height: 24px;
}
#btn_agr li a {
	padding: 5px;
	height: 24px;
}

hr {
	margin: 30px 0;
}
.sec_box01 {
	clear: both;
	padding-bottom: 5px;
	border-bottom: 1px solid #F5EB99;
	margin: 0px 15px 15px;
}
.sec_box02 {
	clear: both;
	margin: 0 15px 30px;
	text-align: left;
}