@charset "utf-8";




/* ------------------------------------------------------------
   
	hybrid Reset Style

------------------------------------------------------------ */

/* メインコンテンツ: 右余白用 
---------------------------------------------------------- */
div.typeD div#mainContents{ 
	padding-right: 10px; 
} 
* html div.typeD div#mainContents{ 
	width: 740px; 
} 


/* for Win IE :　画像余白削除用 
---------------------------------------------------------- */
* html div#mainContents td.imgCell { 
	font-size: 0; 
	line-height: normal; 
	} 
*:first-child + html div#mainContents td.imgCell { 
	font-size: 0; 
	line-height: normal; 
	} 


/* for Win IE :　左ナビ背景バグ対策
---------------------------------------------------------- */
*:first-child + html div#contents { 
	zoom: 1; 
	} 






/* ------------------------------------------------------------
   
	汎用スタイル

------------------------------------------------------------ */

/* H1タイトル背景指定 
---------------------------------------------------------- */
div#mainContents h1.default {
	clear: both;
	font-size: 220%;
	font-weight: bold;
	padding: 16px 0 20px 24px;
	background-image: url(/common/images/cnt-h1-img01.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #68573A; 
	margin: 0 10px 20px 0px; 
}
* html div#mainContents h1.default {background-position: 0 0;}



/* H4タイトル：フォントカラー指定 
---------------------------------------------------------- */
div#mainContents h4.default {
	padding: 3px 6px 3px 0px;
	font-size: 120%;
	font-weight: bold;
	color:#68573A;
} 



/* ページトップへ
---------------------------------------------------------- */
div#mainContents p.pageTop {
	margin: 20px 0;
	text-align: right;
}
div#mainContents p.pageTop a {
	padding-left: 12px;
	background-image: url(/common/images/mark-link2-up.gif);
	background-position: 0 50%;
	background-repeat: no-repeat;
}

/* 水平区切り線の指定(090330追加)
---------------------------------------------------------- */
div#mainContents hr.plan-line {
	height:0px;
	margin: 20px 15px 20px 0;
	border: none;
	border-top: 1px solid #cccccc;
} 
* html div#mainContents hr.plan-line{/* for -IE6 */
	margin: 4px 15px 11px 0px;
}

*:first-child+html div#mainContents hr.plan-line{/* for IE7 */
	margin: 14px 15px 12px 0px;
} 

