@charset "UTF-8";

/* CSS Document */

/* @group 全体制御 */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
textarea,
p,
th,
td{
	font-weight: normal;
	margin:0;
	padding:0;
}

body {
	zoom:1;
	font-size: 10px;
	color: #262626;
	font-family:
	"HiraKakuPro-W3",
	"ヒラギノ角ゴ Pro W3",
	"メイリオ",
	sans-serif;
	_font-family: "ＭＳ ゴシック";
	*font-size: 62.5%;
	*font:62.5%;
	line-height: 1.7;
}

*:first-child+html body {
	font-family:
	Meiryo,
	'ＭＳ Ｐゴシック',
	sans-serif; /* IE7 */
}

/* MacOSX */

dt,
h1,
h2,
h3,
h4,
h5,
h6{
	font-weight: bold;
	font-family:
	"HiraKakuPro-W6",
	"ヒラギノ角ゴ Pro W6",
	"Meiryo Bold",
	"メイリオ ボールド",
	sans-serif;	
	}

/* アルファベット */
.alpha_v{
	font-family: Verdana, sans-serif;
}

.alpha_h{
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

/* for FireFox*/
a{
	overflow: hidden;
}

table{
/*	border-collapse:collapse;
	border-spacing:0; */
}

a img {
	border: 0;
	}


img {
	border: 0;
	vertical-align: bottom;
}

input, select {
	vertical-align: middle;
}

hr{
	height: 0;
	border: none;
	margin: 0;
	padding: 0;
	border-style: none;
}

ul,
dl,
ol {
	list-style: none;
	text-indent: 0;
}

.clearfix{
	zoom:1;
}

.clearfix:after{
	content: '.';
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

/* iepngfix */
img, div, input,a,ul {
	behavior: url("../file/iepngfix.htc")
}

body {
	margin: 0;
	padding: 0;
	background: #37a8ff url(../common/bg_body.gif) repeat-x;
}

/* @end */

/* @group 基本ボックス */

div#container {
	width: 968px;
	margin: 0 auto;
	background-image: url(../common/bg_container.gif);
}

div#wrapper {
	width: 968px;
	background-image: url(../common/bg_wrapper.gif);
	background-repeat: no-repeat;
	z-index: 0;
}

div#contents {
	width: 950px;
	margin: 0 auto;
	background-color: #fff;
}

div#header {
	width: 950px;
	margin: 0 auto;
}

div#footer {
	width: 950px;
	height: 100%;
	margin: 0 auto;
	text-align: center;
	background-color: #fff;
	padding: 16px 0;
	position: relative;
}

div#footer p#btn_site_top{
	position: absolute;
	top: 16px;
	right: 24px;
}

body#flag div#footer,
body#saiten div#footer {
	background-image: url(../common/bg_footer.jpg);
	background-repeat: no-repeat;
	padding: 0;
}

/* @end */

/* @group 共通 */

div#footer p {
	margin-bottom: 20px;
}

body#flag div#footer p,
body#saiten div#footer p {
	margin-bottom: 50px;
}

div#footer p {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 9px;
}

p#typo {
	margin-bottom: 20px;
}

/* @end */

/* @group ホーム */

p#rentalFlag {
	text-indent: -9999px;
}

p#rentalFlag a {
	width: 529px;
	height: 122px;
	background-image: url(../pageparts/btn_rentalFlag.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
}

p#rentalFlag a:link,
p#rentalFlag a:visit {
	background-position: 0 0;
}

p#rentalFlag a:hover {
	background-position: -529px 0 ;
}

body#home div#contents {
	height: 456px;
	background: url(../pageparts/bg_contents_home.jpg) 0 101px;
	background-repeat: no-repeat;
}

p#markPlease {
	text-indent: -9999px;
}

p#markPlease a {
	width: 529px;
	height: 140px;
	background-image: url(../pageparts/btn_markPlease.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
}

p#markPlease a:link,
p#markPlease a:visit {
	background-position: 0 0;
}

p#markPlease a:hover {
	background-position: -529px 0 ;
}

