@charset "shift_jis";
body {
	color: #000000;
	margin: 0px;
	padding: 0px;
	font: 80%/1.8 "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background: #f5f5f5 url(images/bg.gif);
	text-align: center;
}
a {
	color: #999999;
}
a:hover {
	color: #625d5a;
}


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;
}

table {
    width: 430px;
    /*border: 1px #afada3 solid;*/
    border-collapse: collapse;
    border-spacing: 0;
}

table th {
    padding: 5px;
    border: #afada3 solid;
    border-width: 0 0 1px 1px;
    background: #cccccc;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}
table td {
    padding: 3px;
    border: 1px #afada3 solid;
    border-width: 0 1px 1px 1px;
    text-align: left;
}

/* マウスオーバーで拡大 */
#imgHover a {
    display: block;
}
#imgHover a:hover {
    position:relative;
}
#imgHover a .mainImage {
    display: none;
}
#imgHover a:hover .mainImage {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}


/*ヘッダー
------------------------------------------------------------------*/
#header {
	background: url(images/container_bg_01.png) no-repeat left top;
	height: 357px;
	position: relative;
	width: 806px;
}
#header h1 {
	font-size: 11px;
	color: #625d5a;
	top: 10px;
	right: 10px;
	text-align: right;
	padding-top: 15px;
	padding-right: 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: 504px;
	margin-bottom: 80px;
	display: inline;
	margin-left: 20px;
}

/*メインコンテンツ
------------------------------------------------------------------*/
#main h2 {
	background: url(images/midashi_bg.gif) no-repeat left top;
	height: 24px;
	width: 504px;
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 30px;
	line-height: 24px;
	margin-top: 5px;
}
#main h3 {
	padding: 5px;
	border-left: solid 5px;
	text-decoration: underline;
}
#main p {
	padding: 5px 10px;
}
#main li {
	padding: 0px 10px;
}
#main #new p {
	background: url(images/arrow.gif) no-repeat left top;
	padding-left: 30px;
	border-bottom: 1px dotted #CCCCCC;
}

/*メニュー
------------------------------------------------------------------*/
#menu ul {
	border-bottom: 5px solid #625d5a;
}
#menu a {
	text-align: center;
	display: block;
	width: 100%;
	color: #625d5a;
	text-decoration: none;
	background: #FFFFFF url(images/menu_bg.gif) no-repeat bottom;
	padding-top: 10px;
	padding-bottom: 10px;
}
#menu a:hover {
	background: #625D5A url(images/menu_bgn.gif) no-repeat left bottom;
	color: #FFFFFF;
}

/*フッター
------------------------------------------------------------------*/
#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 */
