/*
-----------------------------------------------------
本体属性
-----------------------------------------------------
*/
BODY {
		font-color:					#6699cc;
		font-size:					normal;
/*		background-color: 			#dfd8cf;*/
		font-weight:				normal;
		font-style:					normal;
		text-decoration:			none;
		letter-spacing:				normal;
		word-spacing:				normal;
		list-style-type:			square;
		text-align:					left;
		vertical-align:				center;
		scrollbar-3dlight-color		: #C7C7C7;
		scrollbar-highlight-color	: #C7C7C7;
		scrollbar-face-color		: #EBEBEB;
		scrollbar-shadow-color		: #dfcff8;
		scrollbar-darkshadow-color	: #FFFFFF;
		scrollbar-arrow-color		: #000000;
		scrollbar-track-color		: #FFFFFF;
}


A{
  color : #808080;
  text-decoration : none
}
A:VISITED{
  color : #808080;
}
A:HOVER{
  color : #8FBC8F;
  text-decoration : underline
}

/*
-----------------------------------------------------
文字属性
-----------------------------------------------------
*/
.text01 { font-size:12px; color : #303030; line-height:120% }
.text02 { font-size:10px; line-height:110%; color : #303030; text-decoration:8; letter-spacing:6 }
.text03 { font-size:14px; line-height:100%; color : #303030; }
.text04 { font-size:10px; line-height:110%; color : #303030; }
.text05 { font-size:10px; line-height:100%; color : #f0fff0; line-height:120% }
.text05 { font-size:8px; line-height:100%; color : #303030; }

/*
-----------------------------------------------------
テーブル属性
-----------------------------------------------------
*/
TR.tr01 { color:#303030; background-color:#ffffff; font-size:12px; line-height:120%  } /*　TR基本設定　*/
TR.tr02 { color:#ffffff; background-color:#656565; font-size:12px; line-height:120%  } /*　TR基本反転　*/
TR.tr03 { color:#303030; background-color:#ffffff; font-size:10px; line-height:120%  } /*　TR文字枠設定　*/
TR.tr04 { color:#ffffff; background-color:#656565; font-size:10px }
TR.tr05 { color:#303030; background-color:#ffffff; font-size:10px }


TD.td01 { color:#ffffff; background-color:#656565; font-size:12px; line-height:120% }  /*　TD基本設定　*/
TD.td02 { color:#303030; background-color:#ffffff; font-size:12px; line-height:120% }  /*　TD基本反転　*/
TD.td03 { color:#ffffff; background-color:#656565; font-size:12px; line-height:120% }  /*　TD基本設定(文字色アリ）　*/
TD.td04 { color:#303030; background-color:#fff0e5; font-size:12px; line-height:120% }  /*　TD基本設定　*/


TD.td05 { color:#ffffff; background-color:#656565; font-size:10px }
TD.td06 { color:#ffffff; background-color:#656565; font-size:10px }




TD.tm01 { color:#303030; background-color:#ffffff; font-size:10px; line-height:110%  } /*　TD基本設定　*/

table.tb01 { width:500px; cellpadding:1px; cellspacing:0; border:0; background-color:#B2A08D; align:center }/*　tabel基本設定　*/


/*
-----------------------------------------------------
ライン属性
-----------------------------------------------------
*/
hr.hr01 { color:#656565; height: 1px }	/*細ライン*/
hr.hr02 { color:#656565; height: 3px }	/*太ライン*/



/*
-----------------------------------------------------
全体
-----------------------------------------------------
*/

#body{
	width:750px;
	padding:0px 0px 0px 0px;
	margin-top:2px;
	background:#FFFFFF;
	}

#main{
	width:750px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	padding:10px;
}


#menu{
	width:750px;
	margin:0px;
	font-family:verdana;
	text-align:right;
	}


#menu li{
	background-color:#656565;
	padding:3px 3px 3px 7px;
	margin:0px 1px 1px 1px;
	color:#FFF;
	display:inline;
	font-size:small;
	}



#wrap01{
    width:750px;
	padding:0px;
	margin-top:0px;
}

#wrap02{
	width:750px;
	margin-top:5px;
    background:url(images/topimg.jpg) no-repeat right #FFF;
	clear:both;
}

#head{
	width:750px;
	height:180px;
	background:url(images/topimg.jpg) no-repeat;
	text-align:right;
	font-size:small;
	}

#foot{
	width:750px;
	padding:5px;
	margin-top:5px;
	background-color:#656565;
	font-size:xx-small;
	clear:both;
	text-align:center;
}

#Copyrt{
	width:750px;
	padding:5px;
	margin-top:5px;
	color:#ffffff;
	clear:both;
	text-align:center;
}
