@charset "UTF-8";
:root body {
	overflow-y: scroll;
}
body {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 100%;
	background-color: black;
	background-image: url(image/wall3.jpg);
	background-position: top center;
}
#container {
	width: 800px;
	margin: 0 auto;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	background-color: #0e0708;
}
#container img {
	border: none;
}
#header {
	height: auto;
	background-image: url(image/topbanner.gif);
	background-repeat: no-repeat;
	margin: 0;
	display: block;
	padding: 20px 0px 0px 40px;
}
#kanban {
	background-image: url(image/kanban_on.gif);
	background-repeat: no-repeat;
	height: 100px;
	width: 140px;
	background-position: left top;
}
#kanban a:link {
	display: block;
	height: 100px;
}
#kanban a:visited {
	display: block;
	height: 100px;
}
#sitetitle {
	height: 20px;
	width: 315px;
	margin-bottom: 80px;
}
#sitetitle a:link {
	display: block;
	height: 20px;
}
#sitetitle a:visited {
	display: block;
	height: 20px;
}
#navi {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: bottom;
	color: #aaaaaa;
	height: 20px;
}
  #navi   a:link {
	color: #aaaaaa;
	text-decoration: none;
}
#navi a:visited {
	color: #aaaaaa;
	text-decoration: none;
}
#navi a:hover {
	color: #DE3D89;
	text-decoration: underline;
}
#mainContent {
	background: #0e0708;
	height: auto;
	float: left;
	width: 800px;
	padding: 0px 40px;
}
#contentbox {
	background-color: #4a142e;
	color: #aaaaaa;
	background-image: url(image/cntboxtop.gif);
	background-repeat: no-repeat;
	height: auto;
	clear: both;
	float: left;
	padding: 40px 0px 20px 0px;
	width: auto;
	border-left: solid 40px #0e0708;
	border-right: solid 40px #0e0708;
	background-position: center top;
}
#topicbox {
	float: left;
	width: 199px;
	padding: 0px 40px 0px 20px;
}
#topictitle {
	height: 40px;
	font-size: 18px;
	width: 189px;
	background-image: url(image/pagename_bk.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: center;
	vertical-align: text-bottom;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}
#topictitle a {
	display: block;
	height: 40px;
}
#topics {
	color: #a0a0a0;
	font-size: 12px;
	height: auto;
	width: auto;
	padding-bottom: 15px;
}
#cat 
{
	height: 30px;
	width: 189px;
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
	list-style-type: none;
}
#cat a	{
	display: block;
	padding: 5px 0px 5px 20px;
	margin-top: 10px;
	margin-bottom: 5px;
	color: #aaa;
	background-image: url(image/cat_bk.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #000000;
}
#cat a:link	{
	text-decoration: none;
}
#cat a:visited	{
	text-decoration: none;
}
#cat a:hover 	{
	text-decoration: underline;
}
.recombox {
	float: right;
	padding: 0px 20px 0px 0px;
	width: 440px;
	margin-bottom: 30px;
	margin-top: 10px;
}
.recomtitle {
	height: 20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #7F7F7F;
	font-size: 12px;
	clear: both;
	font-weight: bold;
	color: #f39700;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}
.recom {
	color: #aaaaaa;
	border-bottom: solid 1px #975277;
	height: auto;
	float: left;
	padding-bottom: 20px;
	width: 100%;
	padding-top: 20px;
}
.recomitem {
	width: 100%;
	height: auto;
	font-size: 12px;
	vertical-align: bottom;
}
.recomtext {
	color: #a0a0a0;
	font-size: 12px;
	height: auto;
	width: auto;
}
.itemname {
	padding-top: 5px;
}
.itemname a:link, a:visited {
	color: #aaa;
text-decoration: underline;
}
.itemname a:hover {
	color: #975277;
text-decoration: none;
}
.itemdesc {
	padding-top: 5px;
	line-height: 150%;
}
#info {
	height: 20px;
	margin: auto;
	clear: both;
	padding: 20px 40px 0px 40px;
}
#adress {
	font-size: 12px;
	color: #7d7d7d;
	float: left;
}
#sitemap {
	float: right;
	color: #7d7d7d;
	font-size: 12px;
	text-align: right;
}
#sitemap a:link {
	color: #7d7d7d;
	text-decoration: none;
}
#sitemap a:visited {
	color: #7d7d7d;
	text-decoration: none;
}
#sitemap a:hover {
	color: #DE3D89;
	text-decoration: underline;
}
 #footer {
	padding-top: 15px;
	padding-bottom: 35px;
}
/* end hiding */
#copy {
	color: #5b2d34;
	font-size: 10px;
	text-align: center;
	border-top: solid 1px #5b2d34;
	padding-top: 5px;
}

/* hide hack from Mac-IE5 ¥*/
* html .mybuggyelement { height: 1%; }


