@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;
/*background:#FFF;*/

}

body > #main {
    height: auto;
}

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

/* 階層表示 */
#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;
	}


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


/* ============フッター============ */	
#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;
}

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

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