/* common */
/* -------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
	overflow-y: scroll;
}
body {
	height: 100%;
	font-family: "Hiragino Kaku Gothic","Lucida Grande","Osaka","MS P Gothic","ＭＳ Ｐゴシック";
	font-size: 12px;
	text-align: center;
	color: #000000;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, h7 {
	font-size: 12px;
	line-height: 14px;
}
p, ul, ol, dl ,table {
	font-size: 12px;
	line-height: 16px;
}
ul {
	list-style-type: none;
}
img {
	border: 0;
	display: block;
}
a img {
	vertical-align: top;
	display: inline;
}


/* link */

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

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



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

#container {
	width: 950px;
	height: 100%;
	min-height: 100%;
	text-align: left;
	margin: 0 auto;
	background: #ffffff;
	position: relative;
}



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

#header {
	width: 910px;
	margin-left: 25px;
	margin-bottom: 75px;
	padding-top: 41px;
	background: url(../img/bg_header.gif) no-repeat 676px 41px;
	position: relative;
	z-index: 10;
}


/* gloval-navi */

#gloval-navi {
}
#gloval-navi li {
	float: left;
}
#gloval-navi li.logo {
	width: 240px;
}
#gloval-navi li.navi1,
#gloval-navi li.navi2,
#gloval-navi li.navi3,
#gloval-navi li.navi4 {
	width: 106px;
}
#global-subnavi {
	position: relative;
	z-index: 10;
}
#global-subnavi ul {
	width: 100px;
}
#global-subnavi li {
	width: 100px;
	float: left;
}
#global-subnavi li a img {
	display: block;
}
#global-subnavi #one-ddcontent,
#global-subnavi #two-ddcontent {
	width: 100px;
	overflow: hidden;
	display: none;
	opacity: 0;
	position: absolute;
}
#global-subnavi #one-ddcontent {
	left: 346px;
}
#global-subnavi #two-ddcontent {
	left: 452px;
}
#header-top #global-subnavi #one-ddcontent {
	left: 240px;
}
#header-top #global-subnavi #two-ddcontent {
	left: 346px;
}



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

#contents {
	padding-bottom: 100px;
}


/* track-list */

#track-list {
	width: 670px;
	margin-left: 265px;
	margin-bottom: 10px;
	padding: 2px 0;
	background: url(../img/bg_track_list.gif) no-repeat left top;
}
#track-list ol {
	color: #ffffff;
	list-style-type: none;
	margin: 0 8px;
}
#track-list li {
	padding-right:3px;
	display: inline;
}
#track-list span,
#track-list a {
	padding-right:3px;
}
#track-list a:link,
#track-list a:visited,
#track-list a:active {
	color: #ffffff;
	text-decoration: none;
}
#track-list a:hover {
	color: #ffffff;
	text-decoration: underline;
}


/* asset */

.asset {
	width: 655px;
	margin-left: 277px;
}
.asset-content {
	font-size: 12px;
	line-height: 16px;
}
.asset-content {
	font-size: 12px;
	line-height: 16px;
}
.asset-content .title {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: solid 1px #9e9e9f;
}
.asset-content .title span {
	font-weight: normal;
	color: #966830;
	padding-right: 10px;
}
.asset-content .title a:link,
.asset-content .title a:visited,
.asset-content .title a:active {
	text-decoration: none;
}
.asset-content .title a:hover {
	text-decoration: underline;
}




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

#footer {
	width: 950px;
	padding-top: 14px;
	background: url(../img/bg_footer.gif) repeat-x left top;
	border-bottom: solid 2px #231815;
    position: fixed;
    bottom: 0;
	z-index: 100;
}
* html #footer {
	position: absolute;
}

#footer-logo {
	position: relative;
}
#footer-logo p {
	position: absolute;
	top: -41px;
	left: 860px;
}

#footer-inner {
	width: 670px;
	height: 52px;
	margin-left: 265px;
	background: #ffffff;
}


/* footer-navi */

#footer-navi {
	margin-bottom: 20px;
}
#footer-navi li {
	float: left;
	border-right: solid 2px #231816;
}
#footer-navi li a img {
	display: block;
}


/* footer-copy */

#footer-copy {
	text-align: right;
	margin-right: 5px;
}
#footer-copy img {
	display: inline;
}




/* top page */
/* -------------------------------------------------------- */

#header-top {
	width: 910px;
	margin-left: 25px;
	margin-bottom: 0;
	padding-top: 0;
	background: none;
    position: relative;
	z-index: 10;
}


#contents {
	padding-bottom: 80px;
}


#footer {
    position: relative;
}
* html #footer {
	position: relative;
}


