* { margin : 0 ;padding : 0: }

body { width : 100% ;
	background-color: #cccccc;
	text-align:center;
	position : relative ; center
	 }
	 
/* 全体のボックス */
div#outline { position : relative ; 
	width: 740px;
	background-color: #FFFFFF;}


/*メイン画像エリア*/
div#main { width : 710px ; height : 230px ;
}
.barga { width : 320px ; height : 230px ; float: left}
.bargb { width : 390px ; height : 230px ; float: right}


/*メイン画像エリア*/
div#main { width : 710px ; height : 230px ;
}
.barga { width : 320px ; height : 230px ; float: left}
.bargb { width : 390px ; height : 230px ; float: right}

/*下階層メイン画像エリア*/
div#main2nd { width : 710px ; height : 150px ;
}

/*メニューエリア*/
div#menu { width : 710px ; height : 45px ;
	background-color: #7F0003; }
	
/*下階層メニューエリア*/
div#menu2nd { width : 710px ; height : 32px ;
	background-color: #ffffff; }

/*コンテンツエリア左右*/
div#contents { 
		float: left;
		width: 480px; 
		clear : both ;
		padding: 10px 10px 0 15px;
	}
	
div#side {
float: right;
		width: 200px;
		padding: 10px 15px 0 0;
		}


/*コンテンツエリア１つ*/
div#about {
  font-family: "ＭＳ Ｐゴシック", "Osaka"; 
  font-size: 10pt; font-style: normal;
   line-height: 130%;
   color: #666666;
   text-align:left;
		width: 680px;
		padding: 10px 10px 10 20px;
		}
		

/*へっだー*/
div#header { width : 710px ; height : 50px ;
	text-align: right;}


/*ふったー*/
div#footer { width : 740px ; clear : both ; 
	background-color: #003366;
	padding: 3px 3px;
	text-align: right;}


/*テキスト*/
.class_name a,
.class_name a:link,
.class_name a:visited,
.class_name a:active{
	width:140px;
	text-align:center;
	display:block;
	float:left;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 10pt;
	color: #666666;
	margin: 0px 5px;

}

.class_name a:hover{
	width:140px;
	background:#0099FF;
	color:#FFFFFF;
	text-align:center;
	display: block;
	float:left;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 10pt;
	margin: 0px 5px;

}
.txts {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 8pt;
	color: #666666;
}
.txtnormal {  font-family: "ＭＳ Ｐゴシック", "Osaka"; font-size: 10pt; line-height: 150%; color: #000000}


.contentstxt {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 10pt;
	background-color: #FFFFFF;
	text-align: center;
	width: 710px
}

h1{
  font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", "sans-serif";
  font-style: normal;
  font-weight: bold;
  font-size: 10pt;
 color: #336699; line-height: 150%
}

h2{
  font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", "sans-serif";
  font-style: normal;
  font-weight: bold;
  font-size: 10pt;
 color: #993333; line-height: 150%
}


/* フロート解除 */
.clear {
	clear: both;
}

/* フロート解除(不可視) */
.clearHidden {
	clear: both;
	visibility: hidden;
}

