@charset "utf-8";

/* サイト共通要素 */

/* ==================== タグの初期設定 ==================== */
BODY {
	color: #666;
	background-color: #fff;
}
H1,
H2,
H3,
H4,
H5,
H6 {
	font-weight: bold;
}
H1,
H2,
H3,
H4,
H5,
H6 {
	font-size: medium;
}
P,
TD,
TH,
LI,
DT,
DD,
INPUT,
TEXTAREA,
DIV.entryBody,
DIV.entryMore {
	font-size: small;
}
A,
A:visited {
	color: #6599ef;
	text-decoration: underline;
}
A:hover {
	color: #0599c1;
	text-decoration: none;
}



/* ==================== クリアフィックス ==================== */

DIV#main:after,
DIV#contents DIV#categoryTop:after,
DIV#contents DIV.entryBody:after,
DIV#contents DIV.entryMore:after,
DIV#contents DIV.contentInner:after,
DIV#contents DIV.contentInner_access:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html DIV#main,
* html DIV#contents DIV#categoryTop,
* html DIV#contents DIV.entryBody,
* html DIV#contents DIV.entryMore,
* html DIV#contents DIV.contentInner,
* html DIV#contents DIV.contentInner_access {
	display: inline-block;
}
/* no ie mac \*/
* html DIV#main,
* html DIV#contents DIV#categoryTop,
* html DIV#contents DIV.entryBody,
* html DIV#contents DIV.entryMore,
* html DIV#contents DIV.contentInner,
* html DIV#contents DIV.contentInner_access {
	height: 1%;
}
DIV#main,
DIV#contents DIV#categoryTop,
DIV#contents DIV.entryBody,
DIV#contents DIV.entryMore,
DIV#contents DIV.contentInner,
DIV#contents DIV.contentInner_access {
	display: block;
	zoom: 1;
}
/* */



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

/* ========== ヘッダー ========== */
DIV#header {
	margin: 10px 0;
	padding: 0 0 10px;
	border-bottom: 3px solid #5e76e0;
}
DIV#header H1 {
}
DIV#header DIV#headerTitle {
	width: 800px;
	margin: 0 auto;
}
DIV#header DIV#headerAreaSub {
	float: right;
	text-align: right;
}
DIV#header P#headerAddress {
	color: #666;
	font-size: 10pt;
}
DIV#header DIV#headerSearch {}
DIV#header DIV#headerSearch DIV#googleSearch {
	margin: 15px 0 5px;
	padding: 5px 5px 0 0;
	width: 290px;
	background-image: url("../images/header_gsearch_bg.gif");
	background-position: left top;
	background-repeat: no-repeat;
}
DIV#header DIV#headerSearch DIV#googleSearch FORM {
	padding: 0 5px 5px 0;
	background-image: url("../images/header_gsearch_footer_bg.gif");
	background-position: left bottom;
	background-repeat: no-repeat;
}
DIV#header DIV#headerSearch INPUT.text {
	width: 180px;
}
DIV#header DIV#headerSearch INPUT.submit {
	width: 45px;
}
DIV#header DIV#headerSearch INPUT {}
DIV#header DIV#headerAreaLogo {}


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

/* メインメニュー + キャッチ画像 + メイン をラップ */
DIV#mainBg {
	width: 800px;
	margin: 0 auto;
}

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


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

/* 2カラム, secondArea 右 } */

/* { 2カラム secondArea 左 */
DIV#secondArea {
	float: left;
}
DIV#contents {
	float: right;
}
/* 2カラム secondArea 左 } */



/* ========== メインメニュー ========== */

/*
 * "/cmn/css/main_menu.css" に移動
 * （※【メインメニュー】ブログのインデックスアーカイブで生成。）
 */



/* ========== キャッチ画像 ========== */
DIV#catchArea {
	margin: 10px 0;
}



/* ==================== コンテンツ ==================== */
DIV#contents {
	width: 580px;
	padding: 0 0 0 20px;
}


