@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;
}

.right{
	text-align: right;
}


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



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

#container {
	background:url("../images/body_bg.gif") repeat-x scroll center top #d6e3d2;
}

#container_window{
	background:url("../images/body_bg.gif") repeat-x scroll center top;
	width:520px;
	margin:0 auto;
	padding:10px;
	border: solid 1px #aaa;
}

/* ========== ヘッダー ========== */
#header {
	border-bottom: 1px solid #dddddd;
}

#siteTitle {
}
#siteTitle h1 {
	text-align: right;
	color: #fff;
	margin: 0 auto;
	padding-top: 10px ;
	width: 980px;
}

#headerTitle {
	width: 980px;
	margin: 0 auto 0;
	padding: 18px 0 8px;
}
#headerAreaLogo {
	float: left;
}
#headerAreaLogo h1 {
	margin: 0;
}
#headerAreaSub {
	float: right;
	text-align: right;
	margin:0;
	width: 390px;
}
#headerAreaSub #header_tel {
	float: right;
	margin: 0;
}

p#headerAddress {
	color: #666;
	font-size: 10pt;
}
/* 【未使用】 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 {
	margin: 0 auto;
	padding: 0 ;
	background:url("../images/catch_bg.gif") no-repeat scroll center top;
}



/* ========== キャッチ画像 ========== */
#catchArea {
	width: 980px;
	margin: 0 auto;
}

/* ========== キャッチ画像navi ========== */
#featured{ 
	width:980px; 
	margin: 0 auto;
position:relative;
z-index:10;
}
#featured ul.ui-tabs-nav{ 
	position:relative; 
	left:720px; 
	top:50px;
	list-style:none; 
	padding:0; margin:0; 
	width:250px;
	overflow:auto;
	overflow-x:hidden;
	z-index:1;
	background:url("../images/mainnavi_bg.png") no-repeat scroll left top;
}
#featured ul.ui-tabs-nav li{ 
	padding:0;  
	color:#666; 
}
#featured ul.ui-tabs-nav li img{ 
	float:left;
	margin:2px 0; 
	padding:0; 
}
#featured ul.ui-tabs-nav li span{ 
}
#featured li.ui-tabs-nav-item a{ 
	display:block; 
}
#featured li.ui-tabs-nav-item a:hover{ 
}
#featured li.ui-tabs-selected{ 
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a{ 
}
#featured .ui-tabs-panel{ 
	width:980px;
	position:relative;
	margin-top:-296px;
}

#featured .ui-tabs-hide{ 
	display:none; 
}

#featured .ui-tabs-selected img{
  filter: alpha(opacity=0);
  -moz-opacity:0;
  opacity:0;
}

#main{
    margin: 20px auto 0;
    width: 980px;
}

#navilink01 a{
display:block;
width:250px;
height:70px;
position:absolute;
top:50px;
left:720px;
z-index:9999;
}

#navilink02 a{
display:block;
width:250px;
height:70px;
position:absolute;
top:120px;
left:720px;
z-index:9999;
}

#navilink03 a{
display:block;
width:250px;
height:70px;
position:absolute;
top:200px;
left:720px;
z-index:9999;
}

#navilink04 a{
display:block;
width:250px;
height:70px;
position:absolute;
top:275px;
left:720px;
z-index:9999;
}



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

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

div#mainMenu ul li#mainMenu_inq {
	background-image:url("../images/main_menu_contact.gif");
	width:165px;
	right: 0;
}

div#mainMenu ul li#mainMenu_inq a {
	width:165px;
}

div#mainMenu ul li#mainMenu_inq A:hover {
	background-image: url("../images/main_menu_contact_over.gif");
}

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



/* ==================== コンテンツ ==================== */
#contents {
	width: 690px;
	color: #333333;
}


/* ---------- コモン ---------- */
#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: 15px;
}
#contents th,
#contents td {
	padding: 5px;
	border: 1px solid #ccc;
}
#contents th,
#contents thead td,
#contents tfoot td {
	background-color: #EFEFEF;
}
#contents thead th,
#contents tfoot th {
	color: #333333;
	background-color: #333;
}
#contents textarea {
	width: 300px;
	height: 8em;
}

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

