@charset "utf-8";

/* サイト共通要素 */

/* ==================== タグの初期設定 ==================== */
body {
	letter-spacing: 1px;
	line-height: 2.5;
	font-size: 12px;
	color: #333;
	background: url("../images/body_bg.jpg") left top repeat-y fixed;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: bold;
}
h1 {
	font-weight: normal;
}
h2,
h3,
h4,
h5,
h6 {
}
p,
td,
th,
li,
dt,
dd,
input,
textarea,
div.entryBody,
div.entryMore {
}
.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;
}
/* Mac版IEを除外 \*/
.clearfix {
	display: block;
}
/* */



/* ==================== サイト全体 レイアウト ==================== */
/* ========== 全体枠 ========== */
div#container {
	width: 875px;
	padding: 0 0 0 75px;
	background: #fff url("../images/container_bg.gif") repeat-y;
}

/* ========== ヘッダー ========== */
div#header {
}

div#siteTitle {
	display: none;
}
div#siteTitle h1 {
}

div#headerTitle {
	width: 100%;
	padding: 20px 0 0;
}
div#headerAreaLogo {
	float: left;
}
div#headerAreaSub {
	float: right;
	text-align: right;
}
p#headerAddress {
	color: #666;
	font-size: 10pt;
}
/* 【未使用】 Google 検索窓
div#headerSearch {}
div#googleSearch {
	margin: 15px 0 5px;
	padding: 5px 5px 0 0;
	width: 290px;
	background: url("../images/header_gsearch_bg.gif") left top no-repeat;
}
div#googleSearch form {
	padding: 0 5px 5px 0;
	background: url("../images/header_gsearch_footer_bg.gif") left bottom no-repeat;
}
div#headerSearch input {}
div#headerSearch input.text {
	width: 180px;
}
div#headerSearch input.submit {
	width: 45px;
}
 */



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

/* メインメニュー + キャッチ画像 + メイン をラップ */
div#mainBg {
	position: relative;
	padding: 30px 55px 0 0;
}



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



/* ========== キャッチ画像・メインメニュー下 シャドウ ========== */
/* セカンドエリア + コンテンツ をラップ */
div#main {}
div#mainInner {
	padding: 15px 0;
}



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



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



/* ==================== コンテンツ ==================== */
div#contents {
	width: 615px;
	overflow: hidden;
}


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

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

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

/* ---------- 見出し ---------- */
div#contents div.mainTitle {
	margin: 0 0 30px;
}
div#contents div.mainTitle h2 {
	color: #533200;
	margin-bottom: 0;
	padding: 5px 0 15px 32px;
	background: url("../images/h2_bg.gif") left bottom no-repeat;
}
div#contents #categoryBlog div.mainTitle h2 {
	color: #533200;
	margin-bottom: 0;
	padding: 5px 0 15px 32px;
	background: url("../images/h2_blog_bg.gif") left bottom no-repeat;
	text-indent: -9999px;
}
div#contents #categoryBlog div.mainTitle h2.media_rss {
	color: #533200;
	margin-bottom: 0;
	padding: 5px 0 15px 32px;
	background: url("../images/h2_media_bg.gif") left bottom no-repeat;
	text-indent: -9999px;
}
div#contents div.mainTitle h2.rss {
}
div#contents div.mainTitle a.rss {
	display: block;
	text-decoration: none;
	color: #533200;
	width: 100%;
}
div#contents div.mainTitle a.rss:hover {
	text-decoration: none;
}

div#contents div.mainTitle h2.img {
	margin: 0;
	padding: 0;
	background: none;
}

div#contents h3 {
	color: #fff;
	padding: 6px 25px;
	margin: 25px 0 15px;
	background: url("../images/h3_bg.gif") left center repeat-y;
}
div#contents #categoryBlog h3 {
	color: #fff;
	padding: 6px 37px;
	margin: 25px 0 14px;
	background: url("../images/h3_blog_bg.gif") left center repeat-y;
}
div#contents #categoryBlog h3 a {
	color: #fff;
	text-decoration: none;
}
div#contents h3.img {
	padding: 0;
	background: none;
}
div#contents h4 {
	color: #d85a66;
	padding: 8px 0;
	margin: 25px 0 15px;
	background: url("../images/dotted_5px.gif") left bottom repeat-x;
}
div#contents #categoryBlog h4 {
	color: #d85a66;
	padding: 0 0 10px 0;
	margin: 0 0 13px 3px;
	background: url("../images/dotted_5px.gif") left bottom repeat-x;
	font-size: 120%;
	font-weight: normal;
}
div#contents #categoryBlog h4 a {
	color: #422600;
	text-decoration: none;
}
div#contents #categoryBlog p.entryMetaheader {
	margin-bottom: 0px;
}
div#contents #categoryBlog p.entryMeta {
	text-align: right;
	background: url("../images/dotted_5px.gif") left top repeat-x;
	padding-top: 8px;
}
div#contents #categoryBlog p.entryMeta a {
	color: #666666;
	text-decoration: none;
}
div#contents h4.img {
	padding: 0;
	background: none;
}

