* {
	border: none;
	text-decoration: none;
	font-weight: normal;
	font-size:10pt;
	color: #333;
	border: none;
	padding: 0;
	margin: 0;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
a:hover {
	text-decoration: underline;
}
body {
	text-align: center;
	background-color:#FFEB99;
}

/* ---------- */

#header {
	margin: 10px auto 0;
	width: 720px;
	height: 100px;
}

/* ---------- */

#menu {
	margin: 0 auto;
	width: 720px;
	background: #ffcc00 url(../img/menu_back.png) repeat-y center;
}
#menu ul {
	margin: 0 10px;
}
#menu li {
	display: inline;
}
#menu li a {
	display: block;
	width: 100px;
	float: left;
	margin: 0.5em;
	margin-bottom: 0;
	padding: .5em 0;
	background: #88E02E url(../img/tab.png) no-repeat top left;
	border-bottom: solid 2px #fc0;
}
#menu li a:hover {
	background-color:#fff;
}
#home #menu_home,
#works #menu_works,
#dnf #menu_dnf,
#etc #menu_etc {
	background-color: #fff;
	border-bottom: solid 2px #fff;
}

/* ---------- */

#contents {
	width: 680px;
	padding: 20px;
	background: #FFFFFF url(../img/main_back.png) repeat-y center top;
	margin: 0 auto;
	text-align: left;
}
#contents h2 {
	border: solid 1px #ff8000;
	letter-spacing: 0.2em;
	font-size: 1.5em;
	padding: 5px 40px 5px 10px;
	margin: 1em 0 2em;
	background: url(../img/flowericon.png) no-repeat right top;
}
#contents h3 {
	color: #447612;
	letter-spacing: 0.1em;
	font-size: 1.2em;
	padding: 17px 1em 5px;
	margin: 0em 0 1em;
	/*	border-bottom: solid 1px;
	background: url(../img/flog.jpg) no-repeat right bottom;*/
	background: url(../img/flogbar.jpg) no-repeat right bottom;
	height: 18px;
	
}
#contents h3 code {
	color: #447612;
	letter-spacing: 0.1em;
	font-size: 1.2em;
}
#contents h4 {
	font-size: 1.2em;
	letter-spacing: 0.1em;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 1em;
}
#contents h4 code {
	font-size: 1.2em;
	letter-spacing: 0.1em;
	font-weight: bold;
}
#contents a {
	color: #FF8000;
}
#contents p {
	margin: 1em;
	line-height: 1.5em;
}
#contents p.update {
	text-align: right;
}
#contents p.footprint {
	border-bottom: dashed 1px #cccccc;
	margin: 1em 0;
}
#contents pre {
	background: #f0f0f0;
	padding: 1em;
	border: 1px dashed #999999;
	overflow: auto;
	margin-top: 1em;
	margin-bottom: 1em;
	line-height: 1.4em;
}
#contents pre code {
	font-family: "Courier New", Courier, mono;
	line-height: 1.1em;
}
#contents ul {
	list-style-position: outside;
	list-style-type: none;
	margin: 1em 0 1em 2.5em;
	list-style-image: url(../img/listicon.gif);
}
#contents li {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	line-height: 1.2em;
}
#contents blockquote {
	font-style: italic;
	margin-right: 2em;
	margin-left: 2em;
}
#contents dl {
	margin: 1em auto;
}
#contents dt {
	border-left: 0.5em solid #FF8000;
	padding-left: .5em;
	margin: 1em;
}
#contents dd {
	margin-left: 3em;
}
#contents table.optionlist {
	border-collapse: collapse;
}
#contents table.optionlist th {
	text-align: left;
	background: #f0f0f0;
	border-bottom: solid 1px #ccc;
	padding: 1px .5em;
}
#contents table.optionlist td {
	padding: 1px .5em;
	border-bottom: solid 1px #ccc;
}
#contents #image {
	text-align: center;
}
#contents #image img {
	display: block;
	margin: 0 auto;
}
#contents .footertool p {
	text-align: center;
	margin-top: 2em;
	background: #FFEB99;
	padding: 0.5em;
}
#contents .footertool a {
	color: #FF0000;
}

/* ---------- */

#footer {
	clear: both;
	width: 700px;
	padding: 10px;
	height: 30px;
	margin: 0 auto 10px;
	background: url(../img/footer_back.png) no-repeat;
}
#footer p {
	color:#FFFFFF;
}

/* ---------- */

.clear_both {
	clear: both;
}
#contents table {
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 1em;
}
#contents td {
	padding: 0.5em;
}
#contents th {
	background: #f0f0f0;
}
