@charset "utf-8";

/* サイト共通要素 */

/* ==================== タグの初期設定 ==================== */
body {
	color: #333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: bold;
}
h1 {
	font-weight: normal;
	font-size: small;
}
h2,
h3,
h4,
h5,
h6 {
	font-size: medium;
}
p,
td,
th,
li,
dt,
dd,
input,
textarea,
.entryBody,
.entryMore {
	font-size: small;
}
.clear {
	clear: both;
}
br.clear {
	letter-spacing: 0;
	line-height: 1;
}
.center {
	text-align: center;
}



/* ==================== クリアフィックス ==================== */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	line-height: 0;
	font-size: 0;
	height: 0;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}

p.pdf {
	background: url("../images/pdf.gif") left center no-repeat;
	padding-left:25px;
	height: 20px;
}

p.right{text-align:right}

div.newstop p{
	margin-top: 10px;

}

/* Mac版IEを除外 \*/
.clearfix {
	display: block;
}
/* */



/* ==================== サイト全体 レイアウト ==================== */
/* ========== 全体枠 ========== */
#container {}

/* ========== ヘッダー ========== */
#header {
	background-color: #fff;
}

#siteTitle {
	background-color: #000;
}
#siteTitle h1 {
}

#headerTitle {
	width: 970px;
	margin: 0 auto;
	padding: 20px 0 8px;
}
#headerAreaLogo {
	float: left;
}

#headerAreaLogo.agent{
	float: none;
	margin-bottom:10px;
	text-align:center;
}
#headerAreaSub {
	float: right;
	text-align: right;
}
p#headerAddress {
	color: #666;
	font-size: 12px;
}

p.entryMeta{
	width:105px;
	float:right;
	margin-top:15px;
}

span.entrydate{
	background: #7f7f7f;
	color:#ffffff;
	padding:2px;
}

span.retail_shop_cate{
	font-size:80%;
	font-weight:nomal;
	position:relative;
	top:3px;
}

/* 【未使用】 Google 検索窓
#headerSearch {}
#googleSearch {
	margin: 15px 0 5px;
	padding: 5px 5px 0 0;
	width: 290px;
	background: url("../images/header_gsearch_bg.gif") left top no-repeat;
}
#googleSearch form {
	padding: 0 5px 5px 0;
	background: url("../images/header_gsearch_footer_bg.gif") left bottom no-repeat;
}
#headerSearch input {}
#headerSearch input.text {
	width: 180px;
}
#headerSearch input.submit {
	width: 45px;
}
 */



/* ========== メインメニュー + キャッチ画像 + セカンドエリア + コンテンツ 枠 ========== */

/* メインメニュー + キャッチ画像 + メイン をラップ */
#mainBg {
	width: 970px;
	margin: 0 auto;
	padding: 0 10px;
	background-color: #fff;
}
#mainBg.agent{
	width: 450px;
}


/* ========== キャッチ画像 ========== */
#catchArea {
	text-align: center;
}

#control_pn{
	width:700px;
	margin:10px auto 50px auto;
}

.slides1_wrap{
	padding-bottom: 45px;
}

#catchArea ul {
	margin: 0;
	padding: 0;
}

.slides1_wrap .prev {
	float:left ;
	position:relative ;
	left:10px;
	top:20px
}

.slides1_wrap .next {
	float:right ;
	position:relative ;
	right:10px;
	top:20px
}

.slides1_wrap a:active {
}

.bx_pager {
	padding-left: 445px;
	position:relative ;
	top:25px
}

.bx_pager a {
	float: left;
	background: url(../images/bg_pager.png) no-repeat 0 -9px;
	width: 14px;
	height: 5px;
	padding-top: 4px;
}

.bx_pager a:hover, .bx_pager a.active {
	background-position: 0 0;
	text-decoration: none;
}



/* ========== キャッチ画像・メインメニュー下 シャドウ ========== */
/* セカンドエリア + コンテンツ をラップ */
#main {}
#mainInner {
	padding: 20px 0;
/* 	background: url("../images/mmenu_bottom_shadow.gif") left top repeat-x; */
}



/* ========== メインメニュー ========== */
#mainMenu {
	clear: both;
	background: url("../images/menu_bg.gif");
}
#mainMenu ul {
	margin: 0 auto;
	padding: 0;
}
/*
 * "/cmn/css/main_menu.css" に移動
 * （※【メインメニュー】ブログのインデックスアーカイブで生成。）
 */

/* ========== 英語への部分 ========== */

div#mainMenu ul li#mainMenu_en {
	background-image:url("../images/main_menu/img_upload/menu_en.gif");
	width:159px;
	right: 0;
}

div#mainMenu ul li#mainMenu_en a {
	width:159px;
}

div#mainMenu ul li#mainMenu_en A:hover {
	background-image: url("../images/main_menu/img_upload/menu_en_over.gif");
}


