@charset "utf-8";

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

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	height: 100%;
	background: url(../images/bottomline.gif) repeat left top #FFFFFF;
	font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
	color: #333333;
	font-size: 100%;
	text-align: center;
}


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

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

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

a:active {
	color: #FFCCCC;
	text-decoration: underline;
}

img {
	border: none;
}


/* font default */

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


/* list default */

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

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;
}

.mt1em {
	margin-top: 1em;
}

.mt2em {
	margin-top: 2em;
}


/* 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;
}


/* align */

.align_center {
	text-align: center;
}


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

#headline {
	width: 100%;
	background: url(../images/headline.gif) repeat-x left top;
	padding-top: 15px;
}

#container {
	width: 100%;
	background: url(../images/bg.gif) repeat left 15px;
}

#contents_body {
	width: 800px;
	background-color: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}


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

p#header_catch {
	margin-bottom: 16px;
	color: #626463;
	font-size: 0.625em;
	line-height: normal;
}

#header {
	width: 773px;
	padding: 13px 13px 0;
}

* html body #header {
	width: 800px;
}

#header_logo {
	float: left;
	width: 145px;
	height: 61px;
}


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

ul#g-navi {
	float: right;
	list-style-type: none;
	width: 588px;
}

ul#g-navi li {
	float: left;
	width: 98px;
	height: 38px;
	overflow: hidden;
	margin-left: 0;
}


/* ----------left area---------- */

#area_left {
	float: left;
	width: 170px;
	margin-right: 11px;
}

#area_right {
	float: left;
	width: 605px;
	margin-bottom: 3em;
}


/* HOME, Sitemap button */

ul#left_btn {
	list-style-type: none;
	margin: 31px 0 0 12px;
}

ul#left_btn li {
	float: left;
	height: 25px;
	overflow: hidden;
	margin-left: 1px;
}


/* banner area1 */

#banner1 {
	margin: 0 0 24px 13px;
	padding-top: 28px;
}

#banner2 {
	margin: 0 0 8px 13px;
}


/* menu */

ul#left_menu {
	list-style-type: none;
	margin-left: 14px;
	margin-bottom: 62px;
}

ul#left_menu li {
	width: 142px;
	height: 31px;
	overflow: hidden;
	margin-left: 0;
}


/* プライバシーマーク */

#privacy_mark {
	margin-bottom: 24px;
	text-align: center;
}

#privacy_text {
	width: 140px;
	margin-bottom: 30px;
	margin-left: 15px;
	color: #626463;
	line-height: 1.4em;
}


/* banner area2 */

#banner3 {
	margin-bottom: 12px;
}

#banner4 {
	margin-bottom: 11px;
}

#banner5 {
	margin-bottom: 20px;
}


/* ログインボタン */

#btn_member {
	text-align: center;
}


/* ----------bottom navi---------- */

#bottom_navi_box {
	width: 605px;
	padding-bottom: 20px;
	margin-top: -3em;
	margin-left: 181px;
}

#bottom_navi {
	font-size: 0.69em;
	text-align: center;
}


/* ----------bottom address---------- */

#bottom_address {
	width: 800px;
	background: url(../images/dotline.gif) repeat-x left top;
	padding: 12px 0;
}

#bottom_address p {
	margin-left: 68px;
}

#bottom_address img {
	vertical-align: middle;
}

* html body #bottom_address img {
	margin-top: 1px;
}

*+html body #bottom_address img {
	margin-top: 1px;
}


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

#footer {
	width: 100%;
	border-top: 8px solid #999999;
	padding-bottom: 20px;
}

#footer_copyright {
	padding-top: 14px;
	color: #FFFFFF;
	font-size: 0.69em;
}

#logo_aura {
	width: 800px;
	margin: 0 auto;
	text-align: right;
}


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

.btn_pagetop {
	text-align: right;
}

