@charset "utf-8";

/* 
共用ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
 */

ul.marquee{display:block;;list-style:none;line-height:14px;position:relative;overflow:hidden;width:390px;height:16px;margin:5px 50px 6px 130px;}ul.marquee li{position:absolute;top:-999em;left:0;display:block;white-space:nowrap;font:14px Arial,Helvetica,sans-serif;line-height:14px;padding:3px 5px;}

#slideshow .active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}


body  {
	background: #FFF url(../lib/img/body_bg.png) repeat center top;
	font-family: Meiryo,'メイリオ','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック','MS PGothic',Verdana,sans-serif;
	font-size: 13px; /* モダンブラウザ向け */
	color: #666666;
	_text-align: center;
	margin:0;
	padding:0;
}

div.column-file-center {
	width:100% !important;
}
div.column-file-center img {
	float:left;
}
div.column-file-center p {
	float:left;
	line-height:70px;
}
div.column-file-auto {
	width:100% !important;
}
div.column-file-auto img {
	float:left;
}
div.column-file-auto p {
	float:left;
	line-height:70px;
}



/* リンクの設定 */
a:link {
	border: none;
	color: #3366CC;
	text-decoration: none;
}
a:visited {
	border: none;
	color: #666699;
	text-decoration: none;
}
a:active {
	border: none;
	color: #3366CC;
	text-decoration: none;
}

a:hover {
	border: none;
	color: #3366CC;
	text-decoration: underline;
}

/* 
レイアウト関連ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
 */

/* 
ホーム用 - えんぴつの背景とかイラストを背景にしてるよ！
 */
#homeWrapper {
	background:url(../lib/img/headwrapper_bg.jpg) no-repeat center top;
}
body.home #main {
	_display: inline;/* for ie6 */
	float: left;
	width: 620px;
	margin: 10px 0;
	padding: 0;
	text-align: left;
	_overflow: hidden;/* for ie6 */
}

body.home #sub {
	_display: inline;/* for ie6 */
	float: right;
	width: 300px;
	margin: 10px 0 0 0;
	padding: 0;
	text-align: left;
}


/* ヘッダ */

#header {
	padding: 0;
	margin:0;
	text-align: left;
	background: url(../lib/img/gmenu_bg.png) repeat-x center top;
}

div.headContents {
	width:960px;
	margin:20px auto 0;
	padding:0 10px;
}
div.headContents div.headTitle {
	width:300px;
	float:left;
	margin:10px;
}

div.headContents div.headImg {
	width:620px;
	height: 350px;
	float:right;
	margin:10px;
}

div.headContents div.headTwitter {
	width:620px;
	float:right;
	margin:10px 0 0;
}



/* コンテンツ全体 */

#contents_wrapper {
	width: 940px;
	margin: 0px auto;
	padding: 0;
	_text-align: center;/* for ie6 */
}


/* メインカラム */
#main {
	_display: inline;/* for ie6 */
	float: left;
	width: 700px;
	margin: 10px 0;
	padding: 0;
	text-align: left;
	overflow: hidden;/* for ie6 */
}
#main .entrycontents img { margin-bottom:20px; 
}
#main .entrycontents strong { color:#333333;
}

/* メインカラム
ウェブサイトホーム用 */
div#main div.home_news {
	float:left;
	width:160px;
}

div#main div.home_news_last {
	float:left;
	width:140px;
}
div#homeContentsWrapper {
	clear:both;
	background:#FFF;
	border-top: #CCC solid 1px;
	border-bottom: #CCC solid 1px;
}
div#homeContents {
	width:960px;
	margin:0 auto;
	padding:10px 0;
}
div#homeContents h2 {
	color:#060;
}
div#homeContents div.news h2 {
	color:#000;
}
div#homeContents ul.homeBanner {
	list-style:none;
	margin:10px 0;
	padding:0;
}
div#homeContents ul.homeBanner li {
	float:left;
	_display:inline;
	margin:0 10px;
	padding:0;
	height:80px;
	overflow:hidden;
}
/* サマリー2/カスタムフィールド #summaryCustom 　*/
#home_news #summaryCustom, 
#home_news_last #summaryCustom {
}

