@charset "utf-8"; 

/*
トップ・カテゴリ・地域・新着・ランキング・マップ・タグ・お問い合わせ・エラーページ内
コンテンツボックス詳細設定CSS


【1】メイン・センター
1-m1 お知らせ							#news
1-m2 最新記事							#newentry
1-m2-2 最新記事2カラム					#newentry2
1-c2 最新記事(トップ)					.indextop #newentry
1-c3 新規ブログ							#newblog
1-m4 ブログ一覧(新着・ランキング)		#bloglist
1-m4-1 ブログ一覧(新規ブログ)			.newblog #bloglist
1-m4-2 ブログ一覧(ランキング)			.popularblog #blogist
1-m8 マップ本体							#mapbox
1-m9 タグ本体							#tagsearch
1-m10 プレスリリース					#press-release
1-m12 社長ブログ						#syatyou-blog
1-m13 ゲストブログ						#guest-blog
1-m14 しがまにあ						#shigamania
1-m15 知が咲くBLOG						#chigasaku
1-m16 滋賀咲くトピックス				#topix
1-m17 滋賀咲くおすすめイベント			#event
1-m18 中央ナビゲーション				#center-navi
1-m19 リポーター＆ブロガー体験ブログ	#taiken

【2】サイド
2-s1 タグクラウド						#tag
2-s2 カテゴリ							#category
2-s2-1 カテゴリ(トップ)					.indextop #category
2-s2-2 カテゴリ(カテゴリ)				.indextop2 #category
2-s2-3 カテゴリ(地域)					.indextop3 #category
2-s2-4 カテゴリ(新規ブログ)				.newblog #category
2-s2-5 カテゴリ(ランキング)				.popularblog #category
2-s3 地域								#area
2-s3-1 地域(トップ)						.indextop #area
2-s3-2 地域(カテゴリ)					.indextop2 #area
2-s3-3 地域(地域)						.indextop3 #area
2-s3-4 地域(新規ブログ)					.newblog #area
2-s3-5 地域(ランキング)					.popularblog #area
2-s4 マップトラックバック				#maptb
2-s5 QRコード							#qr
2-s7 ランキング							#ranking
2-s7-1 ランキング(トップ)				.indextop #ranking
2-s7-2 ランキング(カテゴリ)				.indextop2 #ranking
2-s7-3 ランキング(地域)					.indextop3 #ranking
2-s8 バースデー							#birthday
2-s9 リンク								#link
2-s10 マップカテゴリ					#mapmenu
2-s11 キーワード検索					#search
2-s12 スタッフブログ					#staffblog
2-s13 ヘルプ							#help

【3】1カラム
3-1 お問い合わせ						#inquiry
3-2 エラーメッセージ					#errmsg
3-3 利用規約							#rule
3-4 プライバシーポリシー				#privacy

【4】特別カテゴリ
4-1 栗東駅前　ブログでいいとこ教え隊ヘッダー	#top-ritto
4-2 WIRE滋賀
4-3 五環生活
4-4 スタッフ企画
4-5 スポレク

 ※ 数字の前の略語
　m ･･ メイン枠内(2･3カラム共通)
　c ･･ センター枠内(3カラムのメイン枠)
　s ･･ サイド内(2･3カラム共通)
　l ･･ 左サイド内(2･3カラム共通)
　r ･･ 右サイド内(3カラムのみ)

【ボックス内セレクタ一覧】
各ボックス内に主に以下のセレクタを追加でほぼ対応可能
.title {}
.content {}
.unit {}
.comment {}
.more {}
.sw {}
.bt {}
.photoframe {}


【各ページ固有クラス名】
※ body又はページ全体を囲むdiv要素に命名
トップ			.indextop
カテゴリ		.indextop2
地域			.indextop3
ランキング		.popular
新規ブログ		.newblog
タグ検索		.indextag
カレンダー		.indexcalendar
マップ			.map
アンケート結果	.survey
お問い合わせ	.inquiry
エラーページ	.error
プライバシー	.privacy
利用規約		.rule

*/




/*【1】トップページ*/
/*1-m1 お知らせ*/
#news {}
#news .title {}
#news .content {}
#news .unit {}
#news .comment {}
#news .more {}
#news li{
	border-bottom:1px dotted #ccc;
}

