@charset"Shift_JIS";

/* CSS Document */

/* コンテンツ全体 基本デザイン*/

body {
	margin: 0px; 
	padding: 0px; 
	text-align: left; 
	background: #f1f1f1; 
	scrollbar-base-color: #BDC1C4; 
	scrollbar-arrow-color: #FFE9B1; 
	scrollbar-DarkShadow-Color: #ffffff;
	}


a:link,a:visited {
	color: #000099; 
	text-decoration: none;
	}

a:hover,a:active {
	color: #000099; 
	text-decoration: underline;
	}
	
.gyakuy{
	font-size: 11px;
	vertical-align: super;
	}

.large{
	font-size: 14px; 
	line-height: 20px;
	}

.middle{
	font-size: 13px; 
	line-height: 20px; 
	}

.small{
	font-size: 12px; 
	line-height: 20px; 
	}

.ensmall{
	font-size: 12px; 
	line-height: 15px; 
	}
	
.style1{color: #316AC5}
.style3{
	color: #FF6600;
	font-size: 12px; 
	font-weight: bold;}
.style4{
	color: #6BA02E;
	font-weight: bold;
}
.style5{
	color: #316AC5;
	font-size: 12px; 
	font-weight: bold;
}
.style9{color: #316AC5}
-->

/* ============================================================
　　ページ全体囲み 
=============================================================*/
#wrapper{
	margin: 0px; 
	padding: 0px; 
	width: 100%; 
	text-align: left;
	color: #333333; 
	background: #f1f1f1;
	}



/* ============================================================
　　ヘッダー 
=============================================================*/
#header{
	margin:  0px; 
	padding: 0px; 
	width: auto; 
	height: 96px; 
	text-align: center; 
	}


/* ============================================================
　 ヘッダー画像（ポジション固定）
=============================================================*/
#logo{
	position: absolute; 
	top: 0px; 
	left: 0px; 
	}



/* ============================================================
　 メインページ
=============================================================
#contents{
	margin: 0px;
	padding: auto;
	height: auto;
	position: relative;
	width: 100%;
	text-align: left;
	font-size: 12px;
	line-height: 18px;
	background: #F1F1F1;
	left: 0px;
	}
*/
#contents{
	margin: 0px;
	padding: 0px;
	height: auto;
	position: relative;
	width: 100%;
	text-align: left;
	font-size: 12px;
	line-height: 18px;
	}

#main{
	margin-top: 10px; 
	margin-right: 30px; 
	margin-left: 200px;
	margin-bottom: auto; 
	height: auto; 
	width: auto; 
	text-align: left; 
	font-size: 12px; 
	line-height: 18px;
	}

#main h2{
	margin-top: 30px; 
	margin-left: 45px; 
	text-align: left;
	}



	
/* ============================================================
　 サイドメニュー
=============================================================*/

#navi{
	position: absolute; 
	top: -10px; 
	left: 0px; 
	width: 122px; 
	height: auto; 
	text-align: left; 
	}




/* ============================================================
　 TOP scroll
=============================================================*/
#topscroll{
	height: 12px; 
	width: 97%; 
	text-align:right; 
	color: #5670CD;
	text-decoration: underline;
	}

/* ============================================================
　 フッター
=============================================================*/
#footer{
	margin: 0px; 
	padding: auto;
	margin-top: 10px; 
	height: 19px; 
	width: 100%; 
	position: absolute;
	font-size: 10px;
	background: #999999; 
	text-align:center; 
	}
