@charset "shift_jis";
body {
	color: #333999;
	margin: 0px;
	padding: 0px;
	font: 90%/1.8 "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background: #f5f5f5 url(images/bg.gif);
	text-align: center;
}
a {
	color: #0000ff;
	text-decoration: none;
}
a:hover {
	color: #5d87f2;
	text-decoration:underline;
}


h1,h2,h3,p,ul{
	margin: 0px;
	padding: 0px;
}

li{
	list-style-type: none;
	margin-bottom: 1em;
}
img {
	border: none;
}

#container {
	text-align: left;
	width: 1006px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
}

.r {
color:#ff0000;
font-weight:bold;
}

.b {
color:#000000;
font-weight:bold;
background-color:#ffff66;
}

.bb {
color:#000000;
font-weight:bold;
background-color:#ffccff;
}

.ic {
text-align: center;
margin-bottom: 1em;
}

/*ヘッダー
------------------------------------------------------------------*/
#header {
	height: 60px;
	background-color:#ffffff;
	margin-bottom: 1em;
	position: relative;
	width: 1006px;
}
#header h1 {
	font-size: 180%;
	color: #ff0000;
	top: 10px;
	right: 10px;
	text-align: left;
	padding-top: 15px;
	padding-right: 20px;
	padding-left: 20px;
	}
	
#header img {
	position: absolute;
	left: 50px;
	top: 50px;
}

/*コンテンツ全般
------------------------------------------------------------------*/
#contents {
	background: url(images/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: 704px;
	margin-bottom: 80px;
	display: inline;
	margin-left: 20px;
}

/*メインコンテンツ
------------------------------------------------------------------*/
#main h2 {
	background: url(images/midashi_bg.gif) no-repeat left top;
	height: 24px;
	width: 704px;
	font-size: 12px;
	color: #FFFFFF;
	margin-top: 10px;
	padding-left: 30px;
	line-height: 24px;
}
#main p {
	padding: 5px 10px 15px 10px;
}
#main #new p {
	background: url(images/arrow.gif) no-repeat left top;
	padding-left: 30px;
	border-bottom: 1px dotted #CCCCCC;
}

/*メニュー
------------------------------------------------------------------*/
#menu {
margin-top: 10px;
}

#menu p {
	text-align: center;
	font-weight:bold;
	font-size: 120%;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	background-color:#c9c9c9;
	border-top: 1px solid #c9c9c9;		/*メニューの上の線*/
	border-right: 1px solid #c9c9c9;	/*メニューの右側の線*/
	border-bottom: 1px solid #c9c9c9;	/*メニューの下の線*/
	border-left: 1px solid #c9c9c9;
}

#menu ul {
	border-bottom: 5px solid #ffffff;
}
#menu a {
	text-align: center;
	display: block;
	width: 100%;
	color: #5d87f2;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color:#f4ffff;
	border-top: 1px solid #c9c9c9;		/*メニューの上の線*/
	border-right: 1px solid #c9c9c9;	/*メニューの右側の線*/
	border-bottom: 1px solid #c9c9c9;	/*メニューの下の線*/
	border-left: 1px solid #c9c9c9;
}

#menu a:hover {
	color: #ff0000;
}

/*フッター
------------------------------------------------------------------*/
#footer {
	clear: both;
	background: url(images/container_bg_03.gif) no-repeat bottom;
	text-align: center;
	font-size: 11px;
	width: 100%;
	height: 50px;
	padding-top: 50px;
	margin-bottom: 50px;
}

/*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 */
