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

* {
	margin: 0;
	padding: 0;
}
body {
	background: #474747 url(../img/body.gif) repeat-y center top;
	font: normal 0.7em "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
a {
	color: #FFF;
	text-decoration: underline;
}
/* headings */
h1 {font: normal 2em sans-serif; margin-top: 1em;}
h2 {font: normal 1.2em sans-serif; margin-top: 0.8em;}
h3 {font: bold 1.3em sans-serif; margin-top: 0.6em;}
h4 {font: bold 1.1em sans-serif; margin-top: 0.4em;}

h1,h2,h3,h4 {color: #444;}

/* misc */
.left {float: left;}
.right {float: right;}
span.comment {padding-left: 18px; background: url('img/icon_comment.gif') no-repeat left center;}
.clearer {clear: both; font-size: 0; height: 0;}

#wrapper {
	width: 780px;
	margin: 0 auto;
	border-top: 6px solid #ffffff;
}

#header {
	float: left;
	width: 520px;
	background: #1664da url(../img/header.gif) repeat-x;
	border-bottom: 6px solid #ffffff;
	height: 180px;
}
#header h1 {
	font: normal 2.2em "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 60px 0 0 24px;
	color: #ffffff;
}
#header #description {
	padding-left: 24px;
	color: #ffffff;
}
#header h2 {
	text-align: right;
	padding-right: 24px;
}

#side {
	float: right;
	width: 253px;
}
ul.menu {
	background: #2a2a2a;
	border-top: 1px solid #3a3a3a;
}
ul.menu li {
	border-bottom: 1px solid #3a3a3a;
	list-style: none;
}
ul.menu li a {
	background: url(../img/block.jpg) repeat-x left top;
	color: #cccccc;
	display: block;
	padding: 0.6em 2% 0.6em 5%;
	width: 92%;
	text-decoration: none;
}
ul.menu li a:hover {background: #444;}

#main-content {
	float: left;
	width: 520px;
}
.content {
	color: #444444;
	line-height: 1.3em;
	padding: 0 1em 1em;
}
.content p {
	margin: 0.4em 0 1em 0;
}
.title {
	font-size: 17px;
	font-weight: bold;
}

.content a{
	color: #555555;
}

/* footer */
#footer {
	color: #666;
	clear: both;
}
#footer .right {color: #555;}
#footer .right a {color: #555;}
#footer .right a:hover {
	color: #777;
	text-decoration: underline;
}
#footer .left a {color: #777;}
#footer .left a:hover {
	color: #333;
	text-decoration: underline;
}
#footer .left {
	border-top: 1px solid #F0F0F0;
	padding: 9px 0 9px 9px;
	width: 507px;
}
#footer .right {
	margin-right: 1em;
	padding: 0.8em 0;
	text-align: right;
	width: 220px;
}


