@charset "Shift_JIS";

body {
	font-size: 85%; /*基本の文字サイズ*/
	color:#505050; /*基本の文字色*/
	margin: 0;
	padding: 0;
	background:#ffffff url(img/background.gif);
	/*background-attachment: fixed;*/
}


/* ヘッダー
--------------------------------------------------------------------*/
#header {
height: 85px;
}
/* img
----------------------------*/
img{
	vertical-align:bottom;
}
img.left{
	float:left;
	vertical-align: baseline;
}
img.right{
	float:right;
	vertical-align: baseline;
}

/* table
----------------------------*/
table {
	border-collapse:collapse;
}

.td1{
	border-top:1px solid #FCF3F2;
	border-bottom:1px solid #D8BAB8;
	background:#FCD9D7;
	padding:4px 8px;
}
.td2{
	border-top:1px solid #FCF3F2;
	border-bottom:1px solid #D8BAB8;
	background:#FCE4EA;
	padding:4px 8px;
}
.td1 a,.td2 a{
	color:#047B15;
}

/* 全体構造
--------------------------------------------------------------------*/
#container {
position: absolute;
width: 770px;
left: 50%;
margin-left: -385px; /*横幅÷２*/
background:#ffffff url(img/menu_bg.gif);/*メニューの背景色*/
/*border-left:1px solid #D6BDCC; /* コンテンツを囲う線（左） */
/*border-right:1px solid #D6BDCC; /* コンテンツを囲う線（右） */
}
/* コンテンツ（ＩＮＤＥＸ）
--------------------------------------------------------------------*/
#content_index {
background-color:#ffffff;
margin-left:0px;
padding:0px;
text-align:center;
}
/* コンテンツ
--------------------------------------------------------------------*/
#content {
background-color:#ffffff;
margin-left: 158px;
padding:0 25px 25px 25px;
line-height:135%;
}

/* リンク
--------------------------------------------------------------------*/
.link{
	width:650px;
	margin-bottom:40px;
}

.link ul{
	list-style:none;
}

.link li{
	float:left;
	white-space:nowrap;
	margin:10px;
	padding-left:15px;
	background: url(img/biz_li.gif) no-repeat 0 50%;
}
.link a{
	display:block;
}

/* メニュー
--------------------------------------------------------------------*/
#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:33px; /*メニューの縦サイズ*/
	margin-bottom:0px; /*メニューの間隔*/
	background: url('img/menu_off.gif') no-repeat;

}
#menu li a{
	display:block;
	font-size:14px;
	height:33px; /*メニューの縦サイズ*/
	line-height:33px; /*メニューの縦サイズ*/
	background: url('img/menu_off.gif') no-repeat;
	text-decoration:none;
	padding:0 0 0 15px;
	margin:0;
	color:#133113; /*リンクの色（通常時）*/
}

#menu li a:hover,#menu li a:active{
	color:#cccccc; /*リンクの色（オンマウス時）*/
	background: url('img/menu_on.gif') no-repeat;
}

#news ul{
	list-style-type:none;
	margin:0; padding:0;
	border-bottom: 1px dotted #941A1A;
}
#news li{
	font-size:14px;
	padding:2px 0;
	margin:2px 0;
	border-top: 1px dotted #941A1A;
}
/* フッター
--------------------------------------------------------------------*/
#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:59px; /* 見出しの縦サイズ */
	line-height:59px; /* 見出しの縦サイズ */
	
	font-size:16px;
	font-weight:bold;
	color:#5681DE; /* 見出しの文字色 */
	padding-left:54px;
	margin-top:7px;
	margin-bottom:20px;
}

h1{
	margin:0;
}
h2{
	clear: both;
	padding:4px 8px;
	background: #f0f0f0;
	font-size: 14px;
	color: #333;
}

/* 各コンテンツの内容
-----------------------------------------------------------------------*/
blockquote{
	font-size: 12px;
	color: #003399;
}
#shop{
	background: #cccccc;
}
#shop .td1{
	padding:5px;
	background: #3FA23F;
	color: #FFFFFF;
}
#shop .td2{
	padding: 5px;
	background: #ffffff;
}
#content .detail{
	font-size: 16px;
	font-weight: bold;
	color: #2b62b5;
}
#content .goods{
	margin-left: 15px;
	margin-bottom: 10px;
}
#content img{
	margin-bottom: 7px;
	vertical-align: baseline;
}
#content .img-box{
	float:left;
	vertical-align: baseline;
	margin-right: 7px;
	margin-bottom: 12px;
	width: 150px;
	text-align: center;
}
#content .text1{
	margin-left: 160px;
}
#content .text2{
	clear: both;
	margin-top: 5px;
}
#content .goods strong{
	color: #ff6699;
}
#content .point{
	color: #1da37a;
	font-weight:normal;
}
#content .point_b {
	color: #2b62b5;
	font-weight: bold;
}
#content .table td{
	border-bottom: 1px dashed #666666;
	padding: 2px 4px;
}
#content .small{
	font-size: 12px;
}
#content .border{
	border: 1px dashed #666666;
	padding: 10px;
	background: #fffff0;
}
#content .border2{
	border: 1px dashed #666666;
	padding: 3px;
	background: #e9f7e9;
	text-align: left;
}
#content .border strong{
	color:#336600;
}
#content .border2 strong{
	color:#336600;
}
.30mg {
	float: right;
	width: 260px;
}
.order{
	background: #cccccc;
}
.order .td1{
	padding:5px;
	/*background: #3FA23F;
	color: #FFFFFF;*/
	background: #FFFFFF;
}
.order .td2{
	padding: 5px;
	background: #ffffff;
}
.order th{
	padding:5px;
	background: #3FA23F;
	color: #FFFFFF;
}

/* corp.html
-----------------------------------------------------------------------*/
table.corp {
	border-top:1px solid #666;
}
table.corp td {
	border-bottom:1px solid #666;
	padding:10px;
}


/* guest.html
-----------------------------------------------------------------------*/
.kikkake{
clear:both;
border-left:2px solid #5681DE;
padding-left:10px;
}
.com{
background:#DCEEFF;
padding:6px;
}

/* fp.html
-----------------------------------------------------------------------*/
.fp{
background:#DCEEFF;
padding:6px;
}

/* info.html
-----------------------------------------------------------------------*/
.info{
background:#DCEEFF;
padding:6px;
}
ul.info{
	list-style-type:none;
	margin:10px 10px;
	padding:0;
}
ul.info li{
	padding:0;
	text-align:center;
	width:128px;
	height:33px; /*メニューの縦サイズ*/
	margin-right:2px; /*メニューの間隔*/
	margin-bottom:4px; /*メニューの間隔*/
	color:#fff;
	background:#5681DE;
	display:block;
	font-size:14px;
	line-height:33px;
	float:left;
	white-space:nowrap;
}