/* ---------- 見出し ---------- */
#contents .mainTitle {
}
#contents .mainTitle h2 {
	color: #08350b;
	margin-bottom: 0;
	padding: 5px 0 5px 3px;
	background: url("../images/h2_bg.gif") left bottom no-repeat;
	font-weight: normal;
}
#contents .mainTitle h2.rss {
	background-image: url("../images/h2_rss_bg.gif");
}
#contents .mainTitle a.rss {
	display: block;
	text-decoration: none;
	color: #08350b;
	width: 100%;
}
#contents .mainTitle a.rss:hover {
	text-decoration: none;
}

#contents h3 {
	padding: 3px 0 10px 5px;
	margin-top: 10px;
	font-size:130%;
	background: url("../images/h3_bg.gif") left bottom no-repeat;
}
#contents h4 {
	padding: 3px 0 3px 15px;
	border-left: 8px solid #5A8B63;
}

/* ---------- ボディー ---------- */
#contents .mainContents {
	padding: 10px 15px 10px 15px;
	background: #ffffff;
	margin-top:10px;
}
#contents .entryBody,
#contents .entryMore {
	padding: 1px;
}
#contents .entryBody a:hover img,
#contents .entryMore a:hover img {
	opacity: 0.8;
	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;
	border: 2px solid #efefef;
	/* color */
	color: #1C55FF;
	border-color: #efefef;
	background-color: #f5f5f5;
}
#contents .contentNavi strong,
#contents .contentNavi a:hover {
	text-decoration: none;
	color: #101113;
	border-color: #90c6e0;
	background-color: #d8ecf6;
}



/* ---------- 基本クラス ---------- */
#contents .pankuzu {}
#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 {
	text-align: right;
	font-weight: bold;
	color: #7e0606;
	margin:0;
}
#contents p.price.mb10 { 
	margin-bottom:10px;
}

#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,
p.anchorTop {
	text-align: right;
	padding-top: 15px;
}
#contents td.buttonArea {
	border: none;
}


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


/* ---------- 見出し ---------- */
#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;
}

/* ---------- サブメニュー ---------- */
/* ----- 背景画像 ----- */
DIV#secondArea DIV#subMenu DIV.subMenu,
DIV#secondArea DIV#freeSpace,
DIV#secondArea DIV#qrcode {
	margin: 0;
	padding: 0;
}
DIV#secondArea DIV#freeSpace DIV.entryBody,
DIV#secondArea DIV#qrcode DIV.entryBody {
	background: url("../images/second_area_hr.gif") center top no-repeat;
}
DIV#secondArea DIV#banners {
	margin: 0 0 10px;
}
/* ----- タイトル ----- */
DIV#secondArea DIV#subMenu DIV.title,
DIV#secondArea DIV#freeSpace DIV.title,
DIV#secondArea DIV#banners DIV.title,
DIV#secondArea DIV#qrcode DIV.title {
	overflow: hidden;
	text-indent: -9999px;
	height: 45px;
	background-position: left top;
	background-repeat: no-repeat;
}
/* ----- コンテンツの余白 ----- */
DIV#secondArea P,
DIV#secondArea SELECT,
DIV#secondArea DIV.entryBody,
DIV#secondArea DIV#freeSpace H3 {
	margin: 5px 10px;
}
/* ---------- サブメニュー ---------- */
#subMenu {
	margin: 0 0 30px;
}
/* title */
DIV#secondArea DIV#subMenu DIV.subMenu DIV.title {
	overflow: hidden;
	display: none;
	text-indent: -9999px;
}
/*
 * タイトル画像は "/cmn/css/sub_menu.css" で指定しています。
 * （※【サブパーツ : サブメニュー／フッターメニュー】ブログのインデックスアーカイブで生成。）
 */

/* ---------- List ---------- */
#customPartsCategory ul {
	width: 100%;/* IEの表示バグのため、widthを設定 */
	margin: 0;
	padding: 0;
}

