@charset "utf-8";

/* サイト全体の定義
------------------------------------------------*/
head  {
	font: 100% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	
	background-attachment:fixed
	background-repeat:repeat-y;
	background-position:left
	margin: 2; 
	padding: 2;
	text-align: center;
	color:#333333;
}	

body  {
	font: 100% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background-color: #ffffff;
	background-image: url(fig/mi2-bpgys.jpg);
	background-attachment:fixed
	background-repeat:repeat-y;
	background-position:left
	margin: 2; 
	padding: 2;
	text-align: center;
	color:#333333;}
	

html{
height:100%;
margin-bottom:1px;
overflow-y:scroll;
scrollbar-face-color: #ff8c00;
scrollbar-track-color: #fff8dc;
scrollbar-arrow-color: #ffffff;
scrollbar-highlight-color: #fff8dc;
scrollbar-shadow-color: #d2691e;
scrollbar-3dlight-color: #ffebcd;
scrollbar-darkshadow-color: #8b0000;
}
	
	


a{
	color:#390;
	text-decoration:none;
}

a hover{
	color:#F90;
	text-decoration:underline;
	background-color: #9FC;
}

.twoColFixLtHdr #container { 
	width: 1100px;
	background: ;
	background: repeat;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
	
	
} 







/* ヘッダの定義
------------------------------------------------*/
.twoColFixLtHdr #header { 
	background: ; 
	background-image: url(fig/052.gif);
	padding: 2px 8px 1px;
	height:210px;
	border-bottom: 1px solid #000000;
} 

.twoColFixLtHdr #header img {
	float:left;
}



/* スライダー・メニューバー定義
------------------------------------------------*/

.twoColFixLtHdr #MenuBar1 {
	float: left; 
	width: 180px; 
	background-image:url(fig/back2.gif); 
	background-repeat:repeat;
	padding: 20px 20px 30px 20px;
	
}

.twoColFixLtHdr #MenuBar1 p{
	font-size:90%;
	letter-spacing:2px;
	border:#FFE4E1 3px solid;
	background-image:url(./fig/bg1.gif);
	background-repeat:repeat;
	width:180px;
	margin:0;
	padding:3px;
	padding-center:10px;
	text-align:center;
	border style: double
}

.twoColFixLtHdr #MenuBar1 p a:hover{
	background-image:url(./fig/bg2.gif);
	background-repeat:repeat;  
	
}

 



/* メインコンテンツ定義
------------------------------------------------*/
.twoColFixLtHdr #mainContent {
	float: center
	background: white;
	padding-top:0px;/* 余白は div ボックスの内側のスペース、マージンは div ボックスの外側のスペースです */
	font-size:100%;
	line-height:150%;
	letter-spacing:2px;
	margin-top: 0;
	margin-right: 1;
	margin-bottom: 0;
	margin-left: 240px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	

} 



h1{
	margin-top:auto;
	font-size:24px;
	
}

#guide{
	font-size:80%;
	text-decoration:none;
	text-align:right;
	
}

/* フッター定義
------------------------------------------------*/
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* この余白は、その上に表示される div のエレメントの左揃えと一致します。 */
	background:#E6F0D9; 
} 
.twoColFixLtHdr #footer p {
	margin: 0px; /* フッターの最初のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間のスペース）が回避されます */
	padding: 10px 0; /* このエレメントの余白により、マージンの相殺を発生させることなく、マージンの効果とまったく同じように、スペースが設定されます */
	font-size:70%;
	color:#A0CB89;
	text-align:center;
}
.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

