body{
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	color:#333333;
	line-height:120%;
	margin:0;
	paddiing:0;
}
#contents {  
    width: 269px;  
    margin: 0;  
	paddiing:0;
} 

#contents_sp {  
    width: 610px;  
    margin: 20px 0 0 0;  
	paddiing:0 0 0 0;
} 

h1{ 
	font-size: 14px;
	font-weight:bold;
	color:#666666;
}

.sph1{
	font-size: 21px;
	font-weight:bold;
	color:#666666;
}

.question{
	margin:0px 0px 5px 0px;
	color:#008C67;
}

.question_sp{
	margin:0px 0px 5px 0px;
	color:#008C67;
	font-size:18px;
}

#vote_button{
	margin:10px 0px 0px 92px;
}

#vote_button_sp{
	margin:15px 0px 0px 30px;
}

input.btn{
    width:67px;
    height:27px;
    background:url(../img/btn_submit.png) no-repeat;
    border:none;
    cursor:pointer;
    padding-top:100px;
    overflow:hidden;
    display: block;
}

#result{
	background:url(../img/btn_result1.png) no-repeat;
	width:149px;
	height:15px;
	margin:0 auto 0 25%;
	text-indent:-9999px;
    margin-top:-70px;
}

#result:hover{
	background:url(../img/btn_result2.png) no-repeat;
}

#result_sp{
	font-size:18px;
	margin:-70px 0 0 30px;
}

a:link{
	color:#FF6600;
	cursor:pointer;
}

a:visited{
	color:#999999;
	cursor:pointer;
}

a:hover{
	color:#4EAFB6;
	cursor:pointer;
}
