@charset "Shift_JIS";

/* page_format -------------------------------------------------------- */

body {
	margin: 0px;
	padding: 0px;
	text-align: left;
	background-color: #ffffff;
	font-family: "MS UI Gothic","MS PGothic","Osaka";
	font-size: 13px;
	font-weight: normal;
	color: #333345;
	background: url(pic/background.jpg);
	background-repeat: repeat-x;
	line-height: 100%;
}

/* stage_layout -------------------------------------------------------- */

#stage {
	margin: 0px;
	padding: 0px 5px 0px 0px;
	width: 805px;
	background: url(pic/stage.gif);
    background-repeat: repeat-y;
}

a:link {
	color: #3333ff;
	text-decoration: none;
}

a:visited {
	color: #3333ff;
	text-decoration: none;
}

a:hover {
	color: #3333ff;
	text-decoration: underline;
}

img {
	border: 0;
}

span.kugiri {
	font-size: 13px;
	padding: 0px 3px 0px 5px;
	color: #999999;
}

br{
	clear:all;
}

/* ---- header --------------------------------------------------------- */

#header {
	margin: 0px;
	padding: 0px;
	width: 800px;
	height: 60;
	text-align: left;
}

#header h1 {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	height: 23;
	line-height: 23px;
	font-size: 12px;
	font-weight: normal;
	vertical-align: middle;
	background-color: #3333cc;
	color: #ffffff;
}

#header a:hover {
	text-decoration: underline;
}

/* ---- menu ----------------------------------------------------------- */

#menu {
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
	height: 35px;
	background: url(pic/menu-bg.gif);
	background-repeat: repeat-x;
}

/* ---- topicpass ------------------------------------------------------ */

#topicpass {
	margin: 0px;
	padding: 0px 20px;
	width: 800px;
	height: 30px;
	line-height: 30px;
	text-align: left;
	vertical-align: middle;
	font-size: 11px;
	color: #333333;
	background-image: url(pic/topicpass.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
}

/* ---- main_area ------------------------------------------------------ */

#main {
	clear: center;
	width: 800px;
	font-size: 12px;
	min-height: 600px;
	text-align: center;
	line-height: 130%;
}

#max-height {
	height: 419px;
}

font.top{
	font-size:14px;
	margin-left:40px;
	text-align: right;
	line-height:2em;
}

#main h1 {
	margin: 0px;
	padding: 15px 0px 35px 0px;
	width: 600px;
	text-align: left;
}

#main h2 {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
}

#main h3 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}

#main,tr,td {
	line-height: 130%;
	font-size: 12px;
}

table.color1 {
	background-color: #aaaaaa;
}

td.color2 {
	color: #333333;
	background-color: #dddddd;
}

td.color3 {
	color: #666666;
	background-color: #eeeeee;
}

td.color4 {
	color: #660000;
	background-color: #ffcc33;
}

td.color5 {
	color: #006600;
	background-color: #99ff33;
}

/* ---- main_left ------------------- */

#left {
	float: left;
	width: 600px;
}

/* ---- main_right ------------------ */

#right {
	float: right;
	width: 150px;
/*	background-color: #cccccc; */
}

/* ---- flash ---------------------------------------------------------- */

#flash {
	margin: 0px;
	padding: 0px;
	width: 700px;
	height: 443px;
	min-height: 600px;
	text-align: center;
	line-height: 130%;
	font-size: 12px;
}

/* ---- copyright ------------------------------------------------------ */

#foot {
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 800px;
	height: 50;
	background: url(pic/copyright-bg.gif);
	background-repeat: repeat-x;
	background-color: #cccccc;
}