#subMenu ul {
	width: 100%;/* IEの表示バグのため、widthを設定 */
	margin: 0;
	padding: 0;
}
#subMenu li,
.sideTitle li {
	list-style-type: none;
	width: 100%;/*IE6の表示バグのため、widthを設定*/
	margin: 0;
	padding: 0;
}
#subMenu li a,
.sideTitle li a {
	position: relative;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 6px 0 6px 30px;
	background: url("../images/arrow_001.gif") 10px center no-repeat;
	font-size: 12px;
}
#subMenu li a,
#subMenu li a:visited {
	color: #444444;
}
#subMenu li a:hover {
	background: url("../images/arrow_001.gif") no-repeat scroll 10px center #dedede;
}
/* ---------- バナー ---------- */
/*
 * バナーブロックは "/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;
}

#product_catbnr .sideBlock {
	margin-bottom: 25px;
}

#secondAreaCustomParts #product_catbnr .sideTitle h3{
border-top:3px solid #173b31;
border-bottom:3px solid #173b31;
background:none;
margin-bottom:10px;
padding-top: 10px;
}

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

#product_catbnr ul li{
list-style:none;
margin-bottom:5px;
}

#product_catbnr ul li a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}


/* 見出し */
#secondAreaBlogParts .sideTitle,
#secondAreaFreeParts .sideTitle,
#secondAreaCustomParts .sideTitle {
}
#secondAreaBlogParts .sideTitle h3,
#secondAreaFreeParts .sideTitle h3,
#secondAreaCustomParts .sideTitle h3 {
	font-size: medium;
	color: #093819;
	padding: 5px 0 10px 5px;
	background: url("../images/second_area_title.gif") left bottom no-repeat;

}
#secondAreaBlogParts .sideTitle a,
#secondAreaFreeParts .sideTitle a,
#secondAreaCustomParts .sideTitle a {

}
#secondAreaBlogParts .sideTitle a:hover,
#secondAreaFreeParts .sideTitle a:hover,
#secondAreaCustomParts .sideTitle a:hover {
	text-decoration: none;
}

/* ---------- コンテンツ ---------- */
#secondAreaBlogParts .sideContents,
#secondAreaFreeParts .sideContents,
#secondAreaCustomParts .sideContents {
}
/* ---------- 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;
	width: 100%;/*IE6の表示バグのため、widthを設定*/
	margin: 0;
	padding: 0;
}

#secondAreaBlogParts .sideContents li a,
#secondAreaCustomParts .sideContents li a {
	position: relative;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 6px 0 6px 30px;
	background: url("../images/arrow_001.gif") 10px center no-repeat;
	font-size: 12px;
}

#secondAreaBlogParts .sideContents li li a,
#secondAreaCustomParts .sideContents li li a {
	position: relative;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 6px 0 6px 3em;
	background: url("../images/li_bg.gif") 20px 12px no-repeat;
	font-size: 12px;
}

/*
#secondAreaBlogParts .sideContents li li,
#secondAreaCustomParts .sideContents li li,
.sideContents ul#categorytree li li {
	padding-left: 1em;
	background: url("../images/li_bg.gif") 20px 12px no-repeat;
}
*/
#secondAreaBlogParts .sideContents li a,
#secondAreaBlogParts .sideContents li span.empty,
#secondAreaCustomParts .sideContents li a,
#secondAreaCustomParts .sideContents li span.empty {
}

#secondAreaBlogParts .sideContents li a:hover,
#secondAreaCustomParts .sideContents li a:hover{
	background: url("../images/arrow_001.gif") no-repeat scroll 10px center #dedede;
}

#secondAreaBlogParts .sideContents li li a:hover,
#secondAreaCustomParts .sideContents li li a:hover{
	background: url("../images/li_bg.gif") 20px 12px no-repeat #dedede;
}

/* ---------- 各パーツの設定 ---------- */
/* 
#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;
}



/* ========== フッター ========== */
DIV#footer {
	color: #999999;
	padding: 0 0 10px;
	background: url(../images/footer_bg.gif) repeat-x;
	clear: both;
}

div#footer div#footerInner p,
div#footer div#footerInner li{
}

DIV#footer a {
	color: #999999;
}

DIV#footer a:hover {
	text-decoration: underline;
}

DIV#footerInner {
	width: 980px;
	margin: 0 auto;
}

/* ---------- フッターロゴ ---------- */
p#footerAreaLogo {
	float: right;
	width: 158px;
}
div#footerAreaLogo p {
	margin: 0 0 15px;
}

#footerFree {
	line-height: 15px;
}

/* ---------- フッターメニュー　サブカテ表示 ---------- */
#footer_menu_container {
	float: left;
	width: 760px;
}

.footer_menu_block {
	width: 128px;
	float: left;
}
#footer_menu_container div.last {
	width: 116px;
}

.footer_menu_block p {
	margin: 0 0 10px;
}

