/* 個別ページ専用カスタムCSS Document */

.column{
	width:700px;
	background-image:url(images/column_back.gif);
	background-repeat:repeat-y;
	background-position:top center;
}

.column .column-top{
	width:700px;
	height:10px;
	background-image:url(images/column_top.gif);
	background-repeat:no-repeat;
	background-position:top center;
}

.column .column-body{
	width:700px;
	float:left;
	background-image:url(images/column_body.gif);
	background-repeat:no-repeat;
	background-position:bottom center;
}

.column .column-body .left-box{
	float:left;
	width:320px;
	margin-left:10px;
	margin-right:10px;
}

.column .column-body .left-box .nuatthai-title{
	background-image:url(images/whatsnuatthai.gif);
	background-repeat:no-repeat;
	background-position:top left;
	width:320px;
	height:17px;
}

.column .column-body .left-box .nuatthai-title h2{
	display:none;
	line-height:100%;
}

.column .column-body .left-box p{
	line-height:18px;
	padding-top:10px;
	padding-left:15px;
	padding-bottom:10px;
}

.column .column-body .link{
	text-align:right;
}

.column .column-body .right-box{
	float:left;
	width:320px;
	margin-left:30px;
}

.column .column-body .right-box .iyashi-title{
	background-image:url(images/iyashi.gif);
	background-repeat:no-repeat;
	background-position:top left;
	width:320px;
	height:17px;
}

.column .column-body .right-box .iyashi-title h2{
	display:none;
	line-height:100%;
}

.column .column-body .right-box p{
	line-height:18px;
	padding-top:10px;
	padding-left:15px;
	padding-bottom:10px;
}

.column .column-bottom{
	clear:both;
	width:700px;
	height:10px;
	background-image:url(images/column_bottom.gif);
	background-repeat:no-repeat;
	background-position:top center;
}

#body #information{
	float:left;
	width:340px;
	margin-top:20px;
}

#body #information .title{
	height:24px;
	background-image:url(images/information.gif);
	background-repeat:no-repeat;
	background-position:10px 0px;
}

#body #information .title p{
	display:none;
}

#body #information ul{
	margin-left:0px;
	padding:10px;
	padding-left:0px;
}

#body #information ul li{
	margin-bottom:10px;
	line-height:18px;
	clear:both;
}

#body #information ul li img{
	float:right;
	margin-left:10px;
	margin-bottom:10px;
	margin-top:10px;
	border:2px solid #220000;
}

#body #information ul li h3{
	color:#8b2e2d;
	font-weight:bold;
	font-size:12px;
	margin-bottom:5px;
}

#body #information ul li h3 a{
	color:#8b2e2d;
	text-decoration:none;
}

#body #information ul li h3 a:hover{
	text-decoration:underline;
}

#body #information ul li .more{
	text-align:right;
}

#body #whatsnew{
	float:left;
	width:340px;
	margin-left:20px;
	margin-top:20px;
}

#body #whatsnew .title{
	height:24px;
	background-image:url(images/whatsnew.gif);
	background-repeat:no-repeat;
	background-position:10px 0px;
}

#body #whatsnew .title p{
	display:none;
}

#body #whatsnew ul{
	margin-top:10px;
	margin-left:0px;
	margin-bottom:20px;
	padding:10px;
	background-color:#8b2e2d;
	border:1px solid #cfa972;
	color:#FFFFFF;
}

#body #whatsnew ul li{
	margin-bottom:7px;
}

#body #whatsnew ul li a{
	color:#FFFFFF;
}

#body #whatsnew ul li a:hover{
	color:#cfa972;
}
