 /*---------------------------------------
    Browser reset
---------------------------------------*/

body {
    margin:0;
    padding:0;
}
h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ul,ol,li,address,form {
    margin:0;
    padding:0;
}
h1,h2,h3,h4,h5,h6,strong {
    font-size:100%;
    font-weight:normal;
}
em,address {
    font-style:normal;
}
li {
    list-style:none;
}
a {
    text-decoration:none;
	 color:#FF9F14;
}
a:hover {
	text-decoration:underline;
}

hr{
	display: none;
}

.hide{
	display: none;
}
img{border:none;}
.clear{clear:both;}

/*---------------------------------------
    Body
---------------------------------------*/
body {
	font-family:"ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "‚l‚r ‚oƒSƒVƒbƒN", Helvetica, Arial, sans-serif;
	color: #333;
	line-height: 1.5;
	background-color: #dfdfdf;
	font-size: 12px;
}

p{
	font-size: 12px;
	color: #333;
	line-height: 1.5;
}

/*---------------------------------------
    container box
---------------------------------------*/
#container {
    width:1000px;
	 height:auto;
    text-align:left;
    margin:0 auto;
}

/*---------------------------------------
    navi
---------------------------------------*/
#header{
	width:1000px;
	height:70px;
	padding:10px 0;
}
#header h1 {
	padding-left: 3px;
	font-size: 10px;
	color: #666;
}
#headerLogo {
	float: left;
	display: block;
	width: 200px;
	padding-left: 5px;
}
#global-navi {
	float: right;
	width: 780px;
	height: 45px;
}
#global-navi ul {
	height: 45px;
}
#global-navi li {
	float: left;
}
#global-navi li a {
	display: block;
	height: 45px;
	text-indent: -9999px;
	background: url("../images/navigation.gif") no-repeat 0 0;
}
#global-navi #navi01 a {
	width: 94px;
	background-position: 0 0;
}
#global-navi #navi02 a {
	width: 135px;
	background-position: -94px 0;
}
#global-navi #navi03 a {
	width: 136px;
	background-position: -229px 0;
}
#global-navi #navi04 a {
	width: 136px;
	background-position: -365px 0;
}
#global-navi #navi05 a {
	width: 135px;
	background-position: -501px 0;
}
#global-navi #navi06 a {
	width: 144px;
	background-position: -637px 0;
}
#global-navi #navi01 a:hover {background-position: 0 -45px;}
#global-navi #navi02 a:hover {background-position: -94px -45px;}
#global-navi #navi03 a:hover {background-position: -229px -45px;}
#global-navi #navi04 a:hover {background-position: -365px -45px;}
#global-navi #navi05 a:hover {background-position: -501px -45px;}
#global-navi #navi06 a:hover {background-position: -637px -45px;}


/*---------------------------------------
    contents
---------------------------------------*/
#contents {
	clear:both;
	width:990px;
	min-height:500px;
	text-align:left;
	margin:0 auto;
}

.clearfix:after,
#contents:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix,
#contents {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix,
* html #contents { height: 1%; }
.clearfix,
#contents { display: block; }
/* End hide from IE-mac */



/*---------------------------------------
    info
---------------------------------------*/
#info {
	clear:both;
	height:250px;
	text-align:left;
	margin:0 auto;
	font-size:11px;
	border:1px solid #D7D7D7;
	background: url(../images/logo.gif) no-repeat center left;
	margin-bottom:11px;
}
#info a{
	color:#333;
}
.info01{
	width:110px;
	line-height:1.9;
	padding-left:195px;
	padding-top:15px;
	float:left;
}
.info_txt{
	width:170px;
	line-height:1.9;
	padding-top:15px;
	padding-left:20px;
	float:left;
}
.info_txt01{
	width:110px;
	line-height:1.9;
	padding-top:15px;
	padding-left:20px;
	float:left;
}
.info_txt02{
	width:150px;
	line-height:1.9;
	padding-top:15px;
	padding-left:20px;
	float:left;
}

/*---------------------------------------
    address
---------------------------------------*/
#address {
	clear:both;
	height:auto;
   text-align:left;
   margin:0 auto;
	background-color:#000000;
	font-size:11px;
	padding:15px;
}
#address p{
	color:#FFFFFF;
	line-height:1.8;
	font-size:11px;
}
.tit{
	color:#FFFFFF;
	font-size:14px;
}


/*---------------------------------------
    footer
---------------------------------------*/
#footer {
	clear:both;
	height:14px;
	text-align:center;
	padding: 15px 0;
	margin:30px 0 0;
	background-color:#c0c0c0;
	font-size:11px;
}
#footer-inner {
	width: 990px;
	margin: 0 auto;
	text-align: left;
}
#footer-inner p {
	float: right;
	color: #fff;
}
#footer-inner ul li {
	float: left;
	padding-right: 20px;
}
#footer-inner ul li a {
	color: #555;
}
#footer-inner ul li a:hover {
	color: #000;
}
#link{
	width:100%;
	height:15px;
}
#link li{
	height:15px;
	background: url(../images/link.gif) no-repeat center left;
	padding:0 20px 0 13px;
	float:left;
}

.bottom{
	clear:both;
	width:978px;
	height:auto;
}
.copy{
	padding-top:5px;
	float:left;
}
.top a{
	background: url(../images/gotop.gif) no-repeat center left;
	float:right;
	padding:0 0 0 13px;
}
