@charset "utf-8"; 

/*
トップ・カテゴリ・地域・新着・ランキング・マップ・タグ・お問い合わせ・エラーページ内
コンテンツボックス詳細設定CSS


【1】メイン・センター
1-m1 最新ニュース						#news
1-m2 最新記事							#newentry
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

【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 Google検索						#searchbox

【3】1カラム
3-1 お問い合わせ						#inquiry
3-2 エラーメッセージ					#errmsg
3-3 利用規約							#rule
3-4 プライバシーポリシー				#privacy
3-5 キーワード検索結果(Google CSE)		#keyword

 ※ 数字の前の略語
　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
最新記事200件	.indexallentry

*/




/*【1】トップページ*/
/*1-m1 ニュース・リリース*/
#latest {
	border: 1px solid #EBEBEB;
	padding:0 0 10px;
}
#latest .content {
	width:295px;
	border: 0;
	padding: 0;
	position: static;
}
#latest .title {
	height:28px;
	margin: 0 0 5px;
}
#latest .unit {
	padding:0 0 0 7px;
}
#latest .unit li {
	background:url(../img/bg/bg_rsslist_li.jpg) no-repeat 0 0.3em;
	padding:2px 0 2px 12px;
}

#news {
	float:right;
	background:url(../img/bg/bg_news.jpg) no-repeat 0 0;
}
#press {
	float:left;
	background:url(../img/bg/bg_press.jpg) no-repeat 0 0;
}
#press .more {
	text-align:center;
	position: static;
}

div#news div.unit{
	width: 268px;
}

/*1-m2 最新記事*/
#newentry {
	background:url(../img/bg/bg_recententry.jpg) no-repeat 0 0;
}
#newentry .title {}
#newentry .content {
	padding: 10px 0px 5px 10px;
}
#newentry .unit {
	width: 587px;
	margin: 0 0 10px;
}
#newentry .unit li {
	width: 587px;
	float: left;
	border-bottom:1px solid #E6E6E6;
	padding: 2px 0;
}
#newentry .unit li h3 {
	width: 330px;
	float:left;
}
#newentry .unit li h3 a {
	background:url(../img/bg/bg_li_a.gif) no-repeat 0 0.2em;
	padding:0 0 0 14px;
	margin: 0 0 0 10px;
}
#newentry .unit li p {
	width: 240px;
	float:right;
	margin: 0;
}
#newentry .unit li .ico { margin:0 3px;}
#newentry .comment {
	font-weight: bold;
	color: #666;
}
#newentry .comment strong {
	color:#996633;
}
#newentry .more {
	text-align: center;
}
#newentry .more a {
	background:url(../img/bg/bg_more_a.gif) no-repeat 0 0.2em;
	display:inline-block;
	padding:0 0 0 12px;
}

#newentry .sw {}
#newentry .bt {}
#newentry .photoframe {}
#newentry .photoframe li {
	width:93px;
	padding: 0;
	margin: 0 5px 5px 0;
}
#newentry .photoframe li a {
	border:1px solid #ccc;
	display:block;
}
#newentry .photoframe li img {
	width:91px;
	height:91px;
}

/*1-c2 最新記事(トップ)*/
.indextop #newentry {
	clear: both;
}
.indextop #newentry .title {
	width: 535px;
	float: left;
}
.indextop #newentry .content {
	clear:both;
}
.indextop #newentry .more {
	width:65px;
	padding:20px 0 0;
	float:right;
}
.indextop #newentry .more a {
	background:none;
	display:inline;
	padding:0;
}
.indextop #newentry .unit {
	width: 458px;
}
.indextop #newentry .unit li {
}
.indextop #newentry .unit li h3 {}
.indextop #newentry .unit li p {}
.indextop #newentry .comment {}
.indextop #newentry .sw {}
.indextop #newentry .bt {}
.indextop #newentry .photoframe {}
.indextop #newentry .photoframe li {
}
.indextop #newentry .photoframe li img {
}

