@charset "shift_jis";

/*formatting style
-------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}

body {
	color: #5c5c5c;
	background-color: #b1dffd;
	font-size: 65%;
	line-height: 1.8;
	font-family: sans-serif;
}

hr {
	display: marker;
}
#header h1 {
	height: 52px;
	width: 800px;
	padding-top: 20px;
}
h2 {
	font-style: normal;
	line-height: 2;
	color: #306185;
	font-size: 16px;
	padding: 0px 0px 10px;
}
h3 {
	font-size: 14px;
	line-height: 1.6;
}


address {
	font-size: 9px;
	text-align: right;
}



/* link style
---------------------------------------*/
a img {
	border-style: none;
	vertical-align: middle;
}
a:link {
	color: #006bcf;
	text-decoration: underline;
}
a:visited {
	color: #9c0027;
	text-decoration: underline;
}
a:hover {
	color: #6faee8;
	text-decoration: none;
}
a:active {
	color: #6faee8;
	text-decoration: none;
	position: relative;
}

/* 2nd layout
---------------------------------------*/
#all {
	background-image: url(../image/img/shadow.gif);
	margin: 0px auto;
	width: 810px;
}
#wrapper {
	background-color: #FFFFFF;
	width: 800px;
	margin: 0px auto;
}
#header {
	background-image: url(../image/img/2ndheader.jpg);
	background-repeat: no-repeat;
	height: 93px;
	width: 800px;
	margin: 0px;
	padding: 0px;
	background-color: #66CCFF;
}
#gnavi {
	width: 800px;
	height: 28px;
	background-color: #306185;
}
#gnavi ul {
	padding: 5px 0px 0px 5px;
	width: 787px;
}
#gnavi li {
	list-style: none;
	float: left;
}
#main {
	padding: 20px;
	width: 760px;
}
#footer {
	height: 50px;
	width: 780px;
	padding: 10px;
	background-color: #ffffe6;
	border-top: thin solid #306185;
}

/* table
---------------------------------------*/
#main table {
	margin-bottom: 30px;
	border-top: 1px solid #306185;
	border-right: 0px none #306185;
	border-bottom: 0px none #306185;
	border-left: 0px none #306185;
	border-collapse:collapse;
}
#main table th {
	text-align: center;
	padding: 5px 10px;
	border-bottom: 1px solid #306185;
	border-left: 1px solid #306185;
	background-color: #ebf3f7;
	border-right: 1px solid #306185;
}
#main table td {
	padding: 5px 10px;
	border-bottom: 1px solid #306185;
	border-right: 1px solid #306185;
	border-left: 1px solid #306185;
}
#main div {
	padding-bottom: 20px;
}

/* list 
---------------------------------------*/
li {
	text-decoration: none;
	list-style: url(none) none;
	color: #006bcf;
	line-height: 2;
}
