@charset "EUC-JP";   /*   文字コード   */

/* ************************************************************
===============================================================

・ ページ内個別設定はこちらに追加！
・ 共通はcommon.cssにあります。
・ 共通に同じClass、IDのものがあります。これは同じ記述を減らす
   為に上書き・追加処理にした為です。
・ 他のページと共有可能もしくは、今後必要な可能性がある場合は
   共有部分のみcommon.cssに追加をしてください。
・ 共通は他のページにも影響します。

===============================================================
************************************************************* */

/* ▼mainBox▼  */

body {
	background:#558ACC;
	color:#666666;
}

div#centerBox {
	border: soild 1px #BEB691;
	background:#FFFFFF;
	color:#666666;
}


div#mainBox {
/*	background: url(/enquete/sol/images/background.jpg) #FFFFFF; */
	background:#FFFFFF;
	border: soild 1px #BEB691;
	color:#666666;
	border-left:2px #CC9900;
}

#header{
	width: 890px;
	height: 160px;
	background: url(../dol/images/header.jpg);
}

/* ▼title▼  */

h3{
	background: #ECE5B7;
	color: #444;
}

h4{
	background: #ECE5B7;
	color: #444;
}

dt{
	background: #ca6a6a;
	color: #fff;
}

dt strong{
	color: #fff;
}

/* p.subtitle{
	background: #eac1c1;
}
*/

/* ▼font▼  */
strong{
	color: #3F3101;
}

#error_message{
	color: #900;
}

.at{
	font-size:10px;
	color: #900;
}

em{
	color: #ffd8b0;
}

.contBox em{
	color: #ff8040;
}

.text10red	{ font-size: 10px; line-height: 16px; color: #CC0000;}

/* ▼link▼  */
a{
	color: #883300;
	text-decoration: none;
}
a:visited{
	color: #883300;
	text-decoration: none;
}
a:hover{
	color: #CC0000;
	text-decoration: underline;
}

/* ▼document part▼  */

.mainTextEndver p{
	margin: 0.5em 0.5em 0em 1em;
}

.mainTextEndver dt {
    margin: 0.3em 2em 0.7em 2.5em;
    padding: 0.5em 0.5em 0.5em 1em;
}

.mainTextEndver li {
	margin: 0.5em 0em 0em 2.5em;
}

.attention {
	list-style-type: none;
	text-indent:-1em;
}

.itemBox {
	border-style: double;
	margin: 0.5em 1em 1em 3em;
	padding: 0em 0em 0.5em 0em;
}

#WMBOXleft{
	margin: 0.8em 0em 0em 2em;
}

#WMBOXright{
	margin: 0.5em 0em 0em 0.5em;
}

#GCcoinBOXleft{
	margin: 2em 1em 0.5em 2em;
	padding-top: 0px;
}

#GCcoinBOXright{
	margin: 2.5em 0em 1em 1em;
	padding-top: 0px;
}

/* ▼button▼  */
#btnEnter{
	width:243px;
	height:62px;
	margin_bottom: 20px;
}

#btnEnter a{
	width:243px;
	height:62px;
	background: url(../dol/images/enter.gif);
}
#btnEnter a:hover{
	width:243px;
	height:62px;
	background: url(../dol/images/enter.gif) 0 -62px;
}

#btnEnterEnd{
	width:243px;
	height:62px;
	background: url(../dol/images/enter.gif) 0 -124px;
	margin-top: 10px;
	margin-bottom: 20px;
}

/* プラグインの場合*/ 
/* 使用しない */
#btnEnter4pluginOff{
	width:251px;
	height:59px;
	margin: 10px auto 20px 60px;
	float: left;
//	margin-top: 10px;
//	margin-bottom: 20px;
}

#btnEnter4pluginOff a{
	width:251px;
	height:59px;
	background: url(../dol/images/btnEnterPluginOff.jpg);
	display: block;
}
#btnEnter4pluginOff a:hover{
	width:251px;
	height:59px;
	background: url(../dol/images/btnEnterPluginOff.jpg) 0 -59px;
	display: block;
}

#btnEnter4pluginOff strong{
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
}

/* 使用する */
#btnEnter4plugin{
	width:251px;
	height:59px;
	margin: 10px auto 20px 60px;
	float: left;
	text-align: center;
}

#btnEnter4plugin a{
	width:251px;
	height:59px;
	background: url(../dol/images/btnEnterPluginOn.jpg);
	display: block;
}

#btnEnter4plugin a:hover{
	width:251px;
	height:59px;
	background: url(../dol/images/btnEnterPluginOn.jpg) 0 -59px;
	display: block;
}

#btnEnter4plugin strong{
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
}

#btnNext{
	background: url(../dol/images/btnNext.jpg);
}

#btnGo{
	background: url(../dol/images/btnFinish.jpg) 0 -141px;
}
#btnBack{
	background: url(../dol/images/btnFinish.jpg);
}