div#buttonArea {
	width: 529px;
	height: 262px;
	margin: 24px 0 0 23px;
	position: relative;
	z-index: 100;
}

p#badge_saiten_ranking{
	position: absolute;
	top: 191px;
	left: 114px;
	z-index: 2000;
}

/* @end */



/* @group 採点 */

body#saiten div#contents  {
	text-align: center;
}



body#saiten div.box_inner {
	position: relative;
}

p#saitenForm {
	text-indent: -9999px;
	position: absolute;
	top: 75px;
	right: 53px;
}

p#saitenForm a {
	width: 329px;
	height: 51px;
	display: block;
	background-image: url(../pageparts/btn_saitenForm.gif);
	background-repeat: no-repeat;
}

p#saitenForm a:link,
p#saitenForm a:visit {
	background-position: 0 0;
}

p#saitenForm a:hover {
	background-position: 0 -51px ;
}

/* 090415-追記 */

div#box_monthly_best5{
	border: 1px solid #bfbfbf;
	margin: 0 auto 0px auto;
	width: 724px;
	height: auto;
	position: relative;
	text-align: left;
	padding: 0 0 0 130px;
	border-bottom: none;
	z-index: 0;
	overflow: hidden;
}


div#box_monthly_best5 p{
	font-size: 12px;
	color: #555;
	font-family: sans-serif;
}

h3#box_header_best5{
	width: 122px;
	height: 249px;
	border-bottom: 1px solid #bfbfbf;
	position: absolute;
	top: 0;
	left: 0;
	color: #555;
	z-index: 100;
	line-height: 1.2;
	padding-left: 8px;
	padding-top: 8px;
	background-image: url(../pageparts/bg_best5_header.jpg);
	background-position: 0 100%;
	background-repeat: no-repeat;
}

h3#box_header_best5 span.text_num{
	font-size: 36px;
	color: #37a9ff;
	font-family: Verdana, sans-serif;
}

h3#box_header_best5 span.text_month{
	font-size: 16px;
	color: #7f7f7f;
	font-family: Verdana, sans-serif;
}

h3#box_header_best5 span.text_jap{
	display: block;
	margin-top: 5px;
	font-size: 14px;
	font-weight: bold;
	font-family: sans-serif;
}



div#box_monthly_best5 ul{
	width: 530px;
	height: 258px;
	padding: 0 0 0 216px;
	z-index: 1000;
	position: relative;
	background-color: #93e3ff;
}



div#box_monthly_best5 ul li{
	background-image: url(../pageparts/bg_gray_gra.gif);
	background-position: 0 100%;
	background-repeat: repeat-x;
}


div#box_monthly_best5 ul li.ranking_top{
	position: absolute;
	width: 199px;
	height: 241px;
	background-color: #fff;
	border-left: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	padding: 8px;
	z-index: 5500;
	left: 0px;
	top: 0px;
	font-family: sans-serif;
}

div#box_monthly_best5 ul li.ranking_top p#top_photo{
	width: 199px;
	height: 180px;
	overflow: hidden;
	margin-bottom: 8px;
}

div#box_monthly_best5 ul li.ranking_top h4,
div#box_monthly_best5 ul li.ranking_top p,
div#box_monthly_best5 ul li.ranking_top h5{
	font-size: 12px;
	line-height: 1.3;
	color: #555;
	font-family: sans-serif;
	}
	
	div#box_monthly_best5 ul li.ranking_top h4{
	font-size: 14px;
	color: #37a9ff;
}

	div#box_monthly_best5 ul li.ranking_top h5{
	font-size: 14px;
}



div#box_monthly_best5 ul li.ranking_other{
	border-bottom: 1px solid #bfbfbf;
	border-left: 1px solid #bfbfbf;
	width: 237px;
	height: 112px;
	float: left;
	padding: 8px;
	background-color: #fff;
	z-index: 1000;
	font-family: sans-serif;
}

div#box_monthly_best5 ul li.ranking_other h4{
	font-size: 12px;
	color: #37a9ff;
	font-family: sans-serif;
}

div#box_monthly_best5 ul li.ranking_other h5{
	font-size: 14px;
	line-height: 1.4;
	color: #555;
	font-family: sans-serif;
}