/* ---------- 見出し ---------- */
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 DIV.entryBody,
DIV#contents DIV.EntryMore {
	line-height: 150%;
}
DIV#contents P,
DIV#contents OL,
DIV#contents UL,
DIV#contents TABLE {
	margin-bottom: 15px;
}
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 {
	font-weight: normal;
	color: #2f405a;
	background-image: url("../images/h2_bg.gif");
	background-position: left top;
	background-repeat: no-repeat;
	margin-bottom: 0;
	padding: 3px 0pt 3px 20px;
}
DIV#contents H2.rss {
	background-image: url("../images/h2_rss_bg.gif");
}
DIV#contents H2.rss A {
	display: block;
	text-decoration: none;
}
DIV#contents A.rss {
	text-decoration: none;
	display: block;
	width: 100%;
	color: #2f405a;
}
DIV#contents A.rss:hover {
	text-decoration: none;
}
DIV#contents H3 {
	background-image: url("../images/h3_bg.gif");
	background-position: left bottom;
	background-repeat: no-repeat;
	padding: 3px 3px 2px 15px;
	margin-top: 10px;
	color: #7a6759;
}
DIV#contents H4 {
	background-image: url("../images/h4_bg.gif");
	background-position: left bottom;
	background-repeat: no-repeat;
	padding: 3px 3px 2px 15px;
	color: #7a6759;
}

/* ---------- ページ送り ---------- */
DIV#contents .contentNavi {
	width: 100%;
}
DIV#contents .contentNavi:after {
	content: ".";
	display: block;
	clear: both;
	line-height: 0;
	height: 0;
	visibility: hidden;
}
DIV#contents .contentNavi a,
DIV#contents .contentNavi strong {
	display: block;
	float: left;
	text-align: center;
	line-height: 1;
	font-size: 130%;
	margin: 0 5px 0 0;
	padding: 5px 8px;
	background-color: #f5f5f5;
	border: 2px solid #efefef;
}
DIV#contents .contentNavi strong,
DIV#contents .contentNavi A:hover {
	color: #101113;
	background-color: #d8ecf6;
	border-color: #90c6e0;
}

/* ---------- ボディー ---------- */
DIV#contents div.contentInner,
DIV#contents div.contentInner_access {
	padding: 10px;
	border: 1px solid #acacac;
	margin-bottom: 10px;
}

DIV#contents DIV.entryBody,
DIV#contents DIV.entryMore {
	overflow: hidden;
	padding: 1px;
}

/* ---------- コモン ---------- */
DIV#contents TH,
DIV#contents TD {
	border: 1px solid #666;
	padding: 5px;
}
DIV#contents TH {
	background-color: #ddd;
}

DIV#contents P.pankuzu {}

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 TEXTAREA {
	width: 300px;
	height: 8em;
}
DIV#contents .caution {
	color: #e00;
}
DIV#contents P.price {
	font-size: medium;
	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 {
	text-align: center;
}
DIV#contents P.linkBlock,
DIV#contents P.anchorTop {
	padding-bottom: 15px;
	background-image: url("../images/hr_bg.gif");
	background-position: left bottom;
	background-repeat: repeat-x;
}
DIV#contents P.entryMeta {}
DIV#contents P.linkBlock,
DIV#contents P.anchorTop {
	text-align: right;
}
DIV#contents TD.buttonArea {
	border: none;
}


/* ==================== セカンドエリア ==================== */
DIV#secondArea {
	width: 200px;
	margin: 0;
	padding: 0;
}


/* ---------- 見出し ---------- */
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 P {
	font-size: small;
}
DIV#secondArea TD,
DIV#secondArea TH,
DIV#secondArea LI,
DIV#secondArea P {
	line-height: 150%;
}