/* ========== 2カラム 設定 ========== */
#secondArea {
	float: right;
}
#contents {
	float: left;
}

#contents.agent{
	float:none;
	width: 450px;
}


/* ==================== コンテンツ ==================== */
#contents {
	width: 745px;
}


/* ---------- コモン ---------- */
#contents h1,
#contents h2,
#contents h3,
#contents h4,
#contents h5,
#contents h6 {
	clear: both;
	margin-bottom: 10px;
}
#contents h2,
#contents h3,
#contents h4,
#contents H5,
#contents H6,
#contents p,
#contents td,
#contents th,
#contents li,
#contents dt,
#contents dd,
#contents .entryBody,
#contents .entryMore {
	line-height: 1.5;
}
#contents p,
#contents ul,
#contents ol,
#contents dl,
#contents table {
	margin-bottom: 10px;
}
#contents th,
#contents td {
	padding: 5px;
	border: 1px solid #666;
}
#contents th,
#contents thead td,
#contents tfoot td {
	background-color: #ddd;
}
#contents thead th,
#contents tfoot th {
	color: #fff;
	background-color: #333;
}

#contents textarea {
	width: 300px;
	height: 8em;
}

/* ---------- mainBlock ---------- */
#contents .mainBlock {
	margin-bottom: 30px;
}

/* ---------- 見出し ---------- */
#contents .mainTitle {
}
#contents .mainTitle h2 {
	color: #333;
	margin-bottom: 0;
	height: 65px;
	padding: 20px 0 0 10px;
	background: url("../images/h2_bg.gif") left top no-repeat;
}
#contents .mainTitle h2.rss {
	background-image: url("../images/h2_rss_bg.gif");
}
#contents .mainTitle h2.more {
	background-image: url("../images/h2_more_bg.gif");
}
#contents .mainTitle a.rss {
	display: block;
	text-decoration: none;
	color: #333;
	width: 100%;
}
#contents .mainTitle a.rss:hover {
	text-decoration: none;
}

#contents h3 {
	color: #7d7d7d;
	padding: 3px 0 3px 30px;
	margin-top: 10px;
	background: url("../images/h3_bg.gif") left center no-repeat;
}
#contents h4 {
	color: #7d7d7d;
	padding: 5px 0 3px 20px;
	background: url("../images/h4_bg.gif") left center no-repeat;
}

/* ---------- ボディー ---------- */
#contents .mainContents {
}
#contents .entryBody,
#contents .entryMore {
	padding: 1px;
}
#contents .entryBody a:hover img,
#contents .entryMore a:hover img,
div#sideBanners li a:hover img,
div#footerBanners li a:hover img,
p.top_image a:hover img{
	opacity: 0.6;
	filter: alpha(opacity=80);
}

/* ---------- ページ送り ---------- */
#contents .contentNavi {
	text-align: center;
	padding-bottom: 8px;
	width: 100%;
	margin: 0 0 8px;
	background: url("../images/hr_bg.gif") left bottom repeat-x;
}
#contents .contentNavi a,
#contents .contentNavi strong {
	display: inline-block;
	text-decoration: underline;
	text-align: center;
	line-height: 1;
	font-size: 130%;
	margin: 0 5px 0 0;
	padding: 5px 8px;
	/* color */
	color: #999;
}
#contents .contentNavi strong,
#contents .contentNavi a:hover {
	text-decoration: none;
	color: #101113;
	border-color: #90c6e0;
}



/* ---------- 基本クラス ---------- */
#contents .pankuzu {}
#contents .partnerpankuzu {
}
#contents .partnerpankuzu p {
	background: url("../images/partnerbutton.gif") no-repeat right bottom;
	height: 42px;
}

#contents .pankuzu p {}
#contents .fontXLarge {font-size: large;}
#contents .fontLarge {font-size: medium;}
#contents .fontSmall {font-size: x-small;}
#contents .fontMedium {font-size: small;}
#contents .fontXSmall {font-size: xx-small;}
#contents input.text {
	width: 300px;
}
#contents .caution {
	color: #e00;
}
#contents p.price {
	font-size: medium;
	text-align: right;
	font-weight: bold;
	color: #e00;
}
#contents .hr01 {
	margin: 0 0 15px;
	height: 1px;
	background-image: url("../images/hr_bg.gif");
	background-position: left top;
	background-repeat: repeat-x;
}
#contents .comment .hr01 {
	margin-top: -1em;
}
#contents p.nextPrevious {
	clear: both;
	text-align: center;
}
#contents p.linkBlock{
}
#contents p.anchorTop {
	text-align: right;
}
#contents td.buttonArea {
	border: none;
}


/* ==================== セカンドエリア ==================== */
#secondArea {
	width: 194px;
}


