@charset "utf-8";
/*
基本13px、IE7はsmall、IE6はx-small
希望のフォントサイズ（px）:指定する値（%）
10px:77%;
11px:85%;
12px:92%;
13px:100%;
14px:107%;
15px:114%;
16px:122%;
17px:128%;
18px:136%;
19px:144%;
20px:152%;
21px:159%;
22px:167%;
23px:174%;
24px:182%;
25px:189%;
26px:197%;
*/

* {
margin:0px;
padding:0px;
}
html {
overflow-y:scroll;
}
a {
text-decoration:none;
}
a:hover {

text-decoration:underline;
}
body {
font-size:13px;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, li, div {
margin:0px;
padding:0px;
}
ul, ol, li {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}
address {
font-style:normal;
}
hr {
display:none;
}
img {
border:medium none;
vertical-align:bottom;
}

body {
    background-image:url(../img/bg1.jpg);
	background-repeat: repeat-x,y;
    background-color:none;
    height:25px;
    margin:auto;
    padding:0px;
    width:895px;
    }

#content_part {
	background-image: url(../img/bg2.png);
	background-repeat: repeat-y;
	background-position: left top;
	width:895px;
	padding:0px 0px 0px 0px;
	margin:20px 0px 20px 0px;
    }

.header_part{
	font-size:85%;
	padding:0px;
	width:879px;
	padding: 0px 8px 0px 8px;
    }

.header_bg{
	background-image: url(../img/top_banner.jpg);
	background-repeat:none;
	background-position: left top;
    width:879px;
	height:165px;
    }
	
	
.header_bg h1{
	padding:20px 400px 10px 110px;
	float:left;
	font-size:14px;
	color:#F69;
	font-weight:bold;
	text-align:right;
	width:300px;

    }

.header_logo{
	float:left;
	padding:0px 0px;
	width:440px;
	height:100px;
    }

.main_part{
	padding:0px 35px 0px 22px;
    }
.mainarea{
	width:632px;
	padding:0px 0px 0px 0px;
	float:left;
    }


.subarea{
	width:180px;
	padding:0px 0px 0px 0px;
	float:right;
    }


.footer{
	background-image: url(../img/footer.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	clear:both;
	width:879px;
	height:28px;
	padding-top:8px;
	text-align:center;
	font-size:100%;
	margin:0px 8px 0px 8px;
    }