/* ---------- サブメニュー ---------- */
/* ----- 背景画像 ----- */
DIV#secondArea DIV#subMenu DIV.subMenu,
DIV#secondArea DIV#freeSpace,
DIV#secondArea DIV#banner,
DIV#secondArea DIV#qrcode {
	padding-bottom: 10px;
	background-color: #f2f0f1;
}
/* ----- タイトル ----- */
DIV#secondArea DIV#subMenu DIV.title,
DIV#secondArea DIV#freeSpace DIV.title,
DIV#secondArea DIV#banner DIV.title,
DIV#secondArea DIV#qrcode DIV.title {
	overflow: hidden;
	text-indent: -9999px;
	height: 40px;
	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;
}
/* ---------- サブメニュー ---------- */
/* title */
DIV#secondArea DIV#subMenu DIV.subMenu DIV.title {
	overflow: hidden;
	display: none;
	text-indent: -9999px;
}
/*
 * タイトル画像は "/cmn/css/sub_menu.css" で指定しています。
 * （※【サイドパーツ : サブメニュー／フッターメニュー】ブログのインデックスアーカイブで生成。）
 */

/* list */
DIV#secondArea DIV#subMenu UL {
	width: 100%;/* IEの表示バグのため、widthを設定 */
	margin: 0;
	padding: 0;
}
DIV#secondArea DIV#subMenu LI {
	font-size: 100%;
	width: 100%;/*IE6の表示バグのため、widthを設定*/
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-image: url("../images/second_area_hr.gif");
	background-position: center top;
	background-repeat: no-repeat;
}
DIV#secondArea DIV#subMenu LI A {
	position: relative;
	display: block;
	font-size: 90%;
	margin: 0;
	padding: 4px 0 4px 30px;
	text-decoration: none;
	background-image: url("../images/arrow01.gif");
	background-position: 12px center;
	background-repeat: no-repeat;
}
DIV#secondArea DIV#subMenu LI A:hover {
	background-position: 15px center;
}
/* ---------- フリースペース ---------- */
DIV#secondArea DIV#freeSpace {}
DIV#secondArea DIV#freeSpace DIV.title {
	background-image: url("../images/second_area_title_free.gif");
}
DIV#secondArea DIV#freeSpace DIV.entryBody {
	padding-bottom: 10px;
}
/* ---------- バナー ---------- */
DIV#secondArea DIV#banners {
	text-align: center;
}
DIV#secondArea DIV#banners P.banner_img {
	margin: 10px 0 0;
}
DIV#secondArea DIV#banners P.banner_text {
	margin: 0 0 10px;
}
DIV#secondArea DIV#banners P.first {
	margin-top: 0;
}
/* ---------- QRコード ---------- */
DIV#secondArea DIV#qrcode {
	text-align: center;
}
DIV#secondArea DIV#qrcode DIV.title {
	background-image: url("../images/second_area_title_mobile.gif");
}
DIV#secondArea DIV#qrcode IMG {
	margin: 5px auto;
}

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

DIV#secondArea DIV#brogPartsCategory H3,
DIV#secondArea DIV#brogPartsCalendar H3,
DIV#secondArea DIV#brogPartsTagCloud H3,
DIV#secondArea DIV#brogPartsMonthlyArchiveDrop H3,
DIV#secondArea DIV#brogPartsMonthlyArchive H3,
DIV#secondArea DIV#brogPartsEntry H3,
DIV#secondArea DIV#brogPartsComment H3,
DIV#secondArea DIV#brogPartsAuthor H3,
DIV#secondArea DIV#brogPartsAssets H3,
DIV#secondArea DIV#customPartsCategory H3,
DIV#secondArea DIV#customPartsComment H3,
DIV#secondArea DIV#freePageEntryList H3,
DIV#secondArea DIV#freePageCategoryEntryList H3 {
	padding: 18px 0 7px 25px;
	background-image: url("../images/second_area_title.gif");
	background-position: left top;
	background-repeat: no-repeat;
	font-size: small;
	color: #5c5c5c;
	text-align: left;
}
DIV#secondAreaBlogParts H3 A {
	color: #fff;
}

