@charset "shift_jis";

*{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}

body{
	width: 100%;
	height: 100%;
	font-family:
	Meiryo, メイリオ, sans-serif;
	font-size: 12px;
	line-height: 1.8em;
	margin: 0;
	padding: 0;
	position: relative;
}

article{
	width: 100%;
	margin: 0 auto;
	position: absolute;
	top: 380px;
}

#contents{
	width: 950px;
	margin: 0 auto;
	padding: 0;
}

section{
	width: 715px;
	min-height: 800px;
	float: right;
}

#sidebar{
	width: 230px;
	float: left;
}

#side_top{
	font-size: 18px;
	color: #545454;
	background-color: #dfeeff;
	margin: 0;
	padding: 0px 0 10px 0;
}

#side_top a{
	color: #545454;
	font-size: 15px;
}
#side_top li{
	list-style-type: none;
	margin: 0 0 0 0;
	font-weight: bold;
}

#side_top li a{
	display: block;
	margin: 5px 0;
	font-weight: bold;
	padding: 10px 0 10px 25px;
	background-image: url(../image/arow_off.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	border-bottom: 1px solid #545454;
	border-top: 1px solid #545454;
}

#side_top li a:hover{
	padding-left: 20px;
	background-image: url(../image/arow_on.png);
	background-position: 5px center;
	background-repeat: no-repeat;
}

li#side_title{
padding: 10px 0 10px 25px;
background-image: url(../image/side_title_bg.png);
background-position: 0 0;
background-repeat: no-repeat;
}

#sub_bottom_title{
	margin: 0 0 -5px 0;
	padding: 0 0 0 0;
}

#side_bottom{
	height: 220px;
	font-size: 18px;
	margin: 0;
	padding: 5px;
	background-color: #0759b4;
}

#side_bottom li{
	padding: 10px 0 10px 10px;
	margin: 10px 5px 10px 5px;
	list-style-type: none;
	background-color: #fff;
}

#side_bottom li a{
	display: block;
	color: #0759b4;
	font-weight: bold;
}

#side_bottom li a:hover{
	color: #000;
	font-weight: bold;
	filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}


#side_info{
	width: 230px;
	height: 210px;
	margin: 5px 0 5px 0;
	background-image: url(../image/side_mail_bg2.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	position: relative;
}

#side_info a{
	width: 180px;
	height: 20px;
	margin: 0 25px;
	padding: 10px 0;
	text-align: center;
	line-height: 1.5em;
	font-size: 12px;
	font-weight: bold;
	color: #0759b4;
	background-color: #fff;
	background-image: url(../image/arow_off.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	position: absolute;
	top: 160px;
}
header{
	clear: both;
	width: 100%;
	height: 90px;
	margin: 0;
	padding: 0;
}
#header_bg{
	width: 100%;
	height: 15px;
	background-color: #0759b4;
}
h1{
	width: 950px;
	margin: 0 auto;
	padding: 0 5px;
	text-align: left;
	line-height: 15px;
	font-size: 8px;
	font-weight: normal;
	color: #fff;
}

#hcontents{
	width: 950px;
	margin: 0 auto;
	padding: 0 5px;
	position: relative;
}

p#logo{
	width: 233px;
	height: 42px;
	background-image: url(../image/logo.png);
	background-position: 0 0;
	background-repeat: no-reoeat;
	position: absolute;
	top: 10px;
	left: 0;
}

p#logo a{
	display: block;
	text-indent: -9999px;
}

#h_info{
	position: absolute;
	top: 10px;
	right: 0;
	width: 604px;
	height: 54px;
	background-image: url(../image/h_info_bg.jpg);
}


#h_mail{
	position: absolute;
	top: 27px;
	right: 18px;
	background-color: #fff;
	width: 170px;
	height: 21px;
	text-align: center;
	background-image: url(../image/arow_off.png);
	background-position: 5px center;
	background-repeat: no-repeat;
}


#h_mail a{
	color: #0759b4;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.7em;
}

nav{
	width: 100%;
	margin: 0;
	padding: 0;
	background-image: url(../image/header_bg.jpg);
	background-position: 0 0;
	background-repeat: repeat-x;
}

#hnav_bg{
	width: 950px;
	margin: 0 auto;
	padding: 0;
}

#hnav_bg ul{
	width: 950px;
	height: 50px;
	margin: 0;
	padding: 0;
}

#hnav_bg ul li{
	width: 100px;
	text-align: center;
	display: inline-block;
	margin-right: 10px;
	padding: 0;
}

#hnav_bg ul li a{
	display: block;
	color: #000;
	line-height: 45px;
	vertical-align: middle;
	font-weight: bold;
	font-size: 18px;
	text-shadow: 1px 1px 2px #ccc;  
	margin: 1px 0 0 0;
	padding: 0 ;
}

#hnav_bg ul li a:hover{
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	background-color: #0759b4;
	text-shadow: 0px 0px 0px #fff;  
    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
}  

#himg_bg{
	width: 100%;
	height: 200px;
	background-image: url(../image/himg_bg.png);
	background-position: 0 0;
	background-repeat: repeat-x;
	margin: 5px 0;
	padding: 0;
	z-index: 0;
}
p#himg{
	width: 950px;
	min-height: 200px;
	margin: 0 auto;
	padding: 0;
	background-image: url(../image/himg_a.jpg);
	background-position: center center;
	z-index: 100;
	position: relative;
	box-shadow: 1px 1px 3px #000;
	-moz-box-shadow: 1px 1px 3px #000;　/* Firefox用 */  
	-webkit-box-shadow: 1px 1px 3px #000;　/* Safari,Google Chrome用 */  
}

#copu_img{
	position: absolute;
	top: 45px;
	left: -10px;
	margin: 0;
	padding: 0;
}

footer{
	width: 100%;
	margin: 0;
	padding: 0;
}

#up{
	width: 950px;
	height: 18px;
	line-height: 2em;
	overflow: hidden;
	margin: 0px auto 0;
	padding: 5px;
	text-align: right;
	z-index: 0;
}

#up a{
	color: #fff;
	margin: 0;
	font-size: 14px;
	padding: 5px 5px 20px 5px;
	background-color: #0759b4;
	text-shadow: 0px 0px 0px #fff;  
} 

#up a:hover{
	 filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
} 

#fnav{
	width: 100%;
	height: 80px;
	margin: 0 auto;
	background-color:#fff;
	border-top: 5px solid #0759b4;
	z-index: 200;
}

#fnav ul{
	width: 950px;
	height: 80px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
#fnav ul li{
	width: 130px;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	display: inline-block;
	margin: 30px 0;
	padding: 0;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

#fnav ul li a{
	display: block;
	font-size: 10px;
	color: #000;
	margin: 0;
	padding: 5px;
}

#fnav ul li a:hover{
	color: #fff;
	padding: 5px;
	background-color: #0759b4;
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
}

#copyright_bg{
	width: 100%;
	background-color: #0759b4;
	text-align: center;
	margin: 0;
	padding: 0;
	color: #fff;
}