/* ---------- 見出し ---------- */
#secondArea h2,
#secondArea h3,
#secondArea h4,
#secondArea h5,
#secondArea h6,
#secondArea td,
#secondArea th,
#secondArea li,
#secondArea dt,
#secondArea dd,
#secondArea p {
	font-size: small;
}
#secondArea th,
#secondArea td,
#secondArea li,
#secondArea dt,
#secondArea dd,
#secondArea p {
	line-height: 150%;
}

/* ----- コンテンツの余白 ----- */
#secondArea p,
#secondArea select,
#secondArea .entryBody {
	margin: 5px 10px;
}

/* ---------- サブメニュー ---------- */
/* ----- 背景画像 ----- */
#subMenu {
	background: url("../images/second_area_bg.gif") left bottom repeat-y;
}

#subMenu_foot {
	display: block;
	height:21px;
	background: url("../images/second_area_title_menu_foot.gif") left bottom no-repeat;
	margin-bottom:20px;
}




#qrcode {
}
#secondArea #sideBanners {
	text-align: center;
	margin-bottom: 25px;
}
/* ----- タイトル ----- */
#subMenu .title,
#qrcode .title {
	overflow: hidden;
	text-indent: -9999px;
	height: 32px;
	background-position: left top;
	background-repeat: no-repeat;
}
/* ---------- サブメニュー ---------- */
/* title */
#subMenu .title {
	overflow: hidden;
	display: none;
	text-indent: -9999px;
}
/*
 * タイトル画像は "/cmn/css/sub_menu.css" で指定しています。
 * （※【サイドパーツ : サブメニュー／フッターメニュー】ブログのインデックスアーカイブで生成。）
 */

/* ---------- List ---------- */
#subMenu ul {
	width: 100%;/* IEの表示バグのため、widthを設定 */
	margin: 0;
	padding: 0;
}
#subMenu li {
	list-style-type: none;
	font-weight: bold;
	width: 100%;/*IE6の表示バグのため、widthを設定*/
	margin: 0;
	padding: 0;
	background: url("../images/second_area_hr.gif") center bottom no-repeat;
}
#subMenu li a {
	position: relative;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 5px 0 5px 15px;
}
#subMenu li a,
#subMenu li a:visited {
	color: #333;
}
#subMenu li a:hover {
	color: #ddd;
}
/* ---------- バナー ---------- */
/*
 * バナーブロックは "/cmn/css/banner_side_link.css" で指定しています。
 * （※【サイドパーツ : バナー】ブログのインデックスアーカイブで生成。）
 */
/* ---------- QRコード ---------- */
#qrcode {
	text-align: center;
}
#qrcode .title {
	background-image: url("../images/second_area_title_mobile.gif");
}
#qrcode img {
	margin: 5px auto;
}

/* ---------- ブログパーツ・カスタムパーツ ---------- */
#secondAreaBlogParts,
#secondAreaFreeParts,
#secondAreaCustomParts {}

/* sideBlock */
#secondAreaBlogParts .sideBlock,
#secondAreaFreeParts .sideBlock,
#secondAreaCustomParts .sideBlock {
	margin-bottom: 25px;
}
/* 見出し */
#secondAreaBlogParts .sideTitle,
#secondAreaFreeParts .sideTitle,
#secondAreaCustomParts .sideTitle {
	background-color: #999999;
/*
	background: url("../images/second_area_title.gif") left top no-repeat;
*/
}

#secondAreaBlogParts .sideTitle h3,
#secondAreaFreeParts .sideTitle h3,
#secondAreaCustomParts .sideTitle h3 {
	color: #FFFFFF;
	font-size: 90%;
	padding: 10px 0;
	text-align: center;
}
#secondAreaBlogParts .sideTitle h3 a,
#secondAreaFreeParts .sideTitle h3 a,
#secondAreaCustomParts .sideTitle h3 a {
	text-decoration: underline;
	color: #fff;
}
#secondAreaBlogParts .sideTitle h3 a:hover,
#secondAreaFreeParts .sideTitle h3 a:hover,
#secondAreaCustomParts .sideTitle h3 a:hover {
	text-decoration: none;
}

/* ---------- コンテンツ ---------- */
#secondAreaBlogParts .sideContents,
#secondAreaFreeParts .sideContents,
#secondAreaCustomParts .sideContents {
	background-color: #F9F9F9;
}
/* ---------- LIST ---------- */
#secondAreaBlogParts .sideContents ul,
#secondAreaCustomParts .sideContents ul {
	width: 100%;/* IEの表示バグのため、widthを設定 */
	margin: 0;
	padding: 0;
}
#secondAreaBlogParts .sideContents li,
#secondAreaCustomParts .sideContents li {
	list-style-type: none;
	font-weight: bold;
	margin: 0;
	background: url("../images/second_area_hr.gif") center bottom repeat-x;
	padding: 10px;
}
#secondAreaBlogParts .sideContents li a,
#secondAreaCustomParts .sideContents li a {
	background: url(../images/menu_list_bg.gif) no-repeat 5px 3px;
	padding: 0 0 0 15px;
	text-decoration: none;
}
#secondAreaBlogParts .sideContents li li,
#secondAreaCustomParts .sideContents li li {
	padding-left: 1em;
	background: url("../images/li_bg.gif") 5px 12px no-repeat;
}
/*
#secondAreaBlogParts .sideContents li a,
#secondAreaBlogParts .sideContents li span.empty,
#secondAreaCustomParts .sideContents li a,
#secondAreaCustomParts .sideContents li span.empty {
}
*/