/* ---------- UL ---------- */
DIV#secondArea DIV#brogPartsCategory UL,
DIV#secondArea DIV#brogPartsCalendar UL,
DIV#secondArea DIV#brogPartsTagCloud UL,
DIV#secondArea DIV#brogPartsMonthlyArchiveDrop UL,
DIV#secondArea DIV#brogPartsMonthlyArchive UL,
DIV#secondArea DIV#brogPartsEntry UL,
DIV#secondArea DIV#brogPartsComment UL,
DIV#secondArea DIV#brogPartsAuthor UL,
DIV#secondArea DIV#customPartsCategory UL,
DIV#secondArea DIV#customPartsComment UL,
DIV#secondArea DIV#freePageEntryList UL,
DIV#secondArea DIV#freePageCategoryEntryList UL {
	width: 100%;/* IEの表示バグのため、widthを設定 */
	margin: 0;
	padding: 0;
}
DIV#secondArea DIV#brogPartsCategory LI,
DIV#secondArea DIV#brogPartsCalendar LI,
DIV#secondArea DIV#brogPartsTagCloud LI,
DIV#secondArea DIV#brogPartsMonthlyArchiveDrop LI,
DIV#secondArea DIV#brogPartsMonthlyArchive LI,
DIV#secondArea DIV#brogPartsEntry LI,
DIV#secondArea DIV#brogPartsComment LI,
DIV#secondArea DIV#brogPartsAuthor LI,
DIV#secondArea DIV#customPartsCategory LI,
DIV#secondArea DIV#customPartsComment LI,
DIV#secondArea DIV#freePageEntryList LI,
DIV#secondArea DIV#freePageCategoryEntryList LI {
	margin: 0;
	padding: 5px 10px;
	background-image: url("../images/second_area_hr.gif");
	background-position: center top;
	background-repeat: no-repeat;
	list-style-type: none;
	font-weight: bold;
}
DIV#secondArea DIV#brogPartsCategory LI LI,
DIV#secondArea DIV#brogPartsCalendar LI LI,
DIV#secondArea DIV#brogPartsTagCloud LI LI,
DIV#secondArea DIV#brogPartsMonthlyArchiveDrop LI LI,
DIV#secondArea DIV#brogPartsMonthlyArchive LI LI,
DIV#secondArea DIV#brogPartsEntry LI LI,
DIV#secondArea DIV#brogPartsComment LI LI,
DIV#secondArea DIV#brogPartsAuthor LI LI,
DIV#secondArea DIV#customPartsCategory LI LI,
DIV#secondArea DIV#customPartsComment LI LI,
DIV#secondArea DIV#freePageEntryList LI LI,
DIV#secondArea DIV#freePageCategoryEntryList LI LI {
	background-image: url("../images/li_bg.gif");
	background-position: 5px 12px;
	background-repeat: no-repeat;
	padding-left: 1em;
}
/* ---------- 各パーツの設定 ---------- */
DIV#secondArea DIV#brogPartsCategory,
DIV#secondArea DIV#brogPartsCalendar,
DIV#secondArea DIV#brogPartsTagCloud,
DIV#secondArea DIV#brogPartsMonthlyArchiveDrop,
DIV#secondArea DIV#brogPartsMonthlyArchive,
DIV#secondArea DIV#brogPartsEntry,
DIV#secondArea DIV#brogPartsComment,
DIV#secondArea DIV#brogPartsAuthor,
DIV#secondArea DIV#brogPartsAssets,
DIV#secondArea DIV#customPartsCategory,
DIV#secondArea DIV#customPartsComment,
DIV#secondArea DIV#freePageEntryList,
DIV#secondArea DIV#freePageCategoryEntryList {
	padding-bottom: 10px;
	background-color: #f2f0f1;
}