.footer_menu_block ul {
	margin: 0;
	padding: 0;
	width: 116px;
}
.footer_menu_block ul li {
	margin: 0 0 3px;
	list-style: none;
}
.footer_menu_block ul li a {
	text-decoration: none;
}


/* ---------- フッターメニュー ---------- */
DIV#footer P#footerMenu {
	margin: 0;
	padding: 30px 0 15px;
}

/* ---------- フッター copyright エリア ---------- */
DIV#footer DIV#footerCopyrightArea {
	padding: 20px 0 15px;
}

/* ---------- フッター copyright 付メニュー ---------- */
DIV#footer P#footerFree {
	margin-bottom: 10px;
}

/* ---------- copyright ---------- */
DIV#footer P#copyright {}

BR.clear {
	clear: both;
}
.center {
	text-align: center;
}



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


/* ==================== トップページ ==================== */
#contents #categoryTop {}
#contents #categoryTop #topNews {
}
#contents #categoryTop #topLatestBlog {
	padding-top:5px;
}
#contents #categoryTop #topContents {
	padding-top: 0 0 15px;
}
#contents #categoryTop .accessText {
	padding-top:5px;
}

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

#categoryTop #googleMapsArea {
	float: left;
	margin-bottom: 10px;
	width: 320px;
	height: 340px;
}
#categoryTop ul.date {
	list-style:none;
	margin:0;
	padding:0;
}
#categoryTop dl.date {
	overflow: auto;
	height: 90px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	padding: 10px 10px 0 0;
}
#categoryTop .date {
	list-style:none;
}
#categoryTop .date dt {
	margin: 0;
	padding: 0;
}
#categoryTop .date dd {
	margin: 10px 0 25px 10px;
	padding: 0;
}
#categoryTop .date .dateTime {
	color: #887547;
}
#categoryTop .date .dateTitle {
	font-weight: bold;
}

#top_cont1 {
	margin: 10px 0 0;
	background: url(../images/top_img1.jpg) no-repeat right top;
	height:261px;
}
#top_cont1 p {
	margin: 20px 0 0;
	width: 420px;
}


/* ==================== 企業情報 ==================== */
#contents #topcategoryCompany {
	padding-top:5px;
}
#contents #categoryCompany {
	padding-top:5px;
}

#categoryCompany .accessText {
}
#categoryCompany table.accessTable {
	float: right;
	width: 320px;
}
#categoryCompany #googleMapsArea {
	float: left;
	margin-bottom: 10px;
	width: 320px;
	height: 340px;
}



/* ==================== スタッフ紹介/アイテム紹介 ==================== */
#contents #categoryCustom2 {
	padding-top:5px;
}

#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: 400px;
	margin-bottom: 30px;
}
#categoryCustom2 h4 {
	padding: 0;
	background: none;
}



/* ==================== 良くあるご質問 ==================== */
#categoryFaq {
	padding-top:5px;
}

/* ショートカットメニュー */
#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 #462e92;
}
#categoryFaq .shortCut a {
	display: block;
	width: 100%;
}
#categoryFaq .shortCut .even a {
	background-color: #f5f3f9;
}
/*コンテンツ*/
#categoryFaq .entryOdd {
	margin: 0 0 10px;
	padding: 10px 10px 0;
}
#categoryFaq .entryEven {
	margin: 0 0 10px;
	padding: 10px 10px 0;
	background-color: #f5f3f9;
}
#categoryFaq .faq_q {
	line-height: 1.5;
	font-size: small;
	color: #462e92;
	padding: 2px 0 0 25px;
	margin: 0 0 4px;
	background: url("../images/faq_q.gif") left bottom no-repeat;
}
#categoryFaq .faq_a {
	width: auto;
	margin-bottom: 20px;
	padding: 5px 0 0 25px;
	background: url("../images/faq_a.gif") left 4px no-repeat;
	border-top: 1px dotted #462e92;
}
#categoryFaq p.anchorTop {
	margin-bottom: 50px;
}

/* ==================== トリートメントメニュー ==================== */
#contents h4.treat_menu{
width:300px;
}



/* ==================== 設計例ページ ==================== */
#contents #topCategoryWorks {
	padding-top:5px;
}

#contents #categoryWorks {
	padding-top:5px;
}

#contents #categoryWorks h2.catch {
background:#0e361c;
color:#fff;
text-align:center;
font-size:21px;
padding:6px;
}

