@charset "UTF-8";

body{
	margin:0;
	padding:0;
	text-align:center;
	width:100%;
	background:url(../img/bg.gif);
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
dt,
dd,
form{
	margin:0;
	padding:0;
}

ul{
	list-style:none;
}

img {
    border-style:none;
}

.clear{
	clear:both;
}

a{
	color:#FFF;
}

#wrap{
	margin:0px auto;
	padding-bottom:10px;
	width:760px;
	background-color:#FFF;
}

#header{
	text-align:left;
	margin:0px auto;
	width:700px;
	background:url(../img/topline.gif) no-repeat;
}

h1 a{
	float:left;
	margin:20px 0 15px 10px;
	width:184px;
	height:52px;
	text-indent:-9999px;
	overflow:hidden;
	background: url(../img/logo.gif) no-repeat;
	display:inline;
}

div.inq{
	float:left;
	margin:30px 0 0 320px;
	width:180px;
	height:30px;
	display:inline;
}

div.contents{
	margin:0px auto 20px auto;
	width:700px;
	background-color:#e4e4e4;
}

div.box{
	margin:25px auto 0 auto;
	width:680px;
	background:url(../img/box_bg.gif) repeat-y;
}

div.box div.img{
	float:left;
	margin:7px 0 7px 15px;
	width:232px;
	display:inline;
}

div.box dl{
	float:left;
	margin:7px 0 0 15px;
	width:405px;
	text-align:left;
	display:inline;
}

div.box dl dt{
	padding:7px 0 0px 10px;
	width:395px;
	height:30px;
	font-size:0.9em;
	font-weight:bold;
	color:#FFF;
	background:url(../img/name_bg.gif) no-repeat;
}

div.box dl dd{
	padding-left:10px;
	width:385px;
	font-size:0.8em;
	line-height:1.5em;
}

div.box dl dd.btn{
	padding-left:0;
	margin:20px 0 0 248px;
	width:156px;
	height:24px;
}

div.mb{
	margin-bottom:22px;
}

div#footer{
	margin:10px auto 0 auto;
	width:700px;
	background-color:#e4e4e4;
}

address{
	padding:20px 0 40px 0;
}


.txtsmall{
	font-size:11px;
	float:right;
	margin-top:3px;
	margin-right:20px;}
	
.tit{
	float:left;
	margin-left:10px;}

.prepare{
	margin:13px auto;
	padding:150px 0;
	text-align:center;
	width:660px;
	background-color:#FFF;
}

	