/*1-m2 最新記事*/
#newentry {}
#newentry .title {}
#newentry .content {
	padding: 1px 5px 5px 5px;
	width: 458px;
}

#newentry .unit {
	clear: both;
	width: 100%;
	background: url(../img/bg/bg_dot.gif) repeat-x 0 5px;
	padding: 10px 0 0;
}

#newentry .unit li {
	width: 458px;
	border-bottom:1px dotted #ccc;
}
#newentry .unit li h3 {
	width:215px;
	float:left;
}
#newentry .unit li p {
	width:243px;
	float:right;
	margin: 0;
}
#newentry .unit li .ico { margin:0 3px;}
#newentry .comment {}
#newentry .more {}
#newentry .sw {}
#newentry .bt {}
#newentry .photoframe {
  list-style: none;
  line-height: 1.2;
  text-align: center;}

#newentry .photoframe li {
  display: block;
  float: left;
  font-size: 86%;
  text-align: center;
  overflow:hidden;
  }

#newentry .photoframe li img {
	width:125px;
	height:125px;
	display: block;
}
.newentry-icon img {
	margin-left: 10px;
	margin-top: 10px;
}
/*1-m2-2 最新記事2カラム*/
#newentry2 {}
#newentry2 .title {}
#newentry2 .content {
	padding: 1px 0px 5px 2px;
	width: 647px;
}
#newentry2 .unit {
	clear: both;
	width: 639px;
	background: url(../img/bg/bg_dot.gif) repeat-x 0 5px;
	padding: 10px 4px 0 0px;
}

#newentry2 .unit li {
	width: 643px;
	border-bottom:1px dotted #ccc;
}
#newentry2 .unit li h3 {
	width:343px;
	float:left;
}
#newentry2 .unit li p {
	width:300px;
	float:right;
	margin: 0;
}
#newentry2 .unit li .ico { margin:0 3px;}
#newentry2 .comment {}
#newentry2 .more {}
#newentry2 .sw {}
#newentry2 .bt {}
#newentry2 .photoframe {}
#newentry2 .photoframe li {
	width:129px;
}
#newentry2 .photoframe li img {
	width:125px;
	height:125px;
}

/*1-c2 最新記事(トップ)*/
.indextop #newentry {}
.indextop #newentry .title {}
.indextop #newentry .content {
	padding: 1px 3px 5px;
}
.indextop #newentry .unit {}
.indextop #newentry .comment {}
.indextop #newentry .more {}
.indextop #newentry .sw {}
.indextop #newentry .bt {}
.indextop #newentry .photoframe {}
.indextop #newentry .photoframe li {
	width:75px;
	margin-left: 1px;
}
.indextop #newentry .photoframe li img {
	width:73px;
	height:73px;
	display: block;
}

/*1-c3 新規ブログ*/
#newblog {}
#newblog .title {}
#newblog .content {}
#newblog li {	border-bottom:1px dotted #ccc;}
#newblog .unit {}
#newblog .comment {}
#newblog .more {}
#newblog .ico { margin:0 3px;}

/*1-m4 ブログ一覧(新着・ランキング)*/
#bloglist {}
#bloglist .title {}
#bloglist .content {
	padding: 1px 5px 5px 5px;
	width: 639px;
}
#bloglist li {
	border:1px solid #ccc;
	margin:0 0 5px;
	padding: 2px;
}
#bloglist dl {
}
#bloglist dt {
	width: 580px;
	float: right;
	font-weight: bold;
}
#bloglist dt span {
	margin: 0 10px 0 0;
}
#bloglist dt img {
}
#bloglist dd {}
#bloglist .li1 {
	width: 52px;
	height: 52px;
	float: left;
}
#bloglist .li1 a {
	display:block;
	border:1px solid #ccc;
}
#bloglist .li2 {
	width: 580px;
	float: right;
}
#bloglist .unit {}
#bloglist .comment {}

