@charset "utf-8";

/*--------------------------
　ブラウザの初期設定解除
---------------------------*/

/*◆全ての要素に対する初期値設定*/
body,
h1,h2,h3,h4,h5,h6,
p,
ul,ol,dl,dt,dd,li,
table,th,td,
form,select,option,input
address,pre,strong,em,iframe{
	margin:0;
	padding:0;
	font-size:12px;
}

/*◆デフォルト文字設定 */
h1,h2,h3,span,th,td,dt,dd,li,
select,textarea,input{
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color:#ffffff;
	line-height:1.8;
	font-size:12px;
}


p{
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size:12px;
}

p.clear{
	clear: both;
}


h2,h3{
	background:url(img/h_line.gif) no-repeat;
	width:635px;
	height:43px;
	padding-top:8px; 
	padding-left:45px; 
	font-weight:bold;
	font-size:14px;
	}



/*◆画像の枠線を非表示*/
img{
	border:0;
}

/*◆リストマーカーを非表示*/
ul,
ol{
	list-style-type:none;
}

/*◆デフォルトリンク色の設定*/
a:link{
	color:#239b89;
}
a:visited{
	color:#248DCE;
}
a:hover{
	color:#351d09;
	text-decoration:underline;
}

a:active{
	color:#248DCE;
}

a {
text-decoration: none;
}


/*◆サイト共通スタイル*/
/*------------------------------------------------
	clearfix
------------------------------------------------*/
.clearfix:after {/*for modern browser*/
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { 
	display: inline-block; 
	zoom:normal;/*for IE 5.5-7*/
}
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */

.clearfix {/*for DreamWeaver View*/
	overflow:hidden;
}
