/* CSS Document */
body {	
	margin: 0px auto;
	background-color: #919FC1;
	font-size: 80%;
	font-family : "ＭＳゴシック"，"osaka"，"San-Serif";
}
h1 {
	font-size: 80%;
	margin: 0px;
	font-weight: normal;
}
#container {	
	width: 800px;
	margin: 0px auto;
	background: url(../images/top/bg.gif) repeat-y;
	
}
#main {
	width: 760px;
	margin: 0px auto;
}
#header {
	background: url(../images/top/title.gif) no-repeat;
	text-align: right;
	padding: 50px 20px 30px 0px;
}
/* ----------------------------- */
#left {
	width:577px;
	float:left;
	position:relative;


}
#topics {
	background: url(../images/top/topics.gif) no-repeat top;
	padding: 40px 20px 20px 40px;
} 
/* ----------------------------- */

#right {
	width: 183px;
	float: right;
	background: url(../images/top/right_bg.gif) no-repeat;
	min-height: 360px;
	font-size: 83%;
}
ul {
	margin-left: 12px;
}
li {
	width: 150px;
	padding: 45px 5px 5px 5px;
	margin: 10px 0px;
	text-align: right;
	list-style-type: none;	
}
li.s1 {
	background: url(../images/top/section1.gif) #ffffff no-repeat;
}
li.s2 {
	background: url(../images/top/section2.gif) #ffffff no-repeat;
}
li.s3 {
	background: url(../images/top/section3.gif) #ffffff no-repeat;
}
.s4 {
	padding-left: 25px;
	line-height: 130%;
}
.img_p {
	margin-top: 4px;
}

/* ----------------------------- */
#footer {	
	width: 280px;
	background: url(../images/top/footer.gif) no-repeat #E6E7E9;
	padding: 75px 30px 20px 450px;
	min-height: 125px;
	margin: 0px auto;
}
#footer p.f80 {
	font-size: 80%;
}
		
