@charset "utf-8";
/* CSS Document */

body{ 

background:url(../images/main/background.jpg) center 0 no-repeat; 
}

#cont_area {
	width:978px;
	margin-top:300px;
	margin:0 auto;
	height:613px;
	/*background:url(../images/main/main_bg.jpg) no-repeat;*/
	background-position:center;
}


#contents {
	width:978px;
	margin-top:600px;
	margin:0 auto;
	/*background:url(../images/main/main_bg.jpg) no-repeat;*/
	background-position:center;
}



#main_line{
	width:978px;
	height:0px;
	background:url(../images/common/line_bg.gif) repeat-x;
	margin-bottom:1px;
}

.main_fla{
	width:978px;
	height:230px;
	margin-bottom:25px;
}




#cont{
	width:980px;
	margin:0 auto;
	min-height:100%;
	clear:both;
}

.content_left{
	float:left;
	height:300px;
	width:400px;

}

.content_right{
	width:500px;
	float:right;
	margin-right:20px;
	margin-top:27px;
}

.content_tail{

	margin-top:27px;
}
.view_photo{
	width:545px;
	margin-left:25px;

}
.view_notice{
	
	margin-left:1px;	
}




