@charset "UTF-8";

/* 基本設定 */

/*--------------------------------------------------------*/
body {
	background: #FFFFFF url(img/bg.gif) left top repeat-x;
	font-family: "ＭＳ Ｐゴシック","MS P Gothic" ,Osaka,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";
	color: #333333;
	font-size: 80%;
	line-height: 150%;
	letter-spacing: 0.5px;
	margin: 0 auto;
	text-align: center;
}

a:link,
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover,
a:active {
	color: #666666;
	text-decoration: none;
}

/* リセット */
p,dl,dt,dd,form,input,img {
	margin: 0;
	padding: 0;
}
ul,li {
	margin: 0 0 0 10px;
	padding: 0;
}
img,fieldset { border: 0; }
address {
	font-style: normal;
	font-weight: normal;
}
abbr,acronym {
	font-size: 12px;
	border: 0;
}

/* テーブル */
table {
	font-size: 100%;
	line-height: 150%;
	border-collapse: collapse;
	border-spacing: 0;
}

/* hタグ */
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding: 0;
}


/*--------------------------------------------------------------
レイアウト
--------------------------------------------------------------*/
.clear { clear: both; }

.c-fix:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
.c-fix { display: inline-block; }
* html .c-fix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
.c-fix { display: block; }

.tc { text-align: center; }
.tr { text-align: right; }


/* マウスオーバー */
.ro a:hover img,
.ro a:active img {
	filter: alpha(opacity=82);	/* IE */
	opacity:0.82;	/* Safari Opera */
	-moz-opacity:0.82;	/* Firefox Netscape */
}

/* 表示・非表示 */
.disp { display: block; }
.nodisp { display: none; }

.red { color: #E20A01; }


/*--------------------------------------------------------------
wrap
--------------------------------------------------------------*/
#wrap {
	background: url(img/bg_box.gif) left top repeat-y;
	width: 830px;
	margin: 0 auto;
}
#wl { background: url(img/bg_l.gif) left top no-repeat; }
#wr { background: url(img/bg_r.gif) right top no-repeat; }

h1 {
	background: url(img/bg_hd.gif) repeat-x;
	color: #FFFFFF;
	font-size: 130%;
	font-weight: bold;
	margin: 0 5px;
	padding: 4px 7px;
	line-height: 150%;
	text-align: left;
}
h1 span {
	padding: 1px 5px;
	border-left: 3px solid #C6F9FC;
}

/* Box */
#wrapBox {
	background-color: #FFFFFF;
	margin: 0 4px;
	padding: 3px 0 25px 30px;
	text-align: left;
	border-left: 1px solid #8e4f18;
	border-right: 1px solid #8e4f18;
}
* html #wrapBox { width: 814px;border: none; }


/*--------------------------------------------------------------
ヘッダ
--------------------------------------------------------------*/
#header { line-height: 100%; }


/*--------------------------------------------------------------
コンテンツ
--------------------------------------------------------------*/
#contents {	margin-right: 30px; }

dl {
	margin: 22px 0 30px 0;
}
dt {
	clear: both;
	float: left;
	width: 130px;
	margin: 0;
	padding: 8px 0;
	text-align: center;
}
dd {
	background-color: #FFFFFF;
	margin: 0 0 0 135px;
	padding: 8px 0 8px 10px;
}

#cmpID {
	background-color: #FFF8CC;
	font-size: 18px;
	font-weight: bold;
	padding: 7px 12px;
	line-height: 40px;
	border: 1px solid #888888;
}

.btn {
	float: left;
	width: 350px;
	font-size: 110%;
	margin: 15px 18px 0 1px;
}


/*--------------------------------------------------------------
当選発表
--------------------------------------------------------------*/
#announce {
	font-size: 110%;
	margin: 34px 20px;
	line-height: 150%;
}
#announce .tb {
	font-size: 120%;
}
#announce h5 {
	font-size: 130%;
	font-weight: bold;
	margin-top: 34px;
}

/* Box */
#announceBox {
	background: url(img/announce_f.jpg) right bottom no-repeat;
	margin: 24px 0 50px 0;
	padding-bottom: 42px;
}
#announceBox li {
	float: left;
	display: block;
	background: #FFF8CC url(img/icon.gif) 14px 4px no-repeat;
	font-size: 25px;
	font-weight: bold;
	margin: 8px 4px 4px 38px;
	padding: 0 22px 0 51px;
	line-height: 46px;
	list-style: none;
	border: 1px solid #BBBBBB;
}


/*--------------------------------------------------------------
フッタ
--------------------------------------------------------------*/
#footer {
	margin: 58px 38px 0 0;
	padding-top: 5px;
	text-align: center;
	border-top: 2px solid #F96311;
}
#footer p {
	margin: 5px 0;
}
#footer a {
	font-size: 120%;
	color: #0000FF;
}