/*1-m4 ブログ一覧(新着・ランキング)*/
#bloglist {
	color: #666;
}
#bloglist .title {}
#bloglist .content {}
#bloglist ul {
	padding:5px 0 0;
}
#bloglist li {
	border-bottom:1px solid #e6e6e6;
	margin:0 0 5px;
	color: #666;
}
#bloglist dl {
}
#bloglist dt {
	width: 530px;
	float: right;
}
#bloglist dt span {
	margin: 0 10px 0 0;
}
#bloglist dt img {
}
#bloglist dd {}
#bloglist .li1 {
	width: 50px;
	height: 55px;
	float: left;
	margin: 0;
}
#bloglist .li1 a {
	display:block;
	border:1px solid #ccc;
}
#bloglist .li1 a img {
	width:48px;
	height:48px;
}
#bloglist .li2 {
	width: 530px;
	float: right;
	line-height: 1.3;
	margin: 0 0 8px;
}
#bloglist .li2 a {
	background:url(../img/bg/bg_li_a.gif) no-repeat 0 0.2em;
	padding:0 0 0 14px;
}
#bloglist .unit {}
#bloglist .comment {
	font-weight: bold;
	color: #666;
}
#bloglist .comment strong {
	color:#996633;
}
#bloglist .sw {
	border:1px solid #E6E6E6;
	padding:5px;
	text-align:center;
}
#bloglist .pager {
	text-align:center;
	padding:5px;
}

/*1-m4-1 ブログ一覧(新規ブログ)*/
.newblog #bloglist {
	background:url(../img/bg/bg_bloglist_newblog.jpg) no-repeat 0 0;
}
.newblog #bloglist .title {}
.newblog #bloglist .content {}
.newblog #bloglist dt span {
	color:#000;
}
.newblog #bloglist .unit {}
.newblog #bloglist .comment {}

/*1-m4-2 ブログ一覧(ランキング)*/
.popularblog #bloglist {
	background:url(../img/bg/bg_bloglist_ranking.jpg) no-repeat 0 0;
}
.popularblog #bloglist .title {}
.popularblog #bloglist .content {}
.popularblog #bloglist dt span {
	background-color:#666;
	color:#fff;
	padding:0 2px 0 2px;
	font-weight: bold;
}
.popularblog #bloglist .unit {}
.popularblog #bloglist .comment {}

/*1-m4-3 ブログ一覧(ブログ一覧)*/
.indexallblog #bloglist {
	background:url(../img/bg/bg_bloglist_allblog.jpg) no-repeat 0 0;
}
.indexallblog #bloglist .title {}
.indexallblog #bloglist .content {}
.indexallblog #bloglist dt span {}
.indexallblog #bloglist .unit {}
.indexallblog #bloglist .comment {
	font-weight: bold;
	color: #666;
	border-bottom:1px solid #e6e6e6;
	margin:0 0 10px;
}
.indexallblog #bloglist .comment strong {
	color:#996633;
}


/*1-m8 マップ本体	*/
#mapbox {}
#mapbox .content {
	padding:0;
	border:0;
}
  /*地図*/
  #mapbox #map {
/*ワイドサイズ(S)*/
	width: 600px;
	height: 600px;
/*ワイドサイズ(E)*/
  }
  #mapbox .gmnoprint { line-height:1.8;}
  /*マップurl*/
  #mapbox #taCode {
/*ワイドサイズ(S)*/
  	width:450px;
/*ワイドサイズ(E)*/
  }
  /*ポップアップ関連*/
  .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 {
	position:static;
	height:auto;
	width:auto;
	z-index:1;
	border-left:4px solid #CDA974;
	border-bottom:1px solid #e6e6e6;
	font-size: 1.33em;
	padding: 0 0 0 5px;
	margin: 0 0 5px;
	color: #666;
}
#tagsearch .content {
	border: none;
}
#tagsearch li {
	margin: 0 0 10px;
	border-bottom: 1px solid #e6e6e6;
}
#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 {
	padding:0px 0 5px;
	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 個別タイトルリンク設定*/
