@charset "UTF-8";

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


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

* {
	margin: 0;
	padding : 0;
}

body {
	font-size:12px;
	line-height:1.5em;
	color:#333333;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro W3","メイリオ", Meiryo, Osaka,"ＭＳ Ｐゴシック","MS P Gothic", sans-serif;
	background:url(../img/common/bg.jpg) repeat-x left top;
}

#page {
	text-align: left;
	margin:0 auto;
	width:1010px;
	height:auto;
	background:url(../img/common/bgbody.png) repeat-y left top;
}

#page_btm {
	width:100%;
	height:20px;
	padding-bottom:20px;
	text-align:center;
	margin: 0 auto;
	background:url(../img/common/bgbottom.jpg) no-repeat center top;
	font-size: 0;
	line-height: 0;
}

#inner {
	width:950px;
	margin:0 auto;
	background-color:#fff;
}

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

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

.left{ float:left; }

.right{ float:right; }

a {
	color:#333333;
	text-decoration: underline;
/* macIE&FF対策\*/
	overflow: hidden;
/* macIE&FF対策*/
}
a:hover {
	color:#999999;
	text-decoration: none;
}

img,
a img {
	border : 0;
	text-decoration: none;
}
.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対策*/
}


