﻿@import url(reset.css); 

body {
	background-image: url('../images/body-back.gif');
	background-repeat: repeat-x ;
	background-position: center top ; 
	background-color: white ;
	color: #333333;
}

*{
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	line-height: 1.4; 
}

a:link {
	color: #3e7dc1;
}

a:visited {
	color: #777777; 
}

a:hover {
	color: #85b4e2;
}

div#warpper {
	margin: 0 auto ;
	padding: 0 0 30px 0;
	width: 805px;
	height: 100%;
}

div#head {
	width: 805px;
	height:68px;
}

/*
div#head img {
	margin: 16px 7px 0 0;
	float: left ;
}
*/

div#head img {
	margin:5px 7px 0 0;
	width:157px;
	height:52px;
	float:left;
}

div#head h1 {
	font-size: 12px;
	margin: 15px 0 0 0;
	width: 400px;
	font-variant: normal ;
	font-weight: normal ;
	float: left ;
	line-height: 1.8;
}

div#subMenu {
	background-image: url('../images/sub-maenu-back.gif');
	background-repeat: no-repeat ;
	width: 227px;
	height: 35px; 
	padding: 10px 3px 0 0px;
	float: right;
}

div#subMenu ul {
	margin: 0 0 0 25px;
	width: 200px;
	height:20px;
}

div#subMenu ul li{	
	float: left ;
	background-image: url('../images/list-aicon.gif');
	background-repeat: no-repeat ; 
	background-position: left center ;
	padding:  0 20px 0 17px;
}

div#button {
	width: 804px;
	height: 53px;
	margin: 0 0 6px 0;
}

div#button ul li{
	float: left ;
	display: block
}

div#button ul li a{
	display: block;
	height: 53px;
}

div#button ul li#button1 {
	width: 147px;
	height: 53px;
	background-image: url('../images/button1.gif');
	background-repeat: no-repeat ;
	text-indent: -9999px; 	
}

div#button ul li#button2 {
	width: 145px;
	height: 53px;
	background-image: url('../images/button2.png');
	background-repeat: no-repeat ;
	text-indent: -9999px; 	
}

div#button ul li#button3 {
	width: 145px;
	height: 53px;
	background-image: url('../images/button3.png');
	background-repeat: no-repeat ;
	text-indent: -9999px; 	
}

div#button ul li#button4 {
	width: 185px;
	height: 53px;
	background-image: url('../images/button4.png');
	background-repeat: no-repeat ;
	text-indent: -9999px; 	
}

div#button ul li#button5 {
	width: 182px;
	height: 53px;
	background-image: url('../images/button5.png');
	background-repeat: no-repeat ;
	text-indent: -9999px; 	
}

div#footter {
	width: *%;
	height: 124px;
	background-image: url('../images/foot-back.gif');
	background-repeat: repeat-x ;
	clear: both ; 
}

table#foottable {
	width: 804px;
	margin: 0 auto;
}

table#foottable th{
	height: 16px;
	padding: 15px 0 0 0 ;
}

table#foottable ul {
	margin: 0 auto;
	height: 16px;
	width: 600px;
	overflow: hidden;
}
table#foottable ul li {
	display: inline;
	margin:0 0 0 -1px;
	padding: 0 7px 0 11px;
	border-left: 1px #333333 solid;
	list-style-type: none;
}

table#foottable ul li a{
	font-size: 11px;
}


table#foottable td {
	height: 4%;
	background-image: url('../images/foot-logo.png');
	background-repeat: no-repeat ;
	background-position: right top ;
}


table#foottable td p {
	text-align: right ;
	margin: 64px 0 0 0;	
}