@charset "utf-8";
/* CSS Document */

#menu li:after,
#indexbox div.titlepack p.number:after,
#indexbox div.titlepack p.indextitle:after, {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#menu li,
#indexbox div.titlepack p.number,
#indexbox div.titlepack p.indextitle,	   {
	display: inline-table;
	/*\*/
	display: block;
	*height: 1%;
	/**/
}



p 	{ font-size:12px; line-height:1.5em; margin:0;}
ul  { margin:0;}
h3  { margin:0;}


#titlearea { 
	width:596px;
	margin-bottom:4px;
}
#titlearea h3 {
	width:596px;
	height:30px;
	margin-bottom:4px;
	text-indent:-9999px;
	background:url(../images/title_kihon.gif) no-repeat left top;
}
			
#indexbox {
	width:596px;
	margin-bottom:24px;
	padding-bottom:7px;
	background:url(../images/dot.gif) no-repeat left bottom;
}			
div.titlepack {
	width:596px;
	height:40px;
	margin-bottom:7px;
}
		
div.titlepack p.number {
	float:left;
	margin:0 3px 0 0;
}	
div.titlepack p.indextitle	{
	padding-top:5px;
	float:left;
}
div.titlepack p.indextitle	a {
	font-size:18px;
	line-height:1.5em;
	text-decoration:none;
	color:#339900;
}
div.titlepack p.indextitle	a:hover, a:active {
	color:#339900;
	text-decoration:underline;
}
	
ul.list {
	margin-left:45px;
	padding:0;
	list-style:none;
}			
ul.list li {
	padding-bottom:10px;
	margin:0;
	list-style:none;
}
ul.list li a {
	background:url(../images/arrow01.gif) no-repeat left top;
	color:#333333;
	font-size:12px;
	display:block;
	line-height:13px;
	padding-left:16px;
	padding-top:0px;
	text-decoration:none;
	position:relative;
}
ul.list li a:hover, a:active {
	color:#000000;
	text-decoration:underline;
}