<STYLE type="text/css">
<!--
/*本文の背景色等*/
BODY {
background-color:#ffffff ; /*背景色を白色*/
background-repeat: repeat-y; /*左サイドに壁紙*/
font-family: "MS UI Gothic";
	scrollbar-darkshadow-color: #aaaaaa;
	scrollbar-face-color: #888888;
	scrollbar-highlight-color: #eeeeee;
	scrollbar-shadow-color: #aabbcc;
	scrollbar-track-color: #ffffff;
}
/*フォント名、大きさの指定*/
TH {font-family: "MS UI Gothic";} 
TD {font-family: "MS UI Gothic";} 
P {font-family: "MS UI Gothic";} 
h1 { 
	font-family: "MS UI Gothic"; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #7D775C;
	}
.h01 {
	color: #7D775C;  /* 文字の色 */
	padding-left: 10px; /* 左の余白 */
	border-width: 0px 0px 0px 10px; /* 枠の幅 0px 0px 2px 10px; */
	border-style: solid; /* 枠の種類 */
	border-color: #FF6633; /* 枠の色 */
	line-height: 100%; /* 行の高さ */
}


.h02 {
	/* color: #000099;  文字の色 */
	padding-left: 10px; /* 左の余白 */
	border-width: 0px 0px 0px 10px; /* 枠の幅 0px 0px 2px 10px; */
	border-style: solid; /* 枠の種類 */
	border-color: #FF6633; /* 枠の色 */
	line-height: 100%; /* 行の高さ */
}

.h03 {
	color: #FF6600; /* 文字の色 */
	padding-left: 10px; /* 左の余白 */
	border-width: 0px 0px 2px 15px; /* 枠の幅 */
	border-style: solid; /* 枠の種類 */
	border-color: #FF6600; /* 枠の色 */
	line-height: 100%; /* 行の高さ */
}
.menu {font-size:120%;	font-weight: bold;}
.thead {font-size:120%;	font-weight: bold;}
.ind10 {text-indent:10%}
.h120 {line-height:120%}
.h150 {line-height:150%}
.highlight {font-weight:bold; color:#cc0033; background-color:#ffccff; }
.pad1 { padding:0px 30px 20px; } /*上、左右、下*/
.pad1-2 { padding:0px 40px 0px; } /*上、左右、下*/
.image_right{
    float:right;
    margin: 0 0 10px 10px;
}
.image_left{
    float:left;
    margin: 0 10px 10px 0;
}
.item {
	border-style:solid;
	border-width:1px;
	border-color:#ff8c00;
	padding:5px}
/*リンク*/
A:link {
text-decoration:underline; /*下線を出す（下線を出したいときはtext-decoration:underline）*/
color:#191970; /*未訪問リンクのカラー*/
font-weight: bold;
}
A:visited {
text-decoration:none; /*下線を消す*/
color:#191970; /*訪問済みリンクのカラー*/
font-weight: bold;
}
A:active {
text-decoration:none; /*下線を消す*/
color:#ffa500; /*クリックしたときのカラー*/
font-weight: bold;
}
A:hover {
text-decoration:underline; /*下線を出す*/
color:#ffa500; /*マウスが乗ったときのカラー*/
font-weight: bold;
}
/*戻るリンクの指定*/
.back{
	color:#c0c0c0;
	background : transparent;
	text-align : center;
	FONT-WEIGHT: bold;
	clear : both;
}
.back A:link,#back A:link{
	background : transparent;
	text-decoration:none;
	color:#666666;
}
.back A:visited,#back A:visited{
	background : transparent;
	text-decoration:none;
	color:#666666;
}
.back A:hover,#back A:active{
	background : transparent;
	text-decoration:underline;
	color:#ffa500;
}
-->
</STYLE>
