@charset "utf-8";
/* CSS Document */

body, td, th {
	font-family: ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/back.jpg);
	background-repeat: no-repeat;
}
a:link {
	text-decoration:underline;
	color:#8e5a47;
}  /*テキストリンクの色*/
a:visited {
	text-decoration:underline;
	color:#8e5a47;
}  /*訪問済みのリンクの色*/
a:active {
	text-decoration:underline;
	color:#8e5a47;
}   /*クリックされているときのリンクの色*/
a:hover {
	text-decoration:underline;
	color:#8e5a47;
}  /*マウスの上にカーソルがあるときのリンクの色*/
.style1 {
	color: #FF3300;
	font-weight: bold;
	font-size: 14px;
}
.color1 {
	background-color:#f4c9c3;
}   /*薄いベージュの背景色*/
.color2 {
	background-color:#FFFFFF;
}   /*ホワイトの背景色*/
.color3 {
	background-color:#ADADAD;
}   /*一番外側の枠線の色の背景色*/
.hr1 {
	border-color:#855d51;
	border-style:dotted;
	border-width:1px;
} /* 下線が点線の部分 */
.text1 {
	font-size: 24px;
	color: #855d51;
	line-height: 140%;
	font-family: Verdana;
	font-weight: bold;
}/* メインタイトルのフォントサイズ,色*/
.text2 {
	font-size: 18px;
	color: #855d51;
	line-height: 120%;
	font-family: Verdana;
	font-weight: bold;
}/* ページタイトルのフォントサイズ,色*/

dl {   
 border:0px;   
 width:390px;   
}   
dt {   
 float:left;   
 width:150px;   
 padding:5px 0 5px 5px;   
 clear:both;   
 font-weight:bold;   
}   
dd {   
 width:260px;   
 margin-left:100px;   
 padding:5px 5px 5px 5px;   
 border-left:0px;   
}  