div#subMenu li a:hover img,
div#secondArea div.sideBanners li a:hover img {
	opacity: 0.5;
	filter: alpha(opacity=50);
}


/* ---------- 各パーツの設定 ---------- */
/* 
#brogPartsAuthor {}
#brogPartsCalendar {}
#brogPartsCategory {}
#brogPartsComment {}
#brogPartsEntry {}
#brogPartsMonthlyArchive {}
#brogPartsMonthlyArchiveDrop {}
#customPartsCategory {}
#customPartsComment {}
#freePageEntryList {}
#freePageCategoryEntryList {}
 */
#brogPartsTagCloud {}
#brogPartsTagCloud .rank-1 {font-size: 1.75em;}
#brogPartsTagCloud .rank-2 {font-size: 1.75em;}
#brogPartsTagCloud .rank-3 {font-size: 1.625em;}
#brogPartsTagCloud .rank-4 {font-size: 1.5em;}
#brogPartsTagCloud .rank-5 {font-size: 1.375em;}
#brogPartsTagCloud .rank-6 {font-size: 1.25em;}
#brogPartsTagCloud .rank-7 {font-size: 1.125em;}
#brogPartsTagCloud .rank-8 {font-size: 1em;}
#brogPartsTagCloud .rank-9 {font-size: 0.95em;}
#brogPartsTagCloud .rank-10 {font-size: 0.9em;}

/* ---------- 最近のアイテム ---------- */
#brogPartsAssets {}
#brogPartsAssets .sideContents ul {
	padding: 3px 0 0 1px;
	margin: 0;
}
#brogPartsAssets .sideContents li {
	display: inline;
	float: left;
	width: 95px;
	height: 95px;
	padding: 0;
	margin: 0 0 3px 3px;
}
#brogPartsAssets .sideContents li.even {
	margin-right: 0;
}
#brogPartsAssets .sideContents a {
	overflow: hidden;
	display: block;
	width: 91px;
	height: 91px;
	padding: 0;
	margin: 0;
	border: 2px solid #efefef;
}
#brogPartsAssets .sideContents a:hover {
	border-color: #90c6e0;
}



/* ========== フッター ========== */
#footer {
	background: url("../images/footer_bg.gif") left top repeat-x;
}
#footer p,#footer a {
	color:#595959;
	font-size:11px;
}
#footerInner {
	width: 970px;
	margin: 0 auto;
	padding-top:30px;
}

/* ---------- フッターバナー ---------- */

#footerBanners{
	float:right;
}

#footerBanners li{
}


/* ---------- フッターメニュー ---------- */
p#footerMenu {
	text-align: center;
	margin: 5px 0;
	padding: 15px 0 10px;
}
p#footerMenu a {
	display: inline-block;
	text-decoration: underline;
	padding: 2px 5px;
}
p#footerMenu a:hover {
	text-decoration: none;
}
/* ---------- フッターロゴ ---------- */
#footerAreaLogo {
}

/* ---------- フッター copyright エリア ---------- */
#footerCopyrightArea {
	width:185px ;
	float:left ;
}

/* ---------- フッター copyright 付メニュー ---------- */
p#footerFree {
	margin: 30px 0;
}

p#footerFree a {
	color:#1f4a14;
	display: inline-block;
	text-decoration: underline;
}
p#footerFree a:hover {
	text-decoration: none;
}


/* ---------- copyright ---------- */
p#copyright {
	text-align: left;
	font-weight: bold;
}



/* ==================== ブログ別 装飾 ==================== */


/* ==================== トップページ ==================== */
#contents #categoryTop {
	background:transparent url(../images/hr_bg.gif) repeat-x scroll center bottom;
}
#contents #categoryTop #topNews {}
#contents #categoryTop #topLatestBlog {}
#contents #categoryTop #topContents {}
#contents #categoryTop .accessText {}

#contents #categoryTop table.accessTable {
	float: right;
	width: 320px;
	margin-right: 1px;
}

