@charset "utf-8";

/*アイテム共通*/
* {
	margin: 0px;
	padding: 0px;
	border: none;
}
img {
	border: none;
    vertical-align: bottom;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block; 
}

/*Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/*End hide from IE-mac \*/


body {
	color: #231815;
	margin: 0;
	padding: 0;
	font-family: "ＭＳ Ｐゴシック","メイリオ","ヒラギノ角ゴ Pro W3",Osaka;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.75em;
	background-color: #efeff0;
	letter-spacing: 0em;
}
a:link {
	text-decoration:none;
	color: #0033cc;
}
a:visited {
	text-decoration:none;
	color: #0033cc;
}
a:hover {
	text-decoration:none;
	color: #a9badb;
}

.white {
	color: #fff;
}

.text-12 {
	font-size: 12px;
	_vertical-align: middle;/* IE6 */
	position: relative;
	top: -1px;
}


/*レイアウト*/
#stage {
	width:960px;
	margin: 0 auto;
	background: url(../img/bgr_wrapper01.jpg) repeat-y;
}

#wrapper {
	width:950px;
	margin: 0 auto;
}

#main{
	clear: both;
	width: 814px;
	margin: 0px auto 0px;
	}
	
#contents {
	float: left;
	width: 595px;
	margin: 0px;
	padding: 0px;
}

/*ヘッダー*/
#header{
	width:812px;
	margin: 0 auto;
}

#header h1{
	float: left;
	padding: 0px;	
}

#header p{
	float: left;
}

#header p.hdr-end{
	float: right;
	padding-top: 35px;
}

/*グローバルメニュー*/
#gmenu {
	clear: both;
	width: 812px;
	margin: 0px auto 15px;
}

#gmenu ul li{
	list-style-type: none;
	float: left;
}

/*サイドバー*/
#sidebar {
	float: right;
	width: 190px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #efeff0;
	text-align: center;
	line-height: 1.5em;
	}
	
#sidebar h4{
	background: url(../img/bgr_side01.jpg) no-repeat top center;
	font-size: 18px;
	color: #fff;
	line-height: 18px;
	padding: 8px 0 4px 0;
	}
	
#sidebar p.h4-link a{
	background: url(../img/bgr_side02_off.jpg) no-repeat top center;
	text-align: left;
	color: #0c66a7;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	padding: 11px 0 9px 42px;
	margin-bottom: 9px;
	display:block;
	}
	
#sidebar p.h4-link a:hover{
	background: url(../img/bgr_side02_on.jpg) no-repeat top center;
	text-decoration: none;
	color: #a9badb;
	display:block;
	}
	
#sidebar div.contact-outer{
	background: url(../img/bgr_side04.jpg) repeat-y top center;
	}
	
#sidebar div.contact-inner{
	background: url(../img/bgr_side05.jpg) no-repeat bottom center;
	padding-bottom: 5px;
	}
	
#sidebar div.contact-inner p.text01{
	padding: 0px 25px 10px 25px;
	text-align: left;
	}
	
#sidebar div.contact-inner p.text02{
	font-size: 10px;
	padding: 0px 25px 5px 25px;
	text-align: left;
	line-height: 1.5em;
	}
	
#sidebar div.contact-inner p.text03{
	font-size: 10px;
	padding: 0px 25px 10px 25px;
	text-align: left;
	line-height: 1.5em;
	}

/*ページトップへ戻る*/
.return01 {
	clear: both;
	width:814px;
	margin: 0px auto 20px;
	padding-top: 20px;
	padding-right: 68px;
	text-align: right;
}

.return01 a{
	color: #231815;
	text-decoration: none;
}

.return01 a:hover{
	color: #aaabab;
	text-decoration: none;
}

.return01 a:visited{
	color: #231815;
	text-decoration: none;
}

.return02 {
	clear: both;
	width:814px;
	margin: 0px auto 20px;
	text-align: right;
	position: relative;
	top: -12px;
	left: -34px;
}

.return02 a{
	color: #231815;
	text-decoration: none;
}

.return02 a:hover{
	color: #aaabab;
	text-decoration: none;
}

.return02 a:visited{
	color: #231815;
	text-decoration: none;
}

/*フッター*/
#footer {
	clear: both;
	width: 814px;
	margin: 0px auto;
	padding-bottom: 20px;
	}

#footer ul {
	padding: 5px 0px 5px 0px;
	border-top: 1px solid #d6d5d5;
	border-bottom: 1px solid #d6d5d5;
	}

#footer ul li{
	padding: 5px 0px 5px 0px;
	list-style-type: none;
	float: left;
	margin-right:8px;
	line-height: 1em;
	font-size:10px;
	}

#footer ul li a{
	color: #231815;
	text-decoration: none;
	}

#footer ul li a:hover{
	color: #aaabab;
	text-decoration: nonee;
	}

#footer ul li.brank{
	margin-right: 5px;
	}

#footer ul li.ftr-end{
	float: right;
	margin: 0px;
	}
	