.home_news #summaryCustom .summaryCustomEntry,
.home_news_last #summaryCustom .summaryCustomEntry {
	float: left;
	width: 140px;
	margin:0;
	min-height:0;
	background:none;
}
.home_news #summaryCustom .bl-hover,
.home_news_last #summaryCustom .bl-hover {
}

.home_news #summaryCustom .summaryCustomEntry div,
.home_news_last #summaryCustom .summaryCustomEntry div {
	width: 140px;
	height: 83px;
	margin:0;
}

.home_news #summaryCustom .summaryCustomEntry p,
.home_news_last #summaryCustom .summaryCustomEntry p {
	padding: 10px 0 0;
}

.home_news #summaryDefault .summarytitle,
.home_news_last #summaryDefault .summarytitle {
	margin: 10px 0 0;
}


/* サブカラム */
#sub {
	_display: inline;/* for ie6 */
	float: right;
	width: 220px;
	margin: 10px 0 0 0;
	padding: 0;
	text-align: left;
	overflow:hidden;
}
#sub ul {
	list-style:none;
	margin:0;
	padding:0;
	}
#sub ul li {
	list-style:none;
	margin:0;
	padding:0 0 10px;
	}

#sub p img { margin-bottom:20px; 
}
/* フッタ */
#footWrapper {
	clear: both;
	background: #EEEEEE url(../lib/img/footer_bg.png) repeat 0 0;
	border-top: solid 1px #FFFFFF;
	box-shadow: 0 0 1px #666666;
	text-align: center;
	zoom: 1;
}

#footer {
	position: relative;
	width: 960px;
	height: 240px;
	margin: 10px auto;
	padding:0 0;
	text-align: left;
	zoom: 1;
	overflow:hidden;
}

.footContact {
	width:330px;
	height:240px;
	border-left:#CCC solid 1px;
	border-right:#CCC solid 1px;
	float:left;
	padding:0 10px;
	margin:0;
}
.footLink {
	width:280px;
	height:240px;
	border-right:#CCC solid 1px;
	float:left;
	padding:0 10px;
	margin:0;
}

/*
			＊＊＊＊ footerのボックスの高さを揃えたよ ＊＊＊＊

	　		↓↓わけわっかないよーって時はココ見てね！↓↓
	
			　　高さの違うボックスを揃えるテクニック
			http://html-coding.co.jp/knowhow/tips/000278/

*/

.footLink dl {
	margin:0;
}

.footLink dl dt {
	margin:0;
	font-weight:bold;
}
.footLink dl dd {
	margin:0 0 20px;
}

.footer:after {
    display: block; 
    clear: both; 
    height: 0; 
    content: "."; 
    visibility: hidden;
}

#copyright {
	display: block;
	border-top: solid 1px #CCCCCC;
	font-size: 14px;
	text-align: right;
}
#copyright p {
	width: 940px;
	margin: 0 auto;
	padding: 10px 20px 30px 0;
	text-align: right;
	zoom: 1;
}
#copyright img {
	vertical-align: text-top;
}


/* 
■■■■■■　グローバルナビ #globalNavi　■■■■■■
*/

#globalNavi {
	list-style: none outside none;
	position: relative;
		top: 0;
	height: 65px;
	margin: 0 auto 0;
	z-index: 20;
	width:960px;
	
}

#globalNavi ul {
	list-style: none;
	clear: both;
	margin: 0;
	padding: 0;
}

#globalNavi ul li {
	float: left;
	font-weight: bold;
	height:65px;
	overflow:hidden;
	padding:0;
	margin:0;
}

#globalNavi ul li a:link,
#globalNavi ul li a:visited,
#globalNavi ul li a:hover,
#globalNavi ul li a:active,
#globalNavi ul li#viewing {
	display: block;
	_display: inline-block;
	padding: 65px 0 0;
	height:65px;
	overflow:hidden;
	width:147px;
	letter-spacing: 0 !important;
}

#globalNavi ul li a:hover,
#globalNavi ul li a:active,
#globalNavi ul li#viewing {
	background: #FFFFFF;
	text-decoration: none;
}

#globalNavi ul li.stay a{
	background: #EEEEEE;
	text-decoration: none;
}

#globalNavi ul li#viewing {
	background: #EEEEEE;
}