#contents #categoryTop #googleMapsArea {
	float: left;
	margin-bottom: 10px;
	width: 400px;
	height: 340px;
}
#contents #categoryTop ul.date {
	list-style:none;
	margin:0;
	padding:0;
}
#contents #categoryTop dl.date {
	overflow: auto;
	height: 90px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	padding: 0 10px 0 0;
}
#contents #categoryTop .date {
	list-style:none;
}
#contents #categoryTop .date dt {
	margin: 0 0 5px;
	padding: 0;
}
#contents #categoryTop .date dd {
	margin: 0 0 10px;
	padding: 0 0 0 8px;
	border-left: 8px solid #ddd;
}
#contents #categoryTop .date .dateTime {
	color: #e78737;
}
#contents #categoryTop .date .dateTitle {
	font-weight: bold;
}

#contents #categoryTop .news_date dl {
	width:224px;
	float:right;
}

#contents #categoryTop .news_date dd {
	padding-top: 5px;
	background: url("../images/hr_bg.gif") left top repeat-x;
}

#contents #categoryTop .news_date .news_container_odd {
	float:left;
	width:360px;
}

#contents #categoryTop .news_date .news_container_even {
	float:right;
	width:360px;
}

p.top_image{
	float:left;
	margin-right:10px;
}
p.top_image a{
	text-decoration:none;
}
p.top_image2{
	float:left;
	margin-right:10px;
	margin-top:10px;
}
p.top_image2 a{
	text-decoration:none;
}

/* ==================== 企業情報 ==================== */
#contents #categoryCompany {
}
#contents #categoryCompany .accessText {
}
#contents #categoryCompany table.accessTable {
	float: right;
	width: 320px;
}
#contents #categoryCompany #googleMapsArea {
	float: left;
	margin-bottom: 10px;
	width: 400px;
	height: 340px;
}
/* ==================== スタッフ紹介/アイテム紹介 ==================== */
#contents #categoryCustom2 {}

#categoryCustom2 p.photo {
	float: left;
	width: 230px;
	margin: 0 0 30px;
	padding: 2px;
	border: 1px solid #ccc;
}
#categoryCustom2 table.itemInfo {
	float: right;
	width: 345px;
	margin-bottom: 15px;
}
#categoryCustom2 table.itemInfo th {
	width: 3.5em;
}
#categoryCustom2 .entryBody {
	clear: right;
	float: right;
	text-align: justify;
	width: 345px;
	margin-bottom: 30px;
}
#categoryCustom2 h4 {
	padding: 0;
	background: none;
}
/* ==================== 取り扱い店舗 ==================== */
#contents p.shopform {
	text-align: right;
}
#contents p.shopform a {
	background: url("../images/shopformarrow.gif") left center no-repeat;
	padding-left: 15px;
}
#contents #categoryProduct {
}

#categoryProduct dl {
	padding: 8px;
	border: 1px solid #ededed;
	margin: 10px 50px;
}
#categoryProduct dl.onEntryImg {
	padding-right: 166px;
}
#categoryProduct dl.entryOdd {
	background: #f9fbf9;
}
#categoryProduct dl.entryEven {
	background: #fefefe;
}
#categoryProduct dt {
	float: left;
	font-weight: bold;
	width: 100%;
	margin: 0 0 3px;
	padding: 0 0 3px;
	border-bottom: 1px dotted #333;
}
#categoryProduct dt a {
	color: #333;
}
#categoryProduct .entryImg {
	position: relative;
	right: -158px;
	float: right;
	width: 150px;
	margin: 0 0 0 -150px;
	background: #fff;
}
#categoryProduct .entryImg img {
	padding:3px;
	border: solid 1px #aaaaaa;
	background: #ffffff;
}
#categoryProduct .entryImg a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
#categoryProduct .entryText {
	color: #999;
	margin-left: 1.5em;
}
#categoryProduct .entryAdderss {
	margin-left: 1.5em;
}

#categoryProduct ul.shop_list li{
	width:80px;
	float:left;
	list-style:none;
}

#categoryProduct ul.shop_list{
	display: block;
}

#categoryProduct ul.shop_list_sub li{
	width:100px;
	float:left;
	list-style:none;
}

#categoryProduct ul.shop_list_sub{
	margin:0;
	width:500px;
	padding:0;	
}

#categoryProduct ul.shop_list_sub_sub li{
	width:90px;
	float:left;
	list-style:none;
}

#categoryProduct ul.shop_list_sub_sub li.sub_sub{
	width:60px;
	float:left;
	list-style:none;
}

#categoryProduct ul.shop_list_sub_sub{
	margin:0;
	width:600px;
	padding:0;	
}

