@charset "UTF-8";

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


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

* {
	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:#000;
}

#page {
	width:820px;
	background:url(/imgcommon/contents_body.jpg) repeat-y;
	margin:0 auto;
	text-align: left;
}


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

.left{ float:left; }

.right{ float:right; }

a {
	color:#333;
/* macIE&FF対策¥*/
	overflow: hidden;
/* macIE&FF対策*/
}
a:hover {
	color:#CC0000;
}

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;
}


