@charset "UTF-8";

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


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

* {
	margin: 0;
	padding : 0;
}

body {
	text-align: center;
	font-family: "Verdana","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック";
}

#page {
	margin:0 auto;
	width:950px;
	text-align: left;
}

#header,
#main,
#footer {
	width:100%;
}


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

body{
	font-size:12px;
	line-height:140%;
	color:#111;
	background:#fff;
}

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

li {
	line-height:50%;
}

.left{ float:left; }

.right{ float:right; }

a {
/* macIE&FF対策¥*/
   overflow: hidden;
/* macIE&FF対策*/
}

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対策*/
}

html { 
	filter: expression(document.execCommand("BackgroundImageCache", false, true)); 
}