/*1-m4-1 ブログ一覧(新規ブログ)*/
.newblog #bloglist {}
.newblog #bloglist .title {}
.newblog #bloglist .content {
	padding: 1px 5px 5px 5px;
	width: 639px;
}
.newblog #bloglist dt span {
	color:#000;
}
.newblog #bloglist .unit {}
.newblog #bloglist .comment {}

/*1-m4-2 ブログ一覧(ランキング)*/
.popularblog #blogist {}
.popularblog #blogist .title {}
.popularblog #blogist .content {
	padding: 1px 5px 5px 5px;
	width: 639px;
}
.popularblog #bloglist dt span {
	background-color:#666;
	color:#fff;
	padding:0 2px 0 2px;
}
.popularblog #blogist .unit {}
.popularblog #blogist .comment {}

/*1-m8 マップ本体	*/
#mapbox {}
  /*地図*/
  #mapbox #map {
  	width: 643px;
	height: 600px
  }
  #mapbox .gmnoprint { line-height:1.8;}
  /*マップurl*/
  #mapbox #taCode { width:450px;}
  /*ポップアップ関連*/
  .popup{
	width:200px;
	height:100%;
	text-align:left;
	margin:0 0 0 10px;
  }
  .entry_title img{
	margin:0px 2px 2px 0px;
  }
  .entry_title a:link,.entry_title a:visited,.entry_title a:hover,.entry_title a:active{
	font-weight:bold;
  }
  .entry_excerpt{
	margin:10px 0px 0px 0px;
  }
  .entry_excerpt img{
	margin:0px 4px 4px 0px;
	float:left;
	width:75px;
  }

  
/*1-m9 タグ本体*/
#tagsearch {}
#tagsearch .title {}
#tagsearch .content {
	padding: 1px 5px 5px 5px;
	width: 639px;
}
#tagsearch li {	margin: 0 0 10px;}
#tagsearch h3 {	display: inline;}
#tagsearch h3 a {	font-size:1.4em;}
#tagsearch h3 span {	margin: 0 5px;}
#tagsearch h4 {	display: inline;}
#tagsearch h4 a:link { color:#666;}
#tagsearch h4 a:visited {}
#tagsearch h4 a:hover , 
#tagsearch h4 a:active {}
#tagsearch p {	margin: 0;}
#tagsearch dl {
	background:url(../img/bg/bg_dot.gif) repeat-x 0 5px;
	padding:10px 0 0;
	text-align: right;
	color: #666;
}
#tagsearch dt {
	font-weight: bold;
	margin: 0 1em 0 0;
	display: inline;
}
#tagsearch dd {	display: inline;}
#tagsearch dd a:link ,
#tagsearch dd a:visited {
	text-decoration:none;
}
#tagsearch dd a:hover ,
#tagsearch dd a:active {
	text-decoration:underline;
}

/*1-m10 プレスリリース*/
#press-release li{
	border-bottom:1px dotted #ccc;
}

/*1-m12　社長ブログ*/
#syatyoublog img{
	margin-left: 8px;
	margin-bottom: 1px;
	margin-top: 5px;
	margin-right: 5px;
}

/*1-m13 ゲストブログ*/
#guestblog img{
	margin: 2px 8px;
}

/*1-m14 しがまにあ*/
#shigamania .content {
	width: 454px;
}

#shigamania2 img{
	margin-left: 15px;
	margin-bottom: 2px;
	margin-top: 2px;
}

#shigamania ul{
	width: 454px;
	float: left;
	list-style-position: inside;
	list-style-type: middle;
}

.umashiga {
	width: 440px;
}

.umashiga img{
	margin-left: 3px;
	margin-bottom: 0px;
	margin-top: 0px;
	float: left;
}

.umashiga li{
	list-style-image: url(../img/theme_icon/umashiga_icon.jpg);
}

.odekake {
	width: 440px;
}

.odekake img{
	margin-left: 3px;
	margin-bottom: 0px;
	margin-top: 0px;
	float: left;
}

.odekake li{
	list-style-image: url(../img/theme_icon/odekake_icon.jpg);
}

/*1-m15 知が咲くBLOG*/
#chigasaku li{
	border-bottom:1px dotted #ccc;
}
/*1-m16 滋賀咲くトピックス*/
#topix{}

