@charset "utf-8";

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
関連CSSの読み込み
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@import url("init.css");
@import url("common.css");

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
#page / #header
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#menu {
	padding-bottom		:8px;
	background-image	:url(../img/menu_bg.gif);
	background-repeat	:repeat-x;
	background-position	:left bottom;
	}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
#page / #wrapper / #main
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#main {
	float			:left;
	width			:510px;
	}
#main .section-header {
	zoom			:1;
	margin-bottom		:10px;
	padding			:20px 0 6px 8px;
	background-image	:url(/img/sh_bg.gif);
	background-repeat	:no-repeat;
	}
#main .section-header:after {
	content			:".";
	height			:0px;
	display			:block;
	clear			:both;
	visibility		:hidden;
	}
#main .section-body {
	padding-left		:8px;
	}
#main .section-body table th {
	padding-right		:20px;
	font-weight		:bold;
	}
#main .section-body table th,
#main .section-body table td {
	padding-bottom		:10px;
	}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
#page / #wrapper / #side
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#side {
	float			:right;
	width			:294px;
	}
