@charset "utf-8";

/* init */
body, form, fieldset,p,h1,h2,h3 {
    margin: 0;
    padding: 0;
}
body {
    background-color: #FFFFFF;
    color: #333333;
    font-size: 80%;
    line-height: 1.5em;
}
a img{
	border: none;
	}
a:link{
	color: #ff7200;
	}
a:visited{
	color: #ff7200;
	}
a:hover{
	}


/* レイアウト */
#main_wrapper{
	background-image: url(../images/bg_main.gif);
	background-repeat: repeat-x;
	height: 440px;
}
#mainImg{
	width: 900px;
	height: 440px;
	margin: 0 auto;
}
#contents_wrapper{
	margin: 0 auto;
	padding-top: 20px;
	background: url(../images/bg_contents.jpg) repeat;
}
.contents_what{
	width: 858px;
	padding: 20px;
	margin: 0 auto 25px;
	border: 1px solid #966731;
	background-color: #ffffff;
	}
.contents_1,.contents_2{
	position: relative;
	width: 613px;
	margin: 0 auto 25px;
	border: 1px solid;
	}
	
.contents_3{
	position: relative;
	width: 613px;
	margin: 0 auto 15px;
	border: 1px solid;
	}

.contents_1{
	border-color: #d4c308;
	background-color: #fefbbe;
	padding: 15px 15px 10px 270px;
	margin-top: 20px;
	}
.contents_2{
	border-color: #f5ae25;
	background-color: #ffe1ac;
	padding: 15px 270px 10px 15px;
	}
.contents_3{
	border-color: #e493bb;
	background-color: #f7d9e5;
	padding: 15px 15px 10px 270px;
	}
	
	
#goto_votepage{
	margin-top:15px;
	width:584px;
	height:55px;
	margin-top:25px;
	
}
	

#goto_votepage p{
	margin-left:150px;
}

#goto_votepage p a{
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	width:267px;
	height:55px;
	background:url(../images/btn_vote_off.gif) no-repeat;
}

#goto_votepage p a:hover{
	background:url(../images/btn_vote_on.gif) no-repeat;
}	



#winners{
	width:898px;
	height:77px;
	margin:0 auto 20px;

}
	
#winners p a{	
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	width:898px;
	height:77px;
	background:url(../images/btn_best_off.png) no-repeat;
}

#winners p a:hover{
	background:url(../images/btn_best_on.png) no-repeat;
}	

	
	
#footer_wrapper{
	height: 470px;
	background: url(../images/img_grass.png) repeat-x bottom;
	}
#footer{
	width: 900px;
	height: 470px;
	margin: 0 auto;
	}


/* パーツ */
.btn_best{
	display: block;
	margin: 0 auto;
	}
h1{
	margin-bottom: 10px;
	}
.what{
	color: #5f3300;
	font-size: 16px;
	line-height: 1.5em;
	}
.kako{
	padding: 0px;
	margin: 0 0 10px 0;
	}
.kako li{
	padding: 0 0 3px 25px;
	list-style-type: none;
	background: url(../images/ico_crown.gif) no-repeat left top;
	font-size: 16px;
	}
.step1{
	position: absolute;
	left: -43px;
	top: -7px;
	}
.step2{
	position: absolute;
	left: 641px;
	top: -13px;
	}
.table01{
	border-collapse: collapse;
	width: 613px;
	margin: 5px 0 0 0;
}
.table01 td,.table01 th{
	border-top: 1px dotted #8b3f0c;
	border-bottom: 1px dotted #8b3f0c;
	font-size: 13px;
	text-align: left;
	vertical-align: middle;
	padding: 10px 0;
	background-color: #ffffff;
}
.table01 th{
	font-size: 15px;
	font-weight: normal;
	color: #c26000;
	padding-left: 15px;
	width: 20%;
}
.txt_field{
	background-color: #FFF;
	padding: 15px;
	margin-bottom: 20px;
	}
	
.txt_field02{
	background-color: transparent;
	margin-bottom: 15px;
	}
.craftday{
	width: 900px;
	margin: 0 auto 25px;
	}

/* padding margin */
.maT20{
	margin-top:20px;
	}
.maT15{
	margin-top: 15px;
	}
.maB15{
	margin-bottom: 15px;
	}
.maB20{
	margin-bottom: 20px;
}
.maB8{
	margin-bottom: 8px;
	}
.maB25{
	margin-bottom: 25px;
	}

/* テキスト装飾 */
.small{
	font-size: 80%;
	line-height: 1.3em;
}
.note{
	color: #C36;
}
.align_right{
	text-align:right;
	}
.torikeshi{
	text-decoration: line-through;
	}
.bold{
	font-weight: bold;
	}
	
	
/*その他 */
.clear{
	clear: both;
	}	
	
	