/*1-m18 中央ナビゲーション*/
#center-navi{
	height: 14px;
	margin-bottom: 3px;
}

/*1-m19 リポーター＆ブロガー体験ブログ*/
#taiken .content{
text-align:center;
}
#taiken img{
margin:5px 0px 2px;
}


/*【2】サイド*/
/*2-s1 タグクラウド*/
#tag {}
#tag .title {}
#tag .content {}
#tag li {
	display:inline;
	margin: 0 2px 0 0;
}
#tag li a {
}
#tag .unit {}
#tag .comment {}
#tag .more {}
#tag .sw {}
#tag .bt {}
#tag .photoframe {}

/*2-s2 カテゴリ*/
#category {}
#category .title {}
#category .content {}
#category .unit {}
#category .comment {}
#category .more {}
#category .sw {}
#category .bt {}
#category strong { font-weight:bold;}

/*2-s2-1 カテゴリ(トップ)	*/
.indextop #category {}
.indextop #category .title {}
.indextop #category .content {}
.indextop #category .unit {}
.indextop #category .comment {}
.indextop #category .more {}
.indextop #category .sw {}
.indextop #category .bt {}
.indextop #category strong {}

/*2-s2-2 カテゴリ(カテゴリ)*/
.indextop2 #category {}
/*2-s2-3 カテゴリ(地域)*/
.indextop3 #category {}
/*2-s2-4 カテゴリ(新規ブログ)*/
.newblog #category {}
/*2-s2-5 カテゴリ(ランキング)*/
.popularblog #category {}

/*2-s3 地域*/
#area {}
#area .title {}
#area .content {
}
#area .unit {}
#area .comment {
}
#area .more {}
#area strong { font-weight:bold;}

/*2-s3-1 地域(トップ)*/
.indextop #area {}
.indextop #area .title {}
.indextop #area .content {
}
.indextop #area .unit {}
.indextop #area .comment {}
.indextop #area .more {}
/*2-s3-2 地域(カテゴリ)*/
.indextop2 #area {}
/*2-s3-3 地域(地域)*/
.indextop3 #area {}
/*2-s3-4 地域(新規ブログ)	*/
.newblog #area {}
/*2-s3-5 地域(ランキング)*/
.popularblog #area {}
/*2-s4 マップトラックバック*/
#maptb {}
#maptb .title {}
#maptb .content {}
#maptb .unit {}
#maptb .comment {
	background: url(../img/bg/bg_dot.gif) repeat-x 0 5px;
	padding: 10px 0 0;
}
#maptb .more {}

/*2-s5 QRコード*/
#qr {}
#qr .title {}
#qr .content {}
#qr .unit {}
#qr .comment {}
#qr .more {}

/*2-s7 ランキング*/
#ranking {}
#ranking .title {}
#ranking .content {}
#ranking .unit {}
#ranking .comment {}
#ranking .more {
	background: url(../img/bg/bg_dot.gif) repeat-x 0 5px;
	padding: 10px 0 0;
}
#ranking .sw {}

/*2-s7-1 ランキング(トップ)*/
.indextop #ranking {}
.indextop #ranking .title {}
.indextop #ranking .content {}
.indextop #ranking .unit {}
.indextop #ranking .comment {}
.indextop #ranking .more {}
.indextop #ranking .sw {}

/*2-s7-2 ランキング(カテゴリ)*/
.indextop2 #ranking {}
/*2-s7-3 ランキング(地域)*/
.indextop3 #ranking {}
/*2-s8 バースデー*/
#birthday {}
#birthday .title {}
#birthday .content {}
#birthday .unit {}
#birthday .comment {
	background: url(../img/bg/bg_dot.gif) repeat-x 0 100%;
	padding: 0 0 5px;
}
#birthday .more {}
#birthday .sw {}
#birthday .bt {}

/*2-s9 リンク*/
#link {}
#link .title {}
#link .content {}
#link .unit {}
#link .comment {
	margin: 0;
}
#link .more {}
#link .sw {}

/*2-s10 マップカテゴリ*/
#mapmenu {}
#mapmenu .title {}
#mapmenu select {}
#mapmenu ul {}
#mapmenu li {
	margin:0 0 5px;
}

