@charset "shift_jis";
body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 80%;
	line-height: 1.8;
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: center;
//	background-color: #fffce3;
//	background-color: #f9f4f4;
	background-color: #ffffff;

}
h1,h2,h3,p,ul,li{
	margin: 0px;
	padding: 0px;
}
p {
	padding-bottom: 10px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
	vertical-align: bottom;
}
.color1 {
	color: #FF0000;
}


/*container  ------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 898px;
	background-repeat: repeat-y;
	background-position: center;
	margin-right: auto;
	margin-left: auto;
//	background-color: #fffce3;
	background-color: #ffffff;
}


/*Header  ------------------------------------------------------------------*/
#header {
	background-image: url(img/top-all.gif);
	background-repeat: no-repeat;
	background-position: 0px 100px;
	height: 350px;
	position: relative;
	text-align: right;
}


#header h1 {
	font-size: 11px;
	font-weight: bold;
	color: #6b8e23;
	position: absolute;
//	left: 0px;
	top: 35px;
	text-align: right;
}

#header h2 {
	font-size: 25px;
	font-weight: bold;
	color: #FFFFFF;
	position: absolute;
	left: 20px;
	top: 14px;
}


/*Main Menu  ------------------------------------------------------------------*/
ul#menu li {
	float: left;
	line-height: 40px;
	height: 30px;
	margin-left: 1px;
	font-size: 16px;
	font-weight: bold;
}

ul#menu a {
	color: #940023;
	text-decoration: none;
	display: block;
	width: 178px;
	text-align: center;
	background-image: url(img/menu_ap.gif);
	background-position: top;	/*背景画像の上半分を表示*/
	background-repeat: no-repeat;
	overflow: hidden;	/*オーバーした文字を非表示にする設定*/
}

ul#menu a:hover {
	background-image: url(img/menu_ap.gif);
	background-repeat: no-repeat;
	background-position: left bottom;	/*背景画像の下半分を表示*/
	color: #ff4500;
}

ul#menu li.last {
	margin-right: 0;
}



/*Contents  ------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 100%;
	padding-top: 20px;
}


/*Main  ------------------------------------------------------------------*/
#main {
	float: left;
	display: inline;
	margin-right: 5px;
	margin-left: 5px;
}
#main p {
	padding-right: 5px;
	padding-left: 25px;
}

#main h1 {
	padding-right: 5px;
	padding-left: 25px;
	font-size: 12px;
	color: #0000ff;
}
#main h2 {
	padding-right: 5px;
	padding-left: 25px;
	font-size: 18px;
	color: #4d4b4c;
}
#main h3 {
	padding-right: 5px;
	padding-left: 25px;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}

#main ul.mainNav{
	font-size: 14px;
	}
#main ul.mainNav a{
	color:#666666;
	padding-bottom:10px;
	text-decoration:none;
	display:block;
	height: 290px;
	background-color:#eeebeb;
	}
#main ul.mainNav a:hover{
	width:222px;
	color:#666666;
	text-decoration:none;
//	background-color:#ffdead;
	background-color:#facfdc;
	}
#main ul.mainNav li{
	width:222px;
	float:left;
	line-height:150%;
	}
#main ul.mainNav li.centerChild{
	width:280px;
	padding:0 1px;
	}
#main ul.mainNav li span{
	display:block;
	padding:15px 15px 10px 10px;
	}


/*Right ------------------------------------------------------------------*/
#sub {
	float: right;
	width: 229px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 0px;
	color: #666666;
}
#sub h3 {
	border: 3px double #ffffff;
	background: #f9ad5c;
	font-size: 100%;
	text-align: center;
	margin-bottom: 5px;
	margin-top: 10px;
	color: #FFFFFF;
}



/*Information  ------------------------------------------------------------------*/
ul#topics {
	padding: 0px 12px 20px 18px;
	width: 860px;		
	height: 115px;		
	overflow: auto;		/*like iframe*/

}
#topics li {
	border-bottom: 1px dotted #CCCCCC;
	text-indent: -1em;
	padding-left: 1em;
	font-size: 12px;
}


/*Footer  ------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 896px;
	text-align: center;
	background: #999999 url(img/menu_ap.gif) repeat bottom;
	height: 30px;
	background-position: bottom;	/*背景画像の上半分を表示*/
	padding-top: 10px;
	color: #2f4f4f;
	font-size:12px;
	font-weight:normal;
}
#footer a {
	color: #FFFFFF;
}

/*box  ------------------------------------------------------------------*/
#main .newitem p {
	height: 200px;	/*１個あたりのボックスの高さ*/
	width: 280px;	/*１個あたりのボックスの幅*/
	border: 1px solid #CCCCCC;	/*ボーダー設定*/
	float: left;	/*左よせしていく設定*/
	text-align: center;	/*センタリング設定*/
	background-image: url(images/newitem_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	display: inline;
}

#main .newitem {
	margin-top: 10px;
}

#main .newitem a img {
	padding: 5px;		/*画像のまわりの余白*/
	border: 1px solid #CCCCCC;	/*画像に入っているフチどり*/
}

#main .newitem a:hover img {
	border: 1px solid #999999;	/*カーソルオーバー時に画像のフチ色を変える設定*/
}



/*clearfix  ------------------------------------------------------------------*/
#contents:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#contents { display: inline-block; }

/* Hides from IE-mac \*/
*html #contents { height: 1%; }
#contents { display: block; }
/* End hide from IE-mac */
