@charset "EUC-JP";

/*============================================================
//
//  目次---------------------
//  ・初期設定
//  ・共通設定
//
//==========================================================*/


/*============================================================
//  初期設定
//==========================================================*/

* {
	margin: 0;
	padding : 0;
}

body {
	text-align: center;
	font-family: "Verdana","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro W3","メイリオ", Meiryo, Osaka,"ＭＳ Ｐゴシック","MS P Gothic", sans-serif;
	background:#F7F2EC;
	background-image:url(/imgcommon/header_bg.gif);
	background-position:center top;
	background-repeat:no-repeat;
}



* html #page{
	behavior: expression(IEPNGFIX.fix(this));
}

#page {
	margin:0 auto;
	width:970px;
	text-align: left;
	background:url(/imgcommon/contents_body.png) ;
}

h1, h2, h3, h4, h5, h6, p, li,dt,dd {
	line-height:1.5em;
}

.left{ float:left; }

.right{ float:right; }

a {
	color:#D65929;
/* macIE&FF対策\*/
	overflow: hidden;
/* macIE&FF対策*/
}
a:hover {
	color:#3F2622;
}

img,
a img {
	border : 0;
	text-decoration: none;
}

img{vertical-align:bottom;}

.test{
	border:1px solid #f00;
}

.clr {
	clear: both;
/* macIE対策\*/
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: 0 -1px -1px 0;
	border: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
/* macIE対策*/
}

/*============================================================
//  共通設定
//==========================================================*/

body{
	font-size:12px;
	line-height:1.5em;
	color:#666;
}