/*2-s11 キーワード検索*/
#search{}

/*2-s12 スタッフブログ*/
#staffblog{}

/*2-s13 ヘルプ*/
#help{}


/*【3】1カラム*/
/*3-1 お問い合わせ*/
#inquiry {
	width: 651px;
	margin: 20px 0 0 108px;
	text-align: left;
}
#inquiry .title {
	background: url(../img/bg/bg_title_long2.jpg) no-repeat 0 0;
}
#inquiry .content {}
#inquiry .comment {}
#inquiry .more {}
#inquiry p {}
#inquiry table {
	margin:0 auto;
	width: 525px;
}

/*3-2 エラーメッセージ*/
#errmsg {
	width: 651px;
	margin: 20px 0 0 108px;
	text-align: left;
}
#errmsg .title {
	background: url(../img/bg/bg_title_long2.jpg) no-repeat 0 0;
}
#errmsg .content {}
#errmsg .comment {}
#errmsg .more {}


/*3-3 利用規約*/
#rule {
	width: 651px;
	margin: 20px 0 0 108px;
	text-align: left;
}
#rule .title {
	background: url(../img/bg/bg_title_long2.jpg) no-repeat 0 0;
}
#rule .content {}
#rule .comment {}
#rule .more {}

/*3-4 プライバシーポリシー*/
#privacy {
	width: 651px;
	margin: 20px 0 0 108px;
	text-align: left;
}
#privacy .title {
	background: url(../img/bg/bg_title_long2.jpg) no-repeat 0 0;
}
#privacy .content {}
#privacy .comment {}
#privacy .more {}


/*【4】特別カテゴリ*/
/*4-1 栗東駅前　ブログでいいとこ教え隊ヘッダー*/
#top-ritto{
	height: 200px;
	background: url(../img/category/rittomapw800h200.jpg) no-repeat center top;
}

/*4-2 WIRE滋賀*/
#wire{
	height: 220px;
	padding-bottom: 10px;
}

.wire-logo{
	width: 350px;
	float: left;
}
.wire-RSS{
	width: 292px;
	float: right;
	padding-right: 3px;
	padding-left: 3px;
	height: 70px;
	margin-bottom: 5px;
}

.wire-img{
	float: left;
}
.wire-img img{
	margin: 0;
	padding: 0;
}

.wire-p {
	float: left;
}
.wire-blog a{
	font-weight: bold;
	font-size: 120%;
	color: #FF9900;
}
/*4-3 五環生活*/
#gokan{
	height: 160px;
	padding-bottom: 10px;
}

.gokan-logo{
	width: 350px;
	float: left;
}
.gokan-RSS{
	width: 292px;
	float: right;
	padding-right: 3px;
	padding-left: 3px;
	height: 80px;
	margin-bottom: 5px;
}
.gokan-RSS th{
	line-height: 1.2em;
}

.gokan-img{
	float: left;
}
.gokan-img img{
	margin: 0;
	padding: 10px 0 0 0;
}

.gokan-p {
	float: left;
	margin: 0;
	padding: 0;
}

.gokan-blog a{
	font-weight: bold;
	font-size: 120%;
	color: #C1181F;
}

/*4-4 スタッフ企画*/
#staffkikaku {
	text-align: center;
	margin-bottom: 10px;
}
.staffkikaku-shigamania img{
	margin: 3px 3px 0px;
}

/*4-5 スポレク*/
#sporec-head {
	padding-bottom: 10px;
	padding-left: 10px;
}
#sporec-head img {
	padding-right: 10px;
	padding-left: 10px;
}
#sporec-content {
	padding-top: 10px;
	padding-bottom: 10px;
}
.sporec-blog img {
	padding-right: 5px;
	padding-left: 8px;
	padding-bottom: 5px;
}


/*トップページクロスフェーダーバナー用*/

.crossfaderspace {
	margin-bottom: 85px;
}

/* Hides form IE5-mac \*/
*:first-child+html #bnr_1,*:first-child+html #bnr_2 {margin-left:-233px;}
* html #bnr_1,* html #bnr_2 {margin-left:-233px;}
/* End hide from IE5-mac */

