﻿/* CSS Document */


/*基本仕様*/
body {
	background-color: #FFFFFF;
	font-weight: normal;
	font-size: 12px;
	color: #333333;
	margin: 0px 0px 0px;
	text-align: center;
	background-image: url(../image/bg.gif);
	background-repeat: repeat;
}

p {
	font-weight: normal;
	margin: 0px;
	}
	
hr.end{visibility:hidden;clear:both;}
	
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 0%;
	line-height: 0%;
}

.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac */
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

	
form {margin:0;padding:0;}
	
strong {
	font-weight: normal;
	}
	
em {
	font-style: normal;
	}
	
#container{
	width:870px;
	border-left:1px solid #999;
	border-right:1px solid #999;
	margin:0 auto;
	background-color: #FFF;
	list-style-image: none;
	list-style-type: none;
}

/*ヘッダー*/
#header{
	height: 80px;
	width: 870px;
	background-image: url(../image_top/header_bg.jpg);
	position: relative;
	text-align: left;
	margin: 0px;
	float: left;
}

#header h1 {
	display: block;
	width: 280px;
	margin-top: 25px;
	padding-left: 78px;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	float: left;
}
	
#header ul {
	padding-top: 5px;
	margin-left: 540px;
	color: #FFF;
	background-color: transparent;
	text-align: left;
	padding-left: 0px;
	margin-top: 0px;
	list-style-type: none;
}

#header li{
	float: left;
	padding-left: 5px;
	line-height: 15px;
	background-color: transparent;
}

#header li.list1 {	width: 75px;}
#header li.list2 {	width: 60px;}
#header li.list3 {	width: 70px;}
#header li.list4 {	width: 75px;}

#header a:link,
#header a:visited,
#header a:hover,
#header a.active {
	color: #FFF;
	text-decoration: none;
} 

/*ロゴ*/
#header p#logo{
	float:left;
	padding-top: 2px;
	padding-left: 15px;
}

#header p#logo a{
	display:block;
	width:230px;
	height:35px;
	text-indent:-9999px;
}
	
/* Link */

a:link {
	color: #000;
	text-decoration: none;
	}

a:visited {
	color: #000;
	text-decoration: none;
	}

a:hover {
	color: #FF6600;
	text-decoration: none;
	}

a.active {
	color: #FF6600;
	text-decoration: none;
	} 
	
.pan {
	font-size: 12px;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
}

/* ページトップへ戻る */
#pagetop {
	float:right;
	background-repeat: no-repeat;
	clear: both;
}

#pagetop a{
	display:block;
	width:130px;
	height:18px;
	text-indent:-9999px;
	background-image: url(../image/pagetop.gif);
	background-repeat: no-repeat;
}

/*フッター*/
#footter{
	width:870px;
	background-position: bottom;
	height: auto;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
}

/* ページトップへ戻る */
#pagetop {
	float:right;
	background-repeat: no-repeat;
}

#pagetop a{
	display:block;
	width:130px;
	height:18px;
	text-indent:-9999px;
	background-image: url(../image_top/pagetop.gif);
	background-repeat: no-repeat;
}

#footter p#copyright {
	font-size: 12px;
	text-align: center;
	line-height: 17px;
	margin-top: 10px;
	color: #000;
}

