@charset "UTF-8";
/* CSS Document */

html{ width:100%;}

body {
	margin: 0;
	font:13px "ＭＳ Ｐゴシック",arial,helvetica,clean,sans-serif;
    *font-size:small;
    *font:x-small;
	color:#666;
}
div {
    font-size:inherit;
    font:100%;
	margin:0;
	padding:0;
}

#header{
	position:relative;
	width:900px;
	height:125px;
	margin:0px auto 10px auto;
}
.logo{
	position:absolute;
	padding-right:15px;
	background-color:#fff;
}

#header_line {
	position:absolute;
	left:255px;
	top:45px;/*56px*/
	width:645px;
	height:1px;
	border-top:solid 1px #dfe0e0;
}

#contents{
	position:relative;
	margin:0px auto 0 auto;
	width:900px;
	padding-top:30px;
}

.store{min-width:695px;}

a img{border:none;}

h1{
font-size:131%;
font-weight: normal;
}

h2{ 
font-size:93%;
font-weight: normal;
margin:-5px 0 25px 0;
}

/************************
　フッター
************************/
.footer{
	border-top:solid 1px #dedede;
	width:900px;
	padding-top:10px;
	margin:30px auto 0px auto;
	padding-bottom:30px;
	clear:both;
}

.footer_top{
	border-top:solid 1px #dedede;
	width:900px;
	padding-top:10px;
	margin:0px auto 30px auto;
}

.footer_link{
	display:block;
	float:left;
	color:#666;
	font-size:77%;
}
.footer_link a{
	color:#666;
}
.footer_link a:hover{
	color:#666;
	text-decoration:underline;
}

.copyright{
	float:right;
	font-size:77%;
}

.red1{color:#660000}

.sub_title_01{
	font-size:85%;
	margin-bottom:5px;
	}
	
.detail_01{
	font-size:85%;
	margin-bottom:15px;
	line-height:150%;
	}

.sub_title_02{
	font-size:93%;
	margin-bottom:5px;
	}
	
.detail_02{
	font-size:93%;
	margin-bottom:15px;
	line-height:150%;
	}

.detail_03{
	font-size:85%;
	margin:5px 0 5px 0;
	line-height:150%;
	}

.green1{ color:#006600; }
.alart {
	color: #900;
	font-size:85%;
}
.clear{
	clear:both;
}

a{text-decoration:none; color:#999;}
a:hover{text-decoration:underline; color:#666;}

#header a{text-decoration:none;}
#header a:hover{text-decoration:none;}
.red2 {
	color: #A00;
}

.green1{color:#005E3F;
	
}
