@charset "shift_jis";
/* 全ての要素に対してとりあえず適用 */
* {
 margin : auto;
 padding: 0px;
 font-size: 96%;
}
/* ページ全体 */
.page {
	width: 1080px;
	text-align: center;
	background-color: #FFF;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	float: left;
	clear: none;
}
body {
	font-size:95%;
	color:#660;
	background-color:#ffffff;
	width: 1080px;
	font-family:Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
p {
	color: #000033
}
.leftmenu {
	background-color:#D8FF9D;
	float: left;
	clear: none;
	width: 230px;
	height: 1500px;
	text-align: center;
	font-size: 100%;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 0px;
	font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
p, .main ul, .leftmenu ul {
	line-height: 160%;
	list-style-position: inside;
}
.subinfo {
	font-size: 100%;
	text-align: center;
	font-weight: bold;
	width: 230px;
	color: #630;
	background-color: #D8FF9D;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 0px;
}
.subinfo li {
	font-size: 100%;
	color: #630;
	list-style-type: none;
	width: 210px;
	float: left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-position: inside;
}
.subinfo li a {
	text-decoration: none;
	border-right-width: 10px;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #660;
	border-left-color: #660;
	border-right-color: #660;
	background-color: #FFC;
	width: 210px;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	color: #030;
}
.subinfo li a:hover {
	color: #FFC;
	background-color: #808040;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #FFC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #FFC;
	border-bottom-color: #FFC;
}
.main {
	float: right;
	width: 800px;
	background-color: #FFF;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	font-size: 100%;
	height: 1500px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
}
/* 見出し */
h1 {
	background-color: #FFC;
	clear:left;
	color:#630;
	font-size:105%;
	height: 50px;
	line-height: 50px;
	font-weight: bold;
	border: 1px solid #999;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 10px;
}
h2 {
	background-color: #FFF;
	font-size: 110%;
	text-align: left;
	text-indent:1em;
	color: #F69;
	line-height: 40px;
	margin: 5px;
	padding: 0px;
	font-weight: bold;
	border-bottom-style: double;
	width: 600px;
}
h3 {
	background-color: #FFF;
	font-size: 100%;
	text-align: left;
	text-indent:1em;
	color: #630;
	line-height: 35px;
	font-weight: bold;
	border-bottom-style: dotted;
	width: 600px;
	margin-top: 60px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 0px;
padding: 0px;
}
/* テーブル（表） */
.table {
	width: 530px;
	float: left;
	margin-bottom: 30px;
}
.table th {
	text-align: left;
	border: 1px solid #808080;
}
.table td {
	text-align:center;
	border: 1px solid #808080;
	height: 30px;
	line-height: 30px;
}
.box {
	width:400px;
	float: left;
	height: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	list-style-position: inside;
	list-style-type: none;
	font-size: 100%;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	list-style-image: url(アイコン画像のURL);
}
/* 文字背景色 */
.backcolor {
	background-color:#F36;
	color:#ffffff;
}
/* フッター */
.footer {
	clear: both;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #666;
	text-align: center;
	background-color: #FFF;
	font-size: 90%;
	width: auto;
	margin: 0px;
}