@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

body{
	background-image:url(img/bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-attachment:fixed;
}

#container{
	width:700px;
	height:auto;
	margin:0 auto;
}

#header{
	width:700px;
	height:250px;
	background-image:url(img/header2.jpg);
	text-indent:-9999px;
	margin-bottom:10px;
}

#menu{
	width:696px;
	height:26px;
	background-color:#FFF;
	border:2px solid #ee8311;
	margin:0 auto;
}

#menu .text{
	text-align:center;
	font-size:12px;
	font-weight:bold;
	line-height:26px;
	color:#ae6920;
}

.text a:link{text-decoration:underline; color:#ae6920;}
.text a:visited{text-decoration:underline; color:#ae6920;}
.text a:hover{text-decoration:underline; color:#FF000;}

#contents_con{
	width:700px;
	height:auto;
	padding:10px 0 0 0;
}

.contents_set{
	width:700px;
	height:auto;
	padding:0 0 20px 0;
}

.contents_set .cnt_title{
	width:700px;
	height:50px;
}

.contents_set .con_roop{
	width:700px;
	height:auto;
	background-image:url(img/contents_roop.jpg);
	background-repeat:repeat-y;
}

.con_roop .bg01{
	width:680px;
	height:auto;
	margin:0 auto;
	background-image:url(img/contents_bg_01.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}

.bg01 .textarea{
	width:640px;
	height:auto;
	margin:0 auto;
	padding:20px 0 0 0;
}

.con_roop .bg02{
	width:680px;
	height:auto;
	margin:0 auto;
	background-image:url(img/contents_bg_02.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}

.bg02 .textarea{
	width:640px;
	height:auto;
	margin:0 auto;
	padding:20px 0 0 0;
}

.contents_set .bottom{
	width:700px;
	height:10px;
	background-image:url(img/contents_bottom.jpg);
}


.font_01{
	font-size:14px;
	font-weight:bold;
	line-height:20px;
	color:#333;
	text-align:left;
	text-indent:-14px;
}

.font_02{
	font-size:12px;
	line-height:16px;
	color:#333;
	text-align:left;
}

#btn_area{
	width:480px;
	height:60px;
	margin:0 auto;
	padding:20px 0 20px 0;
}

#btn_area .btn_01{
	width:210px;
	height:60px;
	float:left;
}

#btn_area .btn_02{
	width:210px;
	height:60px;
	float:left;
	padding-left:60px;
}

#btn_area .clear{
	width:480px;
	height:0px;
	clear:both;
}

#footer{
	width:700px;
	height:38px;
	background-image:url(img/footer.jpg);
}

#footer .copyright{
	text-align:center;
	font-size:10px;
	color:#333;
	padding-top:10px;
}