/* ブログテンプレート雛形 3カラム（サイドバー左右）　(C)2008 C-point Corp. */

*{
	padding:0px;
	margin:0px;
	font-family:Verdana, Arial, sans-serif;
}

/* HTMLタグ設定 */
body{
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 100%;
	background: url(//shiga-saku.net/usr/shigamania/content_back.jpg) repeat;
}
img{
	border: none;
}
form{
	margin: 0px;
	padding: 0px;
}
label{
	font-weight: bold;
	letter-spacing: 0.2em;
	white-space: nowrap;
	text-align: right;
	font-size: 12px;
}
blockquote {
	background-color: #CCC;
	padding: 5px;
	color: #333;
	font-size: 85%;
}

/* =================================== */
/* レイアウト設定 */
/* =================================== */

#container{
	text-align: left;
	padding: 0px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #000000;
	background: #FFFFFF url(//shiga-saku.net/usr/shigamania/content_body.jpg) repeat-y;
}
#container a img,#container a:link img,#container a:visited img {
	border: 2px solid #CCCCCC;
}
#container a:hover img {
	border: 2px solid #78A994;
}
#links a img,#links2 a img {
	border: 0px none #FFFFFF!important;
}

/* ブログタイトル・概要 */
#banner{
	margin: 0px;
	overflow: hidden;
	background: url(//shiga-saku.net/usr/shigamania/head_back.jpg) repeat-x;
}

/* ブログの配置 */
#content{
	width: 585px;
	padding: 0px 10px 0px 15px;
	float: left;
}

/* ブログ外枠 */
.blog{
	margin-top: 0px;
	margin-bottom: 15px;
	overflow: hidden;
	width: 585px;
}

#sidewrap {
	float: left;
	width: 375px;

}
/* サイド（左サイド） */
#links{
	width: 185px;
	font-size: 85%;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* 右サイド（右サイド） */
#links2{
	width: 185px;
	font-size: 85%;
	display: block;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
}

/*フッタ*/
#footer{
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
	display: block;
	background: #FFFFFF url(//shiga-saku.net/usr/shigamania/footer.jpg) repeat-x;
	width: 100%;
} 

/* ************************************************ 
 *	リンクカラーの設定
 * ************************************************ */

/* 全般 */
a{	color: #78A994;
	text-decoration: none;
}
a:link{
}
a:visited{}
a:active{
	text-decoration: underline;
}
a:hover{
	text-decoration: underline;
	color: #666666;
}

/*　ブログタイトル・概要　*/
#banner a{
	text-decoration: none;
	color: #ffffff;
}
#banner a:link{
	text-decoration: none;
	color: #ffffff;
}
#banner a:visited{
	text-decoration: none;
	color: #ffffff;
}
#banner a:active{
	text-decoration: underline;
	color: #ffffff;
}
#banner a:hover{
	text-decoration: underline;
	color: #ffffff;
}

/* カレンダー */
.calendar a{}
.calendar a:link{}
.calendar a:visited{}
.calendar a:active{}
.calendar a:hover{}

/* 続きを読む */
.acontinues a{}
.acontinues a:link{}
.acontinues a:visited{}
.acontinues a:active{}
.acontinues a:hover{}

/* 次のページ・前のページ */
.amenu a{}
.amenu a:link{}
.amenu a:visited{}
.amenu a:active{}
.amenu a:hover{}

/* サイドバー */
/* サイドバー */
.side a{
	color: #333333;
	text-decoration: underline;
}
.side a:link{
	color: #333333;
	text-decoration: underline;
}
.side a:visited{
	color: #333333;
	text-decoration: underline;
}
.side a:hover{
	color: #000000;
	text-decoration: none;
}

.aside a{}
.aside a:link{}
.aside a:visited{}
.aside a:hover{}

/*　サイドタイトル　*/
.title a{
	text-decoration: none;

}
.title a:link{
	text-decoration: none;
	color: #ffffff;
}
.title a:visited{
	text-decoration: none;
	color: #ffffff;
}
.title a:active{
	text-decoration: underline;
	color: #ffffff;
}
.title a:hover{
	text-decoration: underline;
	color: #ffffff;
}


/*　このページの上へ　*/
.aposted a{}
.aposted a:link{}
.aposted a:visited{}
.aposted a:active{}
.aposted a:hover{}

/*　トラックバック　*/
.atrackback-post a{}
.atrackback-post a:link{}
.atrackback-post a:visited{}
.atrackback-post a:active{}
.atrackback-post a:hover{}

/*　RSS　*/
.rss a:link{}
.rss a:visited{}
.rss a:hover{}
.rss a:active{}


/* ************************************************ 
 *	バナー（ページ上部）の設定
 * ************************************************ */

/* ブログタイトル */
.blogtitle{
	font-size: 130%;
	width: 720px;
	margin: 0px;
	padding: 10px;
	text-align: left;
	clear: both;
}

/* ブログ説明文 */
.description{
	font-size: 90%;
	padding: 5px 10px 10px;
	width: 720px;
	text-align: left;
	color: #ffffff;
	line-height: 130%;
}

