@charset "utf-8";

/* default style reset
------------------------*/
body,div,dl,dt,dd,ul,li,ol,
h1,h2,h3,h4,h5,form,p,table,th,td,
address,input{
	margin:0;
	padding:0;
}

body{
	line-height:1;
}
	
a img,img{
	border:0;
}

table{
    border-collapse:collapse;
   	border-spacing:0;
}
	
caption,th{
    text-align:left;
}
	
ul,li,ol,li{
	list-style:none;
}

a{
	color:#202020;
}

a:hover{
	text-decoration:none;
}

address{
	font-style:normal;
}

iframe{
	border:0;
}

textarea{
	width:98%;
}

/* clearfix
------------------------*/
.clearfix{
	/zoom:1; /*IE7*/
}

.clearfix:after{
	content:'';
	display:block;
	clear:both;
	height:0;
}

/* layout
------------------------*/
body{
	color:#333;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*

 #main contents design guide
 
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

.d_guide{
	width:860px;
	margin:0 auto 20px auto;
}

.d_guide .img{
	width:860px;
	margin:0 auto 30px auto;
}

.d_guide .ex{
	font-size:75%;
	line-height:150%;
}

/* table
------------------------*/
table{
	width:100%;
	border-collapse:collapse;
	border-top:2px solid #d8d8d8;
	border-bottom:2px solid #d8d8d8;
	border-right:1px solid #fff;
	border-left:1px solid #fff;
	margin:0 0 10px 0;
}

table th,
table td{
	font-size:75%;
	line-height:150%;
	padding:15px;
	background:#fff;
	border:1px dotted #d8d8d8;
}

table th{
	width:30%;
}

table th span{
	color:#fff;
	padding:6px 11px;
	margin:0 10px 0 0;
	background:#39B54A;
	border-radius:20px;
}

table th .number{
	padding:6px 7px;
}
/* submit
------------------------*/
.sbmt{
	width:190px;
	margin:20px auto 0 auto;
}

.sbmt_close{
	width:190px;
	height:35px;
	/display:block; /*IE7*/
	text-indent:-9999px;
	overflow:hidden;
	background:url(img/sbmt_close.gif) no-repeat 0 0;
	cursor:pointer;
	border:none;
}

.sbmt_close:hover{
	background-position:0 -35px;
}
