@charset "utf-8";

/* サイト共通要素 */

/* ==================== タグの初期設定 ==================== */
BODY {
	color: #666;
	background-color: #fff;
}
H1,
H2,
H3,
H4,
H5,
H6 {
	font-weight: bold;
}
H1 {
	font-weight: normal;
	font-size: small;
	color: #9b9b9b;
	text-align: right;
}
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: #666;
	text-decoration: underline;
}
A:hover {
	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 {
	margin: 0 auto;
	background-image: url("../images/flame_bg.gif");
	background-position: center top;
	background-repeat: repeat-y;
}

/* ========== ヘッダー ========== */
DIV#header {
	background-image: url("../images/head_back.gif");
	background-position: center bottom;
	background-repeat: repeat-x;
}
DIV#header H1 {
	padding: 0px 0px 0px 0px;
	width: 800px;
	margin: 0 auto;
}
DIV#header DIV#headerTitle {
	padding-bottom: 10px;
	height: 45px;
	width: 800px;
	margin: 0 auto;
}
DIV#header .inq {
	margin-left:170px;
}


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

/* メインメニュー + キャッチ画像 + メイン をラップ */
DIV#mainBg {
  height:350px;
	padding: 0px;
	margin: 0 auto;
	margin-top:-1px;
	background:url("../images/catch_back.gif") #fff;
  text-align:center;
}

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


/* ========== 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 {
	text-align: center;
	background-image: url("../images/catch_back.gif");
	background-position: left top;
	background-repeat: repeat-x;
	height:350px; width:800px;
	}



/* ==================== コンテンツ ==================== */
DIV#contents {
	width: 570px;
	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 {
	background-image: url("../images/h2_bg.gif");
	background-position: left top;
	background-repeat: no-repeat;
	margin-bottom: 0;
	padding: 3px 5px 0px 32px;
	border-bottom: 1px solid #efefef;
	color: #333;
}


/* ---------- ボディー ---------- */
DIV#contents div.contentInner,
DIV#contents div.contentInner_access {
	padding: 10px;
	border: 1px solid #efefef;
	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;
}
DIV#contents P.entryMeta {}
DIV#contents P.linkBlock,
DIV#contents P.anchorTop {
	text-align: right;
}
DIV#contents TD.buttonArea {
	border: none;
}


/* ---------- サブメニュー ---------- */
/* title */
DIV#secondArea DIV#subMenu DIV.subMenu DIV.title {
	overflow: hidden;
	display: none;
	text-indent: -9999px;

}

/* list */
DIV#secondArea DIV#subMenu UL {
	width: 100%;/* IEの表示バグのため、widthを設定 */
	margin: 0;
	padding: 0;
}
DIV#secondArea DIV#subMenu LI {
	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;
	font-weight: bold;
}
DIV#secondArea DIV#subMenu LI A {
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	text-decoration: none;
	color: #666;
}
DIV#secondArea DIV#subMenu LI A:hover {
	color: #ddd;
}
/* ---------- バナー ---------- */
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;
}


/* ========== フッター ========== */
DIV#footer {
	background: url("../images/footmenu_back.gif") repeat-x top left;
	}
/* ---------- フッターメニュー ---------- */
DIV#footer P#footerMenu {
	margin: 5px auto 0;
	padding: 5px 0 5px;
	background-position: left top;
	background-repeat: repeat-x;
	text-align: center;
	height: 15px;
	overflow: hidden;
	width: 800px;
}
DIV#footer P#footerMenu a {
	color: #83a4c7;
	text-decoration: none;
	}
DIV#footer P#footerMenu .img {
width:100px; height:17px;
vertical-align:top;
}
/* ---------- フッター copyright エリア ---------- */
DIV#footer DIV#footerCopyrightArea {
	padding: 5px 0 15px;
	background: #f3f3f3 url("../images/foot_back.gif") repeat-x top left;
	margin: 0 atuo;
	text-align:center;
}

/* ---------- フッター copyright 付メニュー ---------- */
DIV#footer P#footerFree {
	width: 800px;
	margin: 0 auto 10px;
	line-height:140%;
}

/* ---------- copyright ---------- */
DIV#footer P#copyright {
	width: 800px;
	margin: 0 auto;
	}

BR.clear {
	clear: both;
}

/* ==================== トップページ ==================== */
DIV#contents DIV#categoryTop H3 {
	background-image: url("../images/h2_bg.gif");
	background-position: left top;
	background-repeat: no-repeat;
	padding: 4px 5px 1px 32px;
	margin-bottom: 0;
	border-bottom: 1px solid #efefef;
	color: #333;
	text-decoration: none;
}

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

DIV#contents DIV#categoryTop DL.date {
	overflow: auto;
	height: 90px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	padding: 0 10px 0 0;
}
DIV#contents DIV#categoryTop DL.date DT {
	margin: 0 0 5px;
	padding: 0;
}
DIV#contents DIV#categoryTop DL.date DT SPAN.dateTitle {
	font-weight: bold;
}
DIV#contents DIV#categoryTop DL.date DD {
	margin: 0 0 10px;
	padding: 0 0 0 8px;
	border-left: 8px solid #ddd;
}



