*{margin:0;padding:0;}

body {
	padding:0;
	min-height:1em;
	font-size:small;
	background:url(../images/headerBG.jpg) top repeat-x;
}
body:after{
	content:"";
	display:block;
	clear:both;
	height:1px;
	overflow:hidden;
}
* html body{
	height:1em;
}
img {
	border: none;
	vertical-align:bottom;
}
a{
	color:#009933;
}
.clear{
	clear:both;
	height:1px;
}
/*--ヘッダー--*/
#header{
	width:100%;
	background:url(../images/headerBG.jpg) top repeat-x;
	height:112px;
}
h1.logo{
	text-indent:-100em;
	background:url(../images/header.jpg) top left no-repeat;
	width:257px;
	height:78px;
}

/*------------フッター--------------------------------------*/
div#footer {
color:#adadad;
font-family:tahoma,sans-selif;
font-size:small;
margin:70px 0 0 0;
text-align:center;
}

/*------------コンテンツ---------------------------------*/
#wrapper{
	width:600px;
	margin:0 auto 0;
	padding:0 0 50px;
}

h2.title{
	background: url(../images/titleBG.gif) bottom no-repeat;
	width:108px;
	height:27px;
	text-indent:-100em;
	margin:10px 0 20px 0;
}
h4{
	margin:10px 0 5px 0;
}
p.info{
	margin:10px 0 5px 0;
}


table{
	border-spacing: 2px;
}
th{
	font-weight:normal;
	padding-right:0em;
	text-align:left;
	vertical-align:top;
}
td{
	padding-left:0em;
	vertical-align:top;
}

/*------------フォーム------------*/
.form_left{
	padding:5px;
	font-size:0.9em;
	font-weight:bold;
	width:120px;
	background-color:#ececec;
}
.form_right{
	padding-top:2px;
	padding-left:5px;
	width:350px;
}
input,select,select,textarea{
	background:#ffffff;
	width:350px;
	margin-top:2px;
	border:1px solid #bbdee5;
}
#submit{
	margin:20px auto 0 auto;
	width:150px;
}
input.buttonSubmit{
	background: url(../images/bt.gif) repeat-x;
	width:150px;
	border:1px solid #999999;
	padding-top:1px;
	font-size:0.9em;
}
#message{
	width:350px;
}


/*-----------確認画面--------------*/
bottun_area{
	width:120px;
}
#syuusei{
	float:left;
	margin-left:208px;
	margin-top:10px;
}
#touroku{
	float:right;
	margin-right:237px;
	margin-top:10px;
}