#globalNavi ul li a.gl_home { width:69px; background:url(../lib/img/index/design_check_contact-bottom_r1_c2.png) no-repeat 0 0;}
#globalNavi ul li a.gl_lifestyle { width:156px; background:url(../lib/img/index/design_check_contact-bottom_r1_c4.png) no-repeat 0 0;}
#globalNavi ul li a.gl_shopping { background:url(../lib/img/index/design_check_contact-bottom_r1_c7.png) no-repeat 0 0;}
#globalNavi ul li a.gl_houses { background:url(../lib/img/index/design_check_contact-bottom_r1_c11.png) no-repeat 0 0;}
#globalNavi ul li a.gl_jobs { background:url(../lib/img/index/design_check_contact-bottom_r1_c14.png) no-repeat 0 0;}
#globalNavi ul li a.gl_event { background:url(../lib/img/index/design_check_contact-bottom_r1_c17.png) no-repeat 0 0;}
#globalNavi ul li a.gl_interview { background:url(../lib/img/index/design_check_contact-bottom_r1_c20.png) no-repeat 0 0;}

#globalNavi ul li ul a:hover {
	background-color: #E3E3E3;
}

/*
以下汎用Classです。ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
Kevin Yank氏 Nicole Sullivan氏 Nicole Sullivan氏が提唱する
Object Oriented CSS！再利用可能なパーツでa-blog cmsとの相性もバッチリ！？
*/

.w460 {
	width:460px;
	margin:10px;
}

.w220 {
	width:220px;
	margin:10px;
}

.w140 {
	width:140px;
	margin:10px;
}

div.home_news p.w140,
div.home_news_last p.w140 {
	width:140px;
	margin:10px 0;
}
.mB20 {
	margin-bottom:20px;
}
.flLeft {
	float:left;
}
.imgLeft {
	float:left;
	padding-right:10px;
}
.txtcenter {
	text-align:center;
}

.clear {
	clear:both;
}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix {
}



/*
a-blog cms用機能のCSSーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
制作時の予備として残しています。
適宜変更して使ってね。
*/

/* ■■■■■ メインイメージ #topImage 　*/
p#topImage {
	text-align: left;
}

/* ■■■■■ トピックパス #topicpath 　*/
p#topicpath {
	margin-right: 20px;
	_text-align: left;/* for ie6 */
}

/* ■■■■■ カテゴリー見出し #categoryH1 　*/
h1#categoryH1 {
	margin: 30px 20px 10px 0;
	padding: 3px 30px;
	background-color: #666666;
	border-radius: 5px;
	color: #FFFFFF;
	font-size: 20px;
	_text-align: left;/* for ie6 */
}

h2 { /*モジュールの見出し*/
	margin: 0 20px 5px 0;
	font-size: 15px;
	text-align: left;
}	


/* ---------------
　メイン
--------------- */

/* ■■■■■ ヘッドライン #headline 　*/
ul#headline {
	list-style: none;
	margin: 0 20px 30px 0;
	padding: 0;
	border-top: solid 1px #999999;
}

ul#headline li {
	vertical-align: bottom;
	zoom: 1;
}

/* 現在いるとき */
ul#headline li.stay {
	background-color: #EEEEEE;
}

ul#headline li a {
	display: block;
	padding: 8px 10px;
	border-bottom: solid 1px #999999;
	vertical-align: bottom;
	zoom: 1;
}

ul#headline li a:hover {
	background-color: #EEEEEE;
	text-decoration: none;
}

ul#headline li a span.headlineDat {
	color: #666666;
}

ul#headline li a span.headlineCategory {
	margin: 0 3px;
	padding: 3px;
	background: #666666;
	color: #FFFFFF;
	font-size: 10px;
}

/* ■■■■■ サマリー1/デフォルト #summaryDefault 　*/
#summaryDefault {
}

#summaryDefault .summaryDefaultEntry {
	float: left;
	width: 345px;
	margin: 0 10px 10px 0;
	background: #EEEEEE;
}
#summaryDefault .bl-hover {
	background: #E3E3E3;
}

#summaryDefault .summaryDefaultEntry div {
	float: left;
	margin: 10px;
	background: #FFFFFF;
}

#summaryDefault .summarytitle {
	margin: 10px 10px 5px 0;
}

#summaryDefault .summaryDefaultEntry p {
	margin: 5px 10px 0 0;
	word-break: break-all;
}



