@charset "utf-8";

/* ------------------------------------------------------------

	basic style

------------------------------------------------------------ */


* {
	margin: 0;
	padding: 0;
}

body {
	color: #666666;
	font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 100%;
	text-align: center;
}

a:link {
	color: #3399CC;
	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,
ol ul,
ol ol,
ol p,
dl dl,
dl ul,
dl ol,
dl p,
dl h4 {
	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;
}


/* 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;
}

.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---------- */

.container {
	width: 830px;
	margin: 0 auto;
	text-align: left;
}


/* ----------headline---------- */

#headline_base {
	width: 100%;
	background: url(../images/headline_base.jpg) repeat-x left bottom #FAFAFA;
	margin-top: 2px;
}

#headline_text {
	float: left;
	width: 600px;
	height: 26px;
	overflow: hidden;
}
#headline_text p{
	font-size: 0.625em;
	color: #999999;
	margin-top: 4px;
}

#header_btn {
	float: right;
	width: 140px;
}

#header_btn ul {
	list-style-type: none;
}

#header_btn ul li {
	float: left;
	margin-left: 0;
	font-size: 1px;
	line-height: 1%;
}

#header_btn ul li a {
	display: block;
	height: 26px;
	background: no-repeat left top;
}

#header_btn ul li a span {
	display: none;
}

#header_btn ul li.btn1 a {
	width: 76px;
	background-image: url(../images/header_btn_01.jpg);
}

#header_btn ul li.btn2 a {
	width: 64px;
	background-image: url(../images/header_btn_02.jpg);
}

#header_btn ul li.btn3 a {
	width: 116px;
	background-image: url(../images/header_btn_03.jpg);
}

#header_btn ul li.btn4 a {
	width: 74px;
	background-image: url(../images/header_btn_04.jpg);
}

#header_btn ul li.btn1 a:hover {
	width: 76px;
	background-image: url(../images/header_btn_01_o.jpg);
}

#header_btn ul li.btn2 a:hover {
	width: 64px;
	background-image: url(../images/header_btn_02_o.jpg);
}

#header_btn ul li.btn3 a:hover {
	width: 116px;
	background-image: url(../images/header_btn_03_o.jpg);
}

#header_btn ul li.btn4 a:hover {
	width: 74px;
	background-image: url(../images/header_btn_04_o.jpg);
}


/* active */

#faq #header_btn ul li.btn1 a {
	background-image: url(../images/header_btn_01_o.jpg);
}

#company #header_btn ul li.btn2 a {
	width: 64px;
	background-image: url(../images/header_btn_02_o.jpg);
}

#secure #header_btn ul li.btn3 a {
	width: 116px;
	background-image: url(../images/header_btn_03_o.jpg);
}

#sitemap #header_btn ul li.btn4 a {
	width: 74px;
	background-image: url(../images/header_btn_04_o.jpg);
}


/* ----------header---------- */

#header {
	width: 100%;
	background: url(../images/top_header_base.jpg) repeat-x left top;
}

#header .container {
	background: url(../images/top_header_bg.jpg) repeat-x left top;
	padding-top: 14px;
	text-align: left;
}

#header h1 {
	float: left;
	width: 333px;
	height: 60px;
	padding-left: 19px;
}
#header .right {
	float: right;
	margin: 0px;
	padding: 0px;
	margin-bottom: 3px;
}


p#header_tel {
	margin-bottom: 14px;
	text-align: right;
	margin-right: 5px;
}


/* ----------bottom navi---------- */

#bottom_navi {
	margin-top: 2em;
	margin-bottom: 10px;
	margin-left: 10px;
}

#bottom_navi p {
	color: #999999;
	font-family: "ＭＳ ゴシック", Osaka, sans-serif;
	font-size: 0.625em;
}

#bottom_navi a {
	margin: 0 10px;
	color: #999999;
}

#bottom_navi a:hover {
	color: #CCCCCC;
}


/* ----------bottom bar---------- */

#bottom_bar {
	width: 830px;
	height: 21px;
	background: url(../images/bottom_navi_base.jpg) no-repeat left center;
}

#bottom_bar p {
	padding-right: 10px;
	font-family: "ＭＳ ゴシック", Osaka, sans-serif;
	font-size: 10px;
	line-height: 21px;
	text-align: right;
}

#bottom_bar a {
	margin: 0 10px;
	color: #000000;
}

#bottom_bar a:hover {
	color: #666666;
}


/* ----------footer---------- */

#footer {
	margin: 10px 20px;
}


/* ----------copyright---------- */

#copyright {
	width: 100%;
	border-top: 1px solid #999999;
	padding-top: 5px;
	padding-bottom: 10px;
}

#copyright p {
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.625em;
	line-height: 1.4em;
}

p#logo_aura {
	float: right;
	padding-left: 0;
	padding-right: 10px;
}


/* ----------pagetop---------- */

.btn_pagetop {
	margin-bottom: 1em;
	text-align: right;
}
