@import url(default.css);

/**
 * Layout
 */

#container {
	width: 840px;
	margin: 0 auto;
}

.content {
	width: 720px;
	margin: 0 60px;
	padding-top: 30px;
	padding-bottom: 30px;

}

#header {
	width: 840px;
	margin: 20px auto 0 auto;
	padding-top: 30px;
}

#footer {
	clear: both;
	width: 840px;
	height: 30px;
	margin: 0 auto 20px; auto;
	position: relative;
	text-align: center;
}

#header #swf {
	height: 540px;
	padding: 0 60px;
}

#header #global-navi {
	padding: 0 60px;
	text-align: center;
}

#header #global-navi img{
	margin: 24px 10px 0 0;
}

#footer #gototop a{
	margin-bottom: 13px;
}

#footer #footer-logo {
	position: absolute;
	right: 60px;
	bottom: 30px;
}

h1 {
	margin-bottom: 18px;
}

h2 {
	margin-bottom: 10px;
}

p {
	margin-bottom: 40px;
}

/**
 * Style
 */

body {
}

#container {
	background-color: #FFFFFA;
	background: #FFFFFA url("../images/logo_footer.gif") no-repeat 611px bottom;
}

#header {
	background: url("../images/bg_over.gif") no-repeat 0 0;
}

#header #swf, #header #global-navi{
	background-color: #FFFFFA;
}

.content {
/*	background-color: #FFFccc;*/
}

#footer {
	background: url("../images/bg_bottom.gif");
}

a, a:visited {
	color: #333;
}

a:hover {
	color: #FF0033;
}

p,li,dt,dd {
	font-size: 12px;
	color: #333;
	line-height: 150%;
}

/* background image */
body.bg_shop {
	background-image: url("../images/bg_shop.gif");
}
body.bg_about {
	background-image: url("../images/bg_about.gif");
}

body.bg_index {
	background-image: url("../images/bg_index.gif");
}

body.bg_dayon {
	background-image: url("../images/bg_dayon.gif");
}

body.bg_topics {
	background-image: url("../images/bg_topics.gif");
}

body.bg_contact {
	background-image: url("../images/bg_contact.gif");
}
body {
	background-attachment: fixed;
}