/* 初期化 */
@import "reset.css";
@import "global.css";

/* 全体のレイアウト -------------------------------------------  */
#header
{  
	background: url(/images/nanatsumori_title_bg.png) no-repeat right 50%;
}
#headbar 
{
	padding: 5px; 
	background-color: #666666;
	color: white;
	height: 1.5em;
  }
#container
{  
	width: 100%;
	background: url(/images/main_bg.png) repeat-y left;
}
#contents
{ 
	float: right;
	width: 80%;
 }
#leftmenu
{ 
	float: left;
	width: 149px;
 }
#footer
{ 
	clear: both;
	margin: 0px;
	border-top: solid 1px #666666;
	padding: 3px;
	text-align: right;
	font-size: 90%;
	background-color: white;
 }

/* コンテンツパーツ ------------------------------------------------------ */

#header h1 { 
	margin-left: 5px;
	width: 330px;
	height: 80px;
	background: url("/images/nanatsumori_h1_bg.png") no-repeat left 50%;
	text-indent: -1000em;
 }

#contents p 
{
	margin: 1em;
	margin-left: 3em;
	line-height: 1.5em;
  }
#contents ol
{  
	margin-left: 5em;
}
#contents ol li
{  
	margin: 5px;
}



/* サイドメニュー --------------------------------------------------------- */
#catmenu
{ 
	margin: 0;
	width: 100%;
	background-color: #f0f0f0;
 }
#catmenu li
{ 
	border-bottom: solid 1px #CCC;
	line-height: 2em;
}
#catmenu li a
{ 
	line-height: 2em;
	padding-left: 20px;
}
#catmenu a 
{  
	display: block;
	width: 129px;
}
#catmenu a:hover
{  
	background-color: white;
	text-decoration: none;
}
#catmenu li.on a
{ 
	border-left: solid 10px #fc3;
	padding-left: 10px;
	background-color: white;
}

/* フッタメニュー --------------------------------------------------------- */
#footer ul
{  
	font-size: 90%;
}
#footer ul li
{  
	display: inline;
	margin-left: 5px;
}
#footer li img
{  
	vertical-align: middle;
}
