@charset "shift_jis";
body {
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background : #ffffff url(bg.gif) repeat-x center top;
	font: 80%/2 "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
h1,h2,h3,p,ul,li{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
	vertical-align: top;
}
iframe {
	margin-bottom: 20px;
}


/*コンテナ（HP枠）
------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 982px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #a0a0a0;
	background: #FFFFFF;
}


/*ヘッダー
------------------------------------------------------------------*/
#header {
	background:no-repeat left top;
	height: 92px;
	position: relative;
}
#header h1 {
	font-size: 11px;
	color: #FFFFFF;
	padding-left: 10px;
	font-weight: normal;
	padding-top: 5px;
}



/*メインコンテンツ
------------------------------------------------------------------*/
#main {
	float: left;
	width: 930px;
	display: inline;
	margin-left: 20px;
	margin-top: 10px;
}


/*フッター
------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	background: #ffffff;
	color: #000000;
	text-align: center;
}


/*強調文字
------------------------------------------------------------------*/
.look {
	color: #FFFFFF;
	font-weight: bold;
	background: #990000;
}


/*clearfix
------------------------------------------------------------------*/
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
*html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
