@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
1-m10 検索								#search


1-m11 インターネット集客大革命			#eventinfo
1-m12 繁盛成功事例						#case
1-m13 Webコンサルティング分野			#field



【2】サイド

船井総研Webコンサルティンググループ		#group
定例研究会								#study
カレンダー								#calendar


2-s1 
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

【3】1カラム
3-1 お問い合わせ						#inquiry
3-2 エラーメッセージ					#errmsg
3-3 利用規約							#rule
3-4 プライバシーポリシー				#privacy

 ※ 数字の前の略語
　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 {}

/*1-m2 最新記事*/
#newentry {}
#newentry .title {}
#newentry .content {
	/*padding: 1px 0px 5px 4px;*/
}
#newentry .unit {
	clear:both;
	width:444px;
	padding:6px 0 5px 0;
	margin:0 8px;
	background:url(../img/bg_dash.gif) repeat-x 0 100%;
}
#newentry .unit li {
	width: 444px;
	/*border-bottom:1px dotted #ccc;*/
}
#newentry .unit li h3 {
	width:300px;
	float:left;
	display:inline;
}
#newentry .unit li p {
	width:130px;
	float:right;
	margin:0;
	display:inline;
}
#newentry .unit li .ico { margin:0 3px 0 6px;}
#newentry .comment {}
#newentry .more {}
#newentry .sw {}
#newentry .bt {}
#newentry .photoframe {}
#newentry .photoframe .rss_list {
	width:113px;
	margin:0;
	padding:0;
	float:left;
}
#newentry .photoframe .rss_list img {
	width:103px;
	height:103px;
	border:1px solid #999;
}

/*1-c2 最新記事(トップ)*/
.indextop #newentry {
	background:url(../img/bg/bg_common_border.gif) repeat-y 0 0;
	border-top:solid 1px #666;
	border-bottom: solid 1px #666;
	padding:1px 0 5px;
}
.indextop #newentry .title {
	margin:0 2px 8px;
}
.indextop #newentry .content {
	padding:0;
}
.indextop #newentry .unit {}
.indextop #newentry .unit li {
	margin:0 0 0.4em;
}
.indextop #newentry .unit li a {
	background:url(../img/ico_point.gif) no-repeat 0 50%;
	padding:0 0 0 13px;
}
.indextop #newentry .unit li h3 {}
.indextop #newentry .unit li p {}
.indextop #newentry .comment {}
.indextop #newentry .more {}
.indextop #newentry .sw {}
.indextop #newentry .bt {}
.indextop #newentry .photoframe {
	margin:0 0 0 8px;
	background:url(../img/bg/bg_newentry_photoframe.gif) no-repeat 0 100%;
	padding-bottom:8px;
}
.indextop #newentry .photoframe li {}
.indextop #newentry .photoframe li img {}

.indextop #newentry .more {
	font-size:83.4%;
	padding:5px 8px 0px 0;
	margin:0;
}
.indextop #newentry .more a {
	background:url(../img/bg/bg_icon_list.gif) no-repeat 100% 50%;
	padding:0 8px 0 0;
}

/*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 {}
#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 {}
.newblog #bloglist dt span {
	color:#000;
}
.newblog #bloglist .unit {}
.newblog #bloglist .comment {}

/*1-m4-2 ブログ一覧(ランキング)*/
.popularblog #blogist {}
.popularblog #blogist .title {}
.popularblog #blogist .content {}
.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 {}
#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 検索*/
#search {
	background-color:#333;
	margin:0 0 5px;
}
#search .title {}
#search .content {
	padding:0 0 10px 10px;
}
#search .unit {}
#search .comment {} 
#search .more {}
#search .searchBox{
	width:110px;
	vertical-align: middle;
	
}
#search input.button {
	vertical-align: middle;
}



/*1-m11 インターネット集客大革命*/
#eventinfo {
	background-color:#666;
	padding:5px;
}
#eventinfo .title {
	margin:0 0 5px;
}
/*1-m12 繁盛成功事例*/
#case {
	background:url(../img/bg/bg_case.png) repeat-y 0 0;
	border-top:#666 solid 1px;
	border-bottom:#666 solid 1px;
	padding:0 0 3px;
}
#case .title {
	margin:0 0 8px;
}
#case .content {
	width:440px;
	position:relative;
	margin:0 10px 10px;
}
#case .subtitle {
	margin:0 0 8px;
}
#case .more {
	font-size:83.4%;
	width:8.0em;
	position:absolute;
	top:4px;
	left:375px;
	text-align:left;
}
#case .more a {
	background:url(../img/bg/bg_icon_list.gif) no-repeat 100% 50%;
	padding:0 8px 0 0;
}

/*1-m13 Webコンサルティング分野*/
#field {
	background:url(../img/bg/bg_common_border.gif) repeat-y 0 0;
	border-bottom:#666 solid 1px;
	padding-bottom:5px;
}
#field .title {
	margin:0 0 10px;
}
#field ul {
	padding:0 0 0 15px;
}
#field ul li {
	width:146px;
	float:left;
	padding:0 0 0.5em;
}
#field ul li a {
	background:url(../img/bg/bg_icon_list.gif) no-repeat 0 50%;
	padding:0 0 0 8px;
}


