@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color:#eef2f3;
	font-size:100%;
	font:13px "ＭＳ Ｐゴシック",arial,helvetica,clean,sans-serif;
    *font-size:small;
    *font:x-small;
	line-height:150%;
	color:#666666;
}
div {
    font-size:inherit;
    font:100%;
}
.contents{
	width:380px;
	margin-left:auto;
	margin-right:auto;
	background:url(images/bg.jpg);
	padding:0 69px 0 69px;
	}
	
.text11 { font-size:85%; }
.text12 { font-size:93%; }
.green{ color:#0d6b27;}
.red{ color:#900; }

.btn{
width:99px;
height:33px;
margin:0 auto 0 auto;
padding:10px 0 30px 0;
}
.btn_close{
background: url("images/btn_close.jpg") no-repeat;
width:99px;
height:33px;
display:block;
}

.btn_close:hover{
background-position:0 -33px;
}
a{ text-decoration:none;}
