@charset "shift_jis";
body {
	color: #999999;
	margin: 0px;
	padding: 0px;
	font: 80%/1.8 "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background: #FFFFCC center center;
	text-align: center;
}
a {
	color: #000066;
}
a:hover {
	color: #FFFFFF;
	background: #FF3300;
	padding: 2px 0px;
	margin: 0px;
}


h1,h2,h3,p,ul{
	margin: 0px;
	padding: 0px;
}
li{
	list-style-type: none;
}
img {
	border: none;
}

#container {
	text-align: left;
	width: 806px;
	margin: 0px auto;
	padding: 0px;
	background: url(img/bgbg.jpg) repeat-y center center;
}

/*ヘッダー
------------------------------------------------------------------*/
#header {
	background: url(img/top_naka.jpg) no-repeat center center;
	height: 200px;
	position: relative;
	width: 806px;
}
#header h1 {
	font-size: 13px;
	color: #0000FF;
	top: 10px;
	right: 10px;
	padding-top: 15px;
	padding-right: 20px;
	text-indent: -9999px;
}
#header img {
	position: absolute;
	left: 15px;
	top: 55px;
}

/*コンテンツ全般
------------------------------------------------------------------*/
#contents {
	margin: 0px;
	padding: 0px;
}
#contents #sub {
	float: left;
	width: 225px;
	display: inline;
	margin-left: 20px;
	margin-bottom: 80px;
	margin-top: 10px;
}
#contents #main {
	float: left;
	width: 504px;
	margin-bottom: 80px;
	display: inline;
	margin-left: 20px;
}

/*メインコンテンツ
------------------------------------------------------------------*/
#main h2 {
	background: url(img/midashi_bg.gif) no-repeat left top;
	height: 54px;
	width: 504px;
	font-size: 16px;
	color: #0000FF;
	padding-left: 35px;
	line-height: 24px;
	text-align: left;
	vertical-align: middle;
	padding-top: 13px;
	font-weight: bolder;
	margin-top: 20px;
	margin-bottom: -10px;
}

#main h3 {
	font: bolder 16px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;	
}
#main p {
	padding: 2px 10px;
	font: 14px/18px "メイリオ";
	color: #333333;
	text-align: justify;
}
#main #new p {
	background: url(img/arrow.gif) no-repeat left top;
	padding-left: 30px;
	border-bottom: 1px dotted #CCCCCC;
}
#main li {
	font: 12px/20px "メイリオ";
	color: #000066;
	text-align: left;
	text-indent: 20px;
}
.style1 {
	font-size: 15px;
	font-weight: bold;
}
.style3 {
	font-size: 12px;
	color: #333333;
}
#main .top01 .style4 {
	font: 11px/14px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
}



/*メニュー
------------------------------------------------------------------*/
#menu ul {
	border-bottom: 5px none #5d87f2;
}
#menu .big a {
	text-align: left;
	display: block;
	width: 100%;
	color: #5d87f2;
	background: #FFFFFF url(img/menu_bg.gif) no-repeat bottom;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 14px;
	text-indent: 20px;
	font-weight: bolder;
	text-decoration: none;
}
#menu .big a:hover {
	background: url(img/menu_bgn.gif) no-repeat bottom;
	color: #FFFFFF;
	width: 100%;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: left;
	display: block;
	text-indent: 20px;
	text-decoration: none;
}

#menu .big-s a {
	text-align: left;
	display: block;
	width: 100%;
	color: #5d87f2;
	background: #FFFFFF url(img/menu_bg.gif) no-repeat bottom;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 12px;
	text-indent: 35px;
	text-decoration: none;
}
#menu .big-s a:hover {
	background: url(img/menu_bgn.gif) no-repeat bottom;
	color: #FFFFFF;
	width: 100%;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: left;
	display: block;
	text-indent: 35px;
	text-decoration: none;
}




/*フッター
------------------------------------------------------------------*/
#footer {
	clear: both;
	background: #FFFFFF url(img/foot.jpg) no-repeat center bottom;
	text-align: center;
	font-size: 11px;
	width: 100%;
	height: 100px;
	padding-top: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	border-top: 1px solid #333333;
}

#footer p {
	color: #000000;
	padding: 2px;
	margin-bottom: 10px;
	margin-top: 0px;
}
.style1 {
	color: #333333;
	font-size: 12px;
	font-weight: normal;
}


/*clearfix（ここは変更しないように）
------------------------------------------------------------------*/
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
*html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
.style4 {color: #333333}
