* { 
	list-style-type: none; 
	border: 0;
	margin: 0; 
	padding: 0; 
}

body { 
	width: 100%; 
	font-family: "メイリオ",Arial, Helvetica, sans-serif;
	/*font-family: "ヒラギノ角ゴ Pro W3";*/
}

h3 {
	vertical-align: bottom;
	font-size: 1.0em;
	color: #888;
	border-left: #009 4px solid;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
}

p{ 
	color: #333; 
	font-size: 0.9em; 
	line-height: 1.6em;
}

td {
	width: 240px;
	text-align: center;
	vertical-align: top;
	padding-left: 15px;
	padding-right: 15px;
	padding-top :10px;
	padding-bottom: 10px;
}

#container { 
	margin-left: 10px;
	width: 840px; 
	height: auto;
}

#header { 
	background-image: url("../images/logo_bg.jpg");
	background-repeat: no-repeat;
	width: 840px; 
	height: 90px;
}

#header_logo {
	float: left;
}

#header_menu { 
	padding-top: 72px; 
	padding-left: 450px; 
}

#header_menu li { 
	display: block;
	border-left: #009 4px solid;
	padding-left: 8px;
	padding-right: 18px;
	font-size: 0.95em; 
	float: left; 
}

#title { 
	clear: both;
	width: 840px; 
	height: 300px; 
}

#menu { 
	clear: both;
	width: 840px; 
	height: 140px; 
}

#menu li {
	float: left;
}

#navigation {
	vertical-align: bottom;
	background-image: url("../images/star.gif");
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-left: 30px;
}

#contents { 
	width: 620px; 
	float: left; 
}

#right {
	width: 220px;
	float: left;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#footer {
	clear: both;
	padding-top: 8px;
	width: 840px;
	border-top: 3px solid #009;
}

.content_head {
	width: 560px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 10px;
	border: 0;
}

.content {
	width: 560px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px #ccc solid;
}

.content li, .content_head li {
	list-style-position: inside;
	list-style: disc;
	margin-left: 10px;
	font-size: 0.9em;
	line-height: 1.6em;
}

.menu1 { 
	display: block;
	background-image: url("../images/menu1.jpg"); 
	background-repeat: no-repeat; 
	width: 168px; 
	height: 140px; 
}

a.menu1:hover,a.menu1 active {
	background-image: url("../images/menu1_on.jpg"); 
	background-repeat: no-repeat;
	width: 168px;
	height: 140px;
}

.menu2 { 
	display: block;
	background-image: url("../images/menu2.jpg"); 
	background-repeat: no-repeat; 
	width: 168px; 
	height: 140px; 
}

a.menu2:hover,a.menu2 active {
	background-image: url("../images/menu2_on.jpg"); 
	background-repeat: no-repeat;
	width: 168px;
	height: 140px;
}

.menu3 { 
	display: block;
	background-image: url("../images/menu3.jpg"); 
	background-repeat: no-repeat; 
	width: 168px; 
	height: 140px; 
}

a.menu3:hover,a.menu3 active {
	background-image: url("../images/menu3_on.jpg"); 
	background-repeat: no-repeat;
	width: 168px;
	height: 140px;
}

.menu4 { 
	display: block;
	background-image: url("../images/menu4.jpg"); 
	background-repeat: no-repeat; 
	width: 168px; 
	height: 140px; 
}

a.menu4:hover,a.menu4 active {
	background-image: url("../images/menu4_on.jpg"); 
	background-repeat: no-repeat;
	width: 168px;
	height: 140px;
}

.menu5 { 
	display: block;
	background-image: url("../images/menu5.jpg"); 
	background-repeat: no-repeat; 
	width: 168px; 
	height: 140px; 
}

a.menu5:hover,a.menu5 active {
	background-image: url("../images/menu5_on.jpg"); 
	background-repeat: no-repeat;
	width: 168px;
	height: 140px;
}

a:link { color: #009; text-decoration: underline; }
a:visited { color: #009; text-decoration: underline; }
a:hover { color: #009; text-decoration: underline; }
a:active { color: #009; text-decoration: underline; }

.banner { 
	margin-top: 5px; 
}

.alert { 
	color: #f00; 
}

.caution {
	color: #F90;
}

.lead { 
	color: #009; 
}

.dashline { 
	margin-bottom: 10px; 
	border-bottom: 1px dashed #ccc; 
}

.banner {
	margin-bottom: 3px;
}

.align_left {
	margin-right: 3px;
	float: left;
}

.align_right {
	margin-left: 5px;
	float: right;
}

.align_clear {
	clear: both;
}

.valign_top {
	vertical-align: top;
}

.valign_middle {
	vertical-align: middle;
}

.valign_bottom {
	vertical-align: bottom;
}


