@charset "shift_jis";
body {
	color: #666666;
	background-color: #FFFDDE;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 75%/1.8 "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}
h1,h2,h3,p,ul,li{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
#container {
	background-image: url(../images/container2_bg.gif);
	width: 902px;
	text-align: left;
	background-repeat: repeat-y;
	background-position: center;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}

/*リンクカラー
----------------------------------------------------------------*/
a {
	color: #666666;
}
a:hover {
	color: #9e2520;
}

/*強調文字
----------------------------------------------------------------*/
strong {
	font-weight: normal;
	color: #9e2520;
}

/*ヘッダー
----------------------------------------------------------------*/
#header {
	background-image: url(../images/top_main_img_hed.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 67px;
	position: relative;
}
#header img {
	position: absolute;
	left: 27px;
	top: 40px;
}
#header h1 {
	font-size: 15px;
	padding-left: 35px;
	padding-top: 10px;
	color: #660000;
}


/*メニュー
----------------------------------------------------------------*/
#main_menu {
	background-image: url(../images/main_menu_bg.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 30px;
	position: relative;
	font-size: 15px;
	color: #FFFFFF;
}


/*サブメニュー＜ヘッダー＞（メニューボタン下の影）
----------------------------------------------------------------*/
#main_submenu_h {
	background-image: url(../images/main_submenu_h_bg.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 10px;
	position: relative;
}


/*サブメニュー（ＴＯＰ/検索・登録・流れ）
----------------------------------------------------------------*/
#main_submenu {
	background-image: url(../images/main_submenu_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 260px;
	position: relative;
	font-size: 15px;
	color: #FFFFFF;
}


/*サブメニュー＜フッター＞
----------------------------------------------------------------*/
#main_submenu_f {
	background-image: url(../images/main_submenu_f_bg.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 3px;
	position: relative;
}



/*コンテンツ
----------------------------------------------------------------*/
#contents {
	float: left;
	width: 706px;
	margin-top: 10px;
	margin-left: 4px;

}

/*メイン
----------------------------------------------------------------*/
#main {
	float: right;
	width: 498px;
	margin-right: 9px;
	margin-left: 9px;
	display: inline;
}
#main h2 {
	background-image: url(../images/midashi_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 100%;
	padding-left: 10px;
	height: 30px;
	padding-right: 5px;
	color: #FFFFFF;
	letter-spacing: 0.5em;
	line-height: 30px;
}
#main p {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 15px;
}



/*右側
----------------------------------------------------------------*/
#side {
	float: right;
	width: 182px ;
	display: inline;
	margin-top: 3px;
	margin-right: 4px;
	font-size: 100%;
}
#side p {
	margin-bottom: 10px;
	color: #666666;
}
.side-table {
	background-color: #EEEEEE;
	border: 1px solid #cccccc;
	padding: 2px;
	line-height: 1;
}
.side-table h2 {
	background-color: #453030;
	padding-top: 3px;
	padding-bottom: 2px;
	color: #FFFFFF;
	text-align: center;
	font-weight: normal;
	font-size: 125%;
	letter-spacing: 0.5em;
	margin-bottom: 5px;
	border: 1px solid #cccccc;
}
.side-table h3 {
	color: #000000;
	font-weight: normal;
	font-size: 95%;
	margin-left: 4px;
	margin-bottom: 5px;
}
.side-table01 {
	background-color: #FFFFFF;
	border: 1px solid #5B341E;
	line-height: 2;
}


/*メニュー他
----------------------------------------------------------------*/
#sub {
	float: left;
	width: 181px;
	display: inline;
	margin-right: 5px;
	margin-left: 4px;
	color: #666666;
}
#sub p {
	margin-bottom: 10px;
}

#sub li {
	background-image: url(../images/menu_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
}
#sub ul {
	margin-bottom: 10px;
}
#sub li a {
	color: #666666;
	text-decoration: none;
	display: block;
	width: 100%;
}
#sub li a:hover {
	color: #FF3B33;
}
.arrow-last {
	background-image: url(../images/menu_arrow_last.gif) !important;
	background-repeat: no-repeat;
	background-position: left center;
}
.menu-midashi {
	border: 1px solid #cccccc;
	background-image: none !important;
	background-color: #ffffff;
	color: #666666;
	padding-top: 3px;
	padding-bottom: 2px;
}

/*フッター
----------------------------------------------------------------*/
#footer {
	clear: both;
	width: 902px;
	font-size: 11px;
	padding-bottom: 20px;
	background-color: #FF9934;
	padding-top: 15px;
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}
#footer a {
	color: #FFFFFF;
}
#footer p {
	margin-bottom: 10px;
}


/*NEWS & TOPICS
-------------------------------------------------------------------------------------*/
#news dl{
	margin:8px 10px 5px 10px;
	font-size:100%;
	line-height:1.4em;
}
#news dl dt{
	width:15em;
	padding-left:0em;
}
#news dl dd{
	margin-top:-1.4em;
	margin-left:6em;
	margin-bottom:3px;
	padding-bottom:3px;
	border-bottom:solid 1px #d2d7e4;
}
#news a {
	color: #666666;
}
#news a:hover {
	color: #FF0000;
}


/*clearfix
------------------------------------------------------------------*/
#container:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#container { display: inline-block; }

/* Hides from IE-mac \*/
*html #container { height: 1%; }
#container { display: block; }
/* End hide from IE-mac */

