@charset "utf-8";

/* ----------------------------------------
reset
---------------------------------------- */

html,body,h1,h2,h3,h4,h5,h6,
ul,ol,dl,li,dt,dd,p{
	margin:0;
	padding:0;
	font-size:100%;
	}

body{
	line-height:1.0;
	}
	
img{
	border:0;
	vertical-align:bottom;
	}

ul,ol{
	list-style:none;
	}

table{
	border-spacing:0;
	empty-cells:show;
	}

a{
	text-decoration:none;
	}
	
/* ----------------------------------------
entry
---------------------------------------- */	

body{
	background-image:url(img/bg00.gif);
	background-repeat:repeat;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:90%;
	color: #424242;
	line-height:160%;
	}
	
#container{
	width:960px;
	background-color:#FFF;
	margin:0 auto;
	box-shadow:#777 1px 2px 12px;
	}

/*header*/	
#header{
	width:920px;
	margin:0 20px;
	}

#site_description{
	font-size:75%;
	}
	
/*top*/
#topic1{
	width:920px;
	margin:20px 20px 0;	
	}

h1{
	padding:20px 0 0;
	background-image:url(img/line00.gif);
	background-repeat:repeat-x;
	}

form{
	width:880px;
	margin:40px auto 0;
	}

ol li{
	margin:15px 0 0;
	}

table{
	}

table caption{
	text-align:left;
	font-weight:bold;
	}

table th{
	text-align:left;
	font-weight:normal;
	font-size:80%;
	line-height:140%;
	padding:0 0 0 20px;
	}
	
table td{
	padding:0 0 0 20px;
	}

dl dt{
		font-weight:bold;
		}	
dl dd{
	padding:0 0 0 20px;
	}

.attention{
	font-size:80%;
	line-height:140%;
	}

textarea{
	border:solid 1px #999;
	color:#666;
	max-width:840px;
	}
	
ol input{
	
	}
	
#btn{
	padding:30px 0 30px;
	font-weight:bold;
	}





#sprytextfield1 span{
	border:none;
	font-size:70%;
	}


















