
@import "reset.css";
 
 
/*------------------------------------
				clearfix
 ------------------------------------*/

.allclear {
	clear: both;
	font-size: 1px;
	line-height: 0%;
	height: 0px;
	text-indent: -9999px;
}

.clearfix:after {  
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
} 


/*------------------ link -----------------------*/
a{
	color:#ffffff;
	text-decoration:none;
}

a:hover{
	color:#00a0e9;
	text-decoration:underline;
}
/*------------------ mainPage -----------------------*/

body {
	color:#fff;
	background-color:#000000;
	background-image:url(/images/image_1.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-attachment:fixed;
	font-size:14px;
}

#outer_group {
	width:720px;
	margin:0 auto;
}

#content_group{
	margin-bottom:50px;
}

h1 {
	font-size:20px;
	margin-bottom:5px;
}

#head_box h1 {
	color:#DB9B31;
	font-size:30px;
	line-height:75px;
	margin:20px 0;
}

h1, h2, h3, p {
	font-family: Arial, Helvetica, sans-serif;
}

p {
	font-family: Georgia, serif ;
}

/*------------------ main1 -----------------------*/

#main1{
	padding:10px;
	margin-bottom:30px;
	background-image:url(/images/black.png);
	background-position:left top;
	background-repeat:repeat;
}

#main1 h2{
	margin-bottom:10px;
}

#main1 li{
	float:left;
	display:inline;
	margin-right:15px;
}

#main1_keyw{
	margin-bottom:20px;
	width:700px;
}

#main1_page{
	width:700px;
}

/*------------------ main2 -----------------------*/

#main2{
	width:720px;
	margin-bottom:30px;
	background-image:url(/images/black.png);
	background-position:left top;
	background-repeat:repeat;
}

#main2_inner{
	margin:10px 10px 10px 30px;
	padding-bottom:10px;
}

.main2_list{
	float:left;
	display:inline;
	margin-right:9px;
	width:215px;
}

.main2_list p{
	color:#DB9B31;
	font-weight:bold;
}

/*------------------ footComent -----------------------*/

#foot_copy{
	text-align:center;
}