.title2 {
	font-weight: bold;
	overflow: hidden;
	text-indent: -9999px;
}
/*1-m10 ショップ*/
#shop {
	background:url(../img/bg/bg_top_shop.jpg) no-repeat 0 0;
	width: 295px;
	margin-right: 10px;
	float: left;
}
#shop a.topBtnc {
	display: block;
	width: 295px;
	height: 35px;
}

#shop .title {
	width: 230px;
	float: left;
}
#shop .more {
	width:65px;
	padding:20px 0 0;
	float:right;
}
#shop .content {
	clear:both;
	padding:5px 0 0 1px;
}
#shop .shuffle {
	float:left;
	display:inline;
	margin-left:9px;
	width:135px;
	height:80px;
	background-color:#dedede;
}
#shop ul {
	clear:both;
}
#shop li {}
#shop li a {
	background:url(../img/bg/bg_li_a.gif) no-repeat 0 0.2em;
	padding:0 0 0 14px;
}

/*1-m10 ブランド*/
#brand {
	background:url(../img/bg/bg_top_business.jpg) no-repeat 0 0;
	float: left;
	width: 295px;
}
#brand a.topBtnc {
	display: block;
	width: 295px;
	height: 35px;
}
#brand .title {
	width: 230px;
	float: left;
}
#brand .more {
	width:65px;
	padding:20px 0 0;
	float:right;
}
#brand .content {
	clear:both;
	padding:5px 0 0 1px;
}
#brand .shuffle {
	float:left;
	display:inline;
	margin-left:9px;
	width:135px;
	height:80px;
	background-color:#dedede;
}
#brand ul {
	clear:both;
}
#brand li a {
	background:url(../img/bg/bg_li_a.gif) no-repeat 0 0.2em;
	padding:0 0 0 14px;
}
#brand .more {
	left:230px;
}


/*1-m11 プレジデント*/
#president {
	background:url(../img/bg/bg_president.jpg) no-repeat 0 0;
	clear: left;
}
#president .title {
	width: 535px;
	float: left;
}
#president .content {
	clear:both;
	padding:5px 0 0 4px;
}
#president .more {
	width:65px;
	padding:20px 0 0;
	float:right;
}
#president .shuffle {
	float:left;
	display:inline;
	margin-left:6px;
	width:192px;
	height:80px;
	background-color:#dedede;
}
#president ul {
	clear:both;
}
#president li a {
	background:url(../img/bg/bg_li_a.gif) no-repeat 0 0.2em;
	padding:0 0 0 14px;
}

/*1-m12 クリエイター*/
#creater {
	background:url(../img/bg/bg_top_creat.jpg) no-repeat 0 0;
	float: left;
	width: 295px;
	margin-right:10px;
}
#creater a.topBtnc {
	display: block;
	width: 295px;
	height: 35px;
}
#creater .title {
	width: 230px;
	float: left;
}
#creater .content {
	clear:both;
	padding:5px 0 0 1px;
}
#creater .more {
	width:65px;
	padding:20px 0 0;
	float:right;
}
#creater .shuffle {
	float:left;
	display:inline;
	margin-left:9px;
	width:135px;
	height:80px;
	background-color:#dedede;
}
#creater ul {
	clear:both;
}
#creater li a {
	background:url(../img/bg/bg_li_a.gif) no-repeat 0 0.2em;
	padding:0 0 0 14px;
	margin: 0 0 0 5px;
}

/*1-m13　学校*/
#school {
	background:url(../img/bg/bg_top_school.jpg) no-repeat 0 0;
	float: left;
	width: 295px;
}
#school a.topBtnc {
	display: block;
	width: 295px;
	height: 35px;
}
#school .title {
	width: 230px;
	float: left;
}
#school .content {
	clear:both;
	padding:5px 0 0 1px;
}
#school .more {
	width:65px;
	padding:20px 0 0;
	float:right;
}
#school .shuffle {
	float:left;
	display:inline;
	margin-left:9px;
	width:135px;
	height:80px;
	background-color:#dedede;
}
#school ul {
	clear:both;
}
#school li a {
	background:url(../img/bg/bg_li_a.gif) no-repeat 0 0.2em;
	padding:0 0 0 14px;
	margin: 0 0 0 5px;
}


