@charset "utf-8";

/* ------------------------------------------------------------

	basic style

------------------------------------------------------------ */


* {
	margin: 0;
	padding: 0;
}

body {
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 100%;
	text-align: center;
	/*background-image: url(../images/haikei_sen.gif);*/
/*	background-image: url(../images/haikei_han.gif);	*/
	background-repeat: repeat;
}

a:link {
	color: #FF6600;
	text-decoration: none;
}

a:visited {
	color: #666699;
	text-decoration: none;
}

a:hover {
	color: #FF6600;
	text-decoration: underline;
}

a:active {
	color: #FF6600;
	text-decoration: none;
}

img {
	border: 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,
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;
}

* html body ol li {
	margin-left: 2em;
}

*+html body ol li {
	margin-left: 2.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 */

.mb3px {
	margin-bottom: 3px;
}

.mb05em {
	margin-bottom: 0.5em;
}

.mb1em {
	margin-bottom: 1em;
}

.mb2em {
	margin-bottom: 2em;
}

.mt1em {
	margin-top: 1em;
}


/* align */

.align_center {
	text-align: center;
}


/* 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: #FF0000;
}

.text_orange {
	color: #FF6A06;
}

.text_blue {
	color: #1F67B2;
}


/* ----------layout---------- */

#container {
	width: 852px;
	text-align: left;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
}


/* ----------header---------- */

#descript_text{
	font-size: 0.625em;
	text-align: right;
	color: #999999;
	margin: 3px 0px;
}
#header {
	width: 852px;
	height: 170px;
	background: url(../images/header_base_back.jpg) no-repeat left top;
	margin-bottom: 2px;
}

* html body #header {
	background-position: 1px top;
}

#header_left {
	float: left;
	width: 410px;
	height: 157px;
	margin-bottom: 1px;
	margin-left: 1px;
}

#header_right {
	float: left;
	width: 332px;
	margin-top: 90px;
	margin-left: 80px;
}

#header_right p {
	margin-bottom: 33px;
}

#header_right h1 {
	text-align: right;
}


/* ----------contents margin---------- */

#contents_body {
	width: 850px;
	background: url(../images/l-navi_base.gif) repeat-y left top;
	margin-bottom: 10px;
	margin-left: 1px;
}


/* -----contents layout----- */

#navi_area {
	float: left;
	width: 216px;
}

#navi_frame {
	background: url(../images/l-navi_frame.gif) repeat-y left top;
	margin-bottom: 10px;
}

#navi_frame div {
	background: url(../images/l-navi_bottom.gif) no-repeat left bottom;
	padding-bottom: 0.25em;
}

#navi_frame dl ul {
	font-size: 1em;
}

#navi_frame dt.head1 a,
#navi_frame dt.head2 a {
	display: block;
	width: 186px;
	height: 28px;
	padding-left: 30px;
	color: #FFFFFF;
	line-height: 28px;
}

* html body #navi_frame dt.head1 a,
* html body #navi_frame dt.head2 a {
	width: 216px;
}

#navi_frame dt.head1 a {
	background: url(../images/navi_head1.jpg) no-repeat left top;
}

#navi_frame dt.head2 a {
	background: url(../images/navi_head2.jpg) no-repeat left top;
}

#navi_frame dt.head1 a:hover,
#navi_frame dt.head2 a:hover {
	color: #7AD2FF;
	text-decoration: none;
}

#top_center {
	float: left;
	width: 402px;
	margin-left: 18px;
}

#top_right {
	float: right;
	width: 196px;
}

#main_contents {
	float: right;
	width: 615px;
}


/* -----banner----- */

ul#l-banner {
	list-style-type: none;
	margin-top: 9px;
	margin-left: 10px;
	font-size: 1px;
	line-height: 0.01em;
}

ul#l-banner li {
	margin-bottom: 8px;
	margin-left: 0;
}


/* ----------bottom navi---------- */

#bottom_navi {
	margin-bottom: 10px;
}

#bottom_navi p {
	font-family: "ＭＳ ゴシック", Osaka, sans-serif;
	font-size: 0.625em;
	line-height: 1.8em;
}

#bottom_navi a {
	color: #333333;
}

#bottom_navi a:hover {
	color: #FF6600;
}


/* ----------footer---------- */

#footer {
	border-top: 1px solid #D6D6D6;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#footer p {
	font-family: "ＭＳ ゴシック", Osaka, sans-serif;
	font-size: 0.625em;
	line-height: 1.6em;
}

#footer .text_en {
	font-family: Arial, Helvetica, sans-serif;
}

#footer div#address{
	float:left;
	width: 452px;
}
#footer div#outlink{
	float:right;
	width: 400px;
	text-align:right;
}
#footer div#outlink #logo_aura img{
	margin: 5px 0px;
}
#footer div#outlink #sponsor_link p{
	font-size: 0.625em;
	color: #999999;
}
#footer div#outlink #sponsor_link p a{
	color: #999999;
	text-decoration: underline;
}





/* ----------pagetop---------- */

.btn_pagetop {
	margin-bottom: 1em;
	text-align: right;
}

#btn_bottom {
	clear: both;
	margin-top: -10px;
}
#juku_top   p.mb05em {
	padding-bottom: 1em;
	padding-top: 0.5em;
	font-size: 0.75em;
	line-height: 120%;
}
#juku_top   span.small2 {
	font-size: 0.575em;
	font-weight: normal;
	color: #666666;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
}

