@charset "shift_jis";


/* スタイルの初期化 */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}


/* タグ共通 */

body{
	font-size:75%;
	font-family:"メイリオ","ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "メイリオ";
	color:#333;
	letter-spacing:0.1px;
	line-height:1.4;
	/*background:url(../../img/common/body_bg.jpg) repeat-x #F5F9F0;*/
	background:url(../../img/common/body_bg.jpg) repeat-x #eee;
	}

a {
	color:#000;
	}
a:visited{
	color:#000;
	}
a:hover{
	text-decoration:none;
	}

a img {
	cursor:pointer;
	}

h1 {
	margin-bottom:15px;
	}

.clear {clear:right; line-height:0;}

#container_inner {
	width:830px;
	margin:0 auto;
	background:#fff;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	}


#present {
	width:800px;
	margin:20px 0 20px 27px;
	}


.item_unit {
	width:252px;
	margin-right:10px;
	margin-bottom:10px;
	float:left;
	}

.item_number {
	background:url(img/tbl_top.gif) no-repeat;
	width:230px;
	height:15px;
	padding:10px 10px 10px 12px;
	font-weight:bold;
	font-size:130%;
	color:#cc0000;
	vertical-align:bottom;
	line-height:15px;
	}

.item {
	background:url(img/tbl_body.gif) repeat-y	;
	width:252px;
	}

.item h3 {
	background:url(img/company_bg.gif) no-repeat;
	width:233px;
	height:26px;
	margin:0 auto;
	text-align:center;
	color:#fff;
	line-height:26px;
	font-weight:bold;
	}

.item_img {
	width:233px;
	margin:1px auto 5px auto;
	}

.item_catch {
	width:233px;
	height:50px;
	margin:0 auto;
	font-size:11px;
	}

.long {
	height:90px;
	}

.win_number {
	background:url(img/tbl_bottom.gif) no-repeat;
	width:232px;
	height:27px;
	padding:15px 10px 0px 10px;
	text-align:right;
	font-weight:bold;
	font-size:120%;
	}


#double_chance {
	clear:both;
	width:780px;
	padding:15px 25px;
	border-top:15px solid #fff;
	background:#333;
	color:#fff;
	font-size:88%;
	}

#present_notice {
	clear:both;
	width:780px;
	padding:25px;
	background:#1a1a1a;
	color:#fff;
	font-size:88%;
	}

/* page_shift */

.pageshift_wrapper {
	float:right;
	margin-bottom:10px;
	margin-right:20px;
	}

* html .pageshift_wrapper {
	float:none;
	margin-right:20px;
	}

.pageshift {
	float:right;
	font-size:100%;
	padding-right:10px;
}
.pageshift .number,
.pageshift .back,
.pageshift .next {
	float: left;
}
.pageshift .number {
	padding: 0 10px;
	color:#cc0000;
	font-weight:bold;
}
.pageshift .number strong {
	color:#808080;
	padding: 3px 4px;
}
.pageshift .number a {
	color:#000;
	text-decoration: none;
	background: #F1F1F1;
	padding: 3px 4px;
}
.pageshift .number a:hover,
.pageshift .number a:active {
	color: #FFF;
	background: #cc0000;
}



strong.page_num {
	margin-left:0px;
	color:#cc0000;
	font-size:120%;
	}