body{
	margin:0px auto;
	text-align:left;
	width:100%;
	min-width:1000px;
}

#header .header_inner .logo{
	margin:0px 0px 20px 0px;
}	

/*******************************
#back
*******************************/
.top_back{
	background:url(../images/top_back.jpg) repeat-y;
	background-position:top center;
	background-size:100% auto;
	min-width:980px;
}

	
/*******************************
#title
*******************************/
#title {
	margin:5px 0px 0px 0px;
	width:100%;
	background:url(../images/top.jpg);
	height:120px;
	background-repeat:repeat-x;
	background-position:top center;
}


#title .pan_kuzu{
	width:100%;
	height:18px;
	background-image:url(../images/header_list.gif);
	background-position:center top;
	overflow:hidden;
}

#title .pan_kuzu a:link , #title .pan_kuzu a:visited{
	text-decoration: none;
}

#title .pan_kuzu a:active , #title .pan_kuzu a:hover{
	text-decoration: none;
}


#title .pan_kuzu .inner{
	width:980px;
	margin:0px auto;
	height:21px;
}

#title .pan_kuzu .inner span{
	margin:0px;
	padding:0px 50px 0px 0px;
	height:21px;
	font-size:12px;
	background-image:url(../images/header_list.png);
	background-position:right top;
	color:#6386a3;
}

#title .breadcrumb_list .txt{
	background-position:top left;
}


#title .title_inner{
	width:980px;
	color:#FFFFFF;
	margin:0px auto;
}

#title .title_inner h2{
	margin:30px 0px 0px 0px;
}

/*******************************
#contents
*******************************/
#contents {
	width:100%;
}

#contents .contents_inner{
	width:980px;
	color:#000000;
	margin:0px auto;
}