#contents #categoryProductbutton ul {
	float: right;
	padding-left: 0;
	margin-bottom: 0;
}
#contents #categoryProductbutton ul li {
	list-style: none;
	float: left;
	margin-right: 1px;
}
#contents #categoryProductbutton ul li a {
	display: block;
	width: 100px;
	height: 29px;
	text-indent: -9999px;
	overflow: hidden;
}
#contents #categoryProductbutton ul li.button001 a {
	background: url("../images/shopheader001.gif") left top no-repeat;
}
#contents #categoryProductbutton ul li.button001 a:hover {
	background: url("../images/shopheader001on.gif") left top no-repeat;
}
#contents #categoryProductbutton ul li.button002 a {
	background: url("../images/shopheader002.gif") left top no-repeat;
}
#contents #categoryProductbutton ul li.button002 a:hover {
	background: url("../images/shopheader002on.gif") left top no-repeat;
}
#contents #categoryProductbutton ul li.button003 a {
	background: url("../images/shopheader003.gif") left top no-repeat;
}
#contents #categoryProductbutton ul li.button003 a:hover {
	background: url("../images/shopheader003on.gif") left top no-repeat;
}
#categoryProductbutton{
	margin-bottom: 0px;
}

/* ==================== FAQページ ==================== */
#categoryFaq h3 {
	margin-top: 50px;
}
#categoryFaq h3.first {
	margin-top: 10px;
}
/* ショートカットメニュー */
#categoryFaq .shortCut dt {
	font-weight: bold;
	font-size: 100%;
	margin: 0 0 .5em;
}
#categoryFaq .shortCut dd {
	margin: 0 0 1.5em 10px;
	padding-left: 15px;
	border-left: 2px dotted #595959;
}
#categoryFaq .shortCut a {
	display: block;
	width: 100%;
	padding: 3px;
}
#categoryFaq .shortCut .odd a {
	background: #f9fbf9;
}
#categoryFaq .shortCut .even a {
	background: #fefefe;
}
#categoryFaq .shortCut li a:hover {
	color: #fff;
	background: #a0c4a9;
}

/*コンテンツ*/
#categoryFaq .entryOdd {
	margin-bottom: 30px;
	padding: 8px 8px 0;
	background: #f9fbf9;
	border: 1px solid #ededed;
}
#categoryFaq .entryEven {
	margin-bottom: 30px;
	padding: 8px 8px 0;
	background: #fefefe;
	border: 1px solid #ededed;
}

#categoryFaq .faq_q {
	line-height: 1.5;
	font-size: small;
	color: #1f4a14;
	padding: 2px 0 0 25px;
	margin-bottom: 4px;
	background: url("../images/q_bg.gif") left bottom no-repeat;
}
#categoryFaq .faq_a {
	width: auto;
	padding: 5px 0 0 25px;
	background: url("../images/a_bg.gif") left 4px no-repeat;
	border-top: 1px dotted #1f4a14;
}

/* ==================== コラム ==================== */
#contents #categoryWorks {}

div#column_intro{
border-top:dotted 1px #666 ; 
border-bottom:solid 5px #333 ; 
padding:20px 0;
margin-bottom:20px;
}

.Column_list{
margin:10px 0;
border-bottom:3px solid #eee;
padding-bottom:10px;
}

p span.column_category{
}

#contents p.columnno{
font-size:48px;
color:#9dc2a7;
line-height:1;
margin-bottom:0;
border-right:solid 1px #ddd;
width:65px;
}

#contents p.column_text{
margin:10px 0 0 0;
}

#contents .column_title{
display:inline;
}

#column_catch{
border:1px solid #ddd;
}

#contents #column_title p.columnno_entry{
font-size:48px;
color:#9dc2a7;
margin: 20px 0 0 50px;
}

#contents p.column_entrytitle{
font-size:18px;
color:#111;
font-weight:bold;
margin: 0 0 0 50px;
}

#column_mainimage{
float:right;
}

#column_body{
margin:40px auto 10px;
width:625px;
}

#column_body p{
font-size:120%;
line-height:200%;
}

/* ========== アーカイブ ========== */

#contents .categoryColumnList {
	margin-bottom: 25px;
}

#contents .categoryColumnList.entry{
	border-top: 3px solid #EEEEEE;
}

#contents .Column_list.odd{
	width:360px;
	float:left;
}
#contents .Column_list.even{
	width:360px;
	float:right;
}

#contents .Column_list.oddentry{
	width:320px;
	float:left;
	background:url("../images/column_pre.gif") no-repeat left 7px;
	padding-left:40px;
}
#contents .Column_list.evenentry{
	width:320px;
	float:right;
	background:url("../images/column_next.gif") no-repeat right 7px;
	padding-right:40px;
}
#contents .Column_list_photo {
	float:left;
	margin:0 20px 0 0;
}

#contents .Column_list_photo.odd,
#contents .Column_list_photo.even {
	float:left;
	margin:10px 10px 0 0;
}

#contents .Column_list_text {
	float:right;
	width:500px;
}

