@charset "utf-8";

/* Reset of Default Style
--------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}
body {
	color:#171717;
	background-image:url(../images/common/body.jpg);
}	
img{
	border-style: none;
	vertical-align: bottom;
} 
h1, h2, h3, h4, h5, h6, p, address {
	font-weight: normal;
	font-style: normal;
}
.clear {
	clear:both;
}
img, div, input { behavior: url("../iepngfix.htc") }

/* Text Link
--------------------------------------------------------- */
a {
	color:#171717;
}
a:hover {
	color:#171717;
	text-decoration:none;
}
a:hover img.hoverimg {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
/* Text Link
--------------------------------------------------------- */
strong {
	font-weight: bold;
}

/* Base Layout
--------------------------------------------------------- */
ul {
	list-style-type: none;
}

/* clearfix
--------------------------------------------------------- */
.clearfix:after {
  content: ".";  /* Vvf */
  display: block;  /* ubNxvf */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix:after {
  content: ".";  /* Vvf */
  display: block;  /* ubNxvf */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}


/* wrap
--------------------------------------------------------- */
#wrap {
	background-image:url(../images/common/wrap.jpg);
	background-repeat:repeat-x;
}

/* header
--------------------------------------------------------- */
#header {
	width:930px;
	height:110px;
	margin:0px auto;
	position:relative;
}
#header .logo {
	width:350px;
	height:65px;
	position:absolute;
}
/* sub_nav */
#header .sub_nav {
	width:360px;
	height:12px;
	margin:40px 0px 0px 570px;
	position:absolute;
}
#header .sub_nav li {
	float:left;
}
#header .sub_nav .btn01 {
	padding-left:5px;
}
#header .sub_nav .btn02 {
	padding-left:20px;
}
#header .sub_nav .btn03 {
	padding-left:15px;
}

#header #nav {
	width:930px;
	height:40px;
	margin:67px 0px 0px 0px;
	position:absolute;
}
#header #nav li {
	float:left;
	height:40px;
}

/* pan
--------------------------------------------------------- */
#pan {
	width:930px;
	height:30px;
	margin:0px auto;
}
#pan li {
	float:left;
}
#pan .top {
	padding:10px 15px 0px 0px;
	background-image:url(../images/common/pan_list.gif);
	background-repeat:no-repeat;
	background-position:right 13px;
}
#pan .middle {
	padding:10px 15px 0px 10px;
	background-image:url(../images/common/pan_list.gif);
	background-repeat:no-repeat;
	background-position:right 13px;
}
#pan .last {
	padding:10px 0px 0px 10px;
}

/* footer
--------------------------------------------------------- */
#footer {
	width:100%;
	background-image:url(../images/common/footer_bg.gif);
	background-repeat:repeat-x;
	background-color:#3b3933;
	color:#e6e6e6;
}
#footer a {
	color:#e6e6e6;
}
#footer .in_area {
	width:940px;
	margin:0px auto;
}
#footer .in_area .page_top {
	width:130px;
	height:27px;
	padding:0px 0px 0px 810px;
}
#footer .in_area .ptn01 {
	float:left;
	width:200px;
	height:200px;
	padding:15px 10px 0px 0px;
	margin-right:10px;
	background-image:url(../images/common/footer_line.gif);
	background-repeat:no-repeat;
	background-position:right 15px;
}
#footer .in_area .ptn02 {
	float:left;
	width:200px;
	height:200px;
	padding:15px 10px 0px 0px;
	margin-right:10px;
}
#footer .in_area dt {
	font-weight:bold;
	padding:0px 0px 10px 15px;
	background-image:url(../images/common/footer_dt.gif);
	background-repeat:no-repeat;
	background-position:0px 2px;
}
#footer .in_area dd {
	padding:0px 0px 10px 15px;
	background-image:url(../images/common/footer_dd.gif);
	background-repeat:no-repeat;
	background-position:5px 5px;
}
#footer .in_area .copy {
	clear:both;
	width:935px;
	text-align:right;
	padding-bottom:25px;
}

