@charset "utf-8";

*{
	margin:0;
	padding:0;
}

img{
	border:0;
}


div#contents{/*contentsを強制上書き*/
	width:100% !important;
}


/* font
=========================================*/
body{
	font-size:80%;
	line-height:1.5;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Lucida Grande", "Hiragino Kaku Gothic Pro", Osaka, Verdana, "ＭＳ Ｐゴシック", sans-serif;
}


/* clearfix
=========================================*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
	zoom:1;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}



/* clear
=========================================*/
.clear{
	clear:both;
}



/* hr
=========================================*/
hr{
	display:none;
}




/* div#wrapper
=========================================*/
div#wrapper{
	width:900px;
	margin:0 auto;
	padding:30px 0 50px 0;
}

div#main{
	margin-bottom:30px;
	padding:-5px;
}

div#contents{
	/*text-align:center;*/
	margin-bottom:20px;
}

p.moji{
	text-align:center;
}


div#botan{
	width:386px;
	margin:10px 257px;
	background-image:url(../image/grayback.gif);
	background-repeat: no-repeat;
	height:124px;
	text-align:center;
}

p#doui{
	padding:10px 5px;
}


table#hyo{
	border:#999 1px solid;
	margin-bottom:3px;
}


table#hyo tr td{
	vertical-align:top;
	padding:10px;
}

table#hyo tr td.blue{
	background-color:#39F;
	color:#FFF;
	width:95px;
}

p.strong{
	font-size:1.1em;
	text-align:left;
}

li{
	list-style-type:none;
}

li.long{
	text-indent:-1em;
	padding-left:1em;
}