﻿<!--

/* ----------共通項目---------- */ 
/* 全体の設定 */

body{
	color:#3b3b3b; /* 標準の文字色 */
	font-size:12px; /* 標準の文字の大きさ */
	font-family:"ＭＳ Ｐゴシック",Verdana,Sans-serif;
	/* line-height:150%;  行間 */
    margin: 0px auto 0px auto; /* margin位置 */
	padding: 0px;
	width: 800px;
	text-align: center;
	background-attachment: fixed;
}

/* サイト名 */
h1{
	color:#3b3b3b; /* 文字色 */
	font-size:10px;
	font-weight:bold;
	margin:0px;
	padding:0px 5px;
	text-align: right;
}

/* 見出し */
h2{
	color:#3b3b3b; /* 文字色 */
	font-size:12px;
	font-weight:bold;
	margin:0px;
	padding:14px 0px 2px 0px;
}

h3{
	color:#3b3b3b; /* 文字色 */
	font-size:14px;
	font-weight:normal;
	margin:0px;
	padding:0px;
}

h4{
	color:#8B4500; /* 文字色 */
	font-size:14px;
	font-weight:normal;
	border-bottom: #e0e0e0 solid 1px; 
	margin:40px 0px 0px 0px;
	padding:0px;
}

/* リンク */
a{
	color:#ff9900; /* 文字色 */
}

a img{
	border:none 0px;
}

A:HOVER {
	text-decoration : underline;
	font-weight : bold;
	color: #ff3300 
;}

/* その他 */
p{
	margin:15px 0px 20px 15px;
	padding:0px;
}

table{
	border-color: #e0e0e0;
	border-collapse: collapse;
    margin: 20px 0px 0px 0px;
	padding: 0px;
}

td{
	color:#3b3b3b;
	font-size:12px;
	line-height:140%;
	border-color: #e0e0e0;
}

hr{
	border: #e0e0e0 solid 1px;
	margin: 0px;
	padding:0px;
}

li{
	margin:5px;
	padding:0px;
}

ul{
	margin:40px 0px 0px 0px;
	padding:0px;
	color: #999900;
}

dl{
	margin:0px;
	padding:0px;
}

/* span class */
.orange{ color: #EE7600; font-size: 14px; line-height: 200% ;}
.orange_s{ color: #ee7600; font-size: 12px; line-height: 150% ;}
.green{ color: #999900; font-size: 12px; line-height: 100% ;}
.green_b{ color: #999900; font-size: 14px; line-height: 200% ;}
.brawn{ color: #8B4500; font-size: 14px; line-height: 200% ;}


/* ----------ページ構造---------- */ 

#wrapper{
	text-align: left;
	width:800px;
	margin: -1px auto -1px auto;
	border: #e0e0e0 solid 1px;
	background-color:#ffffff;
}

#top_navi{
	text-align: right;
	border-bottom:#ccc solid 1px;
	margin:0px;
	padding:1px
;}

#top_navi a{
	text-decoration: none;
}	
	
#header{
	clear:right;
	margin:0px;
	padding:0px;
}

#content{
	width:800px;
	padding:0px;
}

#navi{
	clear:left;
	padding:15px 0px 5px 0px;
	border-top:#ccc solid 1px;
	text-align:center;
}
#toplink{
	font-size:8px;
	text-align:center;
}
#footer{
	text-align:center;
}

/* ----------contents---------- */ 

#col1{
	width:180px;
	padding:10px;
	float:left;
}

#col2{
	width:570px;
	padding:10px 0px 15px 12px;
	float:left;
}

/* ----------col1---------- */ 

#col1_navi dt a{
	border:#e0e0e0 solid 1px;
	display:block;
	color:#3b3b3b;
	text-decoration:none;
	text-indent:3px;
	width:180px;
	margin:2px;
	padding:5px
;}

#col1_navi dt a:hover{
	border:#E9967A solid 1px;
	background-color:#FFDAB9;
}

/* ----------画像リンク---------- */ 

a.coupon {
	background-image : url(img/coupon0.gif);
	display: block;
	width: 192px;  /* 画像1枚分の横幅(※1) */
	height: 80px; /* 画像1枚分の高さ(※2) */
	margin:2px;
	text-indent: -5000px; /* 文字を消す */
}
a.coupon:hover {
	background-position: top right;
}

