@charset "UTF-8";

@import url("reset.css");
@import url("navi.css");
@import url("menu.css");
@import url("deco.css");


a:visited {
	color: #666;
}
body {
	font-size: 100%;
	background: #774601 url(../image/bg_img.jpg);
	text-align: center;
	padding:10px 0;
}
* html body { /* for WinIE hack */
	font-size: 90%;
}

#wrapper {
	background: #FFF;
	text-align: left;
	margin: auto;
	width: 750px;
}
.wrapperIn {
	width: 710px;
	padding: 0 0 0 20px;
}

#header {
	background: url(../image/bg_header.jpg) no-repeat right bottom;
	height: 100px;
}
#headerText {
	background: #774601;
	color: #FFF;
	font-size: 85%;
	text-align: left;
	margin: auto;
	width: 750px;
}
/* hide from Mac IE \*/
* html #headerText {
	font-size: 75%;
}
/* */

#sitelogo {
}
#sitelogo img {
margin-top:5px;
}
#sitemapLink {
	float: right;
	background: #FFF;
	padding: 0.2em;
}


#footer {
	background: url(../image/line_border_dash_1_710.gif) no-repeat center top;
	clear: both;
	font-size: 95%;
	text-align: center;
	margin-top: 20px;
	padding-top: 1em;
}



#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 #333;
	list-style:none;
}



#footerText {
	font-size: 95%;
	margin-top:1em;
}
/* hide from Mac IE \*/
* html #footerText {
	font-size: 85%;
}
/* */

#footer address {
	margin: 0.7em 0 0.5em;
}
#footer #copyright {
	padding-bottom:5px;
}


#main {
	background: url(../image/bg_vline_dash_6_710.gif) repeat-y;
}
#contents {
	float: right;
	width: 510px;
}
#side {
	float: left;
}


#contents h1 {
	background: url(../image/bg_h1.gif) no-repeat left bottom;
	font-size: 130%;
	margin-bottom: 0.5em;
	padding: 0 0 0.3em 1em;
	font-weight: bold;
}
.contentsBlock {
	line-height: 1.5em;
	margin-bottom: 2em;
	clear: both;
}
.photoLeft {
	float:left;
	padding:0 10px 10px 0;
}


.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: 8em;
	margin-bottom: 0.5em;
}


.textRight {
	text-align: right;
}
.textCenter {
	text-align: center;
}


.right {
float:right;
}
.left {
float:left;
}



#sideCoupon {
	margin-top: 3em;
}
