@charset "utf-8";

/*=========================================================
	index
		1. Common setting
		2. category image
		3. heading level1
		4. heading level2
		5. heading level3
		6. heading level4
=========================================================*/

/* 1. Common setting
=========================================================*/
a{
	color:#222;
	text-decoration:none;
}
a:visited{
	color:#222;
}
a:hover,
a:active{
	color:#6F011E;
	text-decoration:underline;
}

.box-s{
	border:2px solid #DAD09B;
	margin-bottom:1.5em;
	padding:10px;}

.fright{float:right;}
.fleft{float:left;}
.frobject,.flobject{
	display:block;
	width:auto;
	height:auto;
	line-height:1;
	margin-bottom:0 !important;
}
.frobject{margin-left:8px !important;}
.flobject{margin-right:8px !important;}
img.frobject,img.flobject,
frobject img,.flobject img{
	margin-top:0 !important;
}


/* hr style */
span.border-hr{
	display:block;
	clear:both;
	height:1px;
	width:100%;
	margin:10px 0;
	background:transparent url(/common/images/for_brdd_bg.gif) repeat-x bottom;
}

#content p{
	font-size:90%;
	margin-bottom:1em;
	line-height:1.3;
}


/* 3. heading level3
=========================================================*/
#content h3{
	font-size:100%;
	color:#7D6D22;
	margin:0 0 .8em !important;
}


/* 4. heading level4
=========================================================*/
#content h4{
	font-size:110%;
	margin:0 0 .4em !important;
	padding:5px 0 0 !important;
}