/* ■■■■■ サマリー2/カスタムフィールド #summaryCustom 　*/
#summaryCustom {
}

#summaryCustom .summaryCustomEntry {
	float: left;
	width: 220px;
	min-height: 310px;
	background: #EEEEEE;
	margin: 0 20px 20px 0;
}
#summaryCustom .bl-hover {
	background: #E3E3E3;
}

#summaryCustom .summaryCustomEntry div {
	width: 200px;
	height: 200px;
	margin: 10px;
	background: #FFFFFF;
}

#summaryCustom .summaryCustomEntry p{
	padding: 10px;
}

#summaryDefault .summarytitle {
	margin: 10px 10px 10px 0;
}

/* ■■■■■ エントリー #entryBody 　*/
.entry {
	/* margin: 10px 20px 60px 0; */
	margin: 10px 0px 60px 0;
	padding: 0;
}

/*　　　エントリーヘッダー　　　*/
.entryHeader {
	margin: 0 0 20px 0;
	padding: 10px 0;
	border-top: solid 2px #666666;
	border-bottom: solid 1px #666666;
}

/* エントリーの日付・カテゴリー */
.entry p.entryCategory {
	margin:0 0 10px;
	padding: 0;
	font-weight: bold;
}
p.entryCategory span {
	padding: 0 5px 0 0;
}
p.entryCategory span a {
	font-weight: normal;
}

/* エントリータイトル */
.entryTitle {
	margin: 0 0 20px;
	padding: 0;
	background: none;
	font-weight: bold;
	font-size: 30px;
	color:#000000;
}
.entryTitle a,
.entryTitle a:hover {
	text-decoration: none;
}

/*　　　カスタムフィールド部分　　　*/
.entryCustom {
	background-color: #EEEEEE;
	padding: 10px;
	margin: 0 20px 0 0;
	border-radius: 5px;
}
.entry .entryCustom img {
	float: left;
	padding: 0 10px 0 0;
}
.entry .entryCustom p {
	margin: 0;
	padding: 0 20px 0 0;
}

/*　　　エントリー本文部分　　　*/
.entryColumn {
	margin: 0 10px 0 30px;
}

/*　　　続きを読むリンク　　　*/
.entry p.continueLink {
	margin: 0 20px 5px 0;
}

.entry p.continueLink a {
	padding: 5px 15px 5px 10px;
	background-color: #52BEFF;
	color: #FFFFFF;
	font-weight: bold;
}

.entry p.continueLink a:hover {
	text-decoration: none;
	background-color: #999999;
}

/*　　　エントリータグ　　　*/
.index .entryTag,
.entry .entryTag {
	position: relative;
	margin: 20px 0 0 0;
	padding: 5px 20px 5px 90px;
	background-color: #EEEEEE;
}

.entryTag dt {
	display: block;
	position: absolute;
		top: 5px;
		left: 0;
		_top: 0;
		_left: -90px;
	width: 70px;
	padding: 0 10px 0 0;
	background-color: #62605C;
	color: #FFFFFF;
	font-size: 13px;
	text-align: right;
	zoom: 1;
}

.entryTag dd {
	display: inline;
	margin: 0;
	padding: 0 15px 0 0;
}

.index .entryTag dd a,
.entry .entryTag dd a {
	padding: 2px 3px;
}

/*　　　エントリーフッター　　　*/
.entry p.entryFooter {
	margin: 0;
	padding: 10px 20px 0 0;
	text-align: left;
}

/* ------ エントリー内スタイル ------ */

/* 1カラム用 */
div.column1 {
	clear: both;
	width: 100%;
	padding:20px 0 0;
}

/* 2カラム用 */
div.column2 {
	float: left;
	width: 50%;
}

/* 3カラム用 */
div.column3 {
	float: left;
	width: 33%;
}

/* 半角英数字折り返し対応 */
.entry p,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry ul li, 
.entry ol li, 
.entry dl dt, 
.entry dl dd, 
.entry blockquote, 
.entry table th, 
.entry table td {
	word-break: break-all;
}

.entry p {
	margin: 0 20px 15px 0;
	font-size: 13px;
	line-height: 1.9;
}

.entry p em {
	background-color: #99FFFF;
	font-style: normal;
}

.entry p strong {
	color: #CC3300;
	font-weight: bold;
}