/* ************************************************ 
 *	記事の設定
 * ************************************************ */


/* 記事 */
.blogbody{
	overflow: hidden;
}

/* 記事タイトル */
.title{
	font-size: 16px;
	color: #ffffff;
	padding-left: 8px;
	margin: 0px 0px 10px;
	line-height: 29px;
	background: url(//shiga-saku.net/usr/shigamania/title.jpg);
}

/* 記事日付 */
.date{
	font-size: 80%;
	color: #666666;
	margin-top: 0px;
	text-align: right;
	margin-bottom: 2px;
}

/* 記事本文 */
.main{
	padding: 10px;
	margin: 0px;
	overflow: auto;
	font-size: 87%;
	line-height: 150%;
}


/* 記事本文内画像 */
.main img{
	margin: 0px 3px 3px 0px;
}

/* 続きを読む */
.main-continues{}

/* 記事フッター */
.posted{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #006666;
	padding-top: 3px;
	text-align: right;
	margin-bottom: 20px;
	margin-top: 5px;
	clear: both;
	font-size: 70%;
}


/* ************************************************ 
 *	トラックバックエリアの設定
 * ************************************************ */

/* この記事へのトラックバック */
.title_s{
	margin: 0px 0px 5px 10px;
	font-size: 100%;
}

/* この記事へのトラックバックURL */
.trackback-url{
	font-size: 100%;
	font-weight: bold;
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 15px;
}

/* トラックバックURL */
#trackback-text{
	width: 210px;
}

/* トラックバック本文 */
.trackback-body{
	margin: 5px 20px;
	font-size: 85%;
	line-height: 130%;
}

/*トラックバック送信元など*/
.trackback-post{
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 20px;
	padding-top: 3px;
	font-size: 82%;
	text-align: right;
}


/* ************************************************ 
 *	コメントエリアの設定
 * ************************************************ */
.tcarea {
	background:#F6F6F6;
	margin: 5px auto;
	padding: 10px;
	width: 520px;
}
/* この記事へのコメント */
.comments-head{
	margin: 0px 0px 0px 15px;
	font-weight: bold;
	font-size: 100%;
}

/* コメント投稿者日時など*/
.comments-post{
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 20px;
	padding-top: 3px;
	font-size: 82%;
	text-align: right;}

/* コメント本文 */
.comments-body{
	margin: 5px 20px;
	font-size: 85%;
	line-height: 130%;
}

/* コメント入力テーブル */
table.form {
	width: 480px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

/* 本文 */
#text{
	width: 400px;
	height: 150px;
}

/* メールアドレス */
#email{
	width: 300px;
}

/* 名前 */
#author{
	width: 200px;
}

/* URL */
#url{
	width: 300px;
}

/*情報を記憶チェックボックス*/
#bake{}

/*確認せずに書込チェックボックス*/
#savecheck{}

/* ************************************************ 
 *	プラグイン設定
 * ************************************************ */

/* サイドブロック */
.side{
	margin-bottom: 10px;
}

