@charset "utf-8";
/* CSS Document */

/*--------------------------------
	キャンペーン終了
	
---------------------------------*/

.campaignEnd {
    color:#ff0000;
	font-weight:bold;
	margin:0;
	text-align:center;
	border:5px #ff0000 solid;
	margin:30px 0 30px 0;
	padding:12px 0;
	line-height: 20px;
	width:566px;
}

/*--------------------------------
	メイン
		#main
---------------------------------*/

#main {
	margin:20px 0 20px 0px;
	background:url(../img/bg-center.gif) repeat-y 0 0;
}
#main_bottom {
	background:url(../img/bg-bottom.gif) 0 bottom no-repeat;
	width:576px;
	padding-bottom:8px;
	overflow:hidden;
}

#main_bottom h2 {
	margin:0px;
	padding:0px;
}

#main_bottom p {
	margin:22px 27px 22px 27px;
	line-height:1.7em;
}

/*--------------------------------
	ボタン
		#btn_entry
---------------------------------*/

#btn_entry {
	margin:0 2px 0 2px;
	background-color:#ebf7fe;
	border-top:1px dotted #7ccef9;
	padding:12px 0 8px 0;
	text-align:center;
}

/*--------------------------------
	問合せ先
		#contact
---------------------------------*/

#contact dl {
	line-height:1.8em;
}

#contact dl dt {
	font-weight:bold;
	color:#3F3F3F;
}

#contact dl dd {
	color:#666666;
}