/* 画像 */
.column-image-right {/*右*/
    margin: 0 20px 20px 0 !important;
}

.column-image-center {/*中央*/
	padding-right: 20px;
	text-align: center;
}

/* 画像URL */
.column-eximage-right {/*右*/
    margin: 0 20px 20px 0 !important;
}
.column-eximage-center {/*中央*/
	padding-right: 20px;
	text-align: center;
}

/* 地図 */
.column-map-right {/*右*/
    margin: 0 20px 20px 0 !important;
}
.column-map-center {/*中央*/
	padding-right: 20px;
}

/* Youtube */
.column-youtube-center{/*中央*/
	padding-right: 20px;
}

/* 画像の最大幅 */
div.column-image-center,
div.column-image-left,
div.column-image-right,
div.column-image-auto{
	max-width : 100%;
}

/* Youtubeの最大幅 */
.column-youtube-center,
.column-youtube-left,
.column-youtube-right,
.column-youtube-auto{
	max-width: 640px;
}

/* ユニットの間隔 */
.entry div.column-image-auto,
.entry div.column-image-center,
.entry div.column-image-left,
.entry div.column-image-right,
.entry .column-map-auto,
.entry .column-map-center,
.entry .column-map-left,
.entry .column-image-right,
.entry div.column-youtube-auto,
.entry div.column-youtube-center,
.entry div.column-youtube-left,
.entry div.column-youtube-right,
.entry div.column-eximage-auto,
.entry div.column-eximage-center,
.entry div.column-eximage-left,
.entry div.column-eximage-right{
	margin-bottom: 20px;
}

.entry div.column-image-left,
.entry .column-map-left,
.entry div.column-youtube-left,
.entry div.column-eximage-left{
	margin-right: 20px;
}


/* 添付ファイル関連 */

/* 添付画像 */
.columnImage {

}
/* 添付ファイルアイコン */
.columnIcon {
	padding: 5px;
}
/* 添付ファイルのキャプション */
.caption {
	margin: 2px 0 5px !important;
	padding: 0 5px;
	color: #666666;
	font-size: 12px !important;
	line-height: 1.2;
	text-align: center;
}
.nocaption {
	margin-bottom: 10px;
}

.entry h2 {
}

.entry h3 {
	margin: 0 0 10px 0;
	padding: 3px 10px;
	border-radius: 5px;
	background-color: #FFF;
	font-size: 16px;
	overflow: hidden;
	zoom: 1;
}
.lifestyle .entry h1 {
	color:#FF646A;
}
.houses .entry h1 {
	color:#237011;
}
.shopping .entry h1 {
	color:#DF4C00;
}
.jobs .entry h1 {
	color:#2C79EA;
}

.houses .entry h3 {
	margin: 0 0 10px 0;
	padding: 3px 10px;
	border-radius: 5px;
	background-color: #D5E3B9;
	color:#333;
	font-size: 16px;
	overflow: hidden;
	zoom: 1;
}
.entry h4 {
	margin: 0 20px 10px 0;
	padding: 0 10px 2px;
	border-bottom: solid 2px #999999;
	font-size: 14px;
	overflow: hidden;
	zoom: 1;
}
.entry h5 {
	margin: 0 20px 10px 0;
	padding: 0 10px;
	border-left: solid 5px #999999;
	font-size: 14px;
	overflow: hidden;
	zoom: 1;
}
.entry blockquote p {
	font-size: 14px;
}

