/* CSS Document */

body {
	margin:0;
	padding:0;
	color:#323232;
	font: 75%/145% "ＭＳ Ｐゴシック", Osaka, Arial, Helvetica, sans-serif;
}


h1,h2,h3,h4,h5,h6,p,form,ul,li,ol,dl,dt,dd {
	margin:0;
	padding:0;
}

h1,h2,h3,h4,h5,h6 {
	font-size:1em;
}


a img {
	border:none;
}



/*link
------------------------*/
a:link {
	color:#4B1F23;
	text-decoration:none;
}

a:visited {
	color:#666666;
	text-decoration:none;
}

a:hover {
	color:#969696;
	text-decoration:underline;
}


/*clearfix
------------------------*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


/*margin
---------------------*/
.margin_b5 {
	margin-bottom:5px;
}

.margin_b10 {
	margin-bottom:10px;
}

.margin_b15 {
	margin-bottom:15px;
}

.margin_b20 {
	margin-bottom:20px;
}

.margin_b25 {
	margin-bottom:25px;
}

.margin_b30 {
	margin-bottom:30px;
}

.margin_b40 {
	margin-bottom:40px;
}

/*color
------------------------*/

.red {
	color: #FF0000;
	font-weight: normal;
	font-size: 1em;
}

/*side
------------------------*/

.side_box {
	border: 3px solid #B39489;
	padding: 7px;
	width: 180px;
	margin-bottom: 15px;
}
#kodawari_title {
	background: url(../images/index/kodawari_title.gif) no-repeat;
	text-indent: -9999px;
	height: 35px;
	width: 136px;
	margin-bottom: 10px;
}
#fc_title {
	background: url(../images/index/fc_title.gif) no-repeat;
	text-indent: -9999px;
	height: 35px;
	width: 136px;
	margin-bottom: 10px;
}

/*contents共通
------------------------*/

#wrap {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

#contents {
	float: left;
	width: 670px;
	margin-bottom: 50px;
}
#side {
	float: right;
	width: 200px;
	margin-bottom: 20px;
}

.btn_detail {
	height: 15px;
	width: 90px;
	margin-left: auto;
}
.btn_detail a {
	font-size: 1px;
	line-height: 1px;
	background: url(../images/com/btn_detail.gif) no-repeat 0 0;
	text-indent: -9999px;
	display: block;
	height: 15px;
	width: 90px;
}
.btn_detail a:hover {
	font-size: 1px;
	line-height: 1px;
	background: url(../images/com/btn_detail.gif) no-repeat 0 -15px;
	text-indent: -9999px;
	display: block;
	height: 15px;
	width: 90px;
}
.pankuzu {
	margin-bottom: 20px;
}

.inner_wrap {
	width: 670px;
	margin-bottom: 20px;
}
.inner_text {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
.sub_title {
	background: url(../images/com/bg_sub_title.gif) repeat-x;
	height: 24px;
	margin-bottom: 15px;
	padding-left: 10px;
	width: 660px;
	padding-top: 6px;
}
.sub_title span {
	border-left: 5px solid #672A13;
	padding-left: 10px;
}
