@charset "utf-8";
/* メニュー付ページの共通設定 */

#wrapper {
	background: #FFF url(../images/sidebar_gry.gif) repeat-y;
}

#summary {
	background: #033;
	color: #FFC;
	font-size: 0.7em;
	padding: 2px 20px;
	margin-bottom: 0;
}

p {
	margin-bottom: 2em;
}

li {
	list-style: none;
	font-weight: bold;
}

.last {
	margin-bottom: 80px;
}

/* ヘッダー header
------------------------------------------------------------ */
#header {
	background: #eee;
	width: 800px;
	height: 110px;
	margin: 0;
}

#header p#logo {
	margin: 15px 0 0 30px;
	float: left;
}

/* ヘッダーのブルダウンメニュー
------------------------------------------------------------ */
ul#header_menu {
	/*
	padding-top: 40px;
	*/
	margin-right: 10px;
	float: right;
	right: 0;
	position: absolute;
	top: 68px;
}

#header_menu li {
	width: 96px;
	float: left;
	list-style: none;
	text-align: center;
	position: relative;
}

#header_menu li a {
	color: #003;
	display: block;
	background: url(../images/menu_1.gif) no-repeat;
	width: 100%;
	height: 100%;
}

#header_menu li a:hover {
	background: #033;
	color: #eee;
	background: url(../images/menu_o.gif) no-repeat;
}

/* 子リスト */
#header_menu li ul {
	position: absolute;
	display: none;
}

#header_menu li li {
	font-size: 0.7em;
	margin: 0;
	text-align: center;
	border: none;
	float: none;
	position: relative;
}

#header_menu li li a {
	display: block;
	height: 20px;
	padding: 0;
	text-align: center;
	background: #cfc;
	border-bottom: 1px dotted #999;
	position: relative;
}

/* 幅広リスト */
#header_menu ul.wide li a {
	display: block;
	width: 140px;
}

#header_menu ul.wide li a:hover {
	background: url(../images/menu_o_l_1.gif) no-repeat;
}

/* 孫リスト */
#header_menu li li ul {
	position: absolute;
	left: 140px;
	top: 0;
}

#header_menu li li li {
	font-size: 0.9em;
}

#header_menu li li li a {
	background: #FFB;
}

/* メインコンテンツ main
------------------------------------------------------------ */
#main {
	width: 570px;
	float: right;
	margin-right: 10px;
	margin-bottom: 80px;
}


/* サイドメニュー sidemenu
------------------------------------------------------------ */
#sidemenu {
	width: 200px;
	text-align: center;
	padding-top: 10px;
	float: left;
	font-size: 0.9em;
}

#sidemenu #title {
	clear: both;
	font-weight: bold;
	font-size: 1.2em;
	color: #333;
}

#sidemenu p.author {
	clear: both;
}

#sidemenu p.image {
	margin-bottom: 0;
}

#sidemenu ul {
	margin-bottom: 80px;
}

#sidemenu li {
	font-size: 1em;
	margin-bottom: 1.5em;
}

/* W3Cバナー
------------------------------------------------------------ */
p.w3c {
	padding-top: 0;
	width: 88px;
	height: 31px;
	margin: 0 0 30px 8px;
	float: left;
}

/* ページトップへ
------------------------------------------------------------ */
.top {
	text-align: right;
	font-size: 0.75em;
	margin: 0 20px 2em 0;
}

.top a{
	text-decoration: underline;
}

p#goto_back {
	width: 570px;
	text-align: center;
	float: right;
	margin-right: 10px;
}

/* フッター footer
------------------------------------------------------------ */
#footer {
	clear: both;
	background: #033;
	color: #ffc;
	font-size: 0.7em;
	padding: 2px 20px;
	text-align: center;
	margin-bottom: 0;
}
