﻿@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 87.5%;
	line-height: 1.5em;
}
p {
	margin-left: auto;
	margin-right: auto;
	text-align:center; /**/
}
img {
	border: 0;
}
a {
	color: #32cd32;
}
a:hover {
	color: red;
}
	font-size:120%; 
}
header {
	height: auto;

}
header a {
	hover:color:#ffffff;
	background:#ffffff;
}
header a img {
	vertical-align: top;
}
h2 {
	margin-left:50px;
	margin-top: 0;
	margin-bottom: 0;
	background-image: url(../images/h2_icon.png);
	background-repeat:no-repeat;
	background-position: left center ;
}
#topicpath ul {
	list-style-type: none;
	margin-bottom: 30px;
	padding: 0;
}
#topicpath ul li {
	display: inline;
	margin-right: 5px;
}
#topicpath ul li a {
	padding-right: 0px;
	background-image: url(../images/topicpath.gif);
	background-repeat: no-repeat;
	background-position: right center;
}




address {
	padding-top: 15px;
	border-top: 1px solid #cccccc;
	clear: both;
	font-style: normal;
	text-align: center;
	font-color:#2f4f4f
}

#copyright {
	margin-bottom: 15px;
	text-align: center;
	font-color:#2f4f4f
}
#copyright small {
	font-size: 80%;
	text-align: center;
	font-color:#2f4f4f
}

.image_right {
	margin: 0 0 20px 35px;
	float: right;
}
table {
	margin-left:30px;
	border-collapse: collapse;
	border-width: 1px 0px;
}
table caption {
	overflow: hidden;
	text-align: center;
	line-height: normal;
}
table caption p {
	margin-bottom: 30px;
}
table tr td {
	padding: 15px;
	line-height: normal;
	color:#2f4f4f;
}


textarea {
	width: 950px;
	height: 115px;
	overflow-y: scroll;
}
