@charset "utf-8";

/* CSS Document */



body {
	background: url(../common/bg_main.jpg) #F4ECDB repeat-x top;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #A39C90;
	font-size: 12px;
	line-height: 17px;
	display: block;
}



body, div, h1, h2, h3, h4, h5, h6, p, img, ul, li, form {

	margin: 0px;

	padding: 0px;

	font-weight: normal;

}



img {

	border: 0px;

}



h5 {

	font-size: 12px;

	font-weight: bold;

	color: #B58B35;

	margin: 0px;

	padding: 0px;

}



a:link {

	/*color: #867921;*/

	color: #A39C90;

	text-decoration: underline;

}

a:visited {

	color:#A39C90;

	text-decoration: underline;

}

a:hover {

	color: #594F0B;

	text-decoration: underline;

}







/*******************************

common class

*******************************/

.clear {

	clear: both;

}



.clearfix:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

	/*Hides from IE-mac\*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
	/*End hide from IE-mac*/






/*********************

iepngfix

**********************/

div, h1, h2, h3, h4, h5, p, img {

	behavior: url(images/iepngfix.htc);

}
