@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: 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: 189px;
	padding: 0px 40px 0px 20px;
}
#topictitle {
	height: 80px;
	font-size: 14px;
	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:link {
	display: block;
	height: 80px;
}
#topictitle a:visited {
	display: block;
	height: 80px;
}
#topics {
	font-size: 12px;
	height: auto;
	width: 189px;
	padding-bottom: 15px;
}
.itemtitle {
	font-size: 14px;
	color: #DBBF6B;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #a62d69;
	vertical-align: middle;
	width: auto;
	background-color: #5E193B;
	padding: 5px 0px 5px 10px;
	border-top: solid 1px #A15A7F;
}
.itemtitle  a:link  {
	text-decoration: none;
	color: #DBBF6B;
}
.itemtitle a:visited {
	text-decoration: none;
	color: #DBBF6B;
}
.itemtitle a:hover {
	text-decoration: underline;
	color: #aaa;
}
.itemtitlearch {
	font-size: 12px;
	color: #DBBF6B;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	vertical-align: middle;
	width: auto;
	background-color: #5E193B;
	padding: 5px 0px 5px 10px;
	border-top: solid 1px #A15A7F;
}
.itemtitlearch a:link {
	text-decoration: none;
	color: #DBBF6B;
}
.itemtitlearch  a:visited {
	text-decoration: none;
	color: #DBBF6B;
}
.itemtitlearch a:hover {
	text-decoration: underline;
	color: #aaa;
}
.sidebar  {
	margin: 0;
	font-size: 12px;
	background-image: url(image/cat_bk.jpg);
	background-position: center;
	height: auto;
	background-repeat: no-repeat;
	color: #aaa;
	text-align: center;
	vertical-align: middle;
	padding: 5px 0px;
}
.recitem  {
	color: #A15A7F;
	padding: 5px 0 0 0;
}
.recitembox {
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #5c1939;
}
.calendarbox {
	padding-bottom: 10px;
	padding-top: 10px;
	margin: auto;
	text-align: center;
	background-color: #5c1939;
}
.calendarbox	a:link {
	color: #DE3D89;
	text-decoration: underline;
}
.calendarbox 	a:visited {
	color: #DE3D89;
	text-decoration: underline;
}
.calendarbox	a:hover {
	color: #DE3D89;
	text-decoration: none;
}
table.calendar {
  margin: auto;
  padding-top: 5px;
}

tr.calendardateheaders {
  color: #A15A7F;
   font-weight: lighter;
}

td.days {
  text-align: center;
}

td.today {
	text-align: center;
	color: #aaa;
	border: solid 1px #aaa;
}
.recitem {
	padding: 10px 0px 0px 5px;
}
.recitem dt dl dd {
	padding: 10px 0px 0px 5px;
}
.recitem ul li {
	color: #A15A7F;
	padding: 5px 0;
	list-style-type: none;
}
.recitem   a:link  {
	color: #aaa;
	text-decoration: none;
	padding: 5px 0;
}
.recitem   a:visited  {
	color: #aaa;
	text-decoration: none;
	padding: 5px 0;
}
.recitem a:hover {
	color: #DBBF6B;
	text-decoration: underline;
	padding: 5px 0;
}
#rightbox {
	float: right;
	width: 470px;
	height: auto;
}
.itembox {
	padding: 0px 20px 0px 0px;
	width: 450px;
	height: auto;
	float: left;
}
.recom {
	color: #aaaaaa;
	height: auto;
	float: left;
	padding-bottom: 40px;
	width: 100%;
	padding-top: 10px;
	margin-bottom: 20px;
}
.recomarch {
	color: #aaaaaa;
	height: auto;
	float: left;
	padding-bottom: 10px;
	width: 100%;
	padding-top: 10px;
	margin-bottom: 10px;
}
.itemtext {
	color: #aaa;
	width: auto;
	height: auto;
	text-align: justify;
	font-size: 12px;
	padding: 15px;
	line-height: 20px;
	background-color: #571836;
}
.itemtext a:link, .itemtext a:visited {
      color: #aaa;
      text-decoration: underline;
}
.itemtext a:hover {
      color: #A15A7F;
      text-decoration: none;
}
.itemtextarch {
	color: #aaa;
	width: auto;
	height: auto;
	text-align: justify;
	font-size: 12px;
	padding: 15px;
	line-height: 120%;
}
.itemdate {
	height: auto;
	width: auto;
	font-size: 12px;
	text-align: right;
	color: #A15A7F;
}
.iteminfo {
	height: auto;
	width: auto;
	font-size: 12px;
	text-align: right;
	color: #aaa;
	padding-right: 5px;
}
.iteminfo a:link, a:visited {
	text-decoration: none;
	color: #aaa;
	padding-right: 5px;
}
.iteminfo a:hover {
	text-decoration: underline;
	color: #f39700;
	padding-right: 5px;
}
.commenttitle {
	height: auto;
	font-size: 14px;
	color: #DBBF6B;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	padding-left: 15px;
	width: auto;
	line-height: 120%;
	padding-bottom: 5px;
	clear: both;
}
.com {
	height: auto;
	width: auto;
	padding: opx 10px;
}
.commenttext {
	color: #aaa;
	width: 400px;
	height: auto;
	font-size: 12px;
	padding: 10px 10px 10px 10px;
	background-color: #571836;
	border-bottom: solid 2px #4a142e;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin: 0 0 0 20px;
}
.commenttext a:link, a:visited {
	color: #A15A7F;
	text-decoration: none;
}
.commenttext a:hover {
	color: #A15A7F;
	text-decoration: underline;
}
.cominfo {
	color: #A15A7F;
	text-align: right;
	font-size: 10px;
}
.pageswitch
{
	font-size: 12px;
}
.pageswitch a:link;
	color: #aaa;
	text-decoration: none;
}
.pageswitch a:visited;
	color: #aaa;
	text-decoration: none;
}
.pageswitch a:hover;
	color: #A15A7F;
	text-decoration: underline;
}
.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;
}
.itemdesc {
	padding-top: 5px;
}
.znkwl a:link, .znkwl a:visited {
      color: #A15A7F;
      text-decoration: underline;
}
.znkwl a:hover {
      color: #A15A7F;
      text-decoration: none;
}
textarea,input,select	{
background-color: #d0afc3;
}
/* znSmiley > の行 */
.znsm_re {
color: #090;
}
/* <img /> */
.znsm_img {
vertical-align: middle;
}
#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%; }

