/* CSS Document */


/* ===== 基本設宁E===== */
body{
	font-size:14px;
	font-family:"EE EゴシチE",Osaka,"ヒラギノ角ゴ Pro W3";
	color: #635029;
	line-height:1.4;
	text-align:center;
	/*background-image: url(../images/body_bg.jpg);*/
	background-repeat: repeat-x;
	background-color: #fffff7;
}

h1,h2,h3,h4,h5,h6 {  
	font-size:100%;   
	font-weight:normal;
	margin:0;
	padding:0; 
}

h1 {
	font-size:12px;
	color:#d8caa5;
	padding-left:5px;
	background-color:#1f1302;
}

h2{
	margin-bottom: 30px;
	margin-top: 50px;
}

h3{
	margin-top: 50px;
	margin-bottom: 20px;
	font-weight: 600;
}

img{
	border: 0px;
}

#footer{

	text-align: right;
	font-size: 10px;
	margin: 20px;
}

#column p{
	margin-bottom: 10px;

}

.clearfix::after{
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/* mac IE6用ハック*/
.clearfix{
	_height:1px;
	min-height: 1px;
	/*\*/*/
	height: auto;
	overflow: hidden;
	/**/
}


.clear_l{
	clear: left;
}


/* ----- リンク色 ----- */
a:link,a:visited {
	color:#0099CC;
	text-decoration:none;
}
a:hover,a:active {
	color:#FF6600;
	text-decoration:none;
}

#bg_box{
	background-image : url(bg_box_bg.jpg);
	background-repeat: repeat-y;
	text-align:left;
	width:960px;
	margin:0 auto;

}

.float_l{
	float: left;
	margin-right: 20px;
}

.img_line{
	border: 1px dotted #1f1302;
	padding: 2px;
}


/* ===== 外枠 ===== */
#wrap {
	background : url(../images/wrap_bg.jpg) no-repeat center top;
	padding-top: 20px;
}

#wrap::after{
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/* mac IE6用ハック*/
#wrap{
	_height:1px;
	min-height: 1px;
	/*\*/*/
	height: auto;
	overflow: hidden;
	/**/
}


/* ===== メニュー ===== */
#left_box{
	width:220px;
	float: left;
	padding-top: 20px;
}

/* ===== column ===== */
#column{
	width:650px;
	background-image : url(column_bg.png);
	background-repeat: repeat-y;
	float: left;
	padding:0px 20px 40px 30px;
	margin-left: 20px;
	margin-top: 20px;
}

table tr td{
	border: 1px dotted #7A5952;
	padding: 5px;

}
#pagetop{
	text-align: right;
	margin-top: 20px;
}