@charset "utf-8";

/* ------------------------------------------------------------

	basic style

------------------------------------------------------------ */


* {
	margin: 0;
	padding: 0;
}

body {
	background: url(../images/contents_bg.jpg) repeat-y center top #E8E8E8;
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 100%;
	text-align: center;
}

* html body {
	background-image: url(../images/contents_bg_02.jpg);
}

a:link {
	color: #0066CC;
	text-decoration: none;
}

a:visited {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #0066CC;
	text-decoration: underline;
}

a:active {
	color: #33CCFF;
	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 ul,
dl ol,
dl 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;
}

.clear {
	clear: both;
}


/* margin */

.mb3px {
	margin-bottom: 3px;
}

.mb05em {
	margin-bottom: 0.5em;
}

.mb1em {
	margin-bottom: 1em;
}

.mb2em {
	margin-bottom: 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;
}

.text_red2 {
	color: #FF0000;
}

.text_orange {
	color: #FF6A06;
}


/* ----------header---------- */

#header_base {
	width: 100%;
	height: 141px;
	background: url(../images/header_bg.gif) repeat-x left top;
}

#header {
	width: 832px;
	height: 90px;
	margin: 0 auto;
	text-align: left;
}

#header_left {
	float: left;
	width: 206px;
	margin-top: 27px;
	padding-right: 10px;
}

#header_right {
	float: right;
	width: 570px;
	margin-top: 20px;
}

#header_tel {
	margin-bottom: 10px;
	float: right;
}
.head_search {
	float: right;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.head_search_left {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	margin: 0px;
	padding-top: 0px;
	vertical-align: top;
}
.head_search_right {
	float: right;
	margin: 0px;
	vertical-align: top;
	padding: 0px;
}


ul#header_btn {
	list-style-type: none;
	width: 255px;
	font-size: 1px;
	line-height: 0.01em;
	float: left;
}

ul#header_btn li {
	float: left;
	margin-left: 0;
	padding-top: 6px;
}


/* ----------layout---------- */

#container {
	width: 784px;
	margin: 0 auto;
	text-align: left;
}


/* ----------bottom navi---------- */

#bottom_navi2 {
	width: 784px;
	background: url(../images/l-navi_base.gif) repeat-y left top;
}

#bottom_navi1 p,
#bottom_navi2 p {
	margin-bottom: 1em;
	font-family: "ＭＳ ゴシック", Osaka, sans-serif;
	font-size: 0.625em;
	line-height: 1.8em;
}

#bottom_navi2 p {
	text-align: right;
}


/* ----------footer---------- */

#footer1,
#footer2 {
	width: 784px;
	border-top: 1px solid #CCCCCC;
	padding-top: 1em;
	padding-bottom: 1em;
}

#footer1 p,
#footer2 p {
	line-height: 1.6em;
}

/* top page only */

#footer1 .box_left {
	float: left;
	width: 601px;
}

#footer1 .box_right {
	float: right;
	width: 183px;
}

p#banner_team-6 {
	margin-bottom: 9px;
	line-height: 14px;
}

p#logo_aura {
	text-align: right;
}


/* ----------pagetop---------- */

.btn_pagetop,
.btn_pagetop2 {
	margin-bottom: 1em;
	font-size: 0.625em;
	text-align: right;
}

.btn_pagetop2 {
	margin-top: 1em;
}

.btn_pagetop a:visited,
.btn_pagetop2 a:visited {
	color: #0066CC;
	text-decoration: none;
}

.btn_pagetop a:hover,
.btn_pagetop2 a:hover {
	text-decoration: underline;
}