/*1-m14　フォトライブラリ*/
#library {
	background:url(../img/bg/bg_photolibrary.jpg) no-repeat 0 0;
	margin: 25px 0;
	display:none;
/*hide\*/	display:block;/*MacIE*/
}
#library .title {
	width: 535px;
	float: left;
}
#library .content {
	clear:both;
}
#library .more {
	width:65px;
	padding:20px 0 0;
	float:right;
}
#library .comment {
	color:#996633;
	font-weight:bold;
}
#library .comment span {
	color:#666;
}
#library .pltr1 { display:none;}
#library .pltr2 {}
#library .pltrul {
	padding:0;
	margin:0;
	text-align:left;
}
#library .pltr2li {
	width:93px;
	height:93px;
	float:left;
	overflow:hidden;
	margin-right:5px;
}
#library .pltr2li a {
	display:block;
	border:1px solid #ccc;
}
#library .pltr2li img {
	width:91px;
}
#library .pltr3 { display:none;}

/*1-m15 カテゴリ（メイン）*/
.main #category {
	background:url(../img/bg/bg_category.jpg) no-repeat 0 0;
}
.main #category .title {}
.main #category .content {
	padding:5px 0 0 5px;
}
.main #category ul {
	width:591px;
}
.main #category li {
	width:192px;
	border-bottom:1px solid #E6E6E6;
	float:left;
	display:inline;
	margin-left: 5px;
}
.main #category li a {
	background:url(../img/bg/bg_li_a.gif) no-repeat 0 0.2em;
	padding:0 0 0 14px;
}
.main #category li strong {
	background:url(../img/bg/bg_li_a.gif) no-repeat 0 0.2em;
	padding:0 0 0 14px;
	color: #666;
}


/*1-m16 地域（メイン）*/
.main #area {
	background:url(../img/bg/bg_area.jpg) no-repeat 0 0;
}
.main #area .title {}
.main #area .content {}
.main #area ul {}
.main #area li {
	display:inline;
}
.main #area li a {
	display:inline-block;
	border:1px solid #ccc;
	padding:2px 10px;
}
.main #area li strong {
	display:inline-block;
	border:1px solid #ccc;
	padding:2px 10px;
	color: #666;
}
.main #area .more {}



/*【2】サイド*/
/*2-s1 キーワード*/
#keyword {
	background:url(../img/bg/bg_keyword.jpg) no-repeat 0 0;
}
#keyword .title {}
#keyword .content {}
#keyword li {
	display:inline;
	margin: 0 2px 0 0;
}
#keyword li a {
}
#keyword .unit {}
#keyword .comment {}
#keyword .more {}

/*2-s2 カテゴリ*/
.side #category {
	background:url(../img/bg/bg_category_s.jpg) no-repeat 0 0;
}
.side #category .title {}
.side #category .content {}
.side #category li a {
	background:url(../img/bg/bg_li_a.gif) no-repeat 0 0.2em;
	padding:0 0 0 14px;
}
.side #category .unit {}
.side #category .comment {}
.side #category .more {}
.side #category strong { font-weight:bold;}


/*2-s2-2 カテゴリ(カテゴリ)*/
.indextop2 .side #category {}
/*2-s2-3 カテゴリ(地域)*/
.indextop3 .side #category {}
/*2-s2-4 カテゴリ(新規ブログ)*/
.newblog .side #category {}
/*2-s2-5 カテゴリ(ランキング)*/
.popularblog .side #category {}

/*2-s3 地域*/
.side #area {
	background:url(../img/bg/bg_area_s.jpg) no-repeat 0 0;
}
.side #area .title {}
.side #area .content {}
.side #area li a {
	background:url(../img/bg/bg_li_a.gif) no-repeat 0 0.2em;
	padding:0 0 0 14px;
}
.side #area .unit {}
.side #area .comment {}
.side #area .more {}
.side #area strong { font-weight:bold;}

