/* ================================================
基本共通css
================================================ */

*{
	margin: 0px;padding: 0px;
}

html,body{height:100%;}

body {
	background:#fff;
	text-align:center;
	padding:10px 0px;
}

table {
	word-break: break-all;
}

img{
	margin: 0px;
	border: none;
}

h1{
	font-size: 16px;
	text-align:left;
	margin:0px 0px 15px 0px;
	font-weight:bold;
	color:#369;
	font-style: normal;
}

p {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}

A:link,A:visited{
	text-decoration:underline;
	color:#0052ae;
}
A:hover{
	text-decoration:underline;
	color:#0089e4;
}

.clear {
	clear: both; 
}
.border-g{
	font-size:1px;
	background-color:#999;
	height:1px;
	margin:0px;
	padding:0px;
}
.border-g-dots{
	font-size:1px;
	height:1px;
	background-image:url(../img/common/border_dots_g.gif);
	margin:0px;
	padding:0px;
}
.table_border-g{
	border:1px solid #999;
}

.msg_le{
	text-align:left;
}

.msg_ce{
	text-align:center;
}

.msg_ri{
	text-align:right;
}


/*basic layout*/

#wrapper{
	border:1px solid #F7CA60;
	width:800px;
	text-align:center;
	margin-left: auto;
	margin-right:auto;
	margin-bottom:10px;
}

#wrapper700{
	border:1px solid #F7CA60;
	width:700px;
	text-align:center;
	margin-left: auto;
	margin-right:auto;
	margin-bottom:10px;
}

#header{
	width:800px;
	height:103px;
	text-align:left;
	background: url(../img/common/header_bg.jpg) repeat-x;
}

#header700{
	width:700px;
	height:103px;
	text-align:left;
	background: url(../img/common/header_bg.jpg) repeat-x;
}

#header_subwin{
	width:800px;
	text-align:left;
	padding-bottom:5px;
	background: url(../img/common/header_bg.jpg) repeat-x;
	border-bottom:1px solid #F7CA60;
}

#header_top{
	width:800px;
	height:111px;
	text-align:left;
	background-image: url(../img/common/top_header_bg.jpg);
}

#main_contents{
	width:760px;
	text-align:center;
	margin-left: auto;
	margin-right:auto;
	padding:20px 0px 10px 0px;
}
#wrapper .table_c{
	margin-left: auto;
	margin-right:auto;
}

#main_footer{
	width:760px;
	text-align:right;
	padding-top:12px;
	margin-bottom:25px;
	border-top:1px solid #999;
	margin-left: auto;
	margin-right:auto;
}

#footer{
	width:800px;
	text-align:center;
	background: url(../img/common/footer_bg.jpg) repeat-x;
	color:#fff;
}

/*headerナカ*/

#h_logo{
	float:left;
}

#header strong{
	font-size:12px;
	color:#E63E2B;
	font-weight:bold;
	line-height:19px;
}

#hform_login{float:right;margin-top:3px;margin-right:5px;}
#hform_logout{float:right;margin-top:7px;margin-right:5px;}

/* safari only \*/
html:\66irst-child #hform_login{float:right;margin-top:1px;margin-right:5px;}
html:\66irst-child #hform_logout{float:right;margin-top:1px;margin-right:5px;}
/* end */

#hform_login td{
	color:#369;
	padding:2px;
}
#hform_logout td{
	color:#369;
	padding:2px;
}
#hform_login input.h15{
	height:15px;
}
#hform_login A:link{
	color:#0052ae;
}
#hform_login A:visited{
	color:#0052ae;
}
#hform_login A:hover{
	text-decoration:underline;
	color:#0089e4;
}

#gm{
	width:800px;
	height:28px;
	text-align:left;
	background: url(../img/common/gm_bg.gif) repeat-x;
}
#gm input{
	margin-left:7px;
	margin-right:5px;
}
#gm #sw{
	width:125px;
}

/*footerナカ*/

#flink{
	padding-top:7px;
	color:#fff;
	margin-left:auto;
	margin-right:auto;
}

#footer A:link{
	text-decoration:none;
	color:#fff;
}
#footer A:visited{
	text-decoration:none;
	color:#fff;
}
#footer A:hover{
	text-decoration:underline;
	color:#ffffcc;
}
#copyright{
	text-align:center;
	color:#555;
	padding:25px 0px 30px 0px;
}

.kiyaku{
	border: 1px solid #ABABAB;
	width: 516px;
	height: 166px;
	overflow-x: none;
	overflow-y: auto;
	overflow: auto;
	text-align: left
}

.kiyaku ul {
	margin-left: 30px;
}
/*問い合わせ*/
.inquiry_inquiry{
	width: 400px;
	height: 180px;
}
/*お友達に紹介*/
.mailto_message{
	width: 350px;
	height: 100px;
}
#mailto_wrapper{
	text-align:center;
	margin-left: 5px;
	margin-right:5px;
}

/*動画一覧 入賞アイコン*/
/*サムネイルサイズ*/
.prizeImg {
	position: absolute;
	top: -5px;
	left: 0px;
}

/*ページングフォント定義*/
#page_num {
	font-size:13px;
	color:#333;
}

#page_num A{
	font-size:13px;
}