/* Base Weblog (base-weblog.css) */

/* basic elements */

html
{
   margin: 0;
   /* setting border: 0 hoses ie6 win window inner well border */
   padding: 0;
}


* {
margin: 0;
padding: 0;
}

body {
	background:#EEEEEB;
	background-image: url(http://tokamati-shinbum.gloomy.jp/img/back.gif); background-repeat: repeat;
	color:#1B1B1B;
	font-size: 12px;
	line-height:160%;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
}



form, input { margin: 0; padding: 0; }
a { text-decoration: underline; }
a img { border: 0; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote
{
   margin-top: 10px;
   margin-bottom: 10px;
}



/*===================================*/
/*レイアウトの設定 テーブル版*/
/*===================================*/

/*ヘッダー日付*/
.header-date {
	font-size:10px;
}	

/*コンテンンツ囲みテーブル用*/
.border {
	border-top: 2px solid #434343;
	border-bottom: 2px solid #434343;
	border-left: 2px solid #434343;
	border-right: 2px solid #434343;
}


/*コンテンツナビゲーション*/
.content-nav
{
   margin: 0px 0px 25px 0px;
   text-align: center;
}


/*フッター*/
#footer {
	text-align:center;
	margin-top: 5px;
	margin-bottom: 10px;
}

#footer address {
	font-size:x-small;
	font-style:normal;
}



/*===================================*/
/*左カラム内の設定*/
/*===================================*/
/*メニュー段組設定*/
#side_entry {
	margin-bottom:25px;
}

/*メニュータイトルリンク*/
#menulist ul{
	margin: 0px;
	padding: 0;
	list-style: none;
	text-indent:-9999px;
}

#menulist li, #menulist a{
	display: block;
	width:170px;
	height:25px;
}

#menulist a{
	text-decoration: none;
	color: #FFFFFF;
}

#menu01 a{background-image:url(http://tokamati-shinbum.gloomy.jp/img/side_title01.gif); background-repeat:no-repeat;}
#menu01 a:hover{background-image:url(http://tokamati-shinbum.gloomy.jp/img/side_title01_over.gif); background-repeat:no-repeat;}
#menu02 a{background-image:url(http://tokamati-shinbum.gloomy.jp/img/side_title02.gif); background-repeat:no-repeat;}
#menu02 a:hover{background-image:url(http://tokamati-shinbum.gloomy.jp/img/side_title02_over.gif); background-repeat:no-repeat;}
#menu03 a{background-image:url(http://tokamati-shinbum.gloomy.jp/img/side_title03.gif); background-repeat:no-repeat;}
#menu03 a:hover{background-image:url(http://tokamati-shinbum.gloomy.jp/img/side_title03_over.gif); background-repeat:no-repeat;}
#menu04 a{background-image:url(http://tokamati-shinbum.gloomy.jp/img/side_title04.gif); background-repeat:no-repeat;}
#menu04 a:hover{background-image:url(http://tokamati-shinbum.gloomy.jp/img/side_title04_over.gif); background-repeat:no-repeat;}
#menu05 a{background-image:url(http://tokamati-shinbum.gloomy.jp/img/side_title06.gif); background-repeat:no-repeat;}
#menu05 a:hover{background-image:url(http://tokamati-shinbum.gloomy.jp/img/side_title06_over.gif); background-repeat:no-repeat;}
#menu06 a{background-image:url(http://tokamati-shinbum.gloomy.jp/img/side_title07.gif); background-repeat:no-repeat;}
#menu06 a:hover{background-image:url(http://tokamati-shinbum.gloomy.jp/img/side_title07_over.gif); background-repeat:no-repeat;}



/* メニューリスト囲み*/
.module-content{
	position: relative;
	margin: 8px 0px 0px 0px;
	font-size: 11px;
	line-height: 1.3;
}

/*メニューリスト*/
.module-list{
	margin: 0 0 10px 15px;
	list-style: disc;
}

/*メニューリスト行間*/
.module-list-item{
	margin-top: 5px;
	margin-bottom: 5px;
}



/* =================================== */
/*左カラム内MTデフォルト設定*/
/* =================================== */

/* 検索 */
.module-search input { font-size: 10px; }
.module-search #search { width: 50px; }

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac ¥*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */



/*===================================*/
/*右カラム内の設定*/
/*===================================*/
/* ロゴ間ボーダー*/
.entry-border{
	margin-top: 13px;
	margin-bottom: 13px;
	border-bottom:1px solid #747474;
}

/* 広告下情報キャプション*/
.right-caption1 {
	margin-top:20px;
	margin-bottom: 20px;
	font-size: 10px;
	line-height: 1.2;
}

/* QRコードキャプション*/
.right-caption2 {
	margin-top:5px;
	margin-bottom: 20px;
	font-size: 10px;
	line-height: 1.2;
}

/* QRコード〜カウンター段組み*/
.right-content1 {
	margin-top:5px;
	text-align: center;
}

/* =================================== */
/*メイン*/
/* =================================== */

/*メインカラムサイド空設定*/
#main {
	margin-top: 0px;
	margin-right: 15px;
	margin-left: 16px;
}

/*エントリー*/
.entry{
margin-bottom: 0px;
}


/*エントリー日付*/
.date-header{
	margin-top: 0;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

/*エントリー見出し*/
.entry-header{
	margin-top: 0;
	color: #313131;
	font-size: 16px;
	font-weight: bold;
	border-bottom:3px
	solid #434343;
}

/*エントリーキャプション上下空幅*/
.entry-body{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 13px;
	line-height: 1.5;
}

/*エントリー続きを読む*/
.entry-more-link,{
	font-size: 11px;
}

/* エントリーFOOTER*/
.entry-footer{
	text-align:right;
	font-size: 11px;
	border-top:1px solid #747474;
	margin-bottom: 35px;
}



/*===================================*/
/*リンク設定*/
/*===================================*/
/*リンク*/
a,a:link{
	color: #1B1B1B;
	text-decoration: none;
}

a:visited {
	color: #1B1B1B;
	 text-decoration: none;
}

a:hover {
	color: #c60000;
	text-decoration:  underline;
}

a:active {}



/*===================================*/
/*その他の設定*/
/*===================================*/

.clear {
	clear: both;
	font: 0/0 sans-serif;
}


/*===================================*/
/*アーカイブ・ページ*/
/*===================================*/

/*メニューリスト*/
.archive-list{
	margin: 0 0 0 15px;
	list-style: disc;
	font-size:13px;
}
.archive-list-item
{
	margin-top: 0px;
	margin-bottom: 0px;
}



