/* CSS Document */
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #222;
	background-color: #111;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 11px;
	line-height: 18px;
	/*background-image:url(/image/BG.jpg);*/
	background-position:top center;
	background-repeat:no-repeat;
	background-attachment:scroll;
}
#mainBOX {
	margin:0px auto 0px auto;
	padding: 0px;
	height: auto;
	width: 760px;
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 0px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #660033;
	border-right-color: #000;
	border-bottom-color: #660033;
	border-left-color: #000;
	background-color: #CCC;
	text-align:center;
	text-align:left;
	background-image:url(/images_blog/ContentsBG.jpg);
	background-repeat:repeat;
}
#leftBOX{
	width:530px;
	float:left;
}
#nextpage{
	width:510px;
	margin-top:10px;
}
.Contents{
	width:510px;
	text-align:left;
	margin-left:10px;
}
#rightBOX{
	width:230;
	float:right;
	/*background-color:#2C3442;*/
	text-align:left;

}
#blog_right {
	background-image:url(/images_blog/right_photo.jpg);
	width:230px;
	height:210px;
	background-position:top right;
	background-repeat:no-repeat;
	
}
img {
	border-width:0px;
}
.date {
	font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size:10px;
	text-align:right;
	background-color:#660033;
	color:#fff;
	padding-right:5px;
	border-top:2px solid #000;
}
.state {
	text-align:center;
	font-size:10px;
}
.blog_title {
	font-size:14px;
	color:#000;
	text-shadow: 2px 2px 2px #000;
	padding:5px 10px;
}
.blog_title a {
	color:#000;
}
.blog_body {
	padding:0px 10px;
}
.topic {
	background-color:#660033;
	color:#fff;
	padding-left:5px;
	border:0px 1px solid #000;
	margin:5px 0px;
}
.sidetitle {
	font-size:12px;
	font-weight:700;
	background-color:#660033;
	border-top:2px solid #000;
	text-align:center;
	margin-top:10px;

}
.rightContents{
	color:#FFFFFF;
	width:200px;
	/*margin-left:10px;*/
	/*width:200px;*/
	margin:0 auto;

}
.rightContents a {
	color:#E98C00;
}
/*カレンダー*/
.cell       {
  color: #fff;
  font-size: 10px;
  font-family: Verdana;
  margin: 0px;
  width: 17px;
  height: 17px
}
.cell_today      {
  color: olive;
  font-size: 10px;
  font-family: Verdana;
  font-weight: bold;
  margin: 0px;
  width: 17px;
  height: 17px
}

.cell_sunday     {
  color: #C00;
  font-size: 10px;
  font-family: Verdana;
  margin: 0px;
  width: 17px;
  height: 17px
}

.cell_saturday    {
  color: #000066;
  font-size: 10px;
  font-family: Verdana;
  margin: 0px;
  width: 17px;
  height: 17px
}
.rightContents ul{
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
}
#blog_menu {
	background-image:url(image_menu/menu.jpg);
	border-bottom:1px solid #OOO;
}
#blog_menu a{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	padding: 5px;
	text-shadow: -2px -2px 2px #000;
	font-size: 12px;
	line-height: 12px;
}
#blog_menu a:hover{
	color: #FFF;
}
.mobile {
	display:none;
}
#copyright {
	width:760px;
	background-color:#660033;
	text-align:center;
	font-size:9px;
	border-width:1px 0px 0px 0px;
	border-style:solid;
	border-color:#660033;
	border-top-color:#000000;
	padding:1px 0px 1px 0px;
	clear: both;
	margin:0px
	
}
li {
	list-style-type: circle;
	border-bottom:1px;
	border-bottom-style:dotted;
	border-bottom-color:#666666;
	padding:0px 0px 0px 0px;
	list-style-position: inside;
}
ul{
	padding:0px 0px 0px 12px;
}
a {
	color: #E98C00;
	text-decoration: none;
}
a:hover {
	color: #E98C00;
	text-decoration: underline;
}
#rightBOX img{
	padding: 0;
	margin:0;
}