/*	Scroll Accordion Menu 
	Copyright 2008 Sawa's Factory
	http://sawa-s.com/ 
*/
* {
	margin: 0;
	padding: 0;
}
/* ▼ ヘッダー・フッター付き２カラムレイアウト ▼ */
/* container 800pxでセンタリング */
#container {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	border-left: 1px solid #666;
	border-right: 1px solid #669;
}
/* ヘッダー */
#header {
	width: 800px;
	height: 80px;
	margin: 0px;
	background-color: #4682B4;
	color: #FFF;
}
/* メインコンテンツ */
#main {
	float: right;
	width: 600px;
	background: #fff;
	color: black;
}
/* メニュー */
#menu {
	float: left;
	width: 200px;
}
/* ▲ ヘッダー・フッター付き２カラムレイアウト ▲　ここまで */

/* */
#header h1 {
	padding: 10px 15px 0;
}

#header p#siteDescription {
	margin: 0;
	padding: 0 15px 10px 30px;
}
div.contents {
	padding: 1em;
	letter-spacing: 1px;
	line-height: 130%;
}
div.contents p {
	padding: 0.5em 0.5em;
}

/* ▼　アコーディオンメニュー　▼ */
#accordion_menu{
	width: 185px; /*width of accordion menu*/
	background-color:#fff;
	letter-spacing:1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 0px;
}
/* アコーディオンのカテゴリの指定 */
#accordion_menu .menuheader{
	margin-bottom: 3px;
	text-decoration: none;
	line-height: 32px;
	font-size: 16px;
	font-weight:bold;
	color: #000;
	cursor: hand;
	cursor: pointer;
	position: relative;
	list-style-type: none;
	background-color: #FFF;
}
#accordion_menu div a {
	color: #006;
}

#accordion_menu .menuheader:hover{
	color: #00C;
}
/* openheader はカテゴリが開いている状態のCSS */
#accordion_menu .openheader{
	background-position: 0 -32px;
	background-repeat: no-repeat;
	color: #CCC;
}
/* 子メニューの指定 */
#accordion_menu div.categoryitems ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}
/*ステータスアイコンのCSS*/
#accordion_menu div.menuheader .statusicon{
  position: absolute;
  top: 10px;
  left: 5px;
  border: none;
}
#accordion_menu div.categoryitems ul li{
	padding-bottom: 2px;
}
#accordion_menu div.categoryitems ul li a{
	color: #69C;
	background: url(image/arrow.png) no-repeat 2px 5px;
	display: block;
	padding: 2px 0;
	padding-left: 19px;
	text-decoration: none;
	border-bottom: 1px solid #dadada;
	font-size: 14px;
	font-weight: bold;
}
#accordion_menu div.categoryitems ul li a:visited{
	color: #309;
}
#accordion_menu div.categoryitems ul li a:hover{
	color: #00F;
}
/* ▲　アコーディオンメニュー ▲　ここまで */
.codebox {
	height: 40em;
	overflow: auto;
	width: 550px;
	margin: 1em auto;
	border: 1px solid #eee;
}
code {
	display: block;
	margin: 0px;
	padding: 9px;
	letter-spacing: 1px;
	font-size: 9pt;
	color: #008000;
	line-height: 110%;
	background: #fcfcfc;
}

