@charset "Shift_JIS";

* {
	font-family: "ＭＳ Ｐゴシック",osaka,sans-serif;
}
body {
	font-size: 85%; /*基本の文字サイズ*/
	color:#505050; /*基本の文字色*/
	margin: 0;
	padding: 0;
	/*background:#ffffff url(img/background.gif) repeat-y 50% 0;*/
	background:#ffffff url(img/background.gif);
}
/* ヘッダー
--------------------------------------------------------------------*/
#header {
height: 93px;
}
/* img
----------------------------*/
img{
	vertical-align:bottom;
}
img.left{
	float:left;
	vertical-align: baseline;
	margin-right:5px;
}
img.right{
	float:right;
	vertical-align: baseline;
	margin-left:5px;
}
/* 全体構造
--------------------------------------------------------------------*/
#container {
position: absolute;
width: 770px;
left: 50%;
margin-left: -385px; /*横幅÷２*/
background:url(img/menu_bg.gif);/*メニューの背景色*/
border-left:1px solid #5C3512; /* コンテンツを囲う線（左）*/
border-right:1px solid #5C3512; /* コンテンツを囲う線（右）*/
}
/* コンテンツ（ＩＮＤＥＸ）
--------------------------------------------------------------------*/
#content_index {
background-color:#ffffff;
margin-left: 158px;
padding:0px;
}
#content_index .shop_soto{
float:right;
}
/* コンテンツ
--------------------------------------------------------------------*/
#content {
background-color:#ffffff;
margin-left: 158px;
padding:0 25px 25px 25px;
line-height:135%;
}
/* メニュー
--------------------------------------------------------------------*/
#menu {
	position: absolute;
	left:0px;
	width: 158px;
	margin-top:0px;
}
#menu ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
#menu li{
	padding:0;
	width:158px;
	height:35px; /*メニューの縦サイズ*/
	margin-bottom:5px; /*メニューの間隔*/
	background: url('img/menu_off.gif') no-repeat;
/*	border-bottom:1px solid #5C3512;*/
/*	border-right:1px solid #5C3512;*/
}

#menu li a{
	display:block;
	font-size:14px;
	height:35px; /*メニューの縦サイズ*/
	line-height:35px; /*メニューの縦サイズ*/
	background: url('img/menu_off.gif') no-repeat;
	text-decoration:none;
	padding:0 0 0 25px;
	margin:0;
	color:#133113; /*リンクの色（通常時）*/
}

#menu li a:hover,#menu li a:active{
	color:#f00; /*リンクの色（オンマウス時）*/
	background: url('img/menu_on.gif') no-repeat;
}

#news ul{
	list-style-type:none;
	margin:0; padding:0;
	border-bottom: 1px dotted #941A1A;
	border-right:1px solid #5C3512;
}
#news li{
	font-size:14px;
	padding:2px 0;
	margin:2px 0;
	border-top: 1px dotted #941A1A;
}
th {
	background:#f4e99c;
}
#table  {
	margin-left: 10px;
}
#table .table{
	background:#d3d3d3;
}
#table .td1{
	background:#fffff0;
	font-weight:bold;
}
#table .td2{
	background:#ffffff;
	text-align:right;
}
#table .td3{
	background:#ffffff;
}
#table .td4 {
	background: #f4e99c;
	font-weight: bolder;
	font-size: 16px;
}
#table .td_borderb{
	border-bottom:1px solid #d3d3d3;
}
#item{
	margin-left:10px;
}
#item .list{
	/*margin-left:30px;*/
	padding:5px 0px;
	/*margin-right:30px;*/
}
.point {
	font-size:12px;
	color:#FFCC00;
}
.ninpu{
	background-image:url(img/ninpu.gif);
	background-position:center top;
	background-repeat:no-repeat;
	padding-top:160px;
}
.seibun{
	background:#fffff0;
	color:#FF9900;
	padding:5px;
}
.table_space{
	padding:0px;
	height:2px;
	background:#f4e99c;
}
.chuui {
	font-size: 14px;
	font-weight:normal;
	color: #ff0000;
	text-align: right;
}
/* フッター
--------------------------------------------------------------------*/
#footer{
	clear:both;
	color:#ffffff;
	font-size:14px;
	background:url(img/footer.gif);
	height:46px;
	line-height:46px;
	text-align:center;
}

/* 各コンテンツの見出し
--------------------------------------------------------------------*/
.belt{
	background: url('img/belt.gif') no-repeat ;
	width:480px;
	height:60px; /* 見出しの縦サイズ */
	line-height:59px; /* 見出しの縦サイズ */
	
	font-size:16px;
	font-weight:bold;
	color:#388F38; /* 見出しの文字色 */
	padding-left:54px;
	margin-top:7px;
	margin-bottom:20px;
}

h1{
	margin:0;
}
h2 {
	font-size:16px;
	background:#5C3512;
	color:#FFFFCC;
	/*margin-left:30px;*/
	/*margin-right:10px;*/
	margin-bottom:0px;
	padding:3px 7px;
}
.gray{
	font-weight:bold;
	background:#e6e6e6;
	padding:3px 7px;
	margin-bottom:10px;
}
.clr{
	clear:both;
}

/* howto.html
--------------------------------------------------------------------*/
table.howto{
	border-top:1px solid #333;
	border-left:1px solid #333;
	border-collapse:collapse;
}
table.howto td{
	border-bottom:1px solid #333;
	border-right:1px solid #333;
	padding:10px;
	vertical-align:top;
}
table.howto td.c1{
	white-space:nowrap;
	background:#f0f0e9;
}
