/* CSS Document */
@charset "shift_jis";



/* Common ------------------------------------*/
html{}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,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;}li{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;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}

body {
	font-family:"メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	line-height:1.7;
	font-size:0.75em;
 *font-size:small;
 *font:x-small;
 *line-height:1.05;
	color:#1F1F1F;
	margin:0;
	text-align: left;
}

select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif;}
table{font-size:inherit;font:100%;}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

object{vertical-align:top;}

/* Defaul Link
=========================================*/
a:link{
	color:#0067CC;
	text-decoration:underline;
}
a:visited{
	color:#666;
	text-decoration:underline;
}
a:hover{
	color:#B10505;
	text-decoration:none;
}
a:active{
	color:#B10505;
	text-decoration:none;
}


/* Clearfix
=========================================*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height:1px;
}
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/* Clear
=========================================*/
.clear{
	clear:both;
}

/* Margin Pdding Compornent
=========================================*/
.mt5{margin-top:5px;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mt25{margin-top:25px;}
.mt30{margin-top:30px;}

.mr5{margin-right:5px;}
.mr10{margin-right:10px;}
.mr11{margin-right:11px;}
.mr15{margin-right:15px;}
.mr20{margin-right:20px;}
.mr30{margin-right:30px;}
.mr40{margin-right:40px;}

.mb5{margin-bottom:5px;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.mb25{margin-bottom:25px;}
.mb30{margin-bottom:30px;}
.mb35{margin-bottom:35px;}
.mb40{margin-bottom:40px;}
.mb45{margin-bottom:45px;}
.mb50{margin-bottom:50px;}

.ml5{margin-left:5px;}
.ml10{margin-left:10px;}
.ml11{margin-left:11px;}
.ml20{margin-left:20px;}
.ml30{margin-left:30px;}

.mlmr10{margin-left:10px; margin-right:10px;}
.mlmr30{margin-left:30px; margin-right:30px;}

.pr5{padding-right:5px;}
.pr10{padding-right:10px;}
.pr15{padding-right:15px;}

.pb0{padding-bottom:0px;}

.pl5{padding-left:5px;}
.pl10{padding-left:10px;}


/* Text-Align Compornent
=========================================*/
.t_align_l{text-align:left;}
.t_align_c{text-align:center;}
.t_align_r{text-align:right;}


/* Text Type Compornent
=========================================*/
.text_underline{text-decoration:underline;}
.fontsize75{font-size: 75%;}
.fontsize120{font-size: 120%;}

p.text01{
	margin-left:30px;
	margin-right:30px;
	clear: both;
}

p.text02{
	font-size: 140%;
	font-weight: bold;
	color: #039;
	line-height: 135%;
	clear: both;
}

.caution01 {
	font-size: 92%;
	line-height: 160%;
}

.color_red{color:#F00;}
.color_blue{color:#0000FF;}
.bg_run{
	background: url(../images/sitetop_bg.jpg) no-repeat center top;
}
/* Other Compornent
=========================================*/
.line01{
	border-bottom:1px dotted #CCC;
	padding-bottom: 5px;
}

.width_full{
	width:100%;
}

#container{
	font-size:100%;
	_font-size:92%;
	line-height:170%;
	_line-height:170%;
	width: 100%;
	position: relative;
	z-index:1;
	left: 0px;
	top: 0px;
	margin-bottom: 27px;
}

#pagetop_line{
	background: url(../images_common/pagetop_line.jpg) repeat-x;
	height: 10px;
}
#bg_shadow{
	background:url(../images_common/bg_shadow_body.jpg) repeat-y;
	width:880px;
	margin: 0px auto;
	z-index:3;
}

#header{
	position:relative;
	z-index: 2;
	width:850px;
	margin:0 auto 0px;
	background:url(../images_common/sitetop_bg_header.jpg) no-repeat left top;
	height: 344px;
}
#sitelogo{
	position:absolute;
	background:none;
	width:486px;
	height:59px;
	left:0px;
	top:0px;
}
#sub_head_gnavi{
	position:absolute;
	width:176px;
	left:659px;
	top:-2px;
}
#sub_head_gnavi ul li{
	float:left;
	line-height:normal;
}

#sub_head_gnavi ul li.adjust01{
	margin-right:6px;
}

#gnavi{
	position:absolute;
	width:850px;
	height:42px;
	left:0;
	top:299px;
}

#gnavi ul li{
	float:left;
}

#contents{
	width:850px;
	margin:0 auto;
	padding-bottom: 50px;
}

#left_column01{
	float:left;
	width:238px;
	height:auto !important;
	position:relative;
	padding-bottom: 40px;
	padding-top: 20px;
}
.leftbox01{
	position:relative;
	float: left;
	display: inline;
}
.rightbox01{
	position:relative;
	float: right;
	display: inline;
}

