* {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	font-size : 16px;
}
div,
h3,h4,h5,h6,
ul,ol,li,dl,dt,dd,
pre,p,blockquote,address,a,strong,em {
	font-weight    : normal;
	font-style     : normal;
	line-height    : 1;
	list-style     : none;
	padding        : 0;
	margin         : 0;
	border          : none;
	outline         : none;
}
body{
	text-align:center;
	background-color: #FFFFFF;
	margin: 0px;
	font: 16px/1.6 "Trebuchet MS", "ＭＳ Ｐゴシック", "Osaka, sans-serif";
	color: #666666;
	background-image : url(img/head.jpg);
        background-position: center top;
	background-repeat: repeat-x;
	font-size: 100%;
	line-height: 150%;
}
img {
	border-style:none;
        vertical-align:bottom;
}
#container{
	margin:0 auto;
	width:950px;
}
#header{
	width : 950px;
	height : 86px;
	margin: 0;
	position : relative;
}
.headadd1 {
	float: right;
	height: 86px;
	margin: 0px 0 0;
	padding: 0;
	text-align: right;
	width: 540px;
}
#globalnavi{
	margin: 0px 0px 0px 0px;
	padding: 0;
	width: 950px;
	clear : both;
}

#globalnavi ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#globalnavi li{
	float: left; 
	margin: 0px 0px 0px 0px;
	padding: 0;
}
#container2{
	margin:0 auto;
	width:100%;
}

#main_visual{
	width:100%;
        height: 300px;
	margin: 0;
	padding: 0;
	clear: both;
}
#new_policy2 {
    background-color: #ffffff;
    border:1px solid #006CC7;  
    float: left;
    height: 250px;
    margin: 0px 0 20px 5px;
    padding: 5px;
    text-align: left;
    width: 610px;
}
.sub22 {
	float: right;
	width: 290px;
	margin: 20px 0px 0 0px;
	padding: 0;
	text-align: left;
}
#container4 {
    background-color: #ffffff;
    margin: 0 auto;
    width: 950px;
}
.sub02 {
	float: left;
	width: 630px;
	margin: 20px 5px 0 20px;
	padding: 0;
	text-align: left;
}
.sub02a {
	float: left;
	width: 620px;
	margin: 10px 5px 0 5px;
	padding: 0;
	text-align: left;
}
.sub02b {
	float: left;
	width: 930px;
	margin: 20px 5px 0 20px;
	padding: 0;
	text-align: left;
}
.sub02c {
	float: left;
	width: 920px;
	margin: 10px 5px 0 5px;
	padding: 0;
	text-align: left;
}
/* こっからフッター */
.foot_navi{
    clear: both;
    height: 35px;
    margin: 10px 0 0 0 ;  
    width:950px;
}
.foot_navi a{
    text-decoration: none;
}
.foot_navi li{
    float: left;
    padding: 10px 0px 0px 5px;

}
.foot_navi li a{
    font-size: 13px;
    color: #4D4D4D;
    display: inline-block;
    height: 25px;
}
.foot_navi li a:hover{
    font-size: 13px;
    color: #888888;
    text-decoration: underline;
}

.foot_navi li a:active{
    font-size: 13px;
    color: #888888;
    text-decoration: underline;
}
#footer-sub {
    background: url("img/foot_1.jpg") repeat-x scroll 0 0 transparent;
    height: 80px;
    margin: auto;
    padding: 0px 0px 0px 0px;
    text-align: right;
    width: 950px;
    color: #ffffff;
    font-size: 0.75em;
    font-weight: bold;
}
.foot_copy {
    clear: both;
    height: 35px;
    margin: 0 ;  
    padding: 35px 0px 0px 0px;
    width:950px;
    font-size: 1em;
}

#footer {
    background: url("img/footer.jpg") repeat-x scroll 0 0 transparent;
    clear: both;
    height: 80px;
    margin: 0px 0 0;
    width: 100%;
}
.centering {
	overflow: hidden;
	position: relative;
}

.centering ul {
	float: left;
	left: 50%;
	position: relative;
}

.centering ul li {
	float: left;
	left: -50%;
	position: relative;
}
a:hover img{
opacity:0.8;
filter:alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
}


#content ul {
    vertical-align: top;
}
.list1 {
    line-height: 200%;
    list-style-type: circle;
    margin-left: 15px;
}
.cf:before,
.cf:after {
content: "";
display: table;
}

.cf:after {
clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
zoom: 1;
}
/* こっから戻るボタン */
#page-top {
    position: fixed;
    bottom: 90px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #4A92CA;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #4A92CA;
}