/*1-m14 新着ニュース*/
#news {
	background:url(../img/bg/bg_common_border.gif) repeat-y 0 0;
	border-bottom:#666 solid 1px;
	border-top:#666 solid 1px;
	padding:1px 0 5px 0;
	margin:0;
}
#news .title {
	margin:0 2px 10px;
}
#news .photoframe {
	background:url(../img/bg/bg_newentry_photoframe.gif) no-repeat 0 100%;
	padding-bottom:10px;
	margin-bottom:8px;
}
#news .photoframe li {
	width:113px;
	margin:0;
	padding:0;
	float:left;
}
#news .photoframe li img {
	width:103px;
	height:103px;
	border:1px solid #999;
}
#news .unit li {
	width: 440px;
	/*border-bottom:1px dotted #ccc;*/
}
#news .unit li h3 {
	width:310px;
	float:left;
	display:inline;
}
#news .unit li p {
	width:130px;
	float:right;
	margin:0;
	display:inline;
}
#news .unit li .ico { margin:0 3px 0 6px;}
#news .content {
	padding:0 0 8px;
	margin:0 0 0 8px;
}

/*【2】サイド*/
/*船井総研Webコンサルティンググループについて*/
#group{
	margin:0 0 5px;
}
#group .content {
	background:#FFFFFF;
	padding:0 0 5px;
}
#group ul li img {
	vertical-align:bottom;
}
/*定例研究会*/
#study {
	background:#fff url(../img/bg/bg_study.jpg) no-repeat 0 0;
	padding:65px 0px 0px;
	margin:0 0 5px;
}
#study .title {
	text-align:right;
	font-size:83.4%;
	margin:0 10px 0.5em;
}
#study .title a {
	background:url(../img/bg/bg_icon_list2.gif) no-repeat 100% 60%;
	padding:0 6px 0 0;
}
#study .title a:link,#study .title a:visited {color:#165E83;}
#study .title a:hover,#study .title a:active {color:#165E83;}
#study .subtitle {
	margin:0 0 10px;
}
#study ul {
	padding:0 0 5px;
}
#study ul li {
	margin:0 0 5px;
}
#study .content {
	padding:0 1px;
	text-align:center;
}
#study ul li img {
	vertical-align:bottom;
}

/*定期購読*/
#subscription {
	background:url(../img/bg/bg_subscription.jpg) no-repeat 0 0;
	padding:98px 0 12px 0;
	margin:0;
}
#subscription p.bt {
	margin:0;
}

/*カレンダー*/
#calendar {
	background-color:#fff;
	padding:0 0 10px;
	margin:0 0 5px;
}
#calendar .title {
	margin:0 0 5px;
}
#calendar .content {
	font-size:83.4%;
	color:#000;
	padding:0 5px;
}
#calendar ul li {
	background:url(../img/bg/bg_common_dash2.gif) repeat-x 0 100%;
	padding:0 0 5px;
	margin:0 0 5px;
	line-height:135%;

}
#calendar ul li a {
	display:block;
	background:url(../img/bg/bg_icon_list.gif) no-repeat 0 50%;
	padding:0 0 0 8px;
}
#calendar .more a {
	background:url(../img/bg/bg_icon_list.gif) no-repeat 100% 50%;
	padding:0 8px 0 0;
}



#calendar a:link,#calendar a:visited {color:#000;}
#calendar a:hover,#calendar a:active {color:#000;}


/*船井Webコンサルタント魂のブログ*/
#consullist {
	background:url(../img/bg/bg_consullist.jpg) no-repeat 0 0;
	border-left:#fc0 solid 1px;
	border-right:#fc0 solid 1px;
	border-bottom:#fc0 solid 1px;
	margin:0 0 5px;
}
#consullist .title {
	margin:0 0 10px;
}
#consullist .content {}

#consullist .unit {
	border:#ccc solid 1px;
	padding:1px;
	background-color:#fff;
	margin:0 5px 5px;
}
#consullist .unit ul {
	background-color:#ccc;
	padding:6px 4px 1px 10px;
}
#consullist .unit ul li {
	font-size:83.4%;
	color:#000;
	margin:0 0 5px;
}
#consullist .unit ul .rss_list {
	font-size:83.4%;
	color:#000;
	margin:0 0 5px;
}
#consullist .unit ul li a:link,
#consullist .unit ul li a:visited,
#consullist .unit ul .rss_list a:link,
#consullist .unit ul .rss_list a:visited { color:#000;}
#consullist .unit ul li a:hover,
#consullist .unit ul li a:active,
#consullist .unit ul .rss_list a:hover,
#consullist .unit ul .rss_list a:active, { color:#000;}



/*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;
}


/*【3】1カラム*/
/*3-1 お問い合わせ*/
#inquiry {
	width: 653px;
	margin: 0 0 40px 108px;
	text-align: left;
}
#inquiry .title {}
#inquiry .content {
	padding:30px 0 0 0;
}
#inquiry .comment {}
#inquiry .more {}
#inquiry p {}
#inquiry table {
	margin:0 auto;
	width: 550px;
}
#inquiry table td {
	padding:5px;
}

/*3-2 エラーメッセージ*/
#errmsg {
	width: 653px;
	margin: 20px 0 0 108px;
	text-align: left;
}
#errmsg .title {
	/*background: url(../img/bg/bg_title_long.jpg) no-repeat 0 0;*/
	font-size:200%;
	padding:0 0 0 6px;
	border-left:#CCCCCC solid 4px;
	line-height:100%;
	margin:0 0 1.0em
}
#errmsg .content {}
#errmsg .comment {}
#errmsg .more {}


/*3-3 利用規約*/
#rule {
	width: 653px;
	margin: 20px 0 0 108px;
	text-align: left;
}
#rule .title {
	background: url(../img/bg/bg_title_long.jpg) no-repeat 0 0;
}
#rule .content {}
#rule .comment {}
#rule .more {}

/*3-4 プライバシーポリシー*/
#privacy {
	width: 653px;
	margin: 20px 0 0 108px;
	text-align: left;
}
#privacy .title {
	background: url(../img/bg/bg_title_long.jpg) no-repeat 0 0;
}
#privacy .content {}
#privacy .comment {}
#privacy .more {}