/*2-s3-2 地域(カテゴリ)*/
.indextop2 .side #area {}
/*2-s3-3 地域(地域)*/
.indextop3 .side #area {}
/*2-s3-4 地域(新規ブログ)	*/
.newblog .side #area {}
/*2-s3-5 地域(ランキング)*/
.popularblog .side #area {}
/*2-s4 マップトラックバック*/
#maptb {
	background:url(../img/bg/bg_map.jpg) no-repeat 0 0;
}
#maptb .title {
	width:205px;
	float: left;
}
#maptb .content {
	clear:both;
	padding:9px;
}
#maptb .more {
	padding: 1px 0 0;
	width: 65px;
	float: right;
}
#maptb .more a {
	background:none;
	padding:0;
	margin:0;
}
#maptb .unit {}
#maptb .comment {
	padding: 10px 0 0;
	border-bottom: 1px solid #ccc;
}
#maptb ul {
}
#maptb li a {
	background:url(../img/bg/bg_li_a.gif) no-repeat 0 0.2em;
	padding:0 0 0 14px;
}
#maptb .more {}

/*2-s5 QRコード*/
#qr {}
#qr .title {}
#qr .content {}
#qr .unit {}
#qr .comment {}
#qr .more {}

/*2-s7 ランキング*/
#ranking {
	background:url(../img/bg/bg_ranking.jpg) no-repeat 0 0;
}
#ranking .title {}
#ranking .content {}
#ranking .content li {
	margin:0 0 5px;
}
#ranking .unit {}
#ranking .comment {}
#ranking .more {
}
#ranking .sw {}

/*2-s7-1 ランキング(トップ)*/
.indextop #ranking {}
.indextop #ranking .title {}
.indextop #ranking .content {}
.indextop #ranking .unit {}
.indextop #ranking .comment {}
.indextop #ranking .more {
	padding:5px 0 0;
}
.indextop #ranking .more a {
	background:url(../img/bg/bg_more_a.gif) no-repeat 0 0.2em;
	display:inline-block;
	padding:0 0 0 12px;
}


.indextop #ranking .sw {}

/*2-s7-2 ランキング(カテゴリ)*/
.indextop2 #ranking {}
/*2-s7-3 ランキング(地域)*/
.indextop3 #ranking {}
/*2-s8 バースデー*/
#birthday {
	background:url(../img/bg/bg_birthday.jpg) no-repeat 0 0;
}
#birthday .title {}
#birthday .content {
	clear:both;
	padding: 9px;
}
#birthday .unit {}
#birthday .comment {
	border-bottom:1px solid #ccc;
}
#birthday .birthday_member a {
	background:url(../img/bg/bg_birthday_li_a.gif) no-repeat 0 0.2em;
	padding:0 0 0 14px;
	display:inline-block;
}
#birthday .more {
	padding:5px 0 0;
}
#birthday .more a {
	background:url(../img/bg/bg_more_a.gif) no-repeat 0 0.2em;
	display:inline-block;
	padding:0 0 0 12px;
}

#birthday .sw {}
#birthday .bt {}

/*2-s9 リンク*/
#link {
	background:url(../img/bg/bg_link.jpg) no-repeat 0 0;
}
#link .title {}
#link .content {}
#link .unit {}
#link .comment {
	margin: 0;
}
#link .more {}
#link ul a {
	background:url(../img/bg/bg_li_a.gif) no-repeat 0 0.2em;
	padding:0 0 0 14px;
}

/*2-s10 マップカテゴリ*/
#mapmenu {
	background:url(../img/bg/bg_mapmenu.jpg) no-repeat 0 0;
}
#mapmenu .title {}
#mapmenu select {}
#mapmenu ul {}
#mapmenu li {
	margin:0 0 5px;
}


/*2-s12　お知らせ*/
#info {
	background:url(../img/bg/bg_info.jpg) no-repeat 0 0;
}
#info .title {
	width:205px;
	float: left;
}
#info .content {
	clear: both;
}
#info .more {
	padding: 1px 0 0;
	width: 65px;
	float: right;
}
#info .more a {
	background:none;
	padding:0;
	margin:0;
}