DIV#secondArea DIV#brogPartsCategory {}
DIV#secondArea DIV#brogPartsTagCloud {}
DIV#secondArea DIV#brogPartsTagCloud .rank-1 {
	font-size: 1.75em;
}
DIV#secondArea DIV#brogPartsTagCloud .rank-2 {
	font-size: 1.75em;
}
DIV#secondArea DIV#brogPartsTagCloud .rank-3 {
	font-size: 1.625em;
}
DIV#secondArea DIV#brogPartsTagCloud .rank-4 {
	font-size: 1.5em;
}
DIV#secondArea DIV#brogPartsTagCloud .rank-5 {
	font-size: 1.375em;
}
DIV#secondArea DIV#brogPartsTagCloud .rank-6 {
	font-size: 1.25em;
}
DIV#secondArea DIV#brogPartsTagCloud .rank-7 {
	font-size: 1.125em;
}
DIV#secondArea DIV#brogPartsTagCloud .rank-8 {
	font-size: 1em;
}
DIV#secondArea DIV#brogPartsTagCloud .rank-9 {
	font-size: 0.95em;
}
DIV#secondArea DIV#brogPartsTagCloud .rank-10 {
	font-size: 0.9em;
}
DIV#secondArea DIV#brogPartsMonthlyArchiveDrop {}
DIV#secondArea DIV#brogPartsMonthlyArchive {}
DIV#secondArea DIV#brogPartsEntry {}
DIV#secondArea DIV#brogPartsComment {}
DIV#secondArea DIV#brogPartsAuthor {}
DIV#secondArea DIV#brogPartsAssets {}
DIV#secondArea DIV#customPartsCategory {}
DIV#secondArea DIV#customPartsComment {}
DIV#secondArea DIV#freePageEntryList {}
DIV#secondArea DIV#freePageCategoryEntryList {}

/* ---------- 最近のアイテム ---------- */
DIV#secondArea DIV#brogPartsAssets {

}
DIV#secondArea DIV#brogPartsAssets UL {
	padding: 3px 0 0 1px;
	margin: 0;
	zoom: 1;
}
DIV#secondArea DIV#brogPartsAssets UL:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
DIV#secondArea DIV#brogPartsAssets LI {
	display: inline;
	float: left;
	width: 95px;
	height: 95px;
	padding: 0;
	margin: 0 0 3px 3px;
}
DIV#secondArea DIV#brogPartsAssets LI.even {
	margin-right: 0;
}
DIV#secondArea DIV#brogPartsAssets LI A {
	overflow: hidden;
	display: block;
	width: 91px;
	height: 91px;
	padding: 0;
	margin: 0;
	border: 2px solid #aaa;
}
DIV#secondArea DIV#brogPartsAssets LI A:hover {
	border-color: #555;
}



/* ========== フッター ========== */
DIV#footer {
	width: 800px;
	margin: 0 auto;
}
/* ---------- フッターメニュー ---------- */
DIV#footer P#footerMenu {
	margin: 5px 25px;
	padding: 15px 0 10px;
	background-image: url("../images/hr_bg.gif");
	background-position: left top;
	background-repeat: repeat-x;
	text-align: center;
}

/* ---------- フッター copyright エリア ---------- */
DIV#footer DIV#footerCopyrightArea {
	padding: 5px 15px 15px;
	background-color: #fff;
	background-image: url("../images/footer_bg.gif");
	background-position: left top;
	background-repeat: no-repeat;
}

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

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

BR.clear {
	clear: both;
}


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


/* ==================== トップページ ==================== */
DIV#contents DIV#categoryTop {}
DIV#contents DIV#categoryTop H3 {
	font-weight: normal;
	color: #2f405a;
	background-image: url("../images/h2_bg.gif");
	background-position: left top;
	background-repeat: no-repeat;
	padding: 3px 0pt 3px 20px;
	margin-bottom: 0;
	text-decoration: none;
}
DIV#contents DIV#categoryTop DIV.topNews {}
DIV#contents DIV#categoryTop DIV.topLatestBlog {}
DIV#contents DIV#categoryTop DIV#topContents {}