/* サイドタイトル */
.sidetitle{
	background: url(//shiga-saku.net/usr/shigamania/side_title.jpg);
	font-size: 95%;
	color: #ffffff;
	padding-left: 8px;
	margin: 0px 0px 10px;
	line-height: 30px;
}

/* サイド本文 */
.sidebody{
	margin-bottom: 3px;
	margin-right:auto;
	margin-left:auto;
	width: 170px;
	font-size: 92%;
}

/* RSS */
ul.rss{
	text-align: center;
	margin-top: 5px;
	margin-bottom: 10px;
}
ul.rss li{
	display: inline;
	margin-left: 10px;
	font-weight: bold;
}

/* カレンダー ここから ----------*/
/* 大枠 */
.calender{
	text-align: center;
	margin-bottom: 10px;
}
/* 上部年月日表示 */
.calendarhead{
	font-weight: bold;
	margin-bottom: 3px;
	font-size: 11px;
}
/* 枠 */
.calendartable{
	border: 1px solid #CCCCCC;
	font-size: 12px;
	width: 140px;
	margin-right: auto;
	margin-left: auto;
}
/* 曜日枠 */
.calendarwd{
	background-color: #006666;
	padding: 5px;
}
/* 曜日 */
.calendarweek{}
/* 日付枠 */
.calendard{
	text-align: center;
	border: 1px solid #CCCCCC;
}
/* 日曜日 */
.sun{
	color: #CC0000;
}
/* 土曜日 */
.sat{
	color: #0099FF;
}
/* 今日 */
.today{
	font-weight: bold;
}
/* カレンダー ここまで ----------*/

/* カテゴリー */
.category {
	margin-bottom: 10px;
}

/* 最近の記事 */
.recententry {}

/* 過去記事 */
.archives {}

/* 最近のコメント */
.comment {}

/* 最近のトラックバック */
.trackback {}

/* お気に入り */
.link  {
	margin-bottom: 10px;
}

/* ブログ内検索 */
.search {
	margin-bottom: 10px;
}

/* QRコード */
.qrcode {
	margin-bottom: 10px;
}

/* アクセスカウンタ */
.counter {
	margin-bottom: 10px;
}

/* 読者登録 */
.subscription {
	margin-bottom: 10px;
}

/* プロフィール */
.profile {
	margin-bottom: 10px;
}
.nickname{
	font-weight: bold;
	word-spacing: 0.2em;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}
.photo{
	text-align: center;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
.message{
	font-size: 93%;
	line-height: 140%;
	margin: 5px;
}


/* タグクラウド */
.tag_cloud {
	margin-bottom: 10px;
}

/* カスタムプラグイン1 */
.custom1 {
	margin-bottom: 10px;
}

/* カスタムプラグイン2 */
.custom2 {
	margin-bottom: 10px;
}

/* カスタムプラグイン3 */
.custom3 {
	margin-bottom: 10px;
}

/* オーナーにメッセージ */
.inquiry{}

/* 新規投稿 */
.blog_entry{}


/* ************************************************ 
 *	フッターの設定
 * ************************************************ */

/* このページの上へ */
.pagetop{
	font-size: 85%;
	text-align: right;
	margin-top: 15px;
	margin-bottom: 10px;
}

/* このBlogのトップへ */
.menu{
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 85%;
	letter-spacing: 0.2em;
	text-align: right;
}

/* コピーライト */
#copyright{
	font-size: 60%;
	text-align: left;
	margin: 0px auto;
	width: 1000px;
	clear: both;
}

#headnavi {
	background: url(//shiga-saku.net/usr/shigamania/head_navi.jpg) repeat-x;
	height: 29px;
	text-align: left;
	line-height: 29px;
	font-size: 11px;
}

*:first-child+html #shigamania {
	background: url(//shiga-saku.net/usr/shigamania/shigamania_navi_back.jpg) repeat-x;
	margin-bottom: -2px;
}
* html #shigamania {
	background: url(//shiga-saku.net/usr/shigamania/shigamania_navi_back.jpg) repeat-x;
	margin-bottom: -2px;
}

#shigamania {
	background: url(//shiga-saku.net/usr/shigamania/shigamania_navi_back.jpg) repeat-x;
}
#shigamania .shigamania {
	margin: 0px auto;
	width: 1000px;
	text-align: left;
}



#headnavi a {
	margin-right: 5px;
	margin-left: 5px;
	color: #FFFFFF;
	text-decoration: none;
}


#container-top {
	background: url(//shiga-saku.net/usr/shigamania/content_top.jpg);
	height: 17px;
	width: 1000px;
	margin: 0px auto -1px;
}
* html #container-top {
	background: url(//shiga-saku.net/usr/shigamania/content_top.jpg);
	height: 17px;
	width: 1000px;
	margin: 0px auto -1px;
}
#container-bottom {
	background: url(//shiga-saku.net/usr/shigamania/content_bottom.jpg);
	margin: 0px auto 20px;
	height: 17px;
	width: 1000px;
}

#breadcrumbs {
	width: 980px;
	text-align: left;
	padding-left: 20px;
	font-size: 11px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
}

#breadcrumbs a {
	color: #000000;
}
.main-continues {
	font-size: 110%;
	text-align: right;
}



.linktitle2 {
	font-size: 12px;
}

.linktitle a {
	color: #000000;
	text-decoration: none;
}

.staff {
	float: left;
	width: 375px;
	padding-top: 3px;
}

.staff p {
	width: 337px;
	font-size: 12px;
	background: #FDECE4;
	margin: 3px auto 2px;
	border: 2px solid #FEE0D8;
	font-weight: bold;
	color: #9A8F70;
	padding: 3px 3px 3px 15px;
}

#foot-link {
	text-align: left;
	width: 1000px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	color: #666666;
}

#foot-link h4 {
	border-bottom: 1px solid #CCCCCC;
	font-weight: normal;
	font-size: 12px;
}

.foot-box {
	padding: 10px;
	width: 230px;
	float: left;
	font-size: 11px;
}

.indexclear {
	clear: both;
	margin-top: 3px;
	margin-bottom: 3px;
}

.photo{
	width:195px;
	overflow:hidden;
	text-align:center;
	float:left;
	height: 200px;
}

.photo img{
	height:135px;
	width:180px;
	border:1px solid #fff;
	margin:0px auto;

}

.photo .indexdate{
	margin:0px 0px 0px 0px;
	padding:0px;
	border:none;
	background:none;
	font-weight:normal;
	color:#78A994;
	font-size:10px;
}

.photo .indextitle{
	margin:4px auto;
	display:block;
	overflow:hidden;
	font-weight:normal;
	color:#333333;
	font-size:11px;
}

.photo .indexcate {
	margin:1px auto;
	display:block;
	overflow:hidden;
	font-weight:normal;
	color:#333333;
	font-size:10px;
}

.pr {
	font-size: 11.5px;
padding:5px 2px;
}

.minakusalink {
	padding: 10px;
	float: left;
	width: 352px;
	background: #EFEFEF;
	border-left: 3px solid #02532A;
}
.shigamanialink {
	padding: 10px;
	float: left;
	width: 352px;
	background: #EFEFEF;
	border-left: 3px solid #461904;
}