/* ---------- ボディー ---------- */
div#contents div.mainContents {
	margin: 10px 0 10px 25px;
}
div#contents div.entryBody,
div#contents div.entryMore {
}
div#contents div.entryBody a:hover img,
div#contents div.entryMore a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

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



/* ---------- 基本クラス ---------- */
div#contents div.pankuzu {
	display: none;
}
div#contents .fontXLarge {font-size: large;}
div#contents .fontLarge {font-size: medium;}
div#contents .fontSmall {font-size: x-small;}
div#contents .fontMedium {font-size: small;}
div#contents .fontXSmall {font-size: xx-small;}
div#contents input.text {
	width: 300px;
}
div#contents .caution {
	color: #e00;
}
div#contents p.price {
	text-align: right;
	font-weight: bold;
	color: #e00;
}
div#contents div.hr01 {
	margin: 0 0 15px;
	height: 1px;
	background-image: url("../images/hr_bg.gif");
	background-position: left top;
	background-repeat: repeat-x;
}
div#contents div.comment div.hr01 {
	margin-top: -1em;
}
div#contents p.nextPrevious {
	clear: both;
	text-align: center;
}
div#contents p.linkBlock {
	text-align: right;
	padding-top: 15px;
	background: url("../images/hr_bg.gif") left top repeat-x;
}
div#contents p.anchorTop {}
div#contents p.anchorTop a {
	overflow: hidden;
	display: block;
	text-indent: -9999px;
	width: 100%;
	height: 50px;
	background: url("../images/pagetop.gif") right top no-repeat;
}
div#contents td.buttonArea {
	border: none;
}

div#contents .left {
	display: block;
	float: left;
	margin: 0 10px 15px 0;
}
div#contents .right {
	display: block;
	float: right;
	margin: 0 0 15px 10px;
}



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


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

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

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

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

/* ---------- ブログパーツ・カスタムパーツ ---------- */
div#secondAreaFreeParts,
div#secondAreaCustomParts {}
div#secondAreaBlogParts{
	background-color: #EAE1D8;
}

/* sideBlock */
div#secondAreaFreeParts div.sideBlock,
div#secondAreaCustomParts div.sideBlock {
	margin-bottom: 40px;
	background: url("../images/second_area_bg.gif") left bottom no-repeat;
}
div#secondAreaBlogParts div.sideBlock{
	background: none no-repeat scroll 0 0 transparent;
	margin-bottom: 29px;
}
/* 見出し */
div#secondAreaBlogParts div.sideTitle,
div#secondAreaFreeParts div.sideTitle,
div#secondAreaCustomParts div.sideTitle {
}
div#secondAreaFreeParts div.sideTitle h3,
div#secondAreaCustomParts div.sideTitle h3 {
	text-align: center;
	color: #fff;
	padding: 5px;
	background: url("../images/second_area_title.gif") left top no-repeat;
}
div#secondAreaBlogParts div.sideTitle h3 {
	color: #fff;
	padding: 0;
	margin-bottom: 0;
	text-indent: -9999px;
}
div#secondAreaBlogParts #brogPartsCategory div.sideTitle h3 {
	background: url("../images/second_area_category_title.gif") left top no-repeat;
	height: 71px;
}
div#secondAreaBlogParts #brogPartsEntry div.sideTitle h3 {
	background: url("../images/second_area_recent_title.gif") left top no-repeat;
	height: 22px;
}
div#secondAreaBlogParts #brogPartsAssets div.sideTitle h3 {
	background: url("../images/second_area_pictures_title.gif") left top no-repeat;
	height: 22px;
	margin-bottom: 10px;
}
div#secondAreaBlogParts #brogPartsMonthlyArchive div.sideTitle h3 {
	background: url("../images/second_area_archives_title.gif") left top no-repeat;
	height: 22px;
}
div#secondAreaBlogParts div.sideTitle h3 a,
div#secondAreaFreeParts div.sideTitle h3 a,
div#secondAreaCustomParts div.sideTitle h3 a {
	text-decoration: underline;
	color: #fff;
}
div#secondAreaBlogParts div.sideTitle h3 a:hover,
div#secondAreaFreeParts div.sideTitle h3 a:hover,
div#secondAreaCustomParts div.sideTitle h3 a:hover {
	text-decoration: none;
}

