@charset "utf-8";

/* ================================================================================
	global setting
================================================================================ */

/* 全体設定 */
body {
	color: #666666;
}
a img {
	border:none;
	margin: 0px;
	padding: 0px;
}

/* hover時に画像を発光させる */
a:hover img {
	filter:alpha(opacity=90);
	opacity:.90;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

/*gbWrapper*/
div#gbWrapper {
	background-color: #E3D8C2;
	border-top-color: #A83E39;

}

/*gbHeader*/
div#gbHeader {
	background-image: url(../img/gbHeaderBg.gif);
}

div#gbContents {
}

p {
	font-size: 10px;
	line-height: 13px;
}

/* ================================================================================
	gbHeader
================================================================================ */
div#contents {
	background-image: url(../img/contentsBg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 467px;
	padding-right: 58px;
	padding-top: 66px;
	height: 404px;
}
div#contents h1 {
	margin-top: 0px;
	margin-bottom: 6px;
}
#date {
	margin-bottom: 6px;
}
/* ================================================================================
	vtField
================================================================================ */
#vtField {
}
#vtField h2 {
	background-color: #3F1C14;
	font-size: 14px;
	color: #FFF;
	padding: 5px 10px;
	border-bottom: 1px solid #000;
	line-height: 1.3;
}
#vtField ul {
}
#vtField ul li {
	display: inline;
	float: left;
	margin-bottom: 4px;
	line-height: 1px;
	margin-right: 4px;
}
#vtField ul li a {
}
#btnEC {
	margin-top: 30px;
}

