@charset "shift_jis";


/*共通設定
----------------------------------------------------------------------------------*/
body {
	color: #000000;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #dfdda5 url(images/bg.gif) repeat-x top;
	font:13px "ＭＳ Ｐゴシック",arial,helvetica,clean,sans-serif,Meiryo;
	*font-size:small;
              /*Win IE7およびWin IE6標準準拠モードに適用*/
              *font:x-small;
　　　　　
}
h1,h2,h3,p,ul,li{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
	vertical-align: bottom;
}
strong {
	color: #993300;
	font-weight: normal;
}
p {
	padding-bottom: 5px;
	padding-top: 5px;
}

a {
   color:#000;
   text-decoration:none;
}

a:hover {
   color:#EA91A2;
   text-decoration:underline;
}


/*ヘッダー
---------------------------------------------------------------------------------*/
#header-container {
	width: 914px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#header-container h1 {
	font-size: 11px;
	color: #58362D;
	background: #FFFFFF url(images/header_bg.jpg);
	height: 190px;
	padding: 0 0 0 20PX;
	font-weight: normal;
}


/*メインメニュー（画像を横並びにする為の設定なので変更しない）
----------------------------------------------------------------------------------*/
#menu li {
	float: left;
	padding-bottom: 20px;
}


/*コンテナー
----------------------------------------------------------------------------------*/
#container {
	width: 913px;
	margin-right: auto;
	margin-left: auto;
	background: url(images/container_bg.gif) repeat-y left;
	clear: left;
}

/*テーブル設定
----------------------------------------------------------------------------------*/
.t1 {
	border: 3px double #CCCCCC;
	padding: 10px;
	margin-top: 9px;
	margin-right: 5px;
	width: 650px;
	background: url(images/item_bg.gif) repeat-x bottom;
}

.t1 td {
	vertical-align: top;
}

.t1 strong {
	background: url(images/arrow1.gif) no-repeat left top;
	padding-left: 20px;
	border-bottom: 1px dotted #CCCCCC;
	display: block;
	margin-bottom: 10px;
}

.t1 img {
	border: 1px solid #CCCCCC;
	padding: 5px;
	background: #FFFFFF;
}



/*メインコンテンツ
----------------------------------------------------------------------------------*/
#main {
	float: left;
	width: 662px;
	text-align: left;
	padding: 9px 9px 50px;
	line-height: 2;
	border-top: 1px solid #CCCCCC;
}

#main h2 {
    font-size: 13px;
    color: #333333;
    margin: 0;
    padding: 0;

}

/*テーブルセット*/
#tbl_setA{
	border:#FF8E88 solid 1px;
	border-collapse:collapse;
	margin:0;
	}
#tbl_setA th{
	border:#FF8E88 solid 1px;
	padding:6px;
	color:#333;
	text-align:left;
	}
#tbl_setA td{
	border:#FF8E88 solid 1px;
	padding:6px;
	background:url(images/bg_th_a2.gif);
	}	
#tbl_setB{
	border:#999 solid 1px;
	border-collapse:collapse;
	margin:0;
	}
#tbl_setB th{
	border:#fff solid 1px;
	background:url(images/bg_th_a2.gif);
	padding:6px;
	color:#333;
	text-align:left;
	}
#tbl_setB td{
	border:#fff solid 1px;
	padding:6px;
	}	



/*What's new欄の矢印とアンダーライン
----------------------------------------------------------------------------------*/
.u-line li {
	border-bottom: 1px dotted #CCCCCC;
	background: url(images/arrow2.gif) no-repeat left top;
	padding-left: 15px;
}

/*サイドコンテンツ
----------------------------------------------------------------------------------*/
#side {
	float: right;
	width: 192px;
	text-align: left;
	padding: 9px 9px 50px;
	line-height: 2;
	border-top: 1px solid #CCCCCC;
}


/*フッター
----------------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 913px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	background: url(images/footer_bg.gif) no-repeat left top;
	padding-bottom: 20px;
}


/*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 */