#contents .Column_list_text_second {
	float:right;
	width:250px;
}
#contents .Column_list_text h4{
	background:url("../images/column_arrow.gif") no-repeat right center;
	padding-top:12px;
	width:400px;
	margin-bottom: 0;
	float:right;
}

#contents .Column_list.odd h4,
#contents .Column_list.even h4{
	background:none;
	padding-top:12px;
	margin-bottom: 0;
	float:right;
	width:280px;
}

#contents .Column_list.oddentry h4,
#contents .Column_list.evenentry h4{
	background:none;
	padding-top:14px;
	margin-bottom: 0;
	float:right;
	width:240px;
	font-size:14px;
}

#contents .Column_list_text h4 a,
#contents .Column_list_text_second h4 a{
	color:#111;
	text-decoration:none;
	display:block;
}

#contents ul.social{
    float: right;
    width: 250px;
    padding-top: 10px;
}

#contents ul.social li{
float:left;
list-style:none;
}

#contents ul.social_second{
    width: 250px;
    padding-top: 10px;
    margin-left:0;
    padding-left:0;
}

#contents ul.social_second li{
float:left;
list-style:none;
}

p.column_list{
text-align:center;
font-size:14px;
}

#contents .categoryWorksList {
margin-bottom: 30px;
}
/* ==========
#contents .categoryWorksList li.first .entryTitle {
	background: url("../images/new.gif") left center no-repeat;
	padding-left: 35px;
}
========== */

/* ========== エントリ タイプ共通 ========== */
/* 画像 */
#categoryWorks #entry_sub_image {
	margin: 15px 0 0;
}
#categoryWorks a.highslide {
	overflow: hidden;
	display: block;
	text-align: center;
	text-decoration: none;
	border: 1px solid #efefef;
}
#categoryWorks a.highslide:hover {
	border-color: #90c6e0;
}
#categoryWorks a.highslide img {
	border: none;
}

/* 情報 */
#categoryWorksData table.categoryWorksData {
	width: 100%;
	margin: 1px 0 0;
}

/* ========== エントリ タイプ1 ========== */

#contents #showType1 h3{
	background:none;
	padding:0;
	margin:20px 0;
	color:#111;
}

#showType1 #categoryWorksPhoto {
	float: left;
	width: 252px;
	margin: 0 0 10px;
}
#showType1 #categoryWorksData {
	float: right;
	width: 380px;
	padding: 1px;
	margin: 0 0 10px;
}

#showType1 .entryBody {
	clear: both;
	margin: 10px 0 0;
}
#showType1 .entryMore {
	clear: both;
	margin: 0 0 10px;
}

/* 画像 */
#showType1 a.highslide {
	overflow: hidden;
	display: block;
	text-align: center;
	text-decoration: none;
	border: 1px solid #efefef;
}
#showType1 a.highslide:hover {
	border-color: #90c6e0;
}
#showType1 a.highslide img {
	border: none;
}

#showType1 #entry_sub_image ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#showType1 #entry_sub_image ul li {
	float: left;
	vertical-align: middle;
	width: 82px;
	margin: 0 2px 0 0;
}
#showType1 #entry_sub_image ul li.last {
	margin-right: 0;
}
#showType1 #entry_sub_image ul li a {
	width: 80px;
	height: 80px;
}

/* ========== エントリ タイプ2 ========== */
#showType2 #entry_main_image {
	text-align: center;
	margin: 0 0 15px;
}
#showType2 #categoryWorksData {
	margin: 0 0 15px;
}
#showType2 .entryBody {
	clear: both;
	margin: 0 0 20px;
}
#showType2 .entryMore {
	clear: both;
	margin: 0 0 20px;
	padding: 0 0 20px;
	border-bottom: 1px dashed #aaa;
}

/* 画像 */
#showType2 #entry_sub_image ul {
	list-style: none;
	margin: 0 30px 20px;
	padding: 0 0 20px 25px;
	border-bottom: 1px dashed #aaa;
}
#showType2 #entry_sub_image ul li {
	float: left;
	vertical-align: middle;
	width: 242px;
	margin: 0 47px 0 0;
}
#showType2 #entry_sub_image ul li.last {
	margin-right: 0;
}
#showType2 #entry_sub_image a.highslide {
	overflow: hidden;
	width: 240px;
	background-color: #f5f5f5;
	border: 2px solid #efefef;
}
#showType2 #entry_sub_image a.highslide:hover {
	background-color: #d8ecf6;
	border-color: #90c6e0;
}
#showType2 .image-caption p {
	margin: 10px 0 0;
}



/* ==================== お問い合せ ==================== */
#contents #categoryInquiry {}



/* ==================== ブログページ ==================== */
#contents #categoryBlog h3 {
width:500px;
float:left;
}

#contents #categoryBlog .entryBody img{
border:1px solid #aaa;
padding:3px;
}

/* ==================== 最新情報 ==================== */
#contents .news_content{
float:right;
width:600px;
}

