/* Unchanged */
@charset "shift_jis";
body {
	color: #999999;
	margin: 0px;
	padding: 0px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size:1em;
	background : #f5f5f5 url(bg.gif);
	text-align: center;
}
a {
	color: #666666;
}
a:hover {
	color: #5d87f2;
}


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

#container {
	text-align: left;
	width: 806px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
}

/*ヘッダー
------------------------------------------------------------------*/
#header {
	background : url(container_bg_01.gif) no-repeat left top;
	height: 249px;
	position: relative;
	width: 806px;
	text-align: right;
}
#header h1 {
	font-size: 1.2em;
	color: #FFFFFF;
	top: 10px;
	right: 10px;
	text-align: right;
	padding-top: 15px;
	padding-right: 20px;
}
#header img {
	position: absolute;
	left: 50px;
	top: 50px;
}

/*コンテンツ全般
------------------------------------------------------------------*/
#contents {
	background : url(container_bg_02.gif) repeat-y;
}
#contents #sub {
	float: left;
	width: 225px;
	display: inline;
	margin-left: 20px;
	margin-bottom: 80px;
}
#contents #main {
	float: left;
	width: 504px;
	display: inline;
	margin-left: 20px;
}

/*メインコンテンツ
------------------------------------------------------------------*/
#main {
	font-size:1em;
	color: #307000;
}

#main h2 {
	background : url(midashi_bg.gif) no-repeat left top;
	height: 24px;
	width: 504px;
	font-size: 0.9em;
	color: #FFFFFF;
	padding-left: 30px;
	line-height: 24px;
}
#main p {
	padding: 5px 10px 20px 10px;
}

#main p.strong {
	font-weight:bold;
}

#main p.red {
	color:#dd2d66;
}

#main p.redstrong {
	color:#dd2d66;
	font-size:1.2em;
	font-weight:bold;
}

#main .new {
	background : url(arrow.gif) no-repeat left top;
	padding-left: 30px;
}

#main .red {
	color:red;
}

#main .magenta {
	color:#ff00ff;
}

p.map {
	clear: both;
	text-align:right;
	padding-right:10px;
}

/*メニュー
------------------------------------------------------------------*/
#menu ul {
	border-bottom: 5px solid #509000;
	font-size:0.95em;
	font-weight:bold;
}
#menu a {
	text-align: center;
	display: block;
	width: 100%;
	color: #009999;
	text-decoration: none;
	background : #ffffff url(menu_bg.gif) no-repeat center bottom;
	padding-top: 10px;
	padding-bottom: 10px;
}
#menu a:hover {
	background : #70c000 url(menu_bgn.gif) no-repeat center bottom;
	color: #307000;
}

/*フッター
------------------------------------------------------------------*/
#footer {
	clear: both;
	background : url(container_bg_03.gif) no-repeat center bottom;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 20px;
	margin-bottom: 50px;
}

#footer p.comname {
	font-size:1.1em;
}

#footer p.copyright {
	font-size:0.7em;
}

#footer p.template {
	font-size:0.7em;
}

/*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 */
