<!--
a:link {  font-size: 95%;
	font-style: normal;
	line-height: 130%;
	font-weight: lighter;
	text-decoration: none;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Osaka";
        color: #336699; text-decoration: none}
a:visited {  font-size: 95%;
	font-style: normal;
	line-height: 130%;
	font-weight: lighter;
	text-decoration: none;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Osaka";
color: #336699; text-decoration: none}
a:hover {  font-size: 95%;
	font-style: normal;
	line-height: 130%;
	font-weight: lighter;
	text-decoration: none;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Osaka";
        color: #FF6600; text-decoration: none}
-->

.textcss {
	font-size: 95%;
	font-style: normal;
	line-height: 130%;
	font-weight: lighter;
	color: #333333;
	text-decoration: none;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Osaka";
}

body {
	background-color: #FFF7EE;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
}

.text {
	font-size: 95%;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
	color: #333333;
	text-decoration: none;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Osaka";
}

.nakamidasi {
	font-size: 115%;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	color: #333333;
	text-decoration: none;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Osaka";
}


.header {
	font-size: 100%;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
	color: #333333;
	text-decoration: none;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Osaka";
}

.footer {
	font-size: 70%;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
	color: #666666;
	text-decoration: none;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Osaka";
	background-color: #FFCB97;
	width: 700px;
	padding: 5px;
	margin-bottom: 15px;
	float: right;
}


/* ========================================  #menu ƒTƒuƒƒjƒ…[ */

.subinfo .label {
	padding:5px 0px 0px 15px;
	color: #666666;
	font-size: 90%;
	font-weight: bold;
	margin: 0px;
	height: 16px;
	background-color: #CCCCCC;
}

.subinfo ul{ /* ƒTƒCƒhƒ{ƒbƒN‚Ìƒƒjƒ…[:ƒŠƒXƒg */
	margin: 0px;
	padding: 0px;
}

.subinfo li {
	padding: 0px;
	margin: 1px 0px 0px;
	font-size: 96%;
	color: #666666;
	list-style-type: none;
}

.subinfo li a{
	padding: 5px 10px;
	border-bottom: 1px solid #CCCCCC;
	border-left: 7px solid #CCCCCC;
	text-decoration: none;
	display: block;
}

.subinfo li a:hover{
	border-left: 7px solid #FF9933;
	color: #FF6600;
	background-color: #F3F3F3;
}


hr { /* …•½ü flotƒNƒŠƒA—p */
	clear:both;
	color: #CCCCCC;
	border: 1px solid #CCCCCC;
	margin: 0px;
	padding: 0px;
}