@import url(parts.css);


/* common */
/* -------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}
html {
	overflow-y: scroll;
}
body {
	font-size: 12px;
/*	font-family: Meiryo, helvetica, osaka, sans-serif;*/
	font-family: Meiryo, 'MS PGothic', helvetica, osaka, sans-serif;
	color: #666666;
	text-align: center;
	background: #f0efec url(../img/body_bg.jpg) repeat-x left top;
}
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: 180%;
}
ul {
	list-style-type: none;
}
img {
	border: 0;
	display: block;
}
a img {
	display: inline;
	vertical-align: top;
}
input, select {
	vertical-align: middle;
}


/* link */

a:link,
a:visited,
a:active {
	color: #fc961e;
	text-decoration: none;
}
a:hover {
	color: #fc961e;
	text-decoration: underline;
}



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

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



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

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

.close-msg #header-logo {
	left: 30px;
}

/* header-logo */

#header-logo {
	width: 186px;
	position: absolute;
	top: 12px;
	left: 0;
}
.close-msg #header {
	height: 80px;
}


/* header-summary */

#header-summary {
	width: 550px;
	font-weight: normal;
	text-align: right;
	color: #666666;
	position: absolute;
	top: 12px;
	left: 186px;
}


/* header-btn */

#header-btn {
	width: 160px;
	position: absolute;
	top: 0;
	right: -3px;
}


/* header-navi */

#header-navi {
	position: absolute;
	top: 49px;
	right: 0;
}
#header-navi li {
	padding-left: 27px;
	float: left;
}



/* global-navi */

#global-navi {
	width: 900px;
	background: url(../img/g_navi_bg.gif) no-repeat left top;
	position: absolute;
	top: 88px;
	left: 0;
}
#global-navi li {
	padding: 0 5px 0 7px;
	float: left;
}



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

#contents {
	width: 900px;
	text-align: left;
	margin: 0 auto 30px auto;
	padding-bottom: 30px;
	background: #ffffff;
}


/* track-list */

.track-list {
	width: 840px;
	margin: 0 0 10px 30px;
}
.track-list ol {
	list-style-type: none;
	float: right;
}
.track-list li {
	padding-left: 5px;
	float: left;
}
.track-list li a {
	margin-right: 5px;
}
.track-list a:link,
.track-list a:visited,
.track-list a:active {
	color: #ac6101;
	text-decoration: underline;
}
.track-list a:hover {
	color: #ac6101;
	text-decoration: none;
}




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

#footer {
	width: 100%;
	padding: 0 0 30px 0;
	text-align: center;
	background: #8f8780 url(../img/f_bg.gif) repeat-x center top;
}
#footer-inner {
	width: 900px;
	text-align: left;
	margin: 0 auto;
	position: relative;
}


/* footer-btn */

#footer-btn {
	text-align: right;
	margin: 0 0 120px 0;
}

/* footer-hero */

#footer-hero {
	position: absolute;
	right: 40px;
	bottom: 0;
}

#footer-hero a {
	color: #ffffff;
	text-decoration: none;
}

/* footer-navi */

#footer-navi {
	width: 830px;
	margin: 0 0 10px 70px;
}
#footer-navi .inner-01 {
	width: 830px;
	margin: 0 0 20px 0;
}

#footer-navi ul {
	width: 198px;
	font-size: 10px;
	line-height: 160%;
	color: #cac5c1;
	float: left;
}
#footer-navi li {
	padding: 0 0 2px 18px;
	background: url(../img/f_icon_02.gif) no-repeat 3px 5px;
}
#footer-navi li.ttl {
	width: 165px;
	margin: 0 0 6px 0;
	padding: 0;
	background: url(../img/f_line.gif) repeat-x left bottom;
}
#footer-navi li.ttl span {
	font-size: 12px;
	padding: 0 0 4px 18px;
	background: url(../img/f_icon_01.gif) no-repeat 0 3px;
	display: block;
}

#footer-navi a:link,
#footer-navi a:visited,
#footer-navi a:active {
	color: #ffffff;
	text-decoration: none;
}
#footer-navi a:hover {
	color: #ffffff;
	text-decoration: underline;
}




/* footer-copy */

#footer-copy {
	width: 830px;
	font-size: 10px;
	line-height: 160%;
	color: #ffffff;
	margin: 0 0 0 70px;
}
#footer-copy li.logo {
	width: 120px;
	float: left;
}
#footer-copy li.txt {
	width: 695px;
	padding-top: 5px;
	float: right;
}
#footer-copy li.copy {
	width: 695px;
	float: right;
}




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

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


/* form */
/* -------------------------------------------------------- */

p.submit_error {
	color: #cf3333;
	display: none;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 4px;
}

.submit_error_bg {
	background-color: #ffcccc;
}


.inner-ssl {
	text-align: center;
	margin-right: 12px;
}
.inner-ssl-msg {
	margin-top: 6px;
}
.inner-ssl-msg2 {
	margin-top: 13px;
}