DIV#contents DIV#categoryTop DIV.accessText {}

DIV#contents DIV#categoryTop TABLE.accessTable {
	float: right;
	width: 270px;
	margin-right: 1px;
}

DIV#contents DIV#categoryTop DIV#googleMapsArea {
	float: left;
	margin-bottom: 10px;
	width: 270px;
	height: 340px;
}
DIV#contents DIV#categoryTop DL.date {
	overflow: auto;
	height: 80px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	padding: 0 10px 0 0;
}
DIV#contents DIV#categoryTop DL.date DT {
	color: #67acf1;
	margin: 0 0 5px;
	padding: 0;
}
DIV#contents DIV#categoryTop DL.date DT SPAN.dateTitle {
	color: #666;
}
DIV#contents DIV#categoryTop DL.date DD {
	margin: 0 0 10px;
	padding: 0 0 0 8px;
	border-left: 8px solid #d4ebff;
}


/* ==================== 企業情報 ==================== */
DIV#contents DIV#categoryCompany {}

DIV#contents DIV#categoryCompany DIV.accessText {}

DIV#contents DIV#categoryCompany TABLE.accessTable {
	float: right;
	width: 270px;
}

DIV#contents DIV#categoryCompany DIV#googleMapsArea {
	float: left;
	margin-bottom: 10px;
	width: 270px;
	height: 340px;
}



/* ==================== プライバシーポリシー ==================== */
DIV#contents DIV#categoryPrivacyPolicy {}



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



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



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

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

/* エントリ一覧 */
DIV#categoryWorksList ul {
	list-style: none;
	width: 100%;
	margin: 0 0 6px;
	padding: 0;
}
DIV#categoryWorksList ul:after {
	content: ".";
	display: block;
	clear: both;
	line-height: 0;
	height: 0;
	visibility: hidden;
}
DIV#categoryWorksList ul li {
	float: left;
	vertical-align: middle;
	width: 136px;
	margin: 0 4px 0 0;
}
DIV#categoryWorksList ul li.last {
	margin-right: 0;
}
DIV#categoryWorksList ul li a {
	overflow: hidden;
	display: block;
	text-align: center;
	text-decoration: none;
	width: 120px;
	padding: 6px;
	background-color: #f5f5f5;
	border: 2px solid #efefef;
}
DIV#categoryWorksList ul li A:hover {
	color: #101113;
	background-color: #d8ecf6;
	border-color: #90c6e0;
}
DIV#categoryWorksList ul li .entryTitle {
	display: block;
	line-height: 1.2;
	font-size: 100%;
	margin: 2px 0 0;
}

/* ========== エントリ ========== */

DIV#categoryWorks DIV#categoryWorksPhoto {
	float: left;
	width: 252px;
	margin: 0 0 10px;
}
DIV#categoryWorks DIV#categoryWorksData {
	float: right;
	width: 295px;
	margin: 0 0 10px;
}

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

/* 画像 */
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#entry_sub_image {
	margin: 15px 0 0;
}
DIV#categoryWorks DIV#entry_sub_image ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
DIV#categoryWorks DIV#entry_sub_image ul:after {
	content: ".";
	display: block;
	clear: both;
	line-height: 0;
	height: 0;
	visibility: hidden;
}
DIV#categoryWorks DIV#entry_sub_image ul li {
	float: left;
	vertical-align: middle;
	width: 82px;
	margin: 0 2px 0 0;
}
DIV#categoryWorks DIV#entry_sub_image ul li.last {
	margin-right: 0;
}
DIV#categoryWorks DIV#entry_sub_image ul li a {
	width: 80px;
	height: 80px;
}

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



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



/* ==================== デュプリケートページ ==================== */
DIV#contents DIV#categoryFreePage {}



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


