@charset "utf-8"; /* 文字コード */

/* ページ全体の基本的な設定と背景色 */
	body {
		background-color: #FFFFFF;
		margin: 0px;
		/*font-family: "ＭＳ Ｐゴシック";*/
		font-size: 90%;
	}

a:hover { color: #F94;}	/*マウスを乗せるとオレンジ/
a:active { color: red; }	/*マウスを乗せるとオレンジ*/

/* h1h2h3 */
h1{
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 1.2em;
	}
h2{
padding-left:8px;
padding-bottom:8px;
background:url(/images/h2.gif) repeat-x bottom;
font-size:1.2em;
margin-top:15px;
margin-bottom:10px;
}

img {
        margin: 0px;
		padding: 0px;
        border:none;
	}


/*基本構造 */

#map {
background-image:url(loading1.gif);
background-repeat:no-repeat;
background-position: center center;
}

#mainpagecontainer {
       width:860px;
       margin-left: auto;
       margin-right: auto;
	}
	#mainpagecontainer2 {
       width:860px;
       margin-left: auto;
       margin-right: auto;
	}
/*ページ最上部左上のロゴ*/

#titlebanner{
        float: left;
	width:180px;
	height: 90px;
	background: #FFF2D9;
	border-bottom: 1px solid #666699;
}
/*　ナビゲーションリンクを含むページ最上部のブロック　*/
#header {
        float: left;
	width:808px;
	height: 25px;
	background:url(/images/menu_bg1.gif);
	color: yellow;
	font-weight: bold;
}



/* TOPページなどメニューが左側にないページのコンテンツブロック */
#content988 {
	        width: 870px;
		font-size: 1em;
	}




/* 左側のメニューブロック */
#links-left{
	width: 180px;
	float: left;
        background: #FFF2D9;
	}



.mainpage_contentmidashi{
       clear: both;
	height: 80px;
	margin:15px 0px 0px 0px;
	font-size: 1.2em;
		padding: 0px;
		font-weight: bold;
background:none;
	}
.mainpage_contentmidashi img {
	border: none;
}
.category-blog h2{
		margin: 0px;
		padding: 0px;
                color:black;
		font-weight: bold;
		font-size: 1em;
                background:none;

}
.category-blog p{
padding-left: 1em;

       }



	.side ul {
		padding-left: 15px;
		margin: 0px;
		margin-bottom: 0px;
	}

	.side ul ul {
		margin-bottom: 0px;
	}

	.side li {
		margin: 0px;
		list-style-type: circle;
	}
/*	新テンプレートから移したCOMMENTS関連*/

.comments
{
   position: static;
   overflow: hidden;
   clear: both;
   width: 100%;
   margin-bottom: 20px;
}

.comment-footer
{
   margin: 0 0 20px 0;
   border-top: 1px solid #dae0e6;
   padding-top: 3px;
   color: #666;
   font-size: 1em;
   text-align: right;
}

.next-prev{
padding-top:10px;
padding-bottom:10px;
}

/*線なし*/
/*細線*/
.hrthin {
	background-color: #cccccc;
	height: 1px;
	margin-top: 0.5em;
	margin-bottom: 0;
	clear: both;
	margin-right: 15px;
	margin-left: 15px;
}