#contents #categoryWorks h3.catch {
background: url("../images/h3_products.gif") left center no-repeat;
color:#0e361c;
padding:10px 0 10px 40px;
height:32px;
}

#contents #categoryWorks h4.catch {
background: url("../images/h4_products.gif") right center no-repeat;
color:#fff;
padding:7px 0 0 5px;
height:26px;
font-size:13px;
border:none;
}

#contents #categoryWorks .works_block{
width:210px;
float:left;
margin-right:15px;
}
#contents #categoryWorks .works_block.last{
margin-right:0;
}

#contents #categoryWorks a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

#contents #categoryWorks .topcontent p{
font-size:15px;
}

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

/* エントリ一覧 */
#contents .categoryWorksList ul {
	list-style: none;
	margin: 0 0 6px;
	padding: 0;
}
#contents .categoryWorksList ul li {
	float: left;
	vertical-align: middle;
	width: 130px;
	margin: 0 2px 0 0;
}
#contents .categoryWorksList ul li.last {
	margin-right: 0;
}
#contents .categoryWorksList ul li a {
	overflow: hidden;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #1C55FF;
	width: 120px;
	padding: 2px;
	background-color: #f5f5f5;
	border: 2px solid #efefef;
}
#contents .categoryWorksList ul li a:hover {
	color: #101113;
	border-color: #9c8e67;
}
#contents .categoryWorksList ul li .entryTitle {
	display: block;
	line-height: 1.2;
	font-size: 100%;
	margin: 2px 0 0;
}

/* ========== エントリ タイプ共通 ========== */
/* 画像 */
#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;
}

#categoryWorks #googleMapsArea {
	margin-bottom: 10px;
	width: 660px;
	height: 340px;
}

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

/* ========== エントリ タイプ1 ========== */
#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 li {
	float: left;
	vertical-align: middle;
	width: 82px;
	margin: 0 2px 0 0;
}
#showType1 #entry_sub_image li.last {
	margin-right: 0;
}
#showType1 #entry_sub_image 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 li {
	float: left;
	vertical-align: middle;
	width: 242px;
	margin: 0 47px 0 0;
}
#showType2 #entry_sub_image 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 {
	padding-top:5px;
}



/* ==================== ブログページ ==================== */
#contents #categoryBlog {
	padding-top:5px;
}



/* ==================== フリーページ ==================== */
#contents #categoryFreePage {
	padding-top:5px;
}

/* ==================== フリーページウィンドウ ==================== */

h2.window_h2 {
	color: #666666;
	margin-bottom: 0;
	padding: 5px 0 3px 45px;
	background: url("../images/h2_bg.gif") left top no-repeat;
}	

/* ==================== サイトマップ ==================== */
#contents #categorySitemap {
	padding-top:5px;
}

/* ==================== カスタムページ ==================== */
#contents #categoryCustom {
	padding-top:5px;
}

/* ==================== リンク集 ==================== */
#contents #categoryCustomlinks {
	padding-top:5px;
}


#contents #categoryCustomlinks .links div.even {
	background: #efefef;
}

#contents #categoryCustomlinks dl.links div.even,
#contents #categoryCustomlinks dl.links div.odd {
	padding:10px;
}

/* ==================== お客様の声 ==================== */
#contents #categoryCustomVoice{
	padding-top:5px;
}

DIV#categoryCustomVoice DIV.entryBody {
	padding: 10px 0 0 30px;
}
DIV#categoryCustomVoice p.voiceName {
	text-align: right;
	font-weight: bold;
	margin: 0;
	padding: 1em 0 0;
	border-top-width: 1px;
	border-top-style: dotted;
}

DIV#categoryCustomVoice DIV.odd {
	margin:0 auto 20px auto;
	width:600px;
	padding: 0 10px 10px;
	background-color: #efefef;
	border: 1px solid #aaa;
}
DIV#categoryCustomVoice DIV.odd H3 {
}
DIV#categoryCustomVoice DIV.odd p.voiceName {
	border-top-color: #333;
}
DIV#categoryCustomVoice DIV.even {
	margin:0 auto 20px auto;
	width:600px;
	padding: 0 10px 10px;
	background-color: #eeeeee;
	border: 1px solid #ddd;
}
DIV#categoryCustomVoice DIV.even H3 {
}
DIV#categoryCustomVoice DIV.even p.voiceName {
	border-top-color: #333;
}


/* ==================== 定番クラス ==================== */
.fwrapper{
	width: 500px;
}

