/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
サブページエリア
////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

/*------------------------------------------------------------------------------------------------------------------
H2タイトル
--------------------------------------------------------------------------------------------------------------------*/
.c20{clear:both;height:20px;font-size:0;line-height:0;}

.title{
	margin:0 auto;
	padding:0;
	width:680px;
}

.title h2{
	margin:0;
	margin-bottom:40px;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
サブページ　コンテンツ外枠
////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.main:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
	margin:0 auto;
	width:680px;
}

.main {
    display: inline-block;
	margin:0 auto;
	width:680px;
}

html[xmlns] .main {
    display: block;
	margin:0 auto;
	width:680px;
}

/*IE6*/
* html .main {
    height: 1%;
	margin:0 auto;
	padding:0;
	width:680px;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
サブページ　左テキスト部分
////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.left{
	width:130px;
	float:left;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
サブページ　メインコンテンツ部分
////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.contents{
	width:500px;
	float:right;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
サブページ　メインコンテンツ部分
////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.contents-area{width:500px;}

.contents-area h3{margin-bottom:15px;}

.contents-area h3 img.waku{
	border:5px solid #E1E1E1;
	margin-bottom:15px;
}

.contents-area h4{
	margin-bottom:10px;
	font-size:90%;
	text-align:left;
	color:#E8CD6A;
}

.contents-area p{
	margin:0 0 10px;
	font-size:90%;
	line-height:1.6;
	text-align:left;
}

.contents-area table{margin-bottom:30px;}
.contents-area td{
	height:210px;
	font-size:90%;
	line-height:1.8;
	text-align:center;
}

.contents-area p.tr{
	margin:0 0 10px;
	font-size:90%;
	line-height:1.6;
	text-align:right;
}

.contents-area p.tc{
	margin:0 0 10px;
	font-size:90%;
	line-height:1.6;
	text-align:center;
}

.contents-area a{text-decoration:none;color:#E8CD6A;}
.contents-area a:hover{text-decoration:underline;color:#FFFFFF;}









/*------------------------------------------------------------------------------------------------------------------
区切り線
--------------------------------------------------------------------------------------------------------------------*/
.c30b{
	clear:both;
	height:30px;
	font-size:0;
	line-height:0;
	background:url(../image/line.jpg) center center no-repeat;
}
