body {
	position: absolute;
	color: #000000;
	line-height: 130%;
	margin: 0px;
	font-family: "ＭＳ Ｐゴシック", "Arial",Osaka,"ＭＳ ゴシック","Osaka",sans-serif;
}
/* テキストリンク */
a:link {
	color: #004eb1;
	text-decoration: none;
}
a:visited {
	color: #004eb1;
	text-decoration: none;
}
a:hover {
	color: #b76d8d;
}
a:active {
	color: #b76d8d;
}
/* テキストサイズ*/
.txtxs {
	font-size: 60%;
}
.txtss {
	font-size: 80%;
}
.txtm{
	font-size: 100%;
}
/*テキストカラー*/
.red{
	color: #FF4D51;
}
.red_b{
	color: #FF4D51;
	font-weight: bold;
	font-size: 120%;
}
.red_ss{
	color: #FF4D51;
	font-size: 80%;
}
.blue{
	color: #0C76E0;
}
.blue_b{
	color: #0C76E0;
	font-weight: bold;
}
/* サブメニュー */
#submenu a{	
	color: #FFE8DE; !important;
	display: block;
	width: 230px;
}
#submenu  a:hover{
	background-color:  #CCAD9F;
	display: block;
}
#submenu a:hover img {
	filter:alpha(opacity=70);
	opacity:0.70;

}
#submenu a:active img {
	filter:alpha(opacity=80);
	opacity:0.80;
}

/* 画像リンク */
#btn a:hover img {
	filter:alpha(opacity=70);
	opacity:0.70;
}
#btn a:active img {
	filter:alpha(opacity=80);
	opacity:0.80;
}
*/
/*リスト */
ul{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style-position: outside;
}
.list{
	clear: both;
	list-style-type: square;
}
.list_no{
	clear: both;
	list-style-type: none;
	margin-bottom: 5px;
	margin-left: 1em;
}
.list_no_ml0{
	clear: both;
	list-style-type: none;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-left: 0;
}
.list_no_ml10{
	clear: both;
	list-style-type: none;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-left: 0;
	padding-bottom: 5px;
}
.list_no_bt10{
	clear: both;
	list-style-type: none;
	margin-bottom: 5px;
	margin-left: 1em;
	padding-bottom: 10px;
}
.list_no_bt20{
	clear: both;
	list-style-type: none;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-left: 0;
	padding-bottom: 20px;
}
dt{
	background-color: #CCAD9F;
	font-size: 90%;
	font-weight: bold;
	color: #7B3C20;
	margin-left: 5px;
	margin-bottom: 5px;
}
dd{
	margin: 0;
	padding: 0;
	font-size: 80%;
	margin-left: 10px;
}
/*テーブル*/
.menu {
	vertical-align: top;
	width: 220px;
	text-align: center;
	background-color: #FFE8DE;
	padding-left: 0;
	padding-bottom: 20px;
	margin: 0 10 0 0;
	padding-right: 0px;
}
.main{
	vertical-align: top;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
	margin: 0;
}
.form{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	padding:10px 10px;
	font-size: 80%;
}
/*見出し*/
h1{
	font-size: 90%;
}
/*ヘッダー、フッター*/
.header{
	border-bottom: 8px solid #BF6843;
}
#fotter{
	background-color: #CCAD9F;
	width: 780px;
	height: inherit;
	margin: 0;
	padding: 0;
	vertical-align: top;
	color: #333333;
}

