/* ページの基本デザイン用CSS */
body{
	font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align:center;
	font-size: 12px;
	background-image: url(../Background/v_Gradation13.jpg);
	background-repeat: repeat-x;
	background-color: #F0F0F0;
}
h1{
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size:9px;
	font-weight: lighter;
	letter-spacing: 2px;
	margin: 0px;
	background-image: url('images/top_2.jpg');
	background-position: right top;
	background-repeat: no-repeat;
	height: auto;
	padding-left: 30px;
	color: #333333;
	}
h2 {
	color: #333333;
	font-size: 100%;
	border-left: 12px solid #336600;
	padding: 7px;
	margin: 0px;
	border-left-width: 15px;
}
h3 {
	color: #FFFFFF;
	font-size: 100%;
	clear: none;
	border-top-color: #333333;
	border-bottom-color: #000000;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left;
	margin: 4px;
	padding-top: 4px;
	padding-right: 1px;
	padding-bottom: 4px;
	padding-left: 5px;
	border-left-color: #FF0000;
	background-image: url(banner_2.gif);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

h4 {
	color: #333333;
	font-size:90%;
	padding-left: 5px;
	margin-top: 0px;
	border-bottom-width: thin;
	border-bottom-style: none;
	border-left-style: none;
	border-left-color: #3366FF;
	padding-bottom: 1px;
	background-color: #CCCCFF;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
}

h5 {
	color: #CCCCCC;
	font-size:100%;
	padding-left: 5px;
	margin-top: 0px;
	margin-bottom: 5px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-left-style: none;
	border-left-color: #333333;
}

p {
	padding: 3px;
	margin: 3px;
	font-size: 100%;
	line-height: normal;
	color: #666666;
}
address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	text-align:center;
	padding-top: 5px;
	clear: both;
	color: #CCCCCC;
	background-color: #000000;
}
p img {
	float: left;
	border: solid 1px #666666;
	margin: 5px;
}
#path {
	text-align:right;
	margin: 0px;
}
a {
	color: #99CCFF;
	text-decoration: none;
	font-weight:normal;
	font-size: 11px;
	
}


h1 a {
	color:#CCCCCC;
	font-weight: normal;
	font-size: 200%;
}





#side h2 a {
	color: #EEEEEE;
	font-weight:bold;
	margin: 15px;
	font-size: 12px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-image: none;
}
#side h2 a:hover  {
	color: #666666;
	font-weight:bold;
	margin: 15px;
	font-size: 12px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-image: none;
}

#side h3 {
	font-family: Arial, Helvetica, sans-serif;
	border-left: none;
	font-size: 80%;
	color: #FFFFFF;
	background-image: none;
	background-repeat: repeat;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-top-style: hidden;
	border-left-style: none;
	border-left-color: inherit;
}

#side h3 a {
	color: #FFFF00;
	font-weight:bold;
	margin: 5px;
	font-size: 10pt;
	clear: none;
	background-image: none;
	background-position: left top;
	background-repeat: no-repeat;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	padding: 5px;
}

#side ul {
	font-size: 140%;
	margin: 0px;
	letter-spacing: normal;
	word-spacing: normal;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}
form {
	font-size:90%;
	}
#contents {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin: auto;
	text-align:left;
}
