@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

【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 {
	background:url(../img/bg/bg_title_recententry.jpg) no-repeat 0 0;
	height:25px;
	padding:0;
	line-height:0;
	text-indent:-9999px;
}
#news .title a {
	display:block;
	width:468px;
	height:25px;
/*hide\*/ overflow:hidden; /*for Mac IE*/
}
#news .content {}
#news .unit {}
#news .comment {
	text-align:right;
}
#news .more {}

/*1-m2 最新記事*/
#newentry {}
#newentry .title {}
#newentry .content {
	padding: 1px 0px 5px 4px;
}
#newentry .unit {
	clear: both;
	/*width: 643px;*/
	background: url(../img/bg/bg_dot.gif) repeat-x 0 5px;
	padding: 10px 0 0;
}
#newentry .unit li {
	/*width: 643px;*/
	border-bottom:1px dotted #ccc;
}
#newentry .unit li h3 {
	width:348px;
	float:left;
}
#newentry .unit li p {
	width:295px;
	float:right;
	margin: 0;
}
#newentry .unit li .ico { margin:0 3px;}
#newentry .comment {}
#newentry .more {}
#newentry .sw {}
#newentry .bt {}
#newentry .photoframe {}
#newentry .photoframe li {
	width:129px;
}
#newentry .photoframe li img {
	width:125px;
	height:125px;
}

/*1-c2 最新記事(トップ)*/
.indextop #newentry {}
.indextop #newentry .title {
	background:url(../img/bg/bg_title_newentry468.jpg) no-repeat 0 0;
	height:26px;
	padding:0;
	margin:0 0 2px;
	text-indent:-9999px;
}
.indextop #newentry .title a {
	display:block;
	width:468px;
	height:26px;
	/*hide\*/ overflow:hidden; /*for MacIE*/
}
.indextop #newentry .content {
	padding: 1px 3px 5px 4px;
}
.indextop #newentry .unit {
/*width: 458px;*/
	margin:0 0 5px;

}
.indextop #newentry .unit li {
	width: 458px;
	height: 1.5em;
	line-height:1.5em;
	/*hide\*/ overflow:hidden; /*for MacIE*/
}
.indextop #newentry .unit li h3 {
	width:248px;
	/*hide\*/ overflow:hidden; /*for MacIE*/
}
.indextop #newentry .unit li p {
	width:200px;

}
.indextop #newentry .comment {
	display:block;
	width:458px;
	height:1.2em;
	position:relative;
	margin:0 0 1em;	
}
.indextop #newentry .comment .ico {
	width:22px;
	height:11px;
	position:absolute;
	top:2px;
	right:2px;
}

.indextop #newentry .more {}
.indextop #newentry .more a {
	background:url(../img/icon_more.gif) no-repeat 0 50%;
	padding:0 0 0 10px;
}
.indextop #newentry .sw {}
.indextop #newentry .bt {}
.indextop #newentry .photoframe {}
.indextop #newentry .photoframe li {
	width:115px;
}
.indextop #newentry .photoframe li img {
	width:111px;
	height:111px;
}

/*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;
	margin:10px 0 0 0;
  }
  #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-c10 コンサルティング商品一覧*/
#goodslist468 { background:url(../img/bg/bg_title_goodslist.jpg) no-repeat 0 0;}
#goodslist468 .title { background:none; padding:0;}

#goodslist468 .comment {
	text-align:right;
}

#goodslist468 .unit {
width: 458px;
}
#goodslist468 .unit li {
width: 458px;
}
#goodslist468 .unit li h3 {
width:258px;
}
#goodslist468 .unit li p {
width:200px;
}
/*#goodslist468 ul { padding:0 2px 0 6px;}
#goodslist468 li {
	float:left;
	width:134px;
	display:block;
	padding:0 3px 10px 13px;
	background:url(../img/ico_list.jpg) no-repeat 0 2px;
}*/

/*1-c11 よくあるご相談・悩み相談*/
#faq { background:url(../img/bg/bg_title_faq.jpg) no-repeat 0 0;}
#faq .title { background:none; padding:0;}

