/* link style */
@import "./base_htmlver.css";

/* anchor */

a.ms{
	color:#623226;
}

a.ms:visited{
	color:#623226;
}

a.ms:hover,a:active{
	color:#F15323;
}

/* title */
#menu{
	background-repeat:repeat-x;
	height:60px;
	padding:3px 14px 0px 14px;

}

/* box */
.box{
	margin:5px 0px;
	clear:both;
}

.box_double{
	margin:10px 0px;
	clear:both;
}

#box_menu{
	background-repeat:repeat-x;
	height:60px;
	text-align:center;
	margin:0px;
	padding:0px;
}

.box_cap{
	padding-top:3px;
	clear:both;
}

.box_left1{
	float:left;
	margin-right:10px;
}

.box_left2{
	float:right;
}

.box_rihgt1{
	float:right;
	margin-left:10px;
}

.box_right2{
	float:left;
}

/* header */
.head1{
	font-size:14px;
	font-weight:bold;
	color:#4A2419;
	letter-spacing:1px;
	padding:0px;
	margin:0px;
}

.head2{
	font-size:13px;
	color:#4A2419;
	font-weight:bold;
	letter-spacing:0.5px;
	padding:0px;
	margin:0px;
}

.head_image{
	margin-top:5px;
	margin-bottom:2px;
}

/* footer */
.footer1{
	text-align:right;
	font-size:12px;
	line-height:15px;
	color:#666;
	letter-spacing:0.5px;
	margin:5px 0px;
}


/* text */

.text_normal{
	font-size: 12px;
	line-height: 20px;
	letter-spacing:0px;
	text-indent:12px;
	color: #666;
	margin:0px;
	padding:0px;
}

.text_normal_side{
	width:255px;
	font-size:12px;
	line-height: 20px;
	letter-spacing:0px;
	text-indent:12px;
	color: #666;
	margin:0px;
	padding:0px;
}

.text_small{
	font-size:11px;
	line-height:13px;
	color: #666;
	margin:0px;
	padding-top:3px;
	padding-bottom:0px;
}

.text_small_side{
	width:255px;
	font-size:11px;
	line-height:13px;
	color: #666;
	margin:0px;
	padding-top:3px;
	padding-bottom:0px;
}

.text_normal_bottom{
	font-size: 12px;
	color:#666;
}





/* image */

.image_text{
	vertical-align:middle;
	margin:0px 1px 2px 1px;
}

.image_left{
	margin-right:10px;
}

.image_right{
	margin-left:10px;
}