.random {
	font-size: 13px;
}




/*8-3 地域ブログリンク*/
#tiiki-blog {
	margin: 0px auto;
	width: 800px;
	background-color: #e6e6e6;
	font-size: 11px;
	padding: 0px 0px;
	text-align: center;
	margin-bottom: 15px;
}


.photo-trackback-banner img{
	padding-bottom: 3px;
}

/*協賛バナー*/
#foot #kyousan-banner .title {
	background: url(../img/bg/bg_title_longw800.jpg);
}
#foot #kyousan-banner {
	margin: 0px auto 15px auto;
	width: 800px;
}
#kyousan-banner .footercontent img {
	padding: 3px;
}
.footercontent {
	border-right: 1px solid #1A8FEF;
	border-bottom: 1px solid #1A8FEF;
	border-left: 1px solid #1A8FEF;
	padding-bottom: 5px;
}
.bannercontent {
	border-right: 1px solid #1A8FEF;
	border-bottom: 1px solid #1A8FEF;
	border-left: 1px solid #1A8FEF;
	padding-bottom: 5px;
	text-align: center;
	width: 196px;
}.bannercontent img {
	padding: 5px 0px;
}

/*おきに！滋賀*/
#okini {
	background: url(../img/okini/okinibottom.jpg) no-repeat bottom left;
	padding-bottom: 10px;
	font-size: 14px;
}
#okini .content2 {
	background: url(../img/okini/okinibody.jpg) repeat-y;
	padding: 3px 5px 0px;
}
*:first-child+html #okini .content2 {
	margin-top:-4px;
}
.okinibnr {
	text-align: center;
	margin: 0px;
}
.okinibnr img {
	margin-right: 4px;
	margin-left: 4px;
}
.okinicenter {
	text-align: center;
	padding: 5px 0px;
	margin-left: 3px;
}
.okinicenter img {
	margin: 2px 0px;
	padding: 0px;
	width: 101px;
}
.saishin {
	font-size: 10px;
	background: #F1F1F1;
	border: 1px solid #CCCCCC;
	width: 220px;
	float: left;
	margin-left: 3px;
	margin-right: 3px;
}
.saishinwrap {
	clear: both;
	width: 100%;
	height: 120px;
}
.saishin-title {
	border-top: 3px solid #C71A20;
	padding-left: 8px;
	font-size: 13px;
}

/*【修正分】おきに！滋賀*/
#okini2 {
	background: url(../img/okini/okinibottom2.jpg) no-repeat bottom left;
	padding-bottom: 10px;
	font-size: 14px;
}
#okini2 .content2 {
	background: url(../img/okini/okinibody2.jpg) repeat-y;
	padding: 3px 5px 0px;
}
*:first-child+html #okini2 .content2 {
	margin-top:-4px;
}

* html #okini2 .content2 {
	margin-top:-4px;
}

.okinibnr2 {
	text-align: center;
	margin: 0px;
}
.okinibnr2 img {
	margin-bottom: 5px;

}
.okinicenter2 {
	text-align: center;
}
.okinicenter2 img {
	margin: 2px 0px;
	padding: 0px;
}
.saishin2 {
	font-size: 11px;
	background: #FFFFFF;
	float: left;
	width: 310px;
	margin-bottom: 3px;
	padding: 1px;
	margin-left: 1px;
}
.saishinwrap2 {
	clear: both;
	width: 458px;
	height: 200px;
}
.saishin-title2 {
	text-align: center;
}
.saishin-body {
	padding: 0px 3px;
}
.pickup {
	float: right;
	height: 200px;
	width: 138px;
	margin-right: 3px;
}
* html .pickup {
	margin-right: 1px;
}

.pickup img {
}
.okinikeiasi {
	float: left;
	text-align: center;
	padding-left: 2px;

}
#staffkikaku img {
	margin: 3px;
}
.newentry-icon {
	clear: both;
}

.rss_list img{
	float:left;
	margin: 2px 1px;
}

#minakusa .content {
border-color:#990100!important;
}
.content-e {
	padding: 1px 5px 5px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	margin: 0px;
	font-size: 1.2em;
}
.e-radio img {
	margin: 0;
}