/*1-c12 船井WEB関連ブログ*/
#relationblog { background:url(../img/bg/bg_title_relationblog.jpg) no-repeat 0 0;}
#relationblog .title { background:none; text-indent:-9999px;}
#relationblog .content {}
#relationblog .content ul{
	padding:0 0 0 10px;
}
#relationblog .content li{
	float:left;
	line-height:0;
	padding:0;
	margin:0 5px 5px 0;
}
#relationblog .content li img {
	vertical-align:bottom;
	
}
/*1-c13 船井総研とはこんな会社です！*/
#about { background:url(../img/bg/bg_title_about.jpg) no-repeat 0 0;}
#about .title { background:none; text-indent:-9999px;}
#about .comment {
	color:#FF0000;
	font-size:1.4em;
	font-weight:bold;
}
#about table {
	width:458px;
}
#about table th{
	text-align:left;
	font-weight:bold;
}
#about dl {}
#about dt {
	color:#FF0000;
	font-size:1em;
	font-weight:bold;
	padding:10px 0 0 0;
}
#about dd {
	padding:0;
}
#about .company {
	color:#FF0000;
	font-weight:bold;
	display:block;
	border-bottom:#FF0000 solid 1px;
	margin:10px 0;
}
#about .date {
	color:#000000;
	width:5em;
	vertical-align: top;
}
#about .address {
	padding:10px 0;
}
#about .address  dt{
	color:#000000;
	padding:0;
}
#about .photo {
	float:left;
	padding:0 5px;
}


/*1-c14 船井WEBっていったい何？*/
#intro { background:url(../img/bg/bg_title_intro.jpg) no-repeat 0 0;}
#intro .title { background:none; text-indent:-9999px;}
#intro .comment {
	color:#FF0000;
	font-size:1.4em;
	font-weight:bold;
}
#intro ul {}
#intro li {
	width:248px;
	float:left;
	padding:0 10px 0 0;
}
#intro dl {
	padding:15px 0 0 0;
}
#intro .photo {
	width:200px;
	padding:0;
}
#intro .list {
	padding:15px 0;
}
#intro .list li {
	float:none;
	width:443px;
	background:url(../img/ico_list.jpg) no-repeat left center;
	padding:0 0 0 15px;
}
#intro p {
	font-size:1.2em;
	font-weight:bold;
}


/*【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 { background:url(../img/bg/bg_title_category.jpg) no-repeat 0 0;}
#category .title { background:none; text-indent:-9999px;}
#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 { background:url(../img/bg/bg_title_map.jpg) no-repeat 0 0;}
#maptb .title { background:none; text-indent:-9999px;}
#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 { background:url(../img/bg/bg_title_link.jpg) no-repeat 0 0;}
#link .title { background:none; text-indent:-9999px;}
#link .content {}
#link .unit {}

#link .unit li{
	background:url(../img/ico_list.jpg) no-repeat 0 4px;
	padding:0 0 0 15px;
}
#link .comment {
	margin: 0;
}
#link .more {}
#link .sw {}

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

/*2-s11 成功事例企業*/
#success { background:url(../img/bg/bg_title_success.jpg) no-repeat 0 0;}
#success .title { background:none; text-indent:-9999px;}

/*2-s12 カレンダー*/
#calendar { background:url(../img/bg/bg_title_calendar.jpg) no-repeat 0 0;}
#calendar .title { background:none; text-indent:-9999px;}

/*2-s13 検索*/
#search { background:url(../img/bg/bg_title_search.jpg) no-repeat 0 0;}
#search .title { background:none; text-indent:-9999px; padding:8px 5px 17px 10px;}
#search #form input {
	width:130px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #537786;
	border-right-color: #C0D1D8;
	border-bottom-color: #C0D1D8;
	border-left-color: #537786;
}
#search #form .button {
	height: 19px;
	width: 42px;
	background:url(../img/btn_search.jpg) no-repeat 0 0;
	text-indent:-9999px;
	border:none;
}

/*2-s14 コンサルティング商品一覧*/
#goodslist { background:url(../img/bg/bg_title_goodslist_200.jpg) no-repeat 0 0;}
#goodslist .title { background:none; text-indent:-9999px; padding:8px 5px 17px 10px;}
#goodslist ul {}
#goodslist li {
	background:url(../img/ico_list.jpg) no-repeat 0 4px;
	padding:0 0 0 15px;
}

/*2-s15 メールマガジン*/
#mailmag { background:url(../img/bg/bg_title_mailmag.jpg) no-repeat 0 0;}
#mailmag .title { background:none; text-indent:-9999px;	padding:8px 5px 35px 10px;}


/*【3】1カラム*/
/*3-1 お問い合わせ*/
#inquiry {
	width: 653px;
	margin: 20px 0 0 108px;
	text-align: left;
}
#inquiry .title {
	background: url(../img/bg/bg_title_center.gif) repeat-x 0 0;
	color:#FFFFFF;
}
#inquiry .content {}
#inquiry .comment {}
#inquiry .more {}
#inquiry p {}
#inquiry table {
	margin:0 auto;
	width: 525px;
}

/*3-2 エラーメッセージ*/
#errmsg {
	width: 653px;
	margin: 20px 0 0 108px;
	text-align: left;
}
#errmsg .title {
	background: url(../img/bg/bg_title_center.gif) repeat-x 0 0;
	color:#FFFFFF;
}
#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 {}

/*TOPページ下部バナー*/
.indextop .bnr {
	clear:both;
}
.indextop .bnr img {
	padding:0 0 5px 0;
}
