@charset "utf-8";
/* CSS Document */



/*--作業情報------------------------------------------------------------------------------------------

File name    : index.css
Description  : indexページの layout

Editors      : H. Ohmori
Last Editor  : H. Ohmori
Last Updated : 2010/03/08/Mon  endBoxのPマーク画像のリンク先を外部リンクに変更
             : 2009/12/28/Mon　endBoxの高さ変更
             : 2009/12/15/Tue　mainView下に、広告追加

MOKUJI       : * #mainView
             : * #mainAd
             : * .fixBox
             : * #main
             : * #sub
             : * #endBox
             : * 非表示見出し

----End 作業情報------------------------------------------------------------------------------------*/



/*--mainView----------------------------------------------------------------------------------------*/
#mainView {
	margin-bottom:15px;
}
/*--End mainView------------------------------------------------------------------------------------*/



/*--mainAd----------------------------------------------------------------------------------------*/
#mainAd {
	width:100%;
	margin-bottom:15px;
}
/*--End mainAd------------------------------------------------------------------------------------*/



/*--fixBox------------------------------------------------------------------------------------------*/
.fixBox {
	overflow:hidden;
	margin-bottom:15px;
}
/*--End fixBox--------------------------------------------------------------------------------------*/



/*--main--------------------------------------------------------------------------------------------*/
#main {
	padding-right:5.5%;
}
#main1 {
	background-image:url(../images/main11.jpg);  /*←.mainのボトム側の画像*/
	background-position:bottom;
	background-repeat:no-repeat;
}
#main2 {
	background-image:url(../images/main22.jpg);  /*←.mainのボトム側の画像*/
	background-position:bottom;
	background-repeat:no-repeat;
}
#main3 {
	background-image:url(../images/main33.jpg);  /*←.mainのボトム側の画像*/
	background-position:bottom;
	background-repeat:no-repeat;
}
.main {
	float:right;
	width:176px;
	min-height:15.6em; /*最小の高さ。これ以上小さいとMacで段差がでる*/ 
	margin-left:3.5%;
	padding-bottom:87px;  /*背景画像分の余白*/
	text-align:left;
}
.main a {
	text-decoration:none;
}
.main h4 {
	margin-top:5px;
	text-align:center;
	font-size:100%;
}
.main p {
	margin-top:1px;
	margin-bottom:5px;
	font-size:93%;
}
/*--End main----------------------------------------------------------------------------------------*/



/*--sub---------------------------------------------------------------------------------------------*/
#sub {
	padding-left:4px;
}
.sub {
	float:left;
	width:49%;
	margin-left:6px;
}
#sub1 {
	padding-left:6px;
}
.subMenu {
	width:300px;
	height:21px;
	padding-top:3px;
/*	background-color: #DDF3FF;
	color: #36F;*/
}
.subMenu a {
	text-decoration:none;
}
#newsMenu {
	height:72px;
	overflow:auto;
}
#news {
	margin-left:20px;
}
#news dt,#news dd {
	padding-left:1em;
	list-style:none;
	font-size:93%;
	color:#666;
}
#news dt {
	margin-top:6px;
	background:url(../images/listimg_a.gif) no-repeat 0 0.3em;
}
#news dd {
	margin-top:0.2em;
	margin-bottom:0.7em;
}
#news a {
	text-decoration:none;
	font-weight:400;
	color:#555;
}
/*--End sub-----------------------------------------------------------------------------------------*/



/*--endBox------------------------------------------------------------------------------------------*/
#endBox {
	overflow:hidden;
	width:90%;
	margin-top:2.5em;
	margin-bottom:10px;
	padding-left:5%;
}
.endBox {
	float:left;
	width:30%;
	height:13em;
	margin-left:2.75%;
	text-align:center;
}
.endBox a {
	text-decoration:none;
}
.endBox h3 {
	font-size:100%;
	font-weight:normal;
/*	color:#000;*/
	margin-top:0.5em;
	margin-bottom:0.2em;
}
.endBox h3 a:link {
	color:#000;
}
.endBox h3 a:visited {
	color:#000;
}
.endBox h3 a:hover {
	color:#666;
}
.endBox h3 a:active {
	color:#603;
}
.endBox p {
	font-size:77%;
	margin-bottom:1em;
}
.endBox p a:link {
	color:#009;
}
.endBox p a:visited {
	color:#009;
}
.endBox p a:hover {
	color:#C33;
}
.endBox p a:active {
	color:#F66;
}
/*--End endBox--------------------------------------------------------------------------------------*/



/*--非表示見出し------------------------------------------------------------------------------------*/
#endBox h2,#main h2 {
	width:0;
	height:0;
	overflow:hidden;
}
/*--End 非表示見出し--------------------------------------------------------------------------------*/
