/* CSS Document */

body {
	text-align: center;
	font-family: "MS UI Gothic", "Osaka", Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	background-image: url(../img/bg_stripe1.gif);
}

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: #3366CC;
	text-decoration: underline;
}
a:visited {
	color: #006699;
	text-decoration: underline;
}
a:hover {
	color: #006699;
	text-decoration: none;
}

img {
	border: 0px;
}

/* ===FontSize=== */
.text80 {
	font-size: 80%;
	line-height: 125%;
}
.text75 {
	font-size: 75%;
	line-height: 125%;
}
.text10px {
	font-size: 10px;
	line-height: 125%;
}

/* ===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;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#container {
	width: 760px;
	left: 20px;
	top: 0px;
	text-align: left;
	padding: auto;
	height: auto;
	margin: auto;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #4389D4;
	border-bottom-width: 13px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

/* ===Header_Box=== */
#header {
	width: 760px;
	margin: auto;
	padding: auto;
	height: 33px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#header_left {
	float: left;
	width: 380px;
}
#header_right {
	float: left;
	width: 380px;
	text-align: right;
}

#image_top {
	height: 225px;
	width: 760px;
}
#navigation {
	height: 61px;
	width: 760px;
	background-image: url(../img/navi_bg.jpg);
	padding-left: 8px;
	background-repeat: no-repeat;
}

/* ===Main_Box=== */
#pan {
	background-image: url(../img/pankuzu_bg.gif);
	background-repeat: no-repeat;
	height: 20px;
	font-size: small;
	line-height: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	width: 760px;
	padding: 3px;
	}
#pan_list {
	padding-top: 3px;
	clear: both;
	}
#pan img {
	vertical-align: middle;
	margin-left: 12px;
	}

/* ===Footer_Box=== */
#footer {
	width: 760px;
	background-image: url(../img/footer_bg.gif);
	background-repeat: no-repeat;
	clear: both;
	height: 29px;
	}
#footer_left {
	float: left;
	width: 380px;
}
#footer_right {
	float: left;
	width: 380px;
	text-align: right;
}

