@charset "utf-8";
/* ----------------------------------------------------------------------------------------------------------
------Clear PreStyle------Clear PreStyle------Clear PreStyle------Clear PreStyle------Clear PreStyle---------
-------------------------------------------------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
        margin:0;
        padding:0;
}
table {
        border-collapse:collapse;
        border-spacing:0;
}
fieldset,img {
        border:0;
}
address,caption,cite,code,dfn,em,th,var {
        font-style:normal;
        font-weight:normal;
}
ol,ul {
        list-style:none;
}
caption,th {
        text-align:left;
}
h1,h2,h3,h4,h5,h6 {
        font-size:100%;
        font-weight:normal;
}
q:before,q:after {
        content:'';
}
abbr,acronym {
        border:0;
}
pre{
        font-size: 1em ;
}
/* ----------------------------------------------------------------------------------------------------------
-------Common-----Common-----Common-----Common-----Common-----Common-----Common-----Common-----Common--------
-------------------------------------------------------------------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size:12px;
	color:#555;
}
#main_wrapper{
	margin: 0 auto;
	padding: 0px;
	width: 1000px;
	position: relative;
	text-align: center;
}

.pic_desc {
	position:absolute;
	left:-9999px;
	width:500px;
}
.float_right{
	float:right;
}
.float_left{
	float:left;
}
.clear_float{
	clear:both;
}

/* ----------------------------------------------------------------------------------------------------------
-----Top Block-----Top Block-----Top Block-----Top Block-----Top Block-----Top Block-----Top Block----------- 
-------------------------------------------------------------------------------------------------------------*/
#top_block {
	position: relative;
	text-align: left;
	width:100%;
}
	#top_sub_navi{
	position:absolute;
	right:0;
	top: 0;
	width: 178px;
	background-color:#4682b4;
	padding: 6px;
	color:white;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	}
	#top_sub_navi a:link, #top_sub_navi a:visited{
		color:white;
		text-decoration:none;
		padding:6px;
	}
	#top_sub_navi a:hover{
		color: #afeeee;
	}

/*-----------------------------------------------------------------------------------------------------------
 -----Content Block-----Content Block-----Content Block-----Content Block-----Content Block------------------ 
 ------------------------------------------------------------------------------------------------------------*/
#content_block {
	position: relative;
	text-align: left;
	width:100%;
}
 /*------------------------------------------------------------------------------------------------------------
-----Foot Block-----Foot Block-----Foot Block-----Foot Block-----Foot Block-----Foot Block-----Foot Block-----
--------------------------------------------------------------------------------------------------------------*/
#foot_block {
	position: relative;
	height:153px;
	background:url(../image/foot_bg.jpg) center bottom no-repeat;
}
#foot_logo {
	position: absolute;
	left:120px;
	top:8px;
	z-index:10;
}

#foot_navi {
	position: absolute;
	background-color:#dbdbdb;
	left:218px;
	top:8px;
	width:626px;
	height: 22px;
	padding:9px 72px 0 58px;
	font-size:12px;
	color:#333333;
}
	#foot_navi li {
		float:left;
		padding:0 10px 0 10px;
		background:url(../image/vline_01.gif) right no-repeat;
	}
		#foot_navi li a:link{
			color:#333333;
			text-decoration:none;
		}
		#foot_navi li a:visited{
			color:#333333;
			text-decoration:none;
		}
		#foot_navi li a:hover{
			color:#0000ff;
			text-decoration:underline;
		}
#site_info {
	position:absolute;
	width:500px;
	font-size:12px;
	text-align:left;
	line-height:21px;
	left: 298px;
	top: 59px;
}

