@charset "utf-8";
/* ページの基本デザイン用css */


/********formatting style*******/
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family:"メイリオ", Meiryo, "MS Pゴシック", Osaka, sans-serif;
	color:#666666;
	background-color: #FFFFFF;
	background-image: url(../img/bc/bac.gif);
	background-repeat: repeat-x;
	font-size: 75%;
	line-height: 1.6;
}
html,body {
	scrollbar-face-color: #FFB2C5;/* スクロールバー&矢印の四角*/
	scrollbar-track-color: #FFDEF9;/* スクロールバー背景 */
	scrollbar-arrow-color: #FFDEF9;/* 矢印 */
	scrollbar-highlight-color: #FFDEF9;/* 左・上のボーダー */
	scrollbar-shadow-color: #FFDEF9;/* 右・下のボーダー */
	scrollbar-3dlight-color: #FFDEF9;/* 一番外枠の左・上ボーダー */
	scrollbar-darkshadow-color: #FFDEF9;/* 一番外枠の右・下ボーダー */
}
hr {
	color: #FF0000;
}


/********リンクスタイル*******/


a img {
	border-style: none;
}
a:link {
	color: #FF0066;
	text-decoration: underline;
}
a:visited {
	color: #FF6666;
	text-decoration: underline;
}
a:hover {
	color: #FF00CC;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}



/********コンテンツスタイル*******/


#wrapper {
	margin: 0px auto;
	width: 860px;
	background-color: #FFFFFF;
	border-right: 2px groove #EDCFDC;
	border-left: 2px groove #EDCFDC;
	height: auto;
	
}

/***ヘッダー***/
#wrapper #header {
	background-image: url(../img/bc/h-bac.gif);
	margin: 0px;
	padding: 0px;
	float: left;
	height: 125px;
	width: 860px;
	position: relative;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-repeat: no-repeat;
}
#header h1 {
	font-size: 10pt;
	margin-left: 15px;
	margin-top: 0px;
	line-height: 15px;
	font-style: italic;
	color: #FF66CC;
}
#header #logo {
	position: absolute;
	left: 0px;
	top: 0px;
}

#header #tb {
	position: absolute;
	left: 521px;
	top: 86px;
}
#header #mb {
	position: absolute;
	left: 592px;
	top: 86px;
}
#header #bb {
	position: absolute;
	left: 658px;
	top: 86px;
}
#header #sb {
	position: absolute;
	left: 766px;
	top: 86px;
}




/***サイド***/
#wrapper #side {
	margin: 0px;
	padding: 20px 0px 0px;
	float: left;
	height: auto;
	width: 205px;
	background-image: url(../img/bc/s-bac.gif);
	background-repeat: no-repeat;

}
#side ul {
	float: left;
}
#side li {
	float: left;
	text-indent: -9999px;
}


/*1番目のボタン*/
#side ul li#tn1 a {
	background-image: url(../img/mainbotan/01_mtb.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 40px;
	width: 205px;
}

#side ul li#tn1 a:hover,#side ul li#tn1 a:active {
	background-image: url(../img/mainbotan/01.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 40px;
	width: 205px;
}
/*2番目のボタン*/
#side ul li#tn2 a {
	background-image: url(../img/mainbotan/02_msb.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 40px;
	width: 205px;
}

#side ul li#tn2 a:hover,#side ul li#tn2 a:active {
	background-image: url(../img/mainbotan/02.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 40px;
	width: 205px;
}
/*3番目のボタン*/
#side ul li#tn3 a {
	background-image: url(../img/mainbotan/03_mnb.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 40px;
	width: 205px;
}

#side ul li#tn3 a:hover,#side ul li#tn3 a:active {
	background-image: url(../img/mainbotan/03.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 40px;
	width: 205px;
}
/*4番目のボタン*/
#side ul li#tn4 a {
	background-image: url(../img/mainbotan/04_mab.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 40px;
	width: 205px;
}

#side ul li#tn4 a:hover,#side ul li#tn4 a:active {
	background-image: url(../img/mainbotan/04.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 40px;
	width: 205px;
}
/*5番目のボタン*/
#side ul li#tn5 a {
	background-image: url(../img/mainbotan/05_mcb.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 40px;
	width: 205px;
}

#side ul li#tn5 a:hover,#side ul li#tn5 a:active {
	background-image: url(../img/mainbotan/05.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 40px;
	width: 205px;
}
/*6番目のボタン*/
#side ul li#tn6 a {
	background-image: url(../img/mainbotan/06_mdb.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 40px;
	width: 205px;
}