.entry ul {
	margin: 20px 20px 15px 0;
	padding: 0 0 0 35px;
	font-size: 13px;
	overflow: hidden;
	zoom: 1;
}
.entry ul img {
	vertical-align: top;
}
.entry ul li {
	list-style: disc;
	margin: 0 0 0.8em 0;
	padding: 0;
	line-height: 1.6;
}
.entry ol {
	margin: 20px 20px 15px 0;
	padding: 0 0 0 35px;
	font-size: 13px;
	overflow: hidden;
	zoom: 1;
}
.entry ol li {
	margin: 0 0 0.8em 0;
	padding: 0;
	line-height: 1.2;
}
.entry dl {
}
.entry pre {
	clear: both;
	_width: 600px;
	margin: 20px 20px 15px 0;
	padding: 10px;
	background: #E7E7E7;
	color: #666666;
	font-size: 14px;
	overflow: auto;
}
.entry blockquote {
	clear: both;
	margin: 20px 20px 15px 0;
	padding: 17px 20px;
	padding-top: /9px;/* for ie67 */
	padding-top: 9px\9;/* for ie8 */
    background: #E7E7E7; 
	font-size: 14px;
}
.entry table {
	margin: 20px 20px 15px 0;
	padding: 0;
	border: 1px solid #EEEEEE;
	border-collapse: collapse;
	color: #666666;
}
.entry table caption {
    background: #E7E7E7;
}
.entry tr {
	margin: 0;
	padding: 0;
}
.entry th {
	padding: 5px 10px;
    background: #E7E7E7;
	border: 1px solid #FFFFFF;
	text-align: left;
}
.entry td {
	padding: 5px 10px;
	border: 1px solid #EEEEEE;
}

/*　　　ページ送り　　　*/
ul.entryListNavi {
	display: block;
	margin: 0 20px 20px 0;
	padding: 0;
	text-align: right;
}

ul.entryListNavi li{
	display: inline;
}

.backPageLink {
	float: right;
	width: 60px;
	_margin-top: 5px;
	text-align: left;
}
.pageLink {
	float: right;
	margin: 0 15px;
	padding: 0 15px;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	text-align: center;
}

.pageLink a,
.pageLink span{
	display: inline-block;
	padding: 0 6px;
}

.pageLink a span{
	padding: 0;
}
.forwardPageLink {
	float: right;
	width: 60px;
	_margin-top: 5px;
	text-align: right;
}



/* ---------------
　サブ
--------------- */

/* ■■■■■ エントリーリスト #entryList 　*/
ul#entryList {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
	border-top: solid 1px #999999;
}

ul#entryList li {
	vertical-align: bottom;
	zoom: 1;
}

/* そのページを表示しているとき */
ul#entryList li.stay {
	background-color: #EEEEEE;
}

ul#entryList li a {
	display: block;
	padding: 8px 10px;
	border-bottom: solid 1px #999999;
	vertical-align: bottom;
	zoom: 1;
}

ul#entryList li a:hover {
	background-color: #EEEEEE;
	text-decoration: none;
}


/* ■■■■■ カテゴリーリスト #categoryList 　*/
#categoryList {
	margin: 0 0 30px 0;
}

#categoryList ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background: #333333;
}

#categoryList ul li {
	border-top: solid 1px #444444;
	border-bottom: solid 1px #222222;
	vertical-align: bottom;
	zoom: 1;
}

/* そのページを表示しているとき */
#categoryList ul li.stay {
	background-color: #666666;
	color: #FFFFFF;
	text-shadow: -1px -1px 0px #543E44;
}

#categoryList ul li a {
	display: block;
	padding: 8px 10px;
	color: #FFFFFF;
	text-shadow: -1px -1px 0px #543E44;
	vertical-align: bottom;
	zoom: 1;
}

#categoryList ul li a:hover {
	background-color: #222222;
	text-decoration: none;
}

#categoryList ul li ul li a {
	padding: 8px 10px 8px 20px;
}

/* ■■■■■ サマリー3/縮小版 #summaryMini 　*/
#summaryMini {
	margin: 0 0 20px 0;
	border-top: solid 1px #999999;
}

#summaryMini p.summaryMiniEntry a {
	display: block;
	margin: 0;
	border-bottom: solid 1px #999999;
}
#summaryMini a:hover {
	background: #EEEEEE;
	text-decoration: none;
}

#summaryMini p.summaryMiniEntry span.summaryMiniThumbnail {
	float: left;
	width: 60px;
	height: 60px;
	background: #EEEEEE;
	margin: 0 10px 0 0;
}

#summaryMini p.summaryMiniEntry span.summaryMiniTitle {
	display: block;
	float: left;
	width: 150px;
	margin: 8px 0 0;
}

/* ■■■■■ バナー #banner 　*/
ul#banner {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}

ul#banner li {
	zoom: 1;
	margin: 0 0 10px;
}


/* ■■■■■ リンクリスト #linkList 　*/
ul#linkList {
	margin: 0 0 30px 0;
	padding: 0 0 0 20px;
	border-top: solid 1px #999999;
}

ul#linkList li {
}


