﻿@import url(parts.css);


/* common */
/* -------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}
html {
	overflow-y: scroll;
}
body {
	font-size: 13px;
	font-family: Meiryo, helvetica, osaka, sans-serif;
	color: #333333;
	text-align: center;
	background: url(../img/bg_body.gif) repeat-x left top;
}
h1, h2, h3, h4, h5, h6, h7 {
	font-size: 100%;
	line-height: 130%;
}
p, ul, ol, dl, table, div, input, select, address, blockquote {
	font-size: 100%;
	line-height: 160%;
}
ul {
	list-style-type: none;
}
img {
	border: 0;
	display: inline;
}

.btn-img a:hover img {
	opacity: 0.8;
	filter:progid:DXImageTransform.Microsoft.Alpha(Enabled=1,Style=0,Opacity=80);
}
sup, sub {
	line-height: 105%;
}


/* link */

a:link,
a:visited,
a:active {
	color: #004ea2;
	text-decoration: underline;
}
a:hover {
	color: #004ea2;
	text-decoration: none;
}
a.link1:link,
a.link1:visited,
a.link1:active {
	color: #00a0e9;
	text-decoration: none;
}
a.link1:hover {
	color: #00a0e9;
	text-decoration: underline;
}



/* container */
/* -------------------------------------------------------- */

#container {
	width: 100%;
	text-align: center;
}



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

#header {
	width: 850px;
	height: 118px;
	text-align: left;
	margin: 0 auto;
	position: relative;
}


/* header-logo */

#header-logo {
	width: 210px;
	position: absolute;
	top: 23px;
	left: 0;
}


/* header-navi */

#header-navi {
	font-size: 10px;
	color: #727172;
	position: absolute;
	top: 70px;
	right: 13px;
}
#header-navi li {
	white-space: nowrap;
	float: left;
}
#header-navi a {
	margin: 0 5px;
}
#header-navi a:link,
#header-navi a:visited,
#header-navi a:active {
	color: #727172;
	text-decoration: none;
}
#header-navi a:hover {
	color: #727172;
	text-decoration: underline;
}


/* header-font */

#header-font {
	font-size: 10px;
	position: absolute;
	top: 35px;
	right: 13px;
}
#header-font li {
	float: left;
}


/* global-navi */

#global-navi {
	position: absolute;
	top: 91px;
	left: 13px;
}
#global-navi li {
	float: left;
}



/* contents */
/* -------------------------------------------------------- */

#contents {
	width: 824px;
	text-align: left;
	margin: 0 auto;
}


/* page-title */

#page-title {
	text-align: center;
	margin-bottom: 10px;
}


/* track-list */

#track-list {
	list-style-type: none;
	font-size: 10px;
	color: #727172;
	margin-bottom: 2px;
}
#track-list li {
	white-space: nowrap;
	float: left;
}
#track-list a,
#track-list span {
	margin: 0 5px;
}
#track-list a:link,
#track-list a:visited,
#track-list a:active {
	color: #727172;
	text-decoration: none;
}
#track-list a:hover {
	color: #727172;
	text-decoration: underline;
}


/* main */

#main {
	width: 628px;
	padding-bottom: 50px;
	float: right;
}
.main-01 {
	width: 628px;
	background: url(../img/bg_main_01b.gif) repeat-y left top;
}
.main-01a {
	width: 628px;
	padding-top: 5px;
	background: url(../img/bg_main_01a.gif) no-repeat left top;
}
.main-01b {
	width: 628px;
	padding-bottom: 25px;
	background: url(../img/bg_main_01c.gif) no-repeat left bottom;
}


/* side */

#side {
	width: 188px;
	padding-bottom: 15px;
	float: left;
}

