/* CSS Document */

body {
	text-align: center;
	font-family: "MS UI Gothic", "Osaka", Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	background-color: #000000;
	color: #4C4C4C;
}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}

ul {
	padding-left: 2em;
}

li {
	list-style-type: square;
	list-style-position: outside;
	margin-left: 2em;
}

a:link {
	color: #006699;
	text-decoration: none;
}
a:visited {
	color: #8FABBE;
	text-decoration: none;
}
a:hover {
	color: #000066;
	text-decoration: underline;
}

/* ===FontSize=== */
.text80 {
	font-size: 80%;
	line-height: 125%;
}
.text75 {
	font-size: 75%;
	line-height: 125%;
}
.text10px {
	font-size: 10px;
	line-height: 125%;
}

.mt10px {
	margin-top:10px;
}

.mt15px {
	margin-top:15px;
}

/* ===Container=== */
#container_bg {
	line-height: 130%;
	margin: auto;
	padding: auto;
	width: 800px;
	background-color: #FFFFFF;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-y;
	height: auto;
}
#container {
	width: 760px;
	left: 20px;
	top: 0px;
	text-align: left;
	padding: auto;
	height: auto;
	margin: auto;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
}

/* ===Header_Box=== */
#imageswf {
	width: 760px;
	height: 183px;
	background-image: url(../img/border_head.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
#pan {
	background-image: url(../img/pankuzu_bg.gif);
	background-repeat: no-repeat;
	height: 20px;
	font-size: 10px;
	line-height: normal;
	width: 596px;
	}
#pan_list {
	padding-top: 3px;
	}
#pan img {
	vertical-align: middle;
	margin-left: 12px;
	}

/* ===Main_Box=== */
#main {
	background-color: #FFFFFF;
	width: 760px;
	background-image: url(../img/main_right_bg.jpg);
	overflow: auto;
}
#main_left {
	width: 596px;
	text-align: left;
	float: left;
	}
#main_right {
	width: 164px;
	text-align: left;
	float: left;
	background-image: url(../img/bg_metal.gif);
	overflow: hidden;
	}
#contents_box {
	background-image: url(../img/main_bg_top.jpg);
	background-repeat: no-repeat;
	text-align: left;
	}
#contents {
	padding: 30px 10px 20px 10px;
	background-image: url(../img/contents_low.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 556px;
	font-size: small;
	}
	
#contents_top {
	padding: 30px 10px 20px 10px;
	width: 556px;
	font-size: small;
	}

#contents img {
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
 }
#contents ul,#2dan ul {
	padding-left: 0px;
	margin: 0px;
	margin-bottom: 30px;
 }
#contents li,#2dan li {
	line-height: 150%;
 }

#dan {
	float: left;
	width: 270px;
	margin: 0px;
	padding: 0px;
}

#flow {
}
#flow img {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
 }


/* ===Footer_Box=== */
#footer {
	width: 760px;
	background-image: url(../img/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	clear: both;
	}
#copyright {
	padding-bottom: 12px;
}

/* ===Contents=== */
#whatsnew {
	margin: 20px;
	width: 450px;
	line-height: 130%;
	font-size: x-small;
	}