/* ---------- コンテンツ ---------- */
div#secondAreaBlogParts div.sideContents,
div#secondAreaFreeParts div.sideContents,
div#secondAreaCustomParts div.sideContents {
}
div#secondAreaBlogParts #brogPartsMonthlyArchive div.sideContents {
	padding-bottom: 30px;
}
/* ---------- LIST ---------- */
div#secondAreaBlogParts div.sideContents ul,
div#secondAreaCustomParts div.sideContents ul {
	width: 100%;/* IEの表示バグのため、widthを設定 */
	margin: 0;
	padding: 0;
}
div#secondAreaCustomParts div.sideContents li {
	list-style-type: none;
	font-weight: bold;
	margin: 0;
	padding: 5px 10px;
	background: url("../images/second_area_hr.gif") center top no-repeat;
}
div#secondAreaBlogParts div.sideContents li {
	list-style-type: none;
	font-weight: normal;
	margin: 0;
	padding: 10px 8px;
	background: url("../images/second_area_hr002.gif") center bottom no-repeat;
}
div#secondAreaBlogParts #brogPartsEntry div.sideContents li {
	padding: 10px 13px;
}
div#secondAreaBlogParts #brogPartsMonthlyArchive div.sideContents li {
	padding: 10px 17px 0;
	list-style: disc inside none;
	background: none no-repeat scroll 0 0 transparent;
}
div#secondAreaBlogParts div.sideContents li a {
	text-decoration: none;
	color: #000000;
}
div#secondAreaBlogParts #brogPartsCategory div.sideContents li a {
	text-decoration: none;
	color: #000000;
	background: url("../images/icon.gif") left center no-repeat;
	padding: 5px 0px 5px 36px;
}
div#secondAreaBlogParts div.sideContents li li,
div#secondAreaCustomParts div.sideContents li li {
	padding-left: 1em;
	background: url("../images/li_bg.gif") 5px 12px no-repeat;
}
div#secondArea p.copy {
	background-color: #fff;
	margin: 0;
	padding: 0 0 20px 0;
	color: #C1B4A2;
	letter-spacing: 2px;
	line-height: 135%;
}
/*
div#secondAreaBlogParts div.sideContents li a,
div#secondAreaBlogParts div.sideContents li span.empty,
div#secondAreaCustomParts div.sideContents li a,
div#secondAreaCustomParts div.sideContents li span.empty {
}
*/

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

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



/* ========== フッター ========== */
div#footer {
	position: relative;
}
div#footerInner {
	color: #533100;
	background: #fff;
}

/* ---------- フッターメニュー ---------- */
#footerMenu {
	position: relative;
	top: -10px;
	margin: 0 0 5px;
	background: url("../images/footerMenu_bg.png") center top no-repeat;
}
#footerMenu p {
	width: 950px;
	margin: 0 auto;
	padding: 18px 0;
}
#footerMenu a {
	display: inline-block;
	color: #533100;
	text-decoration: none;
	padding: 2px 5px;
}
#footerMenu a:hover {
	color: #533100;
	text-decoration: underline;
}
/* ---------- フッター copyright エリア ---------- */
div#footerCopyrightArea {
	width: auto;
	margin: 0 65px 0 0;
	padding: 5px 0 15px;
}

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

/* ---------- copyright ---------- */
p#copyright {
	text-align: right;
}



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


/* ==================== トップページ ==================== */
/* ---------- レイアウト ---------- */
body.topPage {
	background: url("../images/top_body_bg.jpg") center top no-repeat fixed;
}
.topPage div#container {
	width: auto;
	padding: 0;
	background: none;
}
.topPage div#headerTitle {
	width: 950px;
	margin: 0 auto;
	padding: 20px 0 0;
}
.topPage div#mainBg {
	position: relative;
	width: 950px;
	margin: 0 auto;
	padding: 30px 0 0;
}
.topPage div#contents {
	width: 624px;
}
.topPage p.anchorTop {
	display: none;
}
.topPage div#secondArea {
	width: 276px;
}
.topPage div#footerCopyrightArea {
	width: 950px;
	margin: 0 auto;
	padding: 5px 0 15px;
}
/* ---------- コンテンツ ---------- */
div#contents div#categoryTop {}
div#contents div#categoryTop div.accessText {}
div#contents div#topLatestBlog {}
div#contents div#topContents {}

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