#header-navi-top {
	width: 568px;
	padding-top: 10px;
	float: left;
}
#header-news-top {
	width: 340px;
	float: right;
}
#header-news-top h2 {
	margin-bottom: 8px;
}
#header-news-top dl {
	font-size: 12px;
	line-height: 15px;
	color: #000000;
}
#header-news-top dt {
	position: relative;
}
#header-news-top dt span {
	display: block;
	white-space: nowrap;
	color: #966830;
	padding-left: 15px;
	background: url(../img/icon_01.gif) no-repeat 4px 2px;
	position: absolute;
}
#header-news-top dd {
	margin-bottom: 8px;
	padding: 0 0 8px 92px;
	border-bottom: solid 1px #9e9e9f;
}
#header-news-top .bt-news-list {
	font-size: 12px;
	text-align: right;
	color: #000000;
}

#header-news-top a:link,
#header-news-top a:visited,
#header-news-top a:active {
	color: #000000;
	text-decoration: none;
}
#header-news-top a:hover {
	color: #000000;
	text-decoration: underline;
}


/* flash-block */

#flash-block {
	width: 950px;
	height: 345px;
	margin-bottom: 8px;
}




/* information */
/* -------------------------------------------------------- */

.asset-information {
	width: 655px;
	margin-left: 277px;
}
.asset-information h2 {
	margin-bottom: 5px;
}

.asset-information dl {
	width: 280px;
	color: #4d4d4d;
	margin-bottom: 20px;
}
.asset-information dt {
	position: relative;
}
.asset-information dt span {
	display: block;
	white-space: nowrap;
	padding-left: 15px;
	background: url(../img/icon_02.gif) no-repeat 4px 3px;
	position: absolute;
}
.asset-information dd {
	margin-bottom: 4px;
	padding-left: 85px;
}

.asset-information ul {
	width: 280px;
	color: #4d4d4d;
}
.asset-information li  {
	margin-bottom: 4px;
	padding-left: 15px;
	background: url(../img/icon_02.gif) no-repeat 4px 3px;
}

.asset-information .img-block  {
	position: relative;
}
.asset-information .img-block .inner  {
	width: 342px;
	position: absolute;
	left: 280px;
}




/* policy */
/* -------------------------------------------------------- */

.asset-policy {
	width: 655px;
	margin-left: 277px;
}
.asset-policy h2 {
	margin-bottom: 20px;
}
.asset-policy h3 {
	margin-bottom: 5px;
}
.asset-policy p.text1 {
	color: #4d4d4d;
	margin-left: 20px;
	margin-bottom: 5px;
}
.asset-policy p.text2 {
	width: 580px;
	color: #ffffff;
	margin-left: 20px;
	margin-bottom: 15px;
	padding: 5px;
	background: #4d4d4d;
}




/* access */
/* -------------------------------------------------------- */

.asset-access {
	width: 655px;
	margin-left: 277px;
}
.asset-access h2 {
	margin-bottom: 10px;
}

.asset-access .block {
	width: 655px;
}
.asset-access .l-block {
	width: 330px;
	float: left;
}
.asset-access .r-block {
	width: 315px;
	float: right;
}
.asset-access .r-block img {
	margin-bottom: 12px;
}
.asset-access .r-block p {
	font-size: 12px;
}




/* technic */
/* -------------------------------------------------------- */

.asset-technic {
	width: 655px;
	margin-left: 277px;
}
.asset-technic h2 {
	margin-bottom: 10px;
}
.asset-technic h3 {
	margin-bottom: 5px;
}
.asset-technic h4 {
	margin-left: 18px;
	margin-bottom: 5px;
}
.asset-technic p.text1 {
	color: #4d4d4d;
	margin: 0 0 15px 18px;
}
.asset-technic p.text2 {
	color: #4d4d4d;
	margin: 0 0 15px 30px;
}
.asset-technic p.text3 {
	font-size: 10px;
	color: #61ab28;
	margin-left: 18px;
}

.asset-technic .block  {
	position: relative;
	z-index: 1;
}
.asset-technic .img-block  {
	position: relative;
	z-index: 0;
}
.asset-technic .img-block .inner  {
	width: 280px;
	position: absolute;
	top: -35px;
	left: 390px;
}




/* process */
/* -------------------------------------------------------- */

.asset-process {
	width: 655px;
	margin-left: 277px;
}
.asset-process h2 {
	margin-bottom: 10px;
}
.asset-process h3 {
	margin-bottom: 5px;
}
.asset-process h4 {
	margin-left: 18px;
	margin-bottom: 5px;
}
.asset-process p.text1 {
	color: #4d4d4d;
	margin: 0 0 30px 18px;
}
.asset-process p.text2 {
	color: #4d4d4d;
	margin: 0 0 10px 30px;
}
.asset-process p.text3 {
	margin-left: 18px;
	padding-top: 10px;
}

.asset-process .block  {
	position: relative;
	z-index: 1;
}
.asset-process .img-block  {
	position: relative;
	z-index: 0;
}
.asset-process .img-block .inner  {
	width: 330px;
	position: absolute;
	top: -30px;
	left: 320px;
}




