@charset "utf-8";

/* ------------------------------------------------------------

	basic style

------------------------------------------------------------ */


* {
	margin: 0;
	padding: 0;
}

html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	background: url(../images/bg.jpg) repeat left 29px;
	color: #000000;
	font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 100%;
	text-align: center;
}

a:link {
	color: #3366CC;
	text-decoration: underline;
}

a:visited {
	color: #666699;
	text-decoration: underline;
}

a:hover {
	color: #FF3300;
	text-decoration: none;
}

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

img {
	border-style: none;
}


/* font default */

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


/* list default */

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

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

ul li {
	margin-left: 1.3em;
}

ol li {
	margin-left: 1.75em;
}

ol li ul li {
	margin-left: 1.3em;
}

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

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

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

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

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


/* sup for Firefox */

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


/* table default */

table {
	border-collapse: collapse;
}

th,
td {
	font-size: 0.75em;
	line-height: 1.5em;
}

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


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

.mt1em {
	margin-top: 1em;
}


/* align */

.align_center {
	text-align: center;
}

.align_right {
	text-align: right;
}


/* font size */

.small {
	font-size: 0.625em;
}

.large {
	font-size: 0.875em;
}


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

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


/* color */

.text_red {
	color: #CC0033;
}


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

#contents_body {
	width: 100%;
	height: auto !important;
	height: 100%;
	background: url(../images/contents_base.gif) repeat-y center 29px;
}

#headline {
	width: 100%;
	height: 29px;
	background: url(../images/headline_base.jpg) repeat-x left top;
}

#headline p {
	width: 820px;
	margin: 0 auto;
	color: #999999;
	font-size: 10px;
	line-height: 29px;
	text-align: left;
}

#container {
	width: 830px;
	margin: 0 auto;
	text-align: left;
}

#area_navi {
	float: left;
	width: 204px;
	margin-bottom: 20px;
}

#area_contents {
	float: right;
	width: 580px;
	border: 5px solid #CCCCCC;
	margin-bottom: 20px;
	padding: 7px 12px;
}

* html body #area_contents {
	width: 614px;
}

#contents1 {
	width: 810px;
	border: 5px solid #CCCCCC;
	margin-bottom: 2px;
	padding: 5px 5px 20px;
}

* html body #contents1 {
	width: 830px;
}


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

#header {
	width: 830px;
	height: 121px;
	background: url(../images/header_base.jpg) no-repeat left top;
}

h1 {
	padding-top: 15px;
}


/* ----------secure box---------- */

#secure_box {
	width: 828px;
	background-color: #FFFFCC;
	border: 1px solid #FFFF66;
	margin-bottom: 4px;
}

#secure_box p {
	background: url(../images/icon_secure.gif) no-repeat 4px 2px;
	padding: 2px 4px 2px 20px;
	color: #990033;
}


/* ----------left banner---------- */

ul#left_banner {
	list-style-type: none;
	font-size: 1px;
	line-height: 1%;
}

ul#left_banner li {
	margin-left: 0;
	margin-bottom: 4px;
}

ul#left_banner li.list_chair {
	margin-bottom: 2px;
}


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

#bottom_navi {
	background: url(../images/dotline_01.gif) repeat-x left bottom #666666;
	padding-bottom: 2px;
}

#bottom_navi p {
	padding: 0.6em;
	color: #FFFFFF;
	font-family: "ＭＳ ゴシック", Osaka, sans-serif;
	font-size: 0.625em;
	text-align: right;
}

#bottom_navi a {
	margin: 0 10px;
	color: #FFFFFF;
}

#bottom_navi a:hover {
	color: #CCCCCC;
}


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

#bottom_address p {
	padding: 12px;
}


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

#footer {
	background: url(../images/dotline_01.gif) repeat-x left top;
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer p {
	padding-left: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 0.625em;
	line-height: 1.4em;
}

p#logo_aura {
	float: right;
	padding-left: 0;
	padding-right: 12px;
}


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

.btn_pagetop {
	margin-bottom: 1em;
	color: #666666;
	font-family: "ＭＳ ゴシック", Osaka, sans-serif;
	font-size: 0.625em;
	text-align: right;
}

.btn_pagetop a {
	color: #666666;
}
