﻿/*共通CSS*/
@import "./system.css";
@import "./entry.css";
@import "./reset.css";
@import "./common.css";


/*--------------------*/

#wrapper{
	margin: 0 auto;
	width: 900px;
	background-color:#fff;
}

/* clear hack */
#wrapper{zoom:1;}
#wrapper:after{content:" ";clear:both;height:0;display:block;visibility:hidden;}
/*ヘッダ*/
#header {
	margin: 0 auto;
	width: 900px;
}
/*枠*/
#body-box {
	margin: auto;
	width: 900px;
	background-color:#fff;
	color:#666;
	padding-top:10px;
}
#left-box {
	display: inline;
	float: left;
	margin:0 0 0 10px;
	padding-bottom:20px;
	width: 190px;
	background-color:#fff;
}
#center-box {
	display: inline;
	float: left;
	margin:0 16px 0 22px;
	width: 448px;
}
#right-box {
	display: inline;
	float: right;
	margin: 0 10px 0 0;
	padding-bottom:20px;
	width: 190px;
	background-color:#fff;
}
#bottom-box {
	clear: both;
	margin:10 auto;
	width: 900px;
	background-color:#b9b9b9;
	color: #fff;
}

/* 各カテゴリ枠:共通・qrコード・rss */
.side dl,.side-rss dl,.side-qr dl{margin:10px 0;}
.side dt,.side-rss dt,.side-qr dt{margin:0;padding:0;}
.side dd,.side-rss dd{
	margin:0;
	padding:0;
	width:188px;
	border:1px #959595;
	border-style:none solid solid solid;
}
.side dd ul{
	margin:0 8px 0 23px;
	padding:5px 0 0 0;
	font-size: 12px;
	line-height: 135%;
	list-style-type:disc;
}
.side dd ul li{
	margin-bottom: 5px;
}
/*左コンテンツ------------------------------------*/
/*リンクバナー*/
#banner {
	margin: 0 auto 15px;
	width: 160px;
}
#banner p {
	margin: 2px;
	margin-bottom: 15px;
	line-height: 120%;
	font-size:10px;
	color:#666;
	text-align:center;
}

/*  カレンダー  */

/*カレンダー*/
#side-calendar-box {
	padding:10px 14px;
	width: 150px;
}
#side-calendar-box table {
	line-height:120%;
	margin: auto;
	padding:3px;
	width: 150px;
	background-color:#eaeaea;
}
#side-calendar-box table th {
	font-size: 12px;
	color: #333;
	text-align: center;
}
#side-calendar-box table td {
	padding:1px 4px;
	font-size: 12px;
	color: #333;
	height:13px;
	text-align: center;
}
#side-calendar-box table td.month {
	height:13px;
	padding: 0px auto 10px;
}
#side-calendar-box table td.today{
	height:13px;
	padding: 0px auto 10px;
	background:#840000;
	color:#fff;
}

#side-calendar-box a, #side-calendar-box a:visited {
 	color: #840000;
	text-decoration:underline;
}

#side-calendar-box a:hover, #side-calendar-box:active {
 	color: #840000;
	text-decoration:underline;
}


#calendar .today a {
    color: #fff;
    text-decoration:none;
}

#calendar .today a:hover {
    color: #fff;
    text-decoration:underline;
}

/* qrコード */
.side-qr p{
	font-size: 12px;
	text-align:center;
}
.side-qr img{
	text-align:center;
	margin-top:7px;
}
/* rss */
.side-qr dd{
	margin:0;
	padding:0;
	width:188px;
	border:1px #959595;
	border-style:none solid solid solid;
	text-align:center;
}
.side-rss ul{
	margin:0;
	padding:10px;
	list-style-type:none;
}
.side-rss ul li{
	padding-bottom:3px;
}


/*中央コンテンツ------------------------------------*/

/*記事*/
div.comment-box {
	margin: 0px auto 30px auto;
	width: 450px;
	text-align: left;
	background-color:#fff;
	border:1px solid #9b9b9b;
	background:url('../image/sanwa_logo_back.gif') no-repeat bottom right;
	font-family: "ＭＳ Ｐゴシック"; 
}
div.comment-box .top-area{
	background:url('../image/kiji_title.gif') no-repeat center 0;
	width:450px;
	height:72px;
}
div.comment-box .day {
	text-align:left;
	color:#000;
	font-size:28px;
	float:left;
	font-family: "ＭＳ Ｐゴシック";
	padding:18px 0 5px 8px;
}
div.comment-box .day span{
	color:#000;
	font-size:18px;
	font-weight:bold;
}

/*タイトル*/
div.comment-box .title {
	padding:15px 8px 0 10px;
	float:right;
	width:340px;
}
div.comment-box .title p{
	padding:0;
}
div.comment-box .title p a{
	font-size: 18px;
	font-weight: bold;
	line-height:120%;
}
/* clear hack */
div.comment-box .top-area{zoom:1;}
div.comment-box .top-area:after{content:" ";clear:both;height:0;display:block;visibility:hidden;}

/*テーマ*/
div.comment-box .theme {
	margin: 0 10px auto 10px;
	text-align: right;
}

div.comment-box .theme a{
	margin: 0px 5px auto 5px;
	font-size: 12px;
}
/*記事本文*/
div.comment-box .text {
	margin: 20px 10px auto 25px;
	line-height:160%;
}
/*記事本文リンク*/
div.comment-box .text a{
	color:#840000;
}
/*続きを読む*/
div.comment-box .reed-next {
	margin: 25px 10px auto 10px;
}
/*ライター表記・コメント・トラックバック*/
div.comment-box .bottom {
	margin: 20px 25px 10px 10px;
	letter-spacing:1px;
	font-size: 10px;
	text-align: right;
}
/* リンク色 
div.comment-box .title a:link, div.comment-box .title a:visited {
	color: #840000;
	text-decoration: none;
}
div.comment-box .title a:hover, div.comment-box .title a:active {
	color:#840000;
	text-decoration:underline;
}
*/

/*右コンテンツ------------------------------------*/


/* 投稿記事一覧 */
#ichiran{
	margin:10px 0;
	padding-right:15px;
	font-weight:bold;
	text-align:right;
}

/* 検索フォーム */
.search{
	margin:5px 5px 10px 10px;
}


/* 投稿記事一覧ページ ------------------------------------*/

#ichiran-area{text-align:left;}
#ichiran-area h2{
	margin-bottom:20px;
	background:url('../image/ichiran-title.jpg') no-repeat 0 0;
	width:449px;
	height:32px;
}
#ichiran-area h2 p{
	padding:5px 0 0 30px;
	font-size:14px;
	font-weight:bold;
	color:#984400;
}
#ichiran-area h3{
	margin:0;
	padding:8px 20px 5px;
	color:#000;
	font-size:12px;
	font-weight:bold;
}
#ichiran-area ul{
	margin:0;
	padding:0 0 10px 50px;
	list-style-type:none;
}
#ichiran-area li{
	margin:0;
	padding:0 0 0 15px;
	background:url('../image/arrow.gif') no-repeat 0 4px;
}
