﻿@import url(perts.css);

/* common */
/* -------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}
html {
	overflow-y: scroll;
}
body {
	font-size: 12px;
	color: #1a1a1a;
	text-align: center;
	background: none;
}
h1, h2, h3, h4, h5, h6, h7 {
	font-size: 100%;
	line-height: 130%;
}
p, ul, ol, dl, table, input, select, textarea, address, blockquote {
	font-size: 100%;
	line-height: 160%;
}
ul {
	list-style-type: none;
}
img {
	border: 0;
	vertical-align: top;
}
input, select {
	vertical-align: middle;
}


/* link */

a:link,
a:visited,
a:active {
	color: #0092d7;
	text-decoration: none;
}
a:hover {
	color: #0092d7;
	text-decoration: underline;
}



/* container */
/* -------------------------------------------------------- */

#container {
	width: 960px;
	text-align: left;
	margin: 0 auto 15px auto;
	padding-bottom: 8px;
	background: url(../img/bg_container.gif) repeat-y left top;
	border-bottom: solid 1px #c0c0c0;
}



/* header */
/* -------------------------------------------------------- */

#header {
	width: 960px;
	margin-bottom: 6px;
	background: url(../img/bg_header.gif) no-repeat left top;
}
#header-inner {
	width: 932px;
	height: 91px;
	margin-left: 14px;
	position: relative;
}


/* header-logo */

#header-logo {
	width: 162px;
	position: absolute;
	top: 27px;
	left: 0;
}


/* header-navi */

#header-navi {
	font-size: 12px;
	line-height: 130%;
	color: #0092d7;
	position: absolute;
	top: 22px;
	right: 0;
}
#header-navi li {
	white-space: nowrap;
	padding: 0 15px 5px 16px;
	background: url(../img/header_icon.gif) no-repeat 0 0;
	float: left;
}
#header-navi a:link,
#header-navi a:visited,
#header-navi a:active {
	color: #0092d7;
	text-decoration: none;
}
#header-navi a:hover {
	color: #0092d7;
	text-decoration: underline;
}

#header-navi img{
	top: 15px;
	margin-left:10px;
	right: 0;
}

/* header-font-resize */

#header-font-resize {
	width: 130px;
	font-size: 12px;
	line-height: 12px;
	position: absolute;
	top: 62px;
	left: 592px;
}
#header-font-resize li {
	padding: 0 3px 0 0;
	float: left;
}
#header-font-resize li a {
	width: 17px;
	height: 17px;
	text-indent: -9999px;
	text-decoration: none;
	background: url(../img/header_font_bt.gif) no-repeat 0 0;
	display: block;
}
#header-font-resize li.font-s a:link,
#header-font-resize li.font-s a:visited,
#header-font-resize li.font-s a:active {
	background-position: 0 0;
}
#header-font-resize li.font-s a:hover {
	background-position: 0 -17px;
}
#header-font-resize li.font-m a:link,
#header-font-resize li.font-m a:visited,
#header-font-resize li.font-m a:active {
	background-position: -20px -17px;
}
#header-font-resize li.font-m a:hover {
	background-position: -20px -17px;
}
#header-font-resize li.font-l a:link,
#header-font-resize li.font-l a:visited,
#header-font-resize li.font-l a:active {
	background-position: -40px 0;
}
#header-font-resize li.font-l a:hover {
	background-position: -40px -17px;
}


/* header-search */

#header-search {
	font-size: 12px;
	line-height: 15px;
	position: absolute;
	top: 61px;
	right: 0;
}
#header-search li {
	float: left;
}
#header-search li.box {
	width: 156px;
}
#header-search li.box input {
	width: 140px;
	font-size: 12px;
	line-height: 18px;
	margin-left: 5px;
	background: transparent;
	border: 0;
}
#header-search li.bt {
	width: 45px;
}


/* global-navi */

#global-navi-block {
	width: 931px;
	margin-left: 14px;
	padding-top: 3px;
	background: #0191d7 url(../img/bg_header_01a.gif) no-repeat left top;
}
#global-navi-block-inner1 {
	width: 931px;
	padding-bottom: 3px;
	background: url(../img/bg_header_01c.gif) no-repeat left bottom;
}
#global-navi-block-inner2 {
	margin-left: 3px;
}

#global-navi {
	width: 928px;
	margin-bottom: 2px;
}
#global-navi li {
	padding-right: 1px;
	float: left;
}
#global-navi li img {
	display: block;
}



/* contents */
/* -------------------------------------------------------- */

#contents {
	width: 930px;
	margin: 0 0 45px 14px;
}
#contents-inner {
	width: 925px;
}
#contents-inner #main {
	width: 740px;
	float: left;
}
#contents-inner #side {
	width: 171px;
	float: right;
}


/* side-navi */

.side-navi {
	width: 171px;
	margin-bottom: 20px;
	background: url(../img/bg_side_navi.gif) repeat-y left top;
}
.side-navi img {
	display: block;
}
.side-navi ul {
	width: 163px;
	margin-left: 4px;
}
.side-navi li {
	width: 163px;
	padding-bottom: 4px;
	float: left;
}


/* track-list */

#track-list {
	font-size: 85%;
	list-style-type: none;
	margin: 0 5px 10px 5px;
}
#track-list li {
	padding-right: 5px;
	float: left;
}
#track-list li a {
	margin-right: 5px;
}



/* footer */
/* -------------------------------------------------------- */

#footer {
	width: 958px;
	margin-left: 1px;
}

.bt-pagetop {
	text-align: right;
	margin: 0 14px 8px 14px;
}


/* footer-navi1 */

#footer-navi1-block {
	width: 958px;
	margin-bottom: 8px;
	padding: 8px 0 5px 0;
	background: #e6e6e6;
	border-bottom: solid 1px #b9b9b9;
}
#footer-navi1 {
	font-size: 85%;
	margin-left: 23px;
}
#footer-navi1 li {
	padding: 0 24px 0 12px;
	background: url(../img/footer_icon.gif) no-repeat left center;
	float: left;
}


/* footer-navi2 */

#footer-navi2 {
	width: 912px;
	font-size: 85%;
	margin-left: 23px;
}
#footer-navi2 li {
	padding-right: 5px;
	float: left;
}
#footer-navi2 li a {
	margin-right: 5px;
}
#footer-navi2 li#footer-copy {
	padding-right: 0;
	float: right;
}




/* clear */
/* -------------------------------------------------------- */

.pkg:after, #global-navi:after, #track-list:after, #contents-inner:after, #header-navi:after, #header-font-resize:after, #header-search:after, #footer-navi1:after, #footer-navi2:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
.pkg, #global-navi, #track-list, #contents-inner, #header-navi, #header-font-resize, #header-search, #footer-navi1, #footer-navi2 { display: inline-block; }
/* no ie mac \*/
* html .pkg, * html #global-navi, * html #track-list, * html #contents-inner, * html #header-navi, * html #header-font-resize, * html #header-search, * html #footer-navi1, * html #footer-navi2 { height: 1%; }
.pkg, #global-navi, #track-list, #contents-inner, #header-navi, #header-font-resize, #header-search, #footer-navi1, #footer-navi2 { display: block; }
/* */
