@charset "UTF-8";

@import url(../css/common/reset.css);
@import url(../css/common/basic.css);

div#contents {
	padding: 0px;
	margin-bottom: 20px;
}
/* ================================================================================
	#contentsField
================================================================================ */
#contentsField {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/img/imgGlobal/parts/contentsFieldBg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
#contentsFieldTop,
#contentsFieldBottom {
	height: 10px;
	background-image: url(/img/imgGlobal/parts/contentsFieldBgLid.gif);
	background-repeat: no-repeat;
	zoom:1;
	font-size: 10px;
}
#contentsFieldTop {
	background-position: center top;
}
#contentsFieldBottom {
	background-position: center bottom;
}

/* ================================================================================
	#contentsFieldBody
================================================================================ */
#contentsFieldBody {
	width: 670px;
	margin-right: auto;
	margin-left: auto;
}
.section {
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
	border: 1px solid #C8C8C8;
	padding: 19px;
	margin-bottom: 20px;
}

.promoTitle {
	font-size: 24px;
	color: #0D0075;
	margin-bottom: 10px;
	margin-top: 10px;
}
.promoUnitTitle {
	font-size: 14px;
	color: #FFF;
	background-color: #0D0075;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	padding-left: 0.5em;
	margin-bottom: 5px;
}

.promoUnit p,
.promoUnit ul,
.promoUnit ol {
	margin-bottom: 10px;
}

.promoUnit ul li {
	font-size: 14px;
}
.promoUnit p {
	font-size: 12px;
}
.promoUnit ul {
}
.promoUnit ul li {
	list-style-type: disc;
	margin-left: 1.5em;
}
ul.explanatoryList li {
	font-size: 10px;
	list-style-type: none !important;
	margin-left: 0 !important;
}
ol.pluginList {
}
ol.pluginList li {
	float: left;
	margin-right: 10px;
	list-style-type: none;
}
/* ================================================================================
	#common Style
================================================================================ */
a:hover img {
	filter:alpha(opacity=75);
	opacity:.75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}