/*2-s13 カレンダー*/
#calendar {
	background:url(../img/bg/bg_calendar.jpg) no-repeat 0 0;
}
#calendar .title {
	width:205px;
	float: left;
}
#calendar .content {
	clear:both;
	padding:9px;
}
#calendar .content img {
	float:left;
}
#calendar .comment {
	border-bottom:1px solid #ccc;
}
#calendar ul {
	width:173px;
	float:right;
}
#calendar li a {
	background:url(../img/bg/bg_li_a.gif) no-repeat 0 0.2em;
	padding:0 0 0 14px;
}

#calendar .more {
float:right;
padding:1px 0 0;
width:65px;
}

#calendar .more a{
background: transparent;
padding: 0;
}

#calendar .event_more a {
background:url(../img/bg/bg_more_a.gif) no-repeat 0 0.2em;
padding:0 0 0 12px;
width: 180px;
}


/*2-s16 新規ブログ*/
#newblog {
	background:url(../img/bg/bg_newblog.jpg) no-repeat 0 0;
}
#newblog .title {}
#newblog .content {}
#newblog li {
	margin:0 0 5px;
	display: block;
	width: 173px;
}
#newblog .date {
	display:inline-block;
	background-color:#999;
	color:#fff;
	font-size:0.834em;
	padding:0 2px;
}
#newblog li a {
	display:block;
	line-height: 1.2;
}
#newblog .unit {}
#newblog .comment {}
#newblog .more {}
#newblog .ico { margin:0 3px;}


/*2-s17 */




/*【3】1カラム*/
/*3-1 お問い合わせ*/
#inquiry {
	background:url(../img/bg/bg_inquiry.jpg) no-repeat 0 0;
	width: 600px;
	margin: 20px 140px 0;
	text-align: left;
}
#inquiry .title {
	height: 35px;
	margin: 0 0 10px;
}
#inquiry .content {}
#inquiry .comment {}
#inquiry .more {}
#inquiry p {}
#inquiry table {
	margin:0 auto;
	width: 525px;
}

/*3-2 エラーメッセージ*/
#errmsg {
	width: 600px;
	border:1px solid #ebebeb;
	margin: 20px 140px 20px;
	text-align: left;
}
#errmsg .title {
	background:url(../img/bg/bg_message.gif) no-repeat 50% 100%;
	padding:20px 0 25px;
	text-align: center;
	color: #c00;
	margin: 0 0 20px;
}
#errmsg .content {
	text-align: center;
	padding: 0 0 20px;
}
#errmsg .comment {}
#errmsg .more {}


/*3-3 利用規約*/
#rule {
	background:url(../img/bg/bg_rule.jpg) no-repeat 0 0;
	width: 600px;
	margin: 20px 140px 0;
	text-align: left;
}
#rule .title {
	height:35px;
	margin:0 0 10px;
}
#rule .content {
	border-left: 2px solid #E6E6E6;
	padding: 5px 0 0 10px;
}
#rule .comment {}
#rule .more {}

/*3-4 プライバシーポリシー*/
#privacy {
	background:url(../img/bg/bg_privacy.jpg) no-repeat 0 0;
	width: 600px;
	margin: 20px 140px 0;
	text-align: left;
}
#privacy .title {
	height:35px;
	margin:0 0 10px;
}
#privacy .content {
	border-left: 2px solid #E6E6E6;
	padding: 5px 0 0 10px;
}
#privacy .comment {}
#privacy .more {}

/*3-5 キーワード検索結果(Google CSE)*/
#keyword {}
#keyword .title {}
#keyword .content {}
#keyword .comment {}
#keyword .more {}



/* 飯田　追加 */

/*rss読み込み系*/
.rss .title {
	width:205px;
	float: left;
}
.rss .content {
	clear: both;
}
.rss .more {
	padding: 1px 0 0;
	width: 65px;
	float: right;
}
.rss .more a {
	background:none;
	padding:0;
	margin:0;
}

.rss .tenji {
	background:url(../img/bg/bg_tenji.jpg) no-repeat 0 0;
}

.rss .newshop {
	background:url(../img/bg/bg_newshop.jpg) no-repeat 0 0;
}

.iR{
	text-align: right;
}
