@import url(common.css);
body {
	color: #565656;
	font-size: 13px;
	line-height: 140%;
	background-color: #fff;
	*font-size: small; /*ie全般*/
	*font: x-small; /*ie6-7後方互換モード*/
}
#wrap {
	background: white url(body09.gif) repeat-y center top;
	text-align: center;
	width: 830px;
	margin: 30px auto 0;
}
#header {
	background: white url(head09.gif) no-repeat center top;
	position: relative;
	width: 830px;
	height: 85px;
	text-align: left;
}
#content {
	text-align: left;
	position: relative;
	width: 90%;
	margin: 0 auto;
	clear: both;
}
#side { width: 50%; float: left; }
#pics { width: 45%; float: right; }
#main {
	text-align: left;
	width: 85%;
	clear: both;
	margin: 0 auto;
	padding: 0 50px 20px;
}
#footer {
	font-size: 95%;
	background: white url(foot09.gif) no-repeat center top;
	text-align: center;
	width: 830px;
	height: 120px;
	margin: 0 auto;
}
/*header*/
#header h1 img {
	padding: 30px 0 0 60px;
	float: left;
}
#header h2 img { padding: 40px 0 0 280px; }
/*pics*/
#pics img { margin: 25px 50px 0 0; }
/*common*/
p { margin-top: 13px; }
em {
	color: #f33;
	font-size: 93%;
	font-style: oblique;
}
/*main*/
.desc { font-size: 90%; line-height: 1.5em; }
#main img { margin-top: 25px; }

ul#topic {
	list-style-type: none;
	list-style-image: none;
	/*padding-top: 20px;*/
}
li.parent {
	font-weight: bold;
	line-height: 1.5em;
	padding-top: 2em;
	list-style-type: none;
	color: #444;
}
li.parent ul { padding-top: 0.5em; padding-left: 2.5em; list-style-type: none; }
li.child { font-size: 95%; font-weight: normal; background-image: none; list-style-type: none; list-style-image: url(arrow.gif); }
.break {
	margin-left: 20px;
	margin-bottom: 13px;
}
/*footer*/
#footer p { padding-top: 8px; }
input.text { border: solid 1px silver; }
input.smit {
	border:outset 1px #ccc;
	background:#999;
	color: #333;
	background: url(buttonbg.gif) repeat-x left top;
	padding: 3px 4px 0 4px;
	font-size: 12px;
	cursor: pointer;
}

