@charset "shift_jis";



body {
	color: #999999;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 11px/2 "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background: #FFFFFF url(images/bg.gif);
}

h1,h2,h3,p,ul,li{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}

img {
	border: none;
}

#main p, #sub p {
	margin: 0.5em 1em 1em;
}


/*コンテナー
------------------------------------------------------------------------------------------*/
#container {
	text-align: left;
	margin: 0px auto;
	width: 840px;
	padding-right: 4px;
	padding-left: 4px;
	background: url(images/container_bg.gif) repeat-y center;
}


#header {
	background: url(images/header_bg.gif) no-repeat;
	height: 103px;
	position: relative;
}

#header h1 {
	font-size: 10px;
	font-weight: normal;
	line-height: 10px;
	padding-top: 8px;
	padding-left: 20px;
	padding-bottom: 20px;
}


/*メインメニュー（特に変更の必要なし）
------------------------------------------------------------------------------------------*/
#menu {
	border-bottom: 6px solid #EEEEEE;
}

#menu li {
	display: inline;
}



#nav {
	background: url(images/nav_bg.gif) no-repeat left bottom;
	height: 13px;
	position: absolute;
	right: 0px;
	bottom: 5px;
	padding-left: 50px;
	font-size: 11px;
	padding-top: 8px;
	line-height: 11px;
}

#nav li {
	display: inline;
	padding-right: 15px;
	padding-left: 15px;
}

#nav a {
	text-decoration: none;
	color: #999999;
}

#nav a:hover {
	color: #BB000F;
}


/*メインコンテンツ（特に変更の必要なし）
------------------------------------------------------------------------------------------*/
#main {
	float: left;
	width: 546px;
	display: inline;
	margin-left: 15px;
	margin-top: 15px;
	padding-bottom: 40px;
	background: #FFFFFF;
}



#sub {
	float: right;
	width: 264px;
	margin-top: 15px;
	padding-bottom: 40px;
	background: #FFFFFF;
}

#sub h3 {
	font-size: 100%;
	background: #EEEEEE;
	letter-spacing: 0.2em;
	text-align: center;
	border-top: 1px dotted #d6d6d6;
	border-bottom: 1px dotted #d6d6d6;
}


/*フッター（特に変更の必要なし）
------------------------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 840px;
	background: url(images/footer_bg.gif) no-repeat center top;
	line-height: 1.5em;
	text-align: center;
	font-size: 11px;
	padding: 20px 4px;
	margin-right: auto;
	margin-left: auto;
}


/*clearfix（変更しない）
------------------------------------------------------------------------------------------*/
#container:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#container { display: inline-block; }

/* Hides from IE-mac \*/
#container { display: block; }
/* End hide from IE-mac */

/*table ID=NEWS
------------------------------------------------------------------------------------------*/

#news {
	border-collapse: separate;
}

#news td{
	margin: 0;
	padding: 0;
	border: 3px double #CCC;
	background: #FFF url(images/newsTableBorder.jpg) repeat-x bottom left;
}

/*table（変更しない）
------------------------------------------------------------------------------------------*/
table .t1{
	margin: 3px;
	padding: 10px;
	width: 260px;
	border: 3px double #CCC;
	background: #FFF url(images/item_bg.gif) bottom left repeat-x;
}

table .t1 td{
	margin: 0px;
	padding: 0;
	border: 0;
}