@charset "UTF-8";

@import url("reset.css");
@import url("navi.css");
@import url("deco.css");


a:visited {
	color: #666;
}


body {
	font-family: "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
}
body {
	background:#333 url(../image/bg_body.gif);
	font-size: 15px;
	font-family:  "Lucida Grande", sans-serif;
	letter-spacing: 0.5px;
	text-align: center;
	height: 100%;
}

/* for WinIE6*/
* html body {
	font-size: 90%;
	font-family: Verdana, "MS P ゴシック", sans-serif;
	letter-spacing: 0px;
	vertical-align:baseline;
}

/* for WinIE7*/
*:first-child+html body { 
	font-size: 95%;
	font-family: 'メイリオ', Meiryo, sans-serif;
	letter-spacing: 0px;
}




#bgCloth {
	background: url(../image/bg_cloth.gif) repeat-y center top;
}
#bgGnavi {
/*	background: url(../image/bg_gnavi.gif) repeat-x center 77px;*/
}



#wrapper {
	background: #FFF url(../image/bg_footer.gif) no-repeat center bottom;
	text-align: left;
	margin: auto;
	width: 800px;
}


#header {
	background: url(../image/bg_header.gif);
}
#headerText {
	background: url(../image/bg_headertext.gif) repeat-y center top;
	font-size: 95%;
	margin: auto;
	width: 840px;
}

/* hide from Mac IE \*/
* html #headerText {
	font-size: 95%;
}
/* */
#headerTextIn {
	margin:0;
	padding: 10px 30px 0 30px;
	text-align:left;
}
#headerTextIn a{ color:#555;text-decoration:none;}
#headerTextIn a:hover{ color:#000; text-decoration:underline;}

#sitelogo {

}
#sitelogo img {
}



#footer {
	border-top: 1px solid #666;
	clear: both;
	font-size: 95%;
	text-align: center;
	margin-top: 20px;
	padding: 1em 0;
}
#footer .footerTxt{
	border-bottom:1px solid #666;
	padding:0 10px 15px;
	font-size:10px;
	text-align:left;
}
#footerText {
	font-size: 95%;
}
#footerText a{ color:#444;text-decoration:none;}
#footerText a:hover{ color:#000; text-decoration:underline;}

/* hide from Mac IE \*/
* html #footerText {
	font-size: 85%;
}
/* */

#footer address {
	margin: 0.7em 0 0.3em;
	font-weight:bold;
}


#main {
	background: url(../image/bg_vline_dash_6_740.gif) repeat-y;
	width: 780px;
	margin-left: 10px;
	margin-top: 30px;
}
#contents {
	float: right;
	width: 540px;
}
#side {
	float: left;
	width: 220px;
}


#contents h1 {
	font-size: 130%;
	font-weight:bold;
	margin-bottom: 0.5em;
}
.contentsBlock {
	line-height: 1.5em;
	margin-bottom: 2em;
	clear: both;
}
.gotoPagetop {
	font-size: 95%;
	text-align: right;
	padding-top: 2em;
	clear: both;
}













#contents ul, #contents ol {
	margin: 1em 0 1em 1.5em;
}
#contents h2,#contents h3 {
	font-weight: bold;
	margin-bottom: 0.5em;
}
#contents h2 {
	font-size: 120%;
}


#main .column2List dt {
	float: left;
	clear: both;
	margin-left: 1em;
	white-space: nowrap;
}
#main .column2List dd {
	margin-left: 10em;
	margin-bottom: 0.5em;
}


.textRight {
	text-align: right;
}
.textCenter {
	text-align: center;
}
.imgR {
	float: right;
	margin: 0 0 1em 1em;
}

.imgL {
	float: left;
	margin: 0 1em 1em 0;
}

.imgC {
	text-align:center;
}





#sideCoupon {
	margin-top: 3em;
}