.side-block-01 {
	width: 188px;
	margin-bottom: 1px;
	background: url(../img/bg_side_01b.gif) repeat-y left top;
}
.side-block-01a {
	width: 188px;
	padding-top: 5px;
	background: url(../img/bg_side_01a.gif) no-repeat left top;
}
.side-block-01b {
	width: 188px;
	padding-bottom: 4px;
	background: url(../img/bg_side_01c.gif) no-repeat left bottom;
}
.side-block-01 ul {
	width: 176px;
	margin-left: 6px;
}
.side-block-01 li {
	width: 176px;
	margin-bottom: 2px;
	background: url(../img/bg_side_01d.gif) no-repeat left bottom;
	float: left;
}
.side-block-01 img {
	display: block;
	margin-bottom: 2px;
}
.side-block-01 span {
	font-size: 11px;
	line-height: 140%;
	display: block;
	margin: 0 2px 0 7px;
	padding-bottom: 5px;
}

.side-block-02 {
	width: 188px;
	height: 58px;
	background: url(../img/bg_side_02.gif) no-repeat left top;
}
.side-block-02 p {
	margin-left: 5px;
	padding-top: 4px;
}

.side-block-03 {
	width: 188px;
}
.side-block-03 ul {
	width: 188px;
}
.side-block-03 li {
	padding-bottom: 4px;
	float: center;
}
.side-block-03 .privacy{
        margin-left:55px;
}




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

#footer {
	width: 100%;
	text-align: center;
	padding: 0 0 12px 0;
	background: url(../img/bg_footer.gif) repeat-x left bottom;
}
#footer-inner {
	width: 820px;
	text-align: left;
	margin: 0 auto;
	position: relative;
}


/* footer-address */

#footer-address {
	font-size: 10px;
	color: #727172;
	margin-bottom: 20px;
	padding: 5px 135px 5px 10px;
	background: #eff4fa;
}


/* footer-bt */

#footer-bt {
	width: 133px;
	position: absolute;
	top: 6px;
	right: 0;
}


/* footer-copy */

#footer-copy {
	font-size: 10px;
	color: #727172;
	text-align: center;
}



/* parts */
/* -------------------------------------------------------- */

.b {font-weight: bold;}
.ri {text-align: right;}
.cen {text-align: center;}
.ri img ,
.cen img {display: inline;}

#container .m05 {margin-bottom: 5px;}
#container .m10 {margin-bottom: 10px;}
#container .m15 {margin-bottom: 15px;}
#container .m20 {margin-bottom: 20px;}
#container .m25 {margin-bottom: 25px;}
#container .m30 {margin-bottom: 30px;}
#container .m35 {margin-bottom: 35px;}

#container .f140 {font-size: 140%;}
#container .f120 {font-size: 120%;}
#container .f110 {font-size: 110%;}
#container .f100 {font-size: 100%;}
#container .f90 {font-size: 90%;}

.l-block {float: left;}
.r-block {float: right;}

.co1 {color: #e60012;}
.co2 {color: #498bca;}


dl.attention {
	font-size: 90%;
}
dl.attention dt {
	position: relative;
}
dl.attention dt span {
	position: absolute;
}
dl.attention dd {
	padding-left: 1.2em;
}

dl.attention2 {
	font-size: 100%;
	margin-left: 10px
}
dl.attention2 dt {
	position: relative;
	margin-left: 10px
}
dl.attention2 dt span {
	position: absolute;
}
dl.attention2 dd {
	padding-left: 2.0em;
	padding-right: 0.5em;
}

/* clear */
/* -------------------------------------------------------- */

.pkg:after, #header-navi:after, #header-font:after, #global-navi:after, #contents-inner:after, #track-list:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
.pkg, #header-navi, #header-font, #global-navi, #contents-inner, #track-list { display: inline-block; }
/* no ie mac \*/
* html .pkg, * html #header-navi, * html #header-font, * html #global-navi, * html #contents-inner, * html #track-list { height: 1%; }
.pkg, #header-navi, #header-font, #global-navi, #contents-inner, #track-list { display: block; }
/* */

