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

body {font-family:verdana,arial,helvetica,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  "メイリオ", Meiryo, Osaka,"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-size:13px;
}

p {margin:0; padding:0; }

html {margin:0; padding:0;}

body {
	height:100%;
	margin:0;
	padding: 120px 0 0 0; /* headerの長さ分下げる */
	background:#111 url(../img/back3.png) repeat;
}				

* html body{overflow: hidden;}


/* ============ヘッダー====================== */
div#header {
	width:900px;
	height:52px;
	padding-top:17px;
	padding-bottom:13px;
	margin:0 auto;
	text-align:left;
	background:#1A1A1A;
}

/* ヘッダー固定 */
div#headerFixed {
	width: 100%;
	height:135px; 
	position: fixed !important;  
    position: absolute;
    top: 0;  
    left: 0;	
    }  

/* お問い合わせ */
div#contact {
float:right;
text-decoration: none;
margin:3px 10px 0 0;
}

/* ============ヘッダーここまで============ */


/* ============メインコンテンツ============ */
div#main {
width:900px;
height:100%;
min-height:100%;
overflow:hidden;
margin:0px auto 0 auto;
background:#F2F2F2;

}

body > #main {
    height: auto;
}

div#content {	
	width:720px;/* テキスト全体の横幅 */
	float:right;
	margin:0 0 50px;
	}

/* 階層表示 */
#guide {
	text-align:right;
	background:#CCC;
	padding:8px 20px 8px 0;
	margin:0;
	}


	
/* テキスト本文 */
.text{
	margin:30px 40px 30px 20px; 
	color:#333333;
	
}

.text p{
	margin-bottom:1em;
	line-height:1.6em;
	line-break: strict;
	text-align:justify;
	text-justify:inter-ideograph;
	}


/* 見出し */
h1 {
	font-size:18px;
	text-align:left;
	background:#4D4D4D;
	margin:40px 20px 0 0;
	padding:6px 0 6px 16px;
	color:#F2F2F2;
	}

/* テキスト内小見出し */
h2 {
	text-align:left;
	font-weight:bold;
	font-size:14px;
	margin-top:2.0em;
	margin-bottom:1.0em;
	padding-left:0.5em;
	border-left:4px solid #00B700;/* 左線 */
	}

/* テキスト内太字 */
span {
	text-align:left;
	font-weight:normal;
	font-size:18px;
}

.strong_b {font-weight:bold}

/* 赤字強調 */
p.strong {
	font-weight:bold;
	font-size:18px;
	color:#F00;
	}


h2 {color:#333}
p,span {color:#4D4D4D}



/* ============メインコンテンツここまで============ */


/* ============フッター============ */	
#footer {
	width: 100%; 
	height: 30px;
	position:absolute;
	clear:both;
	overflow:hidden; 
}
	
/* IE6*/
_# html footer {width:100%; }
 
/* フッターcopyright */
#copy {
	width:900px;
	height:100%;
	margin:0 auto ;
	padding-top:5px;
	text-align:left;
	color:#FFF;
	background:#1A1A1A;
	}

#copy p {font-size:12px;float:left; margin-left:30px; margin-top:1px; color:#FFF}

ul#policy {
	list-style-type:none;
	margin-top: 0;
	margin-bottom: 0;
	margin-right:10px;
	padding-left: 0;
	float:right;
	}
		
ul#policy li {
display:inline;
padding-right:10px;
font-size:12px;
}

ul#policy li a {
	color:#FFF;
	text-decoration: none;
}

/* ============フッター ここまで============ */	


/* ページ内リンクをヘッダー分下げる */
a.anchor {
padding-top:142px;
margin-top:-142px;
}

.text a:hover {
	color:#939;
}



.text a {/*未訪問のリンク*/
    color:#090;
    text-decoration:underline;
}

.text a:visited {/*訪問後のリンク*/
    color:#939;
}


/* ============ページ内topへ戻る============ */
.retop  {text-align:right; margin:40px 0 50px 0;}
/*============ページ内topへ戻る ここまで============*/
	

/*画像関係*/
img {border:none; vertical-align:bottom;}
img.logo {float:left; margin-left:10px}/*ロゴ*/
