@charset "Shift_JIS";

* {
	line-height: 130%;
}
body {
	color: #333333;
	background: #ffffff;
	margin: 0 auto;

	background-attachment: scroll; 
	background-image: url(img/bg0.jpg); 
	background-repeat: repeat-x; 
	background-position: left top;
}
a:link, a:visited, a:active { 
	text-decoration: underline;
}
a:hover { 
	text-decoration: none;
}
ul {
        list-style-type: none;
        margin: 0px;
        padding: 0px;
}
li {
        margin: 0px;
        padding: 0px;
}
h1 { 
	font-size: 12px;
	margin: 0 auto;
	padding-bottom: 2px;
}
h3 { 
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	margin: 0 auto;
	padding-bottom: 10px;
}
span {
	display: none;
}
h2 { 
	display: inline;
	font-size: 14px;
	color: #3D7187;
	height: 40px;
	text-indent: 40px;
	line-height: 40px;
	margin: 0 auto;
	padding-bottom: 10px;
	background: url("img/07.gif") no-repeat;
}
h2 a {
	color: #3D7187;
	text-decoration: none; 
	line-height: 30px; 
}
h2 a:hover {
	color: #3D7187;
	text-decoration: none; 
	line-height: 30px; 
}
.list {
        margin: 0px;
        padding: 0px;
}
.list1 a:link, .list1 a:visited, .list1 a:active { 
	color: #09AA04;
	width: 220px;
	height: 80px;
	background-image: url("img/btn01.jpg");
	line-height: 30px;
	text-decoration: none;
	text-indent: -5000px;
	display: block;
	margin: 0px;
	padding-left: 15px;
}
.list1 a:hover { 
	color: #FFFFFF;
	width: 220px;
	height: 80px;
	background-image: url("img/btn01_on.jpg");
	line-height: 30px;
	text-decoration: none;
	text-indent: -5000px;
	display: block;
	margin: 0px;
	padding-left: 15px;
}
.list2 a:link, .list2 a:visited, .list2 a:active { 
	color: #09AA04;
	width: 220px;
	height: 80px;
	background-image: url("img/btn02.jpg");
	line-height: 30px;
	text-decoration: none;
	text-indent: -5000px;
	display: block;
	margin: 0px;
	padding-left: 15px;
}
.list2 a:hover { 
	color: #FFFFFF;
	width: 220px;
	height: 80px;
	background-image: url("img/btn02_on.jpg");
	line-height: 30px;
	text-decoration: none;
	text-indent: -5000px;
	display: block;
	margin: 0px;
	padding-left: 15px;
}
#contents { 
	color: #ffffff;
	clear: both;
	font-size: 10px;
	background-repeat: no-repeat;
	padding: 23 20 10 20; /* E */
	background-image: url(img/back_contents.gif);
	border-top: 1px solid #d4cfdc;
	border-bottom: 1px solid #d4cfdc;
        text-align: left;
}

#contents li { 
	display: inline;
}
address {
	font-size: 12px;
	font-style: normal;
	text-align: center;
	padding: 10px 0 30px 0;
}
A:link {
	color: #003399;
	text-decoration: underline;
	
} 

A:visited {
	color: #003399;
	text-decoration: underline;
}

A:hover {
	color: #990033;
	text-decoration: none;
}

A:active {
	color: #003399;
	text-decoration: underline;
}
