@charset "utf-8";
/*
 Share Style [
----------------------------------------------------------- */
* {
	margin:0;
	padding:0;
}
body {
	background:#f2f9fd url(../img/common/bg.gif) repeat-x left top;
	font-family:Verdana,"ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Std W3", Osaka, "‚l‚r ‚oƒSƒVƒbƒN", "MS P Gothic", sans-serif;
	height:100%;
	color:#333333;
	font-size:80%;
}
html {
	height:100%;
	overflow-y:scroll;
	background-color:#f2f9fd;
}
h1,h2,h3,h4,h5,h6 {
}
h4{
	font-size:110%;
	color:#ec5500;
	margin-bottom:10px;
}
p,li,dt,dl {
	line-height:1.4;
}
p {
	margin:0 0 1em 0;
}
li {
	list-style-type:none;
}
img {
	border:0;
}
address {
	font-style:normal;
}
strong{
	color:#CC0033;
	font-weight:normal;
}
.clear {
	clear:both;
}
.hidden{
	display:none;
}
.f_left{
	float:left;
}
.f_right{
	float:right;
}
/*
 Link Color [
----------------------------------------------------------- */
a:link {
	color:#333333;
	text-decoration:underline;
}
a:visited {
	color:#333333;
	text-decoration:underline;
}
a:hover {
	color:#0277d9;
	text-decoration:underline;
}
a:active {
	color:#666;
}


/*
 container [
----------------------------------------------------------- */
#container {
	width:442px;
	height:100%;
	margin:0 auto;
	padding:5px 10px 10px;
	background:#fff url() no-repeat left top;
	background-color:#fff;
}

/*
 main [
----------------------------------------------------------- */
#main,
#main_result {
	width:440px;
	border:1px #bed5e1 solid;
	padding-bottom:10px;
	margin-bottom:0;
	background:#fff url(../img/game/bg_head.gif) no-repeat left 5px;
}

#main_result {
	background:#fff url(../img/game/bg_head_result.gif) no-repeat left 5px;
}

p.copyright {
	font-size:85%;
	width:420px;
	padding:5px 0 0;
	margin:0 10px;
	margin-bottom:0;
	border-top:1px #ccc solid;
}

/*
 Head [
----------------------------------------------------------- */
#head {
	width:430px;
	padding:5px;
	margin-bottom:10px;
	background-color:transparent;
}

p.bt_close {
	float:right;
	margin-bottom:5px;
	padding-bottom:0;
}

#head h1,
#head_result h1#result00 {
	width:306px;
	height:91px;
	text-indent:-9999px;
	font-size:1px;
	padding:0;
	margin:0;
	
}

#head_result h1#result00,
#head_result h1#result01,
#head_result h1#result02,
#head_result h1#result03 {
	width:400px;
	height:50px;
	background:transparent url(../img/game/bg_h1_result00.gif) no-repeat 4px bottom;
	text-indent:-9999px;
	margin-top:65px;
	padding:0 5px;
	margin-bottom:10px;
	
}

#head_result h1#result01 {
	background:transparent url(../img/game/bg_h1_result01.gif) no-repeat 4px bottom;
}

#head_result h1#result02 {
	background:transparent url(../img/game/bg_h1_result02.gif) no-repeat 4px bottom;
}

#head_result h1#result03 {
	background:transparent url(../img/game/bg_h1_result03.gif) no-repeat 4px bottom;
}

/*
 conts [
----------------------------------------------------------- */
#conts {
	width:420px;
	padding:5px 10px;
	margin-bottom:10px;
	background-color:transparent;
}

#conts h2{
	width:420px;
	height:21px;
	text-indent:-9999px;
	font-size:1px;
	padding:0;
	margin-bottom:10px;
	background:transparent url(../img/game/bg_h2.gif) no-repeat left top;
}

p.question {
	padding-top:40px;
	padding-left:24px;
	font-size:105%;
	line-height:1.3;
	margin-bottom:0;
	padding-bottom:15px;
	background:transparent url(../img/game/bg_icon.gif) no-repeat left 42px;
}

p.advice {
	width:420px;
	padding:0;
}

#conts li{
	padding:0 0 0.5em;
	margin-bottom:0.5em;
	line-height:1;
	border-bottom:1px #ccc dotted;
}

#conts ul.result_phot{
	margin:0 0 1em;
	padding:0;
}

#conts ul.result_phot li{
	width:205px;
	height:150px;
	margin:0;
	padding:0;
	line-height:1;
	border-bottom:none;
	float:left;
}

#conts ul.result_phot li.p_left{
	padding-right:10px;
}

p.gotop {
	text-align:center;
	margin-bottom:0;
	padding-top:1em;
	border-top:1px #ccc dotted;
}

#conts div.sub{
	width:420px;
	text-align:center;
	margin:0 auto;
	padding-top:1em;
}

#conts div.sub li{
	display:inline;
	padding:0 0.5em 0.5em;
	margin-bottom:0.5em;
	line-height:1;
	border-bottom:none;
}
/*
 side [
----------------------------------------------------------- */
#side {
	width:170px;
	float:right;
	padding-right:10px;
	/*background-color:#ccc;*/
}

/*
 foot [
----------------------------------------------------------- */
#foot {
	width:440px;
	border:1px #bed5e1 solid;
}

#foot ul{
	padding-top:10px;
	padding-left:10px;
}

#foot li{
	float:left;
	line-height:1;
	padding-bottom:5px;
}

#foot p{
	font-size:80%;
	padding-left:10px;
}