#side ul li#tn6 a:hover,#side ul li#tn6 a:active {
	background-image: url(../img/mainbotan/06.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 40px;
	width: 205px;
}
/*7番目のボタン*/
#side ul li#tn7 a {
	background-image: url(../img/mainbotan/07_mmb.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 40px;
	width: 205px;
}

#side ul li#tn7 a:hover,#side ul li#tn7 a:active {
	background-image: url(../img/mainbotan/07.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 40px;
	width: 205px;
}
/*8番目のボタン*/
#side ul li#tn8 a {
	background-image: url(../img/mainbotan/08_mrb.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 40px;
	width: 205px;
}

#side ul li#tn8 a:hover,#side ul li#tn8 a:active {
	background-image: url(../img/mainbotan/08.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 40px;
	width: 205px;
}
/*9番目のボタン*/
#side ul li#tn9 a {
	background-image: url(../img/mainbotan/09_mmab.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 40px;
	width: 205px;
}

#side ul li#tn9 a:hover,#side ul li#tn9 a:active {
	background-image: url(../img/mainbotan/09.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 40px;
	width: 205px;
}
/*10番目のボタン*/
#side ul li#tn10 a {
	background-image: url(../img/mainbotan/10_mlb.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 40px;
	width: 205px;
}
#side ul li#tn10 a:hover,#side ul li#tn10 a:active {
	background-image: url(../img/mainbotan/10.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 40px;
	width: 205px;
}


.date {font-size:12px;}
/***メイン***/

.content {
	background-image: url(../img/bc/m-bac.gif);
	background-repeat: repeat-y;
	margin: 0px;
	float: left;
	height: 680px;
	width: 640px;
	position: relative;
	left: 0px;
	top: 0px;
	overflow:auto;
}

#wrapper #main {
	background-image: url(../img/bc/m-bac.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 20px 0px 0px;
	float: left;
	height: auto;
	width: 655px;
	position: relative;
	left: 0px;
	top: 0px;
}
/*アクセスメイン*/
#wrapper #main_access {
	background-image: url(../img/bc/m-bac.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 20px 0px 0px;
	float: left;
	height: 730px;
	width: 655px;
	position: relative;
	left: 0px;
	top: 0px;
}
/*問い合わせメイン*/
#wrapper #main_mail  {
	background-image: url(../img/bc/m-bac.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 20px 0px 0px;
	float: left;
	height: 730;
	width: 655px;
	position: relative;
	left: 0px;
	top: 0px;
}
/*割引メイン*/
#wrapper #main_coupon {
	background-image: url(../img/bc/m-bac.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 20px 0px 0px;
	float: left;
	height: 730;
	width: 655px;
	position: relative;
	left: 0px;
	top: 0px;
}
/*メルマガメイン*/
#wrapper #main_maga {
	background-image: url(../img/bc/m-bac.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 20px 0px 0px;
	float: left;
	height: 730;
	width: 655px;
	position: relative;
	left: 0px;
	top: 0px;
}
/*サイトマップメイン*/
#wrapper #main_sitemap {
	background-image: url(../img/bc/m-bac.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 20px 0px 0px;
	float: left;
	height: 770px;
	width: 655px;
	position: relative;
	left: 0px;
	top: 0px;
}

#main h2 {
	margin-bottom: 5px;
}

#main_access h2 {
	margin-bottom: 5px;
}
#main_mail h2 {
	margin-bottom: 5px;
}
#main_coupon h2 {
	margin-bottom: 5px;
}
#main_sitemap h2 {
	margin-bottom: 5px;
}

#main #nagare {
	background-image: url(../img/main/nagare-bc.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 600px;
	margin-left: 25px;
}
#nagare marquee {
	color: #FFFFFF;
	font-size: 10pt;
	width: 528px;
	margin-left: 36px;
}

/***フッター***/

#wrapper #footer {
	background-image: url(../img/bc/f-bac.jpg);
	margin: 5px 0px 0px;
	padding: 0px;
	float: left;
	/*height: 65px;*/
	width: 860px;
	background-repeat: no-repeat;
}
#footer h3 {
	font-size: 12px;
	text-align: center;
	padding:15px 0 0 0;
	clear:both;
	width:860px;
	float:left;
	display:block;
}
#footer a {
	text-decoration: none;
	color: #666666;
}
#footer a:hover {
	color: #999999;
	text-decoration: underline;
}

#footer address {
	font-size: 10pt;
	text-align: center;
	/*margin-top: 13px;*/
	padding:20px 0 0 0 !Important;
	padding:17px 0 0 0;
	margin:0 0 0 0;
	font-style:normal;
}