div#box_monthly_best5 ul li.ranking_other img{
	float: left;
	margin: 0 8px 30px 0;
}

p#header_img_saiten{
	position: relative;
}

a#btn_saiten_best{
	position: absolute;
	top: 32px;
	left: 0;
}


/* 過去のBEST5 */

div#box_past_best5{
	width: 855px;
	height: auto;
	margin: 0 auto 0 auto;
	border: 1px solid #bfbfbf;
	border-top: none;
	border-left: none;
	border-bottom: none;
}

div#box_past_best5 h3{
	color: #323232;
	text-align: left;
	border-top: 1px solid #fff;
	background-color: #e5e5e5;
	border-bottom: 1px solid #bfbfbf;
	border-left: 1px solid #bfbfbf;
	line-height: 1;
	padding: 8px 8px 7px 8px;
}

div#box_past_best5 ul{
	border-bottom: 1px solid #bfbfbf;
}


div#box_past_best5 li{
	width: 152px;
	padding: 8px;
	height: 7em;
	float: left;
	border-left: 1px solid #bfbfbf;
	text-align: left;
	font-size: 12px;
}

div#box_past_best5 #top_photo,
div#box_past_best5 .other_photo{
	display: none;
}

li.ranking_top h4,
li.ranking_other h4{
	color: #37a9ff;
}

li.ranking_top h5,
li.ranking_other h5{
	font-size: 12px;
}


/* @end */

/* @group 採点当選者 */

div.box_saiten_winner{
	clear: both;
	border-left: 1px solid #bfbfbf;
	margin: 0 auto 40px auto;
	width: 855px;
	height: auto;
	position: relative;
	text-align: left;
	background-color: #e5e5e5;
}

div.box_saiten_winner ul{
	
}

div.box_saiten_winner ul h4{
	font-size: 12px;
}

div.box_saiten_winner ul p{
	font-size: 12px;
	height: auto;
	margin-bottom: 0.3em;
	width: 264px;
	overflow: hidden;
}

div.box_saiten_winner ul li{
	width: 264px;
	border-right: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	padding: 10px;
	background-color: #fff;
	float: left;
	height: 22em;
	
}


div.box_saiten_winner ul li img{
}

/* @end */

/* @group 採点ウインドウ */

body#form_saiten{
	
}

body#form_saiten div#container{
	width: 759px;
	height: 527px;
	background-image: url(../pageparts/bg_saiten_form.jpg);
	background-repeat: no-repeat;
	background-position: 0 100%;
	position: relative;
}

body#form_saiten_thanks div#container{
	width: 759px;
	height: 526px;
	background-image: url(../pageparts/bg_saiten_form2.jpg);
	background-repeat: no-repeat;
	background-position: 0 100%;
	position: relative;
}

div#box_saiten_form_header{
	width: 759px;
	height: 174px;
	margin-bottom: 6px;
	background-image: url(../pageparts/ttl_saiten_form.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	position: relative;
	padding-top: 1px;
}

div#box_saiten_form_header p#vsname{
	margin: 90px 0 0 105px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	
}

div#box_saiten_form_header h1{
	display: none;
}


body#form_saiten table{
	margin: 0 auto;
}

body#form_saiten table td{
	font-size: 1.2em;
}

div#box_teaxarea{
	width: 426px;
	height: 80;
	margin-left: 290px;
	margin-top: 30px;
}
div#box_teaxarea input{
	width: 400px;
}


div#box_teaxarea p{
	margin: 0 0 16px 0;
}

div#box_teaxarea p span{
	display: none;
}

p#btn_submit_saiten{
	position: absolute;
	top: 455px;
	left: 270px;
}

p#btn_closer_window{
	width: 751px;
	height: auto;
	margin: 0 auto 0 auto;
	text-align: right;
	padding-right: 8px;
}

div#box_message{
	padding: 1px 0 0 0;
}

div#box_message p{
	text-align: center;
	font-size: 1.2em;
}

div#box_message p strong{
	font-size: 14px;
}

/* @end */







