﻿@charset "UTF-8";

@import url(../../common/css/common.css);

/* RESET */

body, div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li,
brockquote, pre, table, caption, address, form, object, img,
span, a, strong, em, q, ins, del, site, code, dfn, abbr, acronym {
  margin: 0;
  padding: 0;
}

body {
		background:url(../img/bg_main.jpg) top left no-repeat #000;
}

/*HEADER*/
#top-header {
  /*background:url(../../common/img/bg_head.jpg) top left repeat-x;*/
  width:100%;
		height:62px;
		position:absolute;
		top:0;
		left:0;
		z-index:3;
}

#top-header-in {
  background:url(../../common/img/kari_menu.jpg) top left repeat-x;
  width:980px;
  text-align:left;
		height:62px;
		margin:auto;
}

/*CONTENTS*/
#top-contents {
position:absolute;
bottom:130px;
z-index:1;
text-align:center;
left:0;
width:100%;
}

#top-contents-in {
width:980px;
margin:auto;
position:relative;
text-align:left;
}

#top-contents-in2 {
padding-left:665px;
}

#jkt {
height:auto;
background:#000;
margin-bottom:5px;
padding:3px;
}

#jkt:after {
content: "";
display: block;
clear: both;
}

#jkt-top {
height:auto;
margin-bottom:5px;
}

#jkt-top:after {
content: "";
display: block;
clear: both;
}

#jkt-top dt a {
color:#cc6666;
}

#jkt-top dd {
margin-top:10px;
font-size:11px;
line-height:16px;
color:#CCC;
}

*html #jkt-top dd {
font-size:10px;
}

.jkt-second {
height:auto;
clear:both;
}

.jkt-second img {
float:left;
}

.jkt-second:after {
content: "";
display: block;
clear: both;
}

#top-contents-in h1 {
clear:both;
text-indent:-9999px;
background:url(../../common/img/tit_logo.gif) top left no-repeat;
width:315px;
height:172px;
}

/*FOOTER*/

ul#footer-news  {
  width:585px;
		height:65px;
		overflow:auto;
		float:left;
		font-size:11px;
		color:#666;
		margin-top:12px;
		scrollbar-base-color:#ffffff;
		scrollbar-face-color:#ffffff;
		scrollbar-arrow-color:#CCC;
		scrollbar-shadow-color:#CCC;
		scrollbar-darkshadow-color:#ffffff;
		scrollbar-highlight-color:#CCC;
		scrollbar-3dlight-color:#ffffff;
		scrollbar-track-color:#ffffff;
		line-height:14px;
}

*html ul#footer-news{
font-size:85%;
}

ul#footer-news a  {
		color:#666;
}

ul#footer-news li  {
  padding:0 10px 3px 12px;
		background:url(../../common/img/icon_arrow01.gif) top left no-repeat;
}

ul#footer-news li span  {
  padding-left:5px;
		color:#cc6666;
		white-space:nowrap;
}

#bnr-block {
width:370px;
float:right;
margin-top:12px;
font-size:10px;
line-height:14px;
padding:0!important;
}

#bnr-block-left {
width:210px;
float:left;
}

#bnr-block-left dt {
clear:both;
float:left;
width:40px;
}

*html .bnr-ss {
padding-top:10px;
}


#bnr-block-right {
width:145px;
float:right;
}

/* FOOTER */
#top-footer {
  background:#fff;
  width:100%;
		height:110px;
		position:absolute;
		bottom:0;
		left:0;
		z-index:2;
}

#top-footer:after {
content: "";
display: block;
clear: both;
}


#footer-in {
  width:980px;
  text-align:left;
		margin:auto;
}

.bnr-ss {
padding-top:15px;
}

#top-footer-copy {
clear:both;
background:#d6d6d6;
width:100%;
position:absolute;
bottom:0;
height:24px;
left:0;
}

#top-footer-copy-in {
  width:980px;
  text-align:right;
		margin:auto;
		padding-top:7px
}



