﻿@charset "utf-8";

html{
	font-size:62.5%;
	} 

body{
	color:#000;
	font-size:14px;
	font-size:1.4rem;
	line-height:22px;
	line-height:2.2rem;
	font-family: メイリオ, Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', Arial, Helvetica, Verdana, sans-serif;
	margin:0;
	padding:0;
	text-align:center;
	background-color:#fff;
	}
	
/*Cromeバグ対策*/
body > div {
	font-size: 14px;
	font-size: 1.4rem;
	line-height:22px;
	line-height:2.2rem;
	}

/*IE6用*/
* html td {
	color:#333333;
	font-size:14px;
	line-height:145%;
	}
* html th {
	color:#333333;
	font-size:14px;
	line-height:145%;
	}
* html caption {
	color:#333333;
	font-size:14px;
	line-height:145%;
	}

h1,h2,h3,h4,h5,h6,p,form{
	margin:0;
	padding:0;
	}
li,ul,ol,dl,dt,dd{
	margin-top:0;
	margin-bottom:0;
	padding-top:0;
	padding-bottom:0;
	}
img{
	border:0px;
	vertical-align: bottom;
	}
hr{
	display:block;
	height:1px;
	border:0;  
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
	}

em{
	color:#cc0000;
	font-style:normal;
	font-weight:normal;
	}
strong{
	color:#cc0000;
	font-style:normal;
	font-weight:normal;
	}
a{
	text-decoration:none;
	color:#815A0B;
	}
a:hover {
    filter: alpha(opacity=80);
    -moz-opacity:0.80;
    opacity:0.80;
	}
	
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,
fieldset, legend{
	display:block;
	}


.fr{
	font-size:14px;
	font-size:1.4rem;
	}

.fl{
	font-size:16px;
	font-size:1.6rem;
	}
.fll{
	font-size:18px;
	font-size:1.8rem;
	}
.fs{
	font-size:12px;
	font-size:1.2rem;
	}
.fss{
	font-size:10px;
	font-size:1rem;
	}

.clr{
	clear:both;
	}
.hide{
	display:none;
	}

.t_center{
	text-align:center !important;
	}
.t_left{
	text-align:left !important;
	}
.t_right{
	text-align:right !important;
	}
	
.t_bold{
	font-weight:bold !important;
	}
.t_normal{
	font-weight:normal !important;
	}
	
.t_red{
	color:#E85363;
	}
	
.top_0{
	margin-top:0 !important;
	}
.bottom_0{
	margin-bottom:0 !important;
	}
	
.top_1{
	margin-top:1em !important;
	}
.bottom_1{
	margin-bottom:1em !important;
	}
	
.clr_box{
	zoom:100%;
	}
.clr_box:after{
	content:"";
	clear:both;
	height:0;
	display:block;
	visibility:hidden;
	}

.justify {
	text-align:justify;
	text-justify:inter-ideograph;
	}
	
.fixed{
	position:fixed;
	}

#obg_wrapper {
    width:940px;
    margin:0 auto;
    text-align:left;
    }

#obg_wrapper header{
    position:relative;
    display:block;
    height:52px;
	}
#obg_wrapper header:after{
	content:"";
	clear:both;
	height:0;
	display:block;
	visibility:hidden;
	}
#headerlogo {
    width:158px;
    z-index:2;
    position:absolute;
    top:0;
    left:0;
    }
#headerclose{
    float:right;
    width:24px;    
    }
#headerclose a{
    display:block;
    height:24px;
    background:url(images/btn_close.gif) no-repeat left top;
    font-size:20%;
    text-indent:-940px;
    overflow:hidden;
    }
#headerback{
    /*font-family:FP-HiraMinProN-W6;*/
    /*font-family:"Ryumin Bold KL";*/
    font-family:"FP-HiraMinProN-W3";
    font-size:13px;
    line-height:13px;
    display:inline-block;
    float:right;
    padding-top:20px;
    }
#headerback a{
    color:#777777;
    display:inline-block;
    padding:0 0 0 8px;
    background:url(images/arrow01.png) no-repeat left 2px;
    }
#obg_wrapper footer {
    padding:10px 0 20px 0;
    text-align:center;
    color:#777777;
    font-size:11px;
    font-size:1.1rem;
    }

#lh_error{
    padding:40px;
    text-align:center;
    min-height:500px;
    box-sizing:border-box;
    }
#lh_error p{
    margin-bottom:6em;
    }

@media print {
	body{
		height:auto !important;
		}
	#obg_wrapper {
		width:auto;
		}
	#headerlogo {
		width:100px;
		}
	#headerclose{
		display:none;  
		}
	#headerback {
		display:none;
		}
	}