div#contents div#categoryTop div#googleMapsArea {
	float: left;
	margin-bottom: 10px;
	width: 320px;
	height: 340px;
}

div#contents div#topNews {
	margin-bottom: 0;
}
div#topNews div.mainContents {
	margin: 10px 0 0 35px;
}
div#contents div#categoryTop ul.date {
	list-style:none;
	margin:0;
	padding:0;
}
div#contents div#categoryTop dl.date {
	overflow: auto;
	height: 325px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	padding: 0 10px 0 0;
}
div#contents div#categoryTop .date {
	list-style:none;
}
div#contents div#categoryTop .date dt {
	margin: 0 0 5px;
	padding: 0;
}
div#contents div#categoryTop .date dd {
	margin: 0 0 10px 100px;
	padding: 0;
}
div#contents div#categoryTop .date .dateTime {
	display: block;
	float: left;
	width: 100px;
}
div#contents div#categoryTop .date .dateTitle {
}
div#contents div#categoryTop .date a {
	display: block;
	margin-left: 100px;
}
div#contents div#categoryTop .date .delim {
	display: none;
}



/* ==================== 企業情報 ==================== */
div#contents div#categoryCompany {
}
div#contents div#categoryCompany div.accessText {
}
div#contents div#categoryCompany table.accessTable {
	float: right;
	width: 320px;
}
div#contents div#categoryCompany div#googleMapsArea {
	float: left;
	margin-bottom: 10px;
	width: 320px;
	height: 340px;
}



/* ==================== スタッフ紹介/アイテム紹介 ==================== */
div#contents div#categoryCustom2 {}

div#categoryCustom2 p.photo {
	float: left;
	width: 230px;
	margin: 0 0 30px;
	padding: 2px;
	border: 1px solid #ccc;
}
div#categoryCustom2 table.itemInfo {
	float: right;
	width: 345px;
	margin-bottom: 15px;
}
div#categoryCustom2 table.itemInfo th {
	width: 3.5em;
}
div#categoryCustom2 div.entryBody {
	clear: right;
	float: right;
	text-align: justify;
	width: 345px;
	margin-bottom: 30px;
}
div#categoryCustom2 h4 {
	padding: 0;
	background: none;
}



/* ==================== 良くあるご質問 ==================== */
div#contents div#categoryFaq {}

div#categoryFaq div#shortCut {
	margin: 10px;
	padding: 10px;
}
div#categoryFaq div#shortCut ul {
	margin: 0;
	padding: 0;
}
div#categoryFaq div#shortCut ul li {
	list-style: none;
	line-height: 1;
	padding: 0 0 0 .75em;
	margin: 0 0 .5em;
	border-left: 1em solid #ff4c0a;
}
div#categoryFaq div.odd {
}
div#categoryFaq div.even {
}
div#categoryFaq div.odd h3,
div#categoryFaq div.even h3 {
}
div#categoryFaq div.entryBody {
}



/* ==================== 設計例ページ ==================== */
div#contents div#categoryWorks {}

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

/* エントリ一覧 */
div#contents div.categoryWorksList ul {
	list-style: none;
	margin: 0 0 6px;
	padding: 0;
}
div#contents div.categoryWorksList ul li {
	float: left;
	vertical-align: middle;
	width: 130px;
	margin: 0 2px 0 0;
}
div#contents div.categoryWorksList ul li.last {
	margin-right: 0;
}
div#contents div.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;
}
div#contents div.categoryWorksList ul li a:hover {
	color: #101113;
	background-color: #d8ecf6;
	border-color: #90c6e0;
}
div#contents div.categoryWorksList ul li .entryTitle {
	display: block;
	line-height: 1.2;
	font-size: 100%;
	margin: 2px 0 0;
}

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

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

/* ========== エントリ タイプ1 ========== */
div#showType1 div#categoryWorksPhoto {
	float: left;
	width: 252px;
	margin: 0 0 10px;
}
div#showType1 div#categoryWorksData {
	float: right;
	width: 380px;
	padding: 1px;
	margin: 0 0 10px;
}

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

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

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

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

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



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



/* ==================== ブログページ ==================== */
div#contents div#categoryBlog {}



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



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