/* photo_gallery */
/* -------------------------------------------------------- */

.asset-photo_gallery {
}




/* contact_us */
/* -------------------------------------------------------- */

.asset-contact_us {
	width: 655px;
	margin-left: 277px;
}
.asset-contact_us h2 {
}
.asset-contact_us span.co1 {
	color: #f88058;
}

.asset-contact_us .text-attention {
	font-size: 12px;
	text-align: right;
	margin-bottom: 10px;
	padding-bottom: 3px;
	background: url(../img/line_01.gif) repeat-x left bottom;
}

.asset-contact_us .form-block {
	width: 100%;
	font-size: 12px;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}
.asset-contact_us .form-block th {
	width: 130px;
	font-weight: normal;
	color: #4d4d4d;
	text-align: right;
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 10px;
}
.asset-contact_us .form-block td {
	text-align: left;
	vertical-align: top;
	padding-left: 12px;
	padding-bottom: 10px;
}
.asset-contact_us .form-block input {
	vertical-align: middle;
}
.asset-contact_us .form-block .input-1 {
	width: 320px;
	margin-right: 10px;
	padding: 2px 5px;
	border: solid 1px #808080;
}
.asset-contact_us .form-block .input-2 {
	width: 150px;
	margin-right: 10px;
	padding: 2px 5px;
	border: solid 1px #808080;
}
.asset-contact_us .form-block textarea {
	width: 470px;
	height: 55px;
	padding: 2px 5px;
	border: solid 1px #808080;
}
.asset-contact_us .form-block ul {
	font-size: 12px;
}
.asset-contact_us .form-block li {
	display: inline;
	vertical-align: middle;
}

.asset-contact_us .form-bt-block {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}
.asset-contact_us .form-bt-block td {
	text-align: left;
	vertical-align: top;
	padding-top: 8px;
}
.asset-contact_us .form-bt-block td.cell1 {
	width: 70px;
}
.asset-contact_us .form-bt-block td.cell2 {
	width: 30px;
}
.asset-contact_us .form-bt-block td.cell2 dt {
	position: relative;
}
.asset-contact_us .form-bt-block td.cell2 dt span {
	display: block;
	position: absolute;
}
.asset-contact_us .form-bt-block td.cell2 dd {
	padding-left: 20px;
}
.asset-contact_us .form-bt-block td.cell3 {
	width: 70px;
}
.asset-contact_us .form-bt-block td.cell3 img {
	margin-left: 5px;
}
.asset-contact_us .form-bt-block td.cell4 {
	font-size: 10px;
}




/* privacy_policy */
/* -------------------------------------------------------- */

.asset-privacy_policy {
	width: 655px;
	margin-left: 277px;
}
.asset-privacy_policy h2 {
	margin-bottom: 10px;
}

.asset-privacy_policy h3 {
	width: 650px;
	font-weight: normal;
	margin-bottom: 8px;
	background: url(../img/bg_01a.gif) no-repeat left top;
}
.asset-privacy_policy h3 span {
	display: block;
	padding: 0 20px 1px 18px;
	background: url(../img/bg_01b.gif) no-repeat left bottom;
}
.asset-privacy_policy .block {
	padding: 0 20px 10px 18px;
}
.asset-privacy_policy .block ol {
	margin-left: 25px;
}
.asset-privacy_policy .block h4 {
	font-weight: normal;
}
.asset-privacy_policy .block p {
	font-weight: normal;
}




/* links */
/* -------------------------------------------------------- */

.asset-links {
	width: 655px;
	margin-left: 277px;
}
.asset-links h2 {
	margin-bottom: 10px;
}

.asset-links .block {
	width: 655px;
}
.asset-links .l-block {
	width: 320px;
	float: left;
}
.asset-links .r-block {
	width: 320px;
	float: right;
}
.asset-links .block h3 {
	font-weight: normal;
	color: #4d4d4d;
	margin-bottom: 5px;
	padding: 2px 6px;
	background: #cccccc;
}
.asset-links .block dl {
	color: #4d4d4d;
	margin: 0 6px;
}
.asset-links .block dt {
	position: relative;
}
.asset-links .block dt span {
	display: block;
	white-space: nowrap;
	position: absolute;
}
.asset-links .block dd {
	text-align: right;
	margin-bottom: 7px;
}
.asset-links .block a:link,
.asset-links .block a:visited,
.asset-links .block a:active {
	color: #4d4d4d;
	text-decoration: none;
}
.asset-links .block a:hover {
	color: #4d4d4d;
	text-decoration: underline;
}




/* news */
/* -------------------------------------------------------- */

.asset-news {
	width: 655px;
	margin-left: 277px;
}
.asset-news h2 {
	margin-bottom: 15px;
}




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

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

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




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

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