/* ==================== フリーページ ==================== */
#contents #categoryFree {}



/* ==================== カスタムページ ==================== */
#contents #categoryCustom {}



/* ==================== お客様の声 ==================== */
DIV#contents DIV#categoryCustomVoice {}

DIV#categoryCustomVoice .voiceinner {
	border: 1px solid #666666;
	margin-bottom: 20px;
	padding: 0 10px 10px;
}
DIV#categoryCustomVoice H3 {
}
DIV#categoryCustomVoice DIV.entryBody {
	padding: 10px 0 0 30px;
	border-bottom: 1px solid #555555;
	margin-bottom: 1em;
}
DIV#categoryCustomVoice p.voiceblog {
	text-align: right;
	font-weight: bold;
	margin: 0;
	padding: 0 0 0.5em;
}
DIV#categoryCustomVoice p.voiceName {
	text-align: right;
	font-weight: bold;
	margin: 0;
}

DIV#categoryCustomVoice DIV.odd {
	margin-bottom: 20px;
	padding: 0 10px 10px;
	background-color: #efefef;
	border: 1px solid #666;
}
DIV#categoryCustomVoice DIV.odd H3 {
	background-image: url("../images/voice_001.gif");
}
DIV#categoryCustomVoice DIV.odd p.voiceName {
	border-top-color: #333;
}
DIV#categoryCustomVoice DIV.even {
	margin-bottom: 20px;
	padding: 0 10px 10px;
	background-color: #eeeeee;
	border: 1px solid #777;
}
DIV#categoryCustomVoice DIV.even H3 {
	background-image: url("../images/voice_002.gif");
}
DIV#categoryCustomVoice DIV.even p.voiceName {
	border-top-color: #333;
}
DIV#categoryCustomVoice DIV.even p.voiceName {
	border-top-color: #333;
}
DIV#categoryCustomVoice DIV.response {
	background-color: #f9f9f9;
	border: 1px solid #666;
	margin-bottom: 10px;
	padding: 0 10px 10px;
	margin-left: 50px;
}
DIV#categoryCustomVoice DIV.responseBody {
	padding: 10px 0 0 30px;
}
DIV.news h4 {
	float: left;
}

DIV.news p.entryMeta {
	margin-top: 3px;
}

div#agent_mark{
	background:#1f4a14;
	margin:20px auto;
	color:#fff;
	padding:50px 0;
}

#agent_list {
margin:0;
padding:0;
}

#agent_list li{
list-style:none;
padding:5px 8px;
}

#agent_list li.odd {
	background: #f9fbf9;
}
#agent_list li.even {
	background: #fefefe;
}

/* ==================== ブリッジ ==================== */

ul.bridge_list{
	margin: 0;
	padding: 0;
}

ul.bridge_list li{
	float:left;
	margin-right:11px;
	list-style:none;
}


ul.bridge_list li.last{
	margin-right:0;
}

/* ==================== トップページ ==================== */

#contents #categoryTop {
	margin-bottom: 20px;
}
#contents .fb-like-box {
	float: left;
}
#contents #topCategoryWorks {
	width: 365px;
	float: right;
}
#contents #topCategoryWorks .mainTitle h2 {
	background: url("../images/h2_bg.gif") no-repeat scroll left bottom transparent;
	color: #333333;
	height: 35px;
	margin-bottom: 0;
	padding: 20px 0 0 10px;
}
#contents #topCategoryWorks .Column_list.odd,
#contents #topCategoryWorks .Column_list.even {
	float: left;
	width: 360px;
}
#contents #topCategoryWorks .column_title {
	float: left;
	padding-top: 20px;
}
#contents #topCategoryWorks p.columnno {
	border-right: 1px solid #DDDDDD;
	color: #9DC2A7;
	float: left;
	font-size: 30px;
	line-height: 1;
	margin-bottom: 0;
	width: 40px;
}
#contents #topCategoryWorks h4 {
	background: none repeat scroll 0 0 transparent;
	float: right;
	margin-bottom: 0;
	padding-top: 4px;
	color: #7D7D7D;
	padding: 5px 0 3px 10px;
	width: 190px;
}
#contents #topCategoryWorks .Column_list_photo.odd,
#contents #topCategoryWorks .Column_list_photo.even {
	float: right;
	margin: 0px;
}
#contents #topCategoryWorks .linkBlock {
	text-align: right;
}
/* ==================== 会員用ページ ==================== */
#contents #ul_01 {
	margin: 0;
	padding: 0;
}
#contents #ul_01 li,
#contents #ul_01 li.first {
	float: left;
	list-style: none;
	margin-right:9px;
}
#contents #ul_01 li.last {
	float: left;
	list-style: none;
	margin-right: 0px;
}

#contents #ul_01 li a{
text-decoration:none;
}

