*{
	margin:0;
	padding:0;
	list-style:none;
	line-height:1.5;
	letter-spacing:0.05em;
	 }

body{
color:#474747;
font-size:12px;
text-align:center;
background-color:#f0f0f0;
}

.red{
color:#ff0000;
}

#confirm_box {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
}

#header{
	width:100%;
	margin:0 auto;
	height:58px;
	padding-top:25px;
	text-align:center;
	background-image: url(images/header_back.jpg);
	background-repeat: repeat-x;
}

.name{
	width:1008px;
	margin:0 auto;
}

#contents{
	clear:both;
	width:1008px;
	text-align:left;
	background-image: url(images/main_back.gif);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 50px;
}

.main{
	width:1000px;
	margin:0 auto;
}

.con01{
	width:950px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;	
}

.con02{
	width:950px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;	
}

.con03{
	width:950px;
	padding-top: 50px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;	
}

#footer{
	width:100%;
	margin:0 auto;
	height:38px;
	padding-top:15px;
	text-align:center;
	background-image: url(images/footer_back.jpg);
	background-repeat: repeat-x;
}

.ft{
	width:1008px;
	margin:0 auto;
}

table{
	width:950px;
	background:#ccc;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0px;
}

table td{
	padding:8px;
	line-height:2;
	background:#fff;
	border: 1px solid #BEBEBE;
}

table th{
	width:33%;
	padding:8px;
	line-height:2;
	background:#f1f1f1;
	text-align:left;
	font-weight:normal;
	border: 1px solid #BEBEBE;
}

input{
	line-height:1.0;
	vertical-align: middle;
	margin: 0px;
}
textarea {
	font-size: 13px;
}


.btn{
width:950px;
text-align:center;
}

.btn input{
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}

#message{
font-size:12px;
}

input[type=radio],input[type=checkbox],label {
	cursor: pointer;
}
