@charset "utf-8";
/* ===================================================================
CSS information

 file name  :default.css
 style info :ブラウザスタイルのリセットと基本設定
=================================================================== */

/* ----------------------- Browser Default Initialization */
html {
	overflow-y: scroll;
	width: 100%;
	height: 100%;
}
body, div, dl, dt, dd, ul, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td	{
	margin: 0;
	padding: 0;
	background-color: #000;
}

address, caption, cite, code, dfn, em, strong, th, var	{
	font-style: normal;
}
q:before ,q:after	{
	content: '';
}
object, embed	{
	vertical-align: top;
}
img	{
	vertical-align: bottom;
}
ul li	{
	list-style-type: none;
}
p, dd, blockquote	{
	text-align: justify;
	text-justify: inter-ideograph;
}
table {  
    border-collapse:collapse;   
    border-spacing:0; 
	  font-size: small;
} 


/* ----------------------- Basic Style */
/* ------------ Font Style */
body {
	color:#666666;
	font-family: verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	font-size: 75%;
	line-height: 150%;
}
html>/**/body {
	font-size: 12px;
}

* + html body {
	font-family: "メイリオ","Meiryo";
}


img{
border: none;
}

.clear {
	clear: both;
}


a:hover img.alfa {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}


/* ----------------------- テキスト */

#wrap {
	width: 974px;
	margin-right: auto;
	margin-left: auto;
}

#wrap .btnarea02{
	width: 974px;
	background-image: url(../img/image08.jpg);
	height: 370px;
}

#wrap .btnarea02 .btn02{
	width: 266px;
	float: left;
	height: 114px;
	position: relative;
	left: 647px;
	top: 141px;
}


#wrap .btnarea01{
	width: 974px;
	background-image: url(../img/image09.jpg);
	height: 179px;
}

#wrap .btnarea01 .btn01{
	width: 850px;
	float: left;
	height: 88px;
	position: relative;
	left: 66px;
}
#wrap .bg {
	width:830px;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-y;
	padding-top: 30px;
	padding-right: 68px;
	padding-bottom: 30px;
	padding-left: 68px;
}
table{
	width:846px;
}
td {
	font-size: 10px;
	color: #FFF;
	width: 242px;
	padding: 3px;
	border: 1px solid #666;
}
th {
	font-size: 10px;
	color: #FFF;
	background-color: #333;
	text-align: left;
	width: 40px;
	padding: 3px;
	border: 1px solid #666;
}
