﻿@charset "UTF-8";

body{
	margin: 0;
	padding: 0;  
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
 
}

img{
	border:none;
}

p{
	margin:0px;
	padding:0;
	font-size:0.71em;
	line-height:1.4em;
	}

p.mid{
	margin:0;
	padding:0;
	font-size:0.7em;
	line-height:1.3em;
	}
	

p.small{
	margin-top:2px;
	padding:0;
	font-size:0.65em;
	line-height:1em;
	}
	
h1{
	font-size:14px;
}

h4{
	display:inline;
	font-size:0.65em;
	line-height:1.1em;
	}
	
h3{
	display:inline;
	color:#FFf;
	font-size:0.8em;
}

	

a{
	color:#000;
}

a:hover{
	color:#888;
}



div#container{
	width: 1000px;
	height: 750px;  
	margin: 30px auto 0;
	background:url(../img/bg_main.gif) no-repeat;
	}




div#navi{
	float:left;
	width:300px;
	margin:0;
}


div#foot{
	width: 990px;
	height: 10px;  
	margin:0 auto;
	background:url(../img/copy.gif) right no-repeat;
	text-indent:-1000em;
}


.clearfix:after {
	content:  ".";	/* . という新しい要素を生成 */	
	display: block;		/* 要素をブロック要素に変換 */
	clear: both;		/* 回り込み解除 */
	visibility: hidden;		/* 非表示に設定 */
	height: 0;		/* 高さを０ */
}
.clearfix { display: inline-table; zoom: 1; }
/* other IE Mac5 \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* end other IE Mac5 */