#left_column.one_column{
	width:800px;
}

#right_column01{
	float:right;
	width:520px;
	background: #FFF;
	position: relative;
	padding-bottom: 40px;
	padding-top: 20px;
}

#right_column{
	float:right;
	width:250px;
	background: #FFF;
	position: relative;
	padding-top: 16px;
	top: -16px;
	padding-bottom: 15px;
}

#right_column.lnavi_none{
	padding-bottom:0;
}

/* ie7 hac */
*:first-child+html #footer_container{
	font-size: 85%;
}

#footer_bg_cover{
	width:880px;
	margin:0 auto;
	background: url(../images_common/bg_shadow_bottom.jpg) no-repeat;
	height: 10px;
}
#footer{
	width:850px;
	margin:0 auto 0 auto;
	position: relative;
	left: 0px;
	top: 0px;
	height: 30px;
}

#copyright{
	position:absolute;
	left:510px;
	top:3px;
	font-size:85%;
	text-align:right;
	letter-spacing: 1px;
}

h2.title01{
	background: url(../images_common/h2_bg.jpg) repeat-x;
}

h2.title.full_size{
	width:830px;
	}

/* Banner Box Layoutt Patterns ------------------------------------------ */ 
#left_column .leftbox01{
	position:relative;
	float: left;
	display: inline;
}

.width_fix01{width:180px;}

.width_height_fix01{width:321px; height:100px;}

#left_column .leftbox01 .play_bt_posi01, #left_column .rightbox01 .play_bt_posi01{
	position:absolute;
	right:5px;
	bottom:26px;
	background: #E0E1E3;
}

#left_column .leftbox01 .play_bt_posi02, #left_column .rightbox01 .play_bt_posi02{
	position:absolute;
	right:5px;
	bottom:5px;
	background: #E0E1E3;
}

#left_column .rightbox01{
	position:relative;
	float: right;
	display: inline;
}

#left_column .rightbox01.pattern01{
	width:452px;
	top: -3px;
	}

#left_column .rightbox01.pattern02{
	width:461px;
	top: -3px;
	}

#left_column .rightbox01.pattern03{
	width:315px;
	top: -3px;
	}

#left_column .rightbox01.pattern04{
	width:372px;
	top: 0px;
	}

#left_column .rightbox01.pattern05{
	width:432px;
	top: -3px;
	}

#left_column .rightbox01.pattern06{
	width:218px;
	top: -3px;
	}




/* List Layoutt Patterns ------------------------------------------ */ 
/* layout01 */ 
#left_column .layout01{
	clear:both;
	}
	
#left_column .layout01 ul{
	margin:0 10px;
	}
	
#left_column .layout01 ul li{
	padding:0 10px 2px 10px;
	margin:0 0 5px 0;
	border-bottom:1px dotted #CCC;
	}

#left_column .layout01 ul li span{
	display:inline-block;
	margin-right:10px;
	min-width:98px;
	width:auto !important;
	width:98px;
	}

/* Table Layoutt Patterns ------------------------------------------ */ 
/* t_layout01 */ 
#left_column table.t_layout01{
	margin-left:10px;
	margin-right:10px;
	border-collapse:collapse;
	clear: both;
}

#left_column table.t_layout01 th{
	text-align:center;
	line-height:200%;
	padding-left:10px;
	padding-right:10px;
}

#left_column table.t_layout01 th.left{
	background-color:#8AC5FF;
}

#left_column table.t_layout01 th.right{
	border-left:1px solid #FFF;
	background-color:#CCCCCC;
}

#left_column table.t_layout01 td{
	line-height:200%;
	padding-left:10px;
	padding-right:10px;
	}

#left_column table.t_layout01 td.left, #left_column table.t_layout01 td.right{
	border-bottom:1px dotted #C4C4C4;
	vertical-align: top;
}

#left_column table.t_layout01 td.left{
	width:270px;
}
#left_column table.t_layout01 td.right{
	border-left:1px solid #C4C4C4;
	width:321px;
}
#left_column table.t_layout01 .link_in_cell01{
	text-align: right;
	display: inline-block;
	width: auto;
	float: right;
	_position:absolute;
	_right:0;
	_top:0;
}

/* layout03 */ 
.layout03 {
	margin-bottom:20px;
	}
	
.layout03 dl{
	margin:0 10px;
	}

.layout03 dl dt{
	padding:0 10px 5px 10px;
	line-height: normal;
	position: relative;
	}

.layout03 dl dt img{
	vertical-align:baseline;
	top: 2px;
	position: relative;
	}

.layout03 dl dd{
	padding:0 10px 5px 10px;
	margin:0 0 7px 0;
	border-bottom: 1px dotted #CCC;
	}
