@charset "UTF-8";


/*-----------------------------------------
	基本設定
-----------------------------------------*/

* {
	margin:0;
	padding:0;
	border:0px;
	line-height:1.5;
	font-style:normal;
	font-weight:normal;
	font-size:12px;
}

html {
	overflow-y:scroll;
}


body {
	width:100%;
	font-size:0.75em;
	color:#301300;
	font-family:verdana,arial,helvetica,'ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',Osaka,sans-serif;
	background:#242A53 url(../img/bg.jpg) top repeat-x;
}


a:link, a:visited, a:hover, a:active {
	color:#FF6500;
	text-decoration:underline;
}


/*-----------------------------------------
	メイン部分
-----------------------------------------*/

#main {
	width:838px;
	margin:0 auto;
}


/*-----------------------------------------
	h1
-----------------------------------------*/

h1 {
	width:838px;
	height:130px;
	margin:16px auto 0 auto;
	background:url(../img/h1.jpg) center no-repeat;
	text-indent:-9999px;
}

/*-----------------------------------------
	h2
-----------------------------------------*/

h2 {
	float:left;
	width:469px;
	_width:466px;
	margin:15px 25px 0 6px;
	font-size:14px;
	font-weight:bold;
}

/*-----------------------------------------
	h3
-----------------------------------------*/

.h3-around {
	clear:both;
	width:788px;
	height:36px;
	padding-top:13px;
	background:url(../img/h3_bg.gif) right 70% repeat-x;
}

h3 {
	width:220px;
	height:36px;
	text-indent:-9999px;
}

#h3-01 {
	width:308px;
	background:url(../img/h3_01.gif) left no-repeat;
}

#h3-02 {
	background:url(../img/h3_02.gif) left no-repeat;
}

#h3-03 {
	background:url(../img/h3_03.gif) left no-repeat;
}

#h3-04 {
	background:url(../img/h3_04.gif) left no-repeat;
}

#h3-05 {
	background:url(../img/h3_05.gif) left no-repeat;
}

#h3-06 {
	background:url(../img/h3_06.gif) left no-repeat;
}

#h3-07 {
	background:url(../img/h3_07.gif) left no-repeat;
}

#h3-08 {
	background:url(../img/h3_08.gif) left no-repeat;
}

#h3-09 {
	background:url(../img/h3_09.gif) left no-repeat;
}

/*-----------------------------------------
	h4
-----------------------------------------*/

h4 {
	font-weight:bold;
}


/*-----------------------------------------
	コンテンツ部分
-----------------------------------------*/

#contents {
	width:838px;
	margin:0 auto;
	background:url(../img/contents_bg.gif) left repeat-y;
	overflow:hidden;
}

#contents-in {
	width:788px;
	margin:12px 24px 0 26px;
}

#date {
	float:right;
	width:282px;
	margin-right:3px;
}

/*概要*/

.outline {
	width:783px;
	margin:10px 0 27px 0;
	border-bottom:1px solid #321200;
	border-right:1px solid #321200;
	
}

.outline td {
	padding:10px;
	border-top:1px solid #321200;
	border-left:1px solid #321200;
	font-size:12px;
}

.outline-title {
	width:85px;
	text-align:center;
	background-color:#685244;
	color:#EAE6E3;
	font-weight:bold;
}


/*応募期間*/

#period {
	width:100%;
	margin:12px 0 12px 0;
	border:1px solid #321200;
}

#period td {
	padding:15px;
	background-color:#FFCC99;
	text-align:center;
	font-weight:bold;
}

#period2 {
	width:786px;
	margin:12px 0 27px 0;
	border:1px solid #E4C1AF;
	background-color:#ffffff;
}

#period2 td {
	padding:15px;

}

#period3 {
	width:100%;
	margin:10px 0 10px 0;
	border-bottom:1px solid #321200;
	border-right:1px solid #321200;
}

#period3 td {
	padding:5px;
	border-top:1px solid #321200;
	border-left:1px solid #321200;
	font-size:12px;
}

.period3-title {
	background-color:#FFDFC5;
	font-weight:bold;
}



/*応募方法*/

#howto,
#deadline  {
	margin:18px 13px 32px 13px;
}

#howto p {
	margin-left:13px;
}

/*応募締切*/

#deadline h4 {
	float:left;
	width:80px;
}

#deadline p {
	float:left;
	width:682px;
	text-align:left;
}

/*賞品以降*/

.contents-txt {
	margin:18px 13px 32px 13px;
}

/*注意事項*/

.contents-txt li {
	list-style:none;
}

/*-----------------------------------------
	footer部分
-----------------------------------------*/

#footer {
	width:838px;
	height:63px;
	margin:0 auto 20px auto;
	background:url(../img/footer.gif) center top no-repeat;
	position:relative;
}

#footer address {
	text-indent:-9999px;
}

/*-----------------------------------------
	pagetop
-----------------------------------------*/

#page-top {
	position:absolute;
	top:19px;
	right:38px;
	overflow:hidden;
}

#page-top a {
	display:block;
	width:78px;
	height:33px;
	background:url(../img/page_top.gif) center no-repeat;
	text-indent:-9999px;
}

/*-----------------------------------------
	font
-----------------------------------------*/

.font-14b {
	font-size:14px;
	font-weight:bold;
}	


/*-------------------- clearfix --------------------*/

#contents:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}


/*\*/

* html #contents {
    height: 1em;
    overflow: visible;
}
/**/