.fl {
	float: left;
margin-right:15px;
}

.fr {
	float: right;
}

.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .clearfix {
	display: inline-block;
}
/* no ie mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
	zoom: 1;
}
/* */

.imgborder {
	padding: 2px;
	border: 1px solid #cccccc;
}

table.none td,
table.none th {
	border: none;
}

dl{}

dt{
	font-weight: bold;
}

dd{
	padding-left: 20px;
	margin-bottom: 20px;
}

/* ==================== エントリーレイアウト ==================== */
/* 写真が左、文章右、背景あり(pltr) */

.pltrwrapper{
	background-color: #f8f8bc;
	padding: 10px;
	margin-bottom: 2em;
}

.pltrinner{
	background-color: #fff;
	padding: 20px;
	margin-top: 25px;
}

/* ==================== サービスの流れ ==================== */
#contents #categoryCustomflow{
	padding-top:5px;
}
#contents #categoryCustomflow .entry_main_image {
	float: left;
}
DIV#categoryCustomflow DIV.entryBody {
	padding: 10px 0 0 30px;
}
DIV#categoryCustomflow p.voiceName {
	text-align: right;
	font-weight: bold;
	margin: 0;
	padding: 1em 0 0;
	border-top-width: 1px;
	border-top-style: dotted;
}

DIV#categoryCustomflow DIV.odd {
	margin: 0 auto 20px auto;
	width: 600px;
	padding: 10px;
	background-color: #efefef;
	border: 1px solid #aaa;
}
DIV#categoryCustomflow DIV.odd H3 {
}
DIV#categoryCustomflow DIV.odd p.flowName {
	border-top-color: #333;
}
DIV#categoryCustomflow DIV.even {
	margin: 0 auto 20px auto;
	width: 600px;
	padding: 10px;
	background-color: #eeeeee;
	border: 1px solid #ddd;
}
DIV#categoryCustomflow DIV.even H3 {
}
DIV#categoryCustomflow DIV.even p.flowName {
	border-top-color: #333;
}
DIV#categoryCustomflow .flowarrow {
	text-align: center;
}

/* ==================== 追加 ==================== */
/*******************/
/*　margin-bottom　*/
/*******************/
.mb05 { 
	margin-bottom:5px;
}
.mb10 { 
	margin-bottom:10px;
}
.mb15 { 
	margin-bottom:15px;
}
.mb20 { 
	margin-bottom:20px;
}
.mb25 { 
	margin-bottom:25px;
}
.mb30 { 
	margin-bottom:30px;
}
/*******************/
/*　 margin-top　　*/
/*******************/
.mt05 { 
	margin-top:5px;
}
.mt10 { 
	margin-top:10px;
}
.mt15 { 
	margin-top:15px;
}
.mt20 { 
	margin-top:20px;
}
.mt25 { 
	margin-top:25px;
}
.mt30 { 
	margin-top:30px;
}
/*****************/
/*　margin-left　*/
/*****************/
.ml05 { 
	margin-left:5px;
}
.ml10 { 
	margin-left:10px;
}
.ml15 { 
	margin-left:15px;
}
.ml20 { 
	margin-left:20px;
}
.ml25 { 
	margin-left:25px;
}
.ml30 { 
	margin-left:30px;
}
/*****************/
/*　margin-right　*/
/*****************/
.mr05 { 
	margin-right:5px;
}
.mr10 { 
	margin-right:10px;
}
.mr15 { 
	margin-right:15px;
}
.mr20 { 
	margin-right:20px;
}
.mr25 { 
	margin-right:25px;
}
.mr30 { 
	margin-right:30px;
}
/* ==================== トリートメントメニュー ==================== */
DIV#contents .w430 {
	width: 430px;
}
DIV#contents .sub_title {
	border-left: 10px solid #74CE59;
	font-size: 120%;
	font-weight: bold;
	margin-top: 20px;
	padding-left: 10px;
	padding-top: 3px;
}
DIV#contents .nagare {
}
DIV#contents .nagare .nagare_bg {
	background-image: url("/menu/img_upload/menu_nagare_bg.gif");
	background-position: left center;
	background-repeat: no-repeat;
	border-bottom: 1px solid #5A8B63;
	height: 26px;
	padding-left: 40px;
}
DIV#contents .nagare .bg_color {
	background-color: #EFEFEF;
	padding: 5px;
}
/* ==================== アーユルヴェーダ スパ ==================== */
DIV#contents .block_box {
	margin-bottom: 30px;
}
DIV#contents .spa_box_left {
	float: left;
	margin-right: 20px;
	width: 310px;
}
DIV#contents .spa_box_right {
	float: right;
	width: 310px;
}
DIV#contents .title01 {
	background-color: #ebf1e9;
	color: #2E5A3F;
	font-weight: bold;
	padding: 5px 0;
	text-align: center;
}
DIV#contents .spa_box_body {
	border: 1px solid #CCCCCC;
	padding: 5px;
}
DIV#contents .spa_menu {
	background-image: url("/freepage/img_upload/spa_menu_bg.gif");
	background-position: left top;
	background-repeat: no-repeat;
	padding: 60px 40px 20px;
}
DIV#contents .spa_menu_footer {
	background-image: url("/freepage/img_upload/spa_menu_bg_footer.gif");
	background-position: left bottom;
	background-repeat: no-repeat;
}
DIV#contents .spa_menu .spa_box_left,
DIV#contents .spa_menu .spa_box_right {
	width: 270px;
}
DIV#contents .bg_color {
	background-color: #FFF2F2;
	padding: 10px;
}
DIV#contents .contents_menubox .block_box {
}
DIV#contents .menu_bg {
	background-image: url("/freepage/img_upload/menu_bg.gif");
	background-position: left top;
	background-repeat: no-repeat;
	font-weight: bold;
	height: 26px;
	margin-bottom: 5px;
	padding-left: 50px;
	padding-top: 4px;
	border-bottom: 1px solid #5A8B63;
}
/* ==================== インドカイラリグループ ==================== */
DIV#contents .table_01 {
	border-collapse: collapse;
	width: 100%;
}