ul#linkList li a {
	display: block;
	margin: 5px 0;
	padding: 3px 0;
}

ul#linkList li a:hover {
	background-color: #EEEEEE;
	text-decoration: none;
}

/* ---------------
　フッター
--------------- */

/* ■■■■■ 会社情報 #companyAbout 　*/
dl#companyAbout {
	position: inherit;
	margin: 0;
	padding: 8px 0;
}
dl#companyAbout dt{
	font-size: 20px;
	margin: 10px 0;
}
dl#companyAbout dt a{
	color: #666666;
}
dl#companyAbout dd{
	margin: 5px 0;
}


/* ■■■■■ 検索フォーム #search 　*/
#search {
	position: absolute;
		top: 5px;
		right: 0;
}

/* ■■■■■ ページの先頭へリンク #pageTop 　*/
#pageTop {
	display: block;
	position: absolute;
		bottom: 0;
		right: 0;
}


/* ---------------
　メールフォーム
--------------- */

H2.contactH2 {
	margin: 30px 20px 10px 0;
	padding: 3px 10px 5px;
	border-bottom: solid 1px #999999;
	color: #333333;
	font-size: 16px;
}



/* 電話番号　*/
#contactNo {
	margin: 5px 0 0 0;
	padding: 0;
	color: #3366CC;
	font-size: 24px;
	font-weight: bold;
}

/* フォームテーブル */
.ablogcmsForm {
	width: 595px;
	margin: 0 0 20px 0;
	border-collapse: collapse;
	border: 0px;
	background:#FFF;
}
table.ablogcmsForm {
	width: 700px;
	border: none;
	border-top: 1px solid #CCCCCC;
}

.ablogcmsForm tr {
}
.ablogcmsForm th {
	width: 180px;
	margin: 0;
	padding: 8px 10px;
	border: none;
	border-bottom: 1px solid #CCCCCC;
	background-color: #ECEBE8;
	color: #333333;
	font-size: 13px;
	vertical-align: top;
	white-space: normal;
}

.ablogcmsForm th.required {
	width: 130px;
	padding: 8px 60px 8px 10px;
	background:#ECEBE8 url(../images/site/contact/required.png) no-repeat 150px 10px;
}

.ablogcmsForm td {
	margin: 0;
	padding: 5px 20px;
	border: none;
	border-bottom: 1px solid #CCCCCC;
	font-size: 15px;
	_text-align: left;
}

ul.mailStep {
	padding: 0;
}

/* フォーム入力欄 */
.formM {
	width: 325px;
}

.formL {
	width: 410px;
}

/* エラー文 */
.entry p.emSection {
	margin: 0;
	padding: 5px 0 0;
	color: #C00;
}

/* メッセージ文 */
.message {
}

/*　フォームサイズ　*/

.formSizeHarf {
	font-size: 15px;
	padding: 7px;
}

.formSizeFull {
	width: 350px;
	padding: 7px;
	font-size: 15px;
}

/* 確認画面へ進むボタン */
#btnConfirm {
	float: right;
	height: 40px;
	width: 240px;
	margin: 0 20px 0 0;
	_margin: 0 10px 0 0;
    border: 0px;
	background: url(../images/site/contact/btn_comform.png) no-repeat center center;
	font-size: 14px;
	font-weight: bold;
	text-indent: -9999px;
}

/* 入力画面へ戻るボタン */
#btnToInput {
	float: left;
	width: 240px;
	height: 40px;
    border: 0px;
	background: url(../images/site/contact/btn_back.png) no-repeat center center;
	font-size: 14px;
	font-weight: bold;
	text-indent: -9999px;
}

/* 送信ボタン */
#btnSubmit {
	float: right;
	width: 240px;
	height: 40px;
	margin: 0 20px 0 0;
	_margin: 0 10px 0 0;
    border: 0px;
	font-size: 14px;
	font-weight: bold;
	text-indent: -9999px;
	background: url(../images/site/contact/btn_submit.png) no-repeat center center;
}

.formBtn:hover {
	opacity: 0.8;
}

.formBtn form {
	display: inline;
}


#mailStep {
	display: block;
	width: 220px;
	height: 162px;
	margin: 0 0 20px 0;
	text-indent: -9999em;
}

