@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.jpg);
	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;
	line-height:1.3em;
}

/* for WinIE7*/
*:first-child+html body { 
	font-size: 90%;
	font-family: 'メイリオ', Meiryo, sans-serif;
	letter-spacing: 0px;
	line-height:1.3em;
}


#bgCloth {
	background: url(../image/bg_cloth.gif) repeat-y center top;
	padding-bottom:15px;
}
#bgGnavi {
/*	background: url(../image/bg_gnavi.gif) repeat-x center 77px;*/
}



#wrapper {
	background: #FFF;
	text-align: left;
	margin: auto;
	width: 800px;
	padding-bottom:30px;
}


#header {
	background: url(../image/bg_header.gif);
}
#headerText {
	font-size: 95%;
	margin: auto;
	width: 840px;
}
/* hide from Mac IE \*/
* html #headerText {
	font-size: 95%;
}
/* */
#headerTextIn {
	color:#FFF;
	padding: 10px 20px 2px 20px;
	text-align:left;
}

#sitelogo {

}
#sitelogo img {
	behavior: expression(IEPNGFIX.fix(this));
}



#footerNavi {
    overflow:hidden;
    _height:1; /* holly hack for ie6 */
    min-height:0; /* fix has layout bug for ie7 */
}
#footerNavi ul{
    margin:0 0 0 -11px; 
    _height:0; /* clear float for ie6 */ 
    min-height:0; /* clear float for ie7 */ 
}
#footerNavi ul:after{ content:"."; display:block; height:0; clear: left; visibility:hidden;} /* clear float */  
#footerNavi ul li{
    float:left; 
    height:1.1em; 
    white-space:nowrap; 
    padding:0 10px 0 10px; 
    margin:0 0 4px; 
    border-left:1px solid #FFF;
	list-style:none;
}
#footerNavi ul li a{color:#FFF;}
#footerNavi ul li a:visited{color:#FFF;}


#footer {
	clear: both;
	color:#FFF;
	font-size: 95%;
	text-align: center;
	padding: 1em 0;
	width:700px;
	margin:auto;
}
#footerText {
	font-size: 95%;
	margin-top:1em;
}
/* 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;
}