DIV#contents .table_01 th,
DIV#contents .table_01 td {
	background-color: #FFFFFF;
	border: medium none;
	padding: 10px;
	text-align: left;
}
DIV#contents .table_01 th {
	text-align: center;
	border-bottom: 3px solid #EFEFEF;
	font-weight: bold;
}
DIV#contents .table_01 td {
	border-bottom: 1px solid #EFEFEF;
}
DIV#contents .table_02 {
	border-collapse: collapse;
	width: 100%;
}
DIV#contents .table_02 th,
DIV#contents .table_02 td {
	border: 1px solid #ccc;
	padding: 10px;
	text-align: left;
}
DIV#contents .table_02 th {
	background-color: #EFEFEF;
	text-align: center;
	font-weight: bold;
}
DIV#contents .ayurveda .table_01 th,
DIV#contents .ayurveda .table_01 td {
	padding: 5px;
}
/* ==================== スパコンサルタント事業 ==================== */
DIV#contents .w220 {
	width: 220px;
}
/* ==================== アーユルヴェーダ スクール ==================== */
DIV#contents .text_right {
	text-align: right;
	font-weight: bold;
}
DIV#contents .menu_color {
	background-color: #EFEFEF;
	padding: 10px;
}
DIV#contents .menu_color ul {
	margin-bottom: 0px;
	padding: 0px;
}
DIV#contents .menu_color li {
	list-style: none;
}
/* ==================== 目的別おすすめアーユルヴェーダプログラム ==================== */
DIV#contents .recommend_box .table_01 th {
	text-align: left;
}
DIV#contents .recommend_box .table_02 thead th {
	background-color: #FFFFFF;
	border: medium none;
	color: #08391A;
	text-align: left;
}
DIV#contents .recommend_box .table_02 tbody th {
	text-align: left;
	width: 40px;
}
/* ==================== アユスについて ==================== */
DIV#contents .about_ayus_footer {
	background-image: url("/freepage/img_upload/about_ayus_footer.gif");
	background-position: left bottom;
	background-repeat: no-repeat;
	margin-top: 20px;
}
DIV#contents .about_ayus_text {
	background-image: url("/freepage/img_upload/about_ayus_text.gif");
	background-position: left top;
	background-repeat: no-repeat;
	padding: 70px 50px 30px;
}
/* ==================== アーユルヴェーダオイルについて ==================== */
DIV#contents .oil .table_01 th,
DIV#contents .oil .table_01 td {
	padding: 5px;
}
DIV#contents .oil .table_01 th {
	text-align: left;
	width: 110px;
}