/* 【全般】 */

body {
	width: 100%;
	font-size: 12px;
	font-family: 'Hiragino Kaku Gothic Pro',Meiryo,'MS PGothic',sans-serif;
	line-height: 1.28;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

img {
	border: 0px;
}

td, th {
	font-size: 12px;
	font-family: 'Hiragino Kaku Gothic Pro',Meiryo,'MS PGothic',sans-serif;
	line-height: 1.28;
}

a {
	cursor: pointer;
	color: #ffcc00;
	text-decoration: none;
}

a:hover {
	cursor: pointer;
	color: #ffcc00;
	text-decoration: underline;
}

h1 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
}

.lfloat {
	float: left;
}

.rfloat {
	float: right;
}

.clearfix {
	display: inline-block;
}

.clearfix:after {
	content: "";
	clear: both;
	height: 0px;
	display: block;
	visibility: hidden;
}

.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}



/* 【ちかなり主催合説】 */

#main_area {
	width: 740px;
	background-color: #ffffff;
	margin: 0 auto;
	text-align: left;
}


#header {
	height: 10px;
	background-color : #ffcc00;
	margin-bottom: 10px;
}

.header_title {
	margin-bottom: 10px;
}

.form {
	text-align: center;
}

.mainphoto {
	margin-bottom: 20px;
}

.subhead {
	width: 710px;
	_width: 740px;
	height: 28px;
	_height: 36px;
	background: url(/gosetsu_images/gosetsu_subhead.png) no-repeat;
	margin-bottom: 15px;
	padding: 10px 10px 0px 20px;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

.feature_table table {
	width: 600px;
	border-spacing: 10px;
	margin: 0px 70px 15px 70px;
}

.feature_table th {
	width: 80px;
	vertical-align: top;
}

.feature_table td {
	font-size: 14px;
	font-weight: bold;
}

.outline_table table {
	width: 700px;
	border-spacing: 10px;
	margin: 0px 20px 20px 20px;
}

.outline_table th {
	text-align: left;
	vertical-align: top;
}

.outline_table td {
	text-align: left;
	vertical-align: top;
}

.text {
	margin: 0px 20px 20px 20px;
}

.qa_item {
}

.qa_border_bottom {
	border-bottom: 2px dashed #ffcc00;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.qa_question {
	font-weight: bold;
	background: url(/gosetsu_images/icon_q.png) no-repeat;
	margin-bottom: 10px;
	padding: 5px 0px 0px 30px;
}

.qa_answer {
	background: url(/gosetsu_images/icon_a.png) no-repeat;
	margin-bottom: 5px;
	padding: 5px 0px 0px 30px;
}

.qa_photo {
	margin: 10px 0px 5px 0px;
}

#footer {
	height: 40px;
	background-color : #f0f0f0;
	margin-top: 5px;
}

.footer_text {
	padding-top: 12px;
	text-align: center;
}



