@charset "utf-8";

body {
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 17px;
	background: #C7BFA1 url(../common/mainBackGround.jpg) repeat-x;
	margin: 0px;
	padding: 0px;
	color: #666666;
}

img {
	border: 0px;
}

h1 , h2 , h3 {
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

h3.boldFont {
	font-weight: bold;
	margin: 10px 0px 2px 0px;
}

p {
	padding: 0px;
	margin: 0px;
}

a:link {
	color: #666666;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #999999;
	text-decoration: none;
}

/*********************
iepngfix
*********************
* html .iepngfix {
behavior: expression(IEPNGFIX.fix(this));
}
*********************/


.clear {
	clear: both;
}


img.ttl_m {
	margin: 30px 0px 0px 0px;
}