

/*--link---------------------------*/

a:link {text-decoration:none; color:#A28953;}
a:visited {text-decoration:none; color:#A28953;}
a:hover {text-decoration:none; color:#EDCF8E;}

a.large:link{text-decoration:underline;  color:#cd9931;font-weight:bold}
a.large:visited{text-decoration:underline; color:#cd9931;font-weight:bold}
a.large:hover{text-decoration:none; color:#a06507;font-weight:bold}

/* タブ部のリンク部分は、main.cssを参照してください*/

/*-----------------------------------*/

.cb{
	clear:both;
}

hr{
	border:1px solid #666;
}


/*--font---------------------------*/

.bold{
	font-weight:bold;
	letter-spacing:1px;
}

.boldb{
	font-weight:bold;
}


.f10{
	letter-spacing:1px;
	font-size:10px;
	line-height:14px;
}


.f10b{
	font-size:10px;
}

.f11{
	font-size:11px;
	letter-spacing:1px;
}

.f14{
	font-size:14px;
}

.glay{
	color:#777;
}

.glay2{
	color:#AFAFAF;
}

.brown{
	color:#463B28;
}

.brown2{
 color:#270000;
}

.ore{
	color:#EDBF6E;
}


.red{
	color:#980000;
}


/*--margin---------------------------*/

.fl{
	float:left;
}

.fr{
	float:right;
}

.textl{
	text-align:left;
}

.textr{
	text-align:right;
}

.textc{
	text-align:center;
}

.mrg{
	margin:auto;
}

.mrg1{
	margin:1px;
}

.mrgt5{
	margin-top:5px;
}

.mrgt10{
	margin-top:10px;
}

.mrgt15{
	margin-top:15px;
}

.mrgt20{
	margin-top:20px;
}


.mrgt25{
	margin-top:25px;
}

.mrgt30{
	margin-top:30px;
}

.mrgt40{
	margin-top:40px;
}

.mrgtb10{
	margin-bottom:10px;
}

.mrgw3{
	margin-left:3px;
}

.mrgw10{
	margin-left:10px;
}

.mrgw40{
	margin-left:40px;
}

.mrgw3r{
	margin-right:3px;
}

.mrgw5r{
	margin-right:15px;
}

.pdgt10{
	padding-top:10px;
}

.pdgb5{
	padding-bottom:5px;
}

.pdgb10{
	padding-bottom:10px;
}
.pdgw1{
	padding-left:1px;
}

/*--image---------------------------*/

.img00{
	vertical-align:middle;
}

/*--border---------------------------*/


.bline1{
	border:1px solid #999; 
}

.bline2{
	border:2px solid #937B65;
}

.line1{
	border-bottom:1px solid #937B65;
}

.line2{
	border-bottom:1px dotted #555;
}

.line3{
	background:url(/images/page/line1.gif) repeat-x  left bottom;
}

.line4{
	background:url(/images/page/line2.gif) repeat-x  bottom;
}

.line5{
	border-top:1px solid #C19C74;
	border-right:1px solid #8A6B49;
	border-bottom:1px solid #8A6B49;
	border-left:1px solid #C19C74;
}	

/*-----------------------------------*/