.step1 {
	background: url(../images/site/contact/step1.png) no-repeat center top;
}

.step2 {
	background: url(../images/site/contact/step2.png) no-repeat center top;
}

.step3 {
	background: url(../images/site/contact/step3.png) no-repeat center top;
}

body .result_title {
	/*position: relative;
	top: -15px;
	/*padding-left: 10px;*/
	display: table-cell;
    float: right;
    margin-top: 10px;
    text-decoration: none;
    vertical-align: middle;
    width: 500px;
	text-align: left;
	padding-right:10px;
}

*:first-child+html .result_title {
	width:490px;
	margin-top: -35px;
	padding-left: 30px;
}


/* --------------------
　エリア検索用スタイル
---------------------- */
#area-search-pickup {
	margin: 0 auto;
}

#area-search-pickup h3{
	background: none;
	margin-left: -2px;
	margin-top: 1px;
	margin-left: -2px\9;
	margin-top: 14px\9;
}

#area-search-pickup .as-shopping { background: url(../lib/img/lifestyle_area-s01.gif) no-repeat; height: 60px; width: 220px;}
#area-search-pickup .as-houses { background: url(../lib/img/lifestyle_area-s02.gif) no-repeat; height: 60px; width: 220px;}
#area-search-pickup .as-jobs { background: url(../lib/img/lifestyle_area-s03.gif) no-repeat; height: 60px; width: 220px;}
#area-search-pickup .as-shopping h3{ color:#DF4C00; }
#area-search-pickup .as-houses h3{ color:#356500; }
#area-search-pickup .as-jobs h3{ color:#2C79EA;}

/* result */
body .search-area-result {height: 175px; width:220px;}

body .search-area-result ul {width:220px; margin:10px 0 0 -2px;}
body .search-area-result li {list-style: none outside; height: 30px; width: 220px; word-wrap: break-word; line-height: 1.1em !important; margin:0; }
body .search-area-result .sar-list {margin: -10px 0 0 -32px;}
body .search-area-result .sar-lifestyle {background: url(../lib//img/lifestyle_area-sbg00.gif) no-repeat;}
body .search-area-result li.sar-lifestyle {display:block; float: left; padding-right:12px; height:31px;}

body .search-area-result .sar-shopping {background: url(../lib//img/lifestyle_area-sbg01.gif) no-repeat;}
body .search-area-result .sar-houses {background: url(../lib//img/lifestyle_area-sbg02.gif) no-repeat;}
body .search-area-result .sar-jobs {background: url(../lib//img/lifestyle_area-sbg03.gif) no-repeat;}

body .search-area-result li p {padding-top: 2px; font-size: 11px; padding-left: 15px; width: 200px; height: 24px;　overflow:hidden; line-height:1.2em; display:table-cell; vertical-align: middle;}


/* --------------------
　スポット検索用スタイル
---------------------- */
.entry .spot-search table,
.entry .spot-search th,
.entry .spot-search td {
	background: none;
	border-collapse: collapse;
	border: none;
	margin: 0;
	padding:0;
	text-align: right;
}

.entry .spot-search table {
	margin-bottom: 10px;
}

.entry .spot-search {
	border-bottom: #CCC dotted 1px;
	margin-bottom: 20px;
}

/* -------------------------
  ピックアップ検索用スタイル
---------------------------- */

.pickup01,
.pickup02,
.pickup03,
.pickup04,
.pickup05 {
	margin-top:20px;
	padding-top: 20px;
	height: 360px;
	width: 721px;
	position: relative;
}


.pickup01 {background: url(../lib/img/lifestyle_pickupbg_cat01.png) no-repeat;}
.pickup02 {background: url(../lib/img/lifestyle_pickupbg_cat02.png) no-repeat;}
.pickup03 {background: url(../lib/img/lifestyle_pickupbg_cat03.png) no-repeat;}
.pickup04 {background: url(../lib/img/shopping_spotlist-bg.png) no-repeat;}
.pickup05 {background: url(../lib/img/shopping_spotlist-bg02.png) no-repeat;}

/* ---------------
　管理用スタイル
--------------- */
#adminBox {
}

.comPost {
	margin: 0 0 10px 0 !important;
}

form#entryForm {
	margin: 0 20px 0 0;
}

.formEntryAction {
	margin: 20px 0 !important;
}