@charset "utf-8";

/* ----------basic style---------- */

* {
	margin: 0;
	padding: 0;
}

body {
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 100%;
	text-align: center;
	background-color: #FFFFFF;
}


a:link {
	color: #336699;
	text-decoration: none;
}

a:visited {
	color: #996666;
	text-decoration: none;
}

a:hover {
	color: #BD9168;
	text-decoration: underline;
}

a:active {
	color: #75A3D0;
	text-decoration: none;
}

img {
	border: none;
}


/* font default */

p,h1,h2,h3,h4,h5,h6 {
	font-size: 0.75em;
	line-height: 1.3em;
}


/* 左メニューのh2から変更 */

.mtitle {
	font-size: 0.75em;
	line-height: 1.3em;
}



/* list default */

ul,ol,dl {
	font-size: 0.75em;
	line-height: 1.3em;
}

ul ul,
ul ol,
ul p,
ol ul,
ol ol,
ol p {
	font-size: 1em;
}

ul li {
	margin-left: 1.3em;
}

ol li {
	margin-left: 1.5em;
}

* html body ol li {
	margin-left: 2em;
}

*+html body ol li {
	margin-left: 2em;
}

ol.list_alpha {
	list-style-type: upper-alpha;
}


/* sup for Firefox */

*>/**/sup {
	vertical-align: text-top;
	line-height: 4px;
}


/* clear */

.clr {
    clear: both;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: 0 -1px -1px 0;
    border: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
}


/* margin */

.mb05em {
	margin-bottom: 0.5em;
}

.mb1em {
	margin-bottom: 1em;
}

.mb2em {
	margin-bottom: 2em;
}
.mb3em {
	margin-bottom: 3em;
}



/* font size */

.small {
	font-size: 0.625em;
}

.small2 {
	margin-bottom: 1em;
	font-size: 0.625em;
}

.large {
	font-size: 0.875em;
}


span.small {
	font-size: 0.83em;
}

span.large {
	font-size: 1.17em;
}


/* color */

.text_gray {
	color: #626463;
}

.text_red {
	color: #CC3300;
}

.text_orange {
	color: #FF6600;
	text-align: center;
}


/* ----------layout---------- */

#container {
	width: 740px;
	margin: 0 auto;
	padding-bottom: 20px;
	text-align: left;
}


/* ----------header---------- */

#header {
	width: 740px;
	padding-top: 7px;
}

h1 {
	float: left;
	color: #B07346;
	font-size: 0.625em;
	font-weight: normal;
}

ul#header_btn {
	float: right;
	list-style-type: none;
	width: 219px;
	height: 21px;
	overflow: hidden;
}

ul#header_btn li {
	float: left;
	margin-left: 0;
}

#header_base {
	width: 740px;
	height: 137px;
	background: url(../img/header_base.jpg) no-repeat left top;
}

#header_catch {
	width: 253px;
	height: 88px;
	padding-top: 17px;
	padding-left: 13px;
}


/* ----------global navi---------- */

#g-navi {
	float: left;
	width: 640px;
	margin-top: 2px;
}

#g-navi2 {
	width: 735px;
	margin-bottom: 8px;
	float: left;
}

#g-navi ul , #g-navi2 ul {
	list-style-type: none;
	margin-top: 0.4em;
	line-height: 1.2em;
}

#g-navi ul li {
	float: left;
	border-left: 1px solid #333333;
	margin-left: 0;
	padding-left: 1em;
	padding-right: 1em;
}

#g-navi2 ul li {
	float: left;
	border-left: 1px solid #333333;
	margin-left: 0;
	padding-left: 0.8em;
	padding-right: 0.8em;
}


#g-navi ul li.navi_end , #g-navi2 ul li.navi_end {
	border-right: 1px solid #333333;
}

ul#btn_cart {
	float: right;
	list-style-type: none;
	width: 90px;
	height: 22px;
	overflow: hidden;
	margin-right: 4px;
	margin-bottom: 2px;
}

* html body ul#btn_cart {
	margin-right: 2px;
}

ul#btn_cart li {
	margin-left: 0;
}


/* ----------contents area---------- */

#area_left {
	float: left;
	width: 175px;
}

#area_right {
	float: right;
	width: 553px;
}

#top_right {
	float: right;
	width: 554px;
}


/* ----------footer---------- */

#footer {
	width: 740px;
	background-color: #A27A28;
	margin-bottom: 5px;
}

#footer a:link,
#footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	color: #BD9168;
	text-decoration: underline;
}

#footer a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#footer .box_left {
	float: left;
	width: 159px;
	margin: 17px 0 0 12px;
}

#footer .box_right {
	float: right;
	width: 540px;
	margin: 8px 8px 8px 0;
}

#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.69em;
	text-align: center;
}

#logo_aura {
	margin-right: 5px;
	text-align: right;
}


/* ----------topic path---------- */

#topicpath {
	margin-top: 0.5em;
	padding-bottom: 2em;
}


/* ----------pagetop---------- */

.btn_pagetop1 {
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: right;
}

.btn_pagetop2 {
	margin-top: 2em;
	margin-bottom: 1em;
	text-align: right;
}
