@charset "utf-8";

a:link {
	color: #762b19;
	text-decoration: none;
}
a:visited {
	color: #4d4d4d;
	text-decoration: none;
}
a:hover {
	color: #4d4d4d;
	text-decoration: underline;
}

/* =========================== */
/* ページコンテンツの見出し１         */
/* =========================== */	
#main-contents h4 {
	font-size: 100%;
	font-weight:bold;
	color: #762b19;
	background-image: url(../img/h4.gif);
	background-repeat: no-repeat;
	margin: 5px 0px 5px 0px;
	padding: 2px 0px 0px 20px;
	height: 22px;
	width: 670px;
	}
#main-contents h5 {
	font-size: 100%;
	font-weight:bold;
	color: #707070;
	background-image: url(../img/h5.gif);
	background-repeat: no-repeat;
	background-position: 2px 10px;
	margin: 5px 0px 5px 0px;
	padding: 3px 0px 0px 20px;
	height: 22px;
	width: 670px;
	}
#main-contents h6 {
	}

/* =========================== */
/* サイトマップ                     */
/* =========================== */	
#main-contents #sitemap-section h4{
	}
	
/* =========================== */
/* QRコード                        */
/* =========================== */	
IMG.qrcode {
	border:1px solid #cccccc;
	}
	
/* =========================== */
/* Googleマップ                     */
/* =========================== */	
IFRAME.googlemap {
	}
	
/* =========================== */
/* お問い合わせフォーム             */
/* =========================== */	
#mailform-section {
	margin: 0 10px 0 0;
	}
#mailform-section DIV.form-layout {
	margin: 0;
	width: 532px;
	}

/* 入力項目のセット */
#mailform-section DIV.form-layout DIV.form-items {
	border: 1px solid #cccccc;
	width: 532px;
	overflow:hidden;
	background-color: #efefef;
}
/* 入力項目 */
#mailform-section DIV.form-layout DIV.form-items DIV.form-item {
	clear:both;
}
/* 項目名セル */
#mailform-section DIV.form-layout DIV.form-items DIV.form-item DIV.label {
	float: left;
	width: 130px;
	text-align: left;
	padding: 11px 8px 0 8px;
	vertical-align: top;
	font-size: 10pt;
	border-top: 1px #ffffff solid;
	}
/* 入力欄セル */
#mailform-section DIV.form-layout DIV.form-items DIV.form-item DIV.field {
	float: left;
	width: 370px;
	text-align: left;
	padding: 8px 8px 0 8px;
	vertical-align: top;
	background-color: #ffffff;
	}
/* 入力欄（テキストボックス） */
#mailform-section INPUT.input-text {
}
/* 入力欄（テキストエリア） */
#mailform-section TEXTAREA.input-textarea {
}
/* 入力欄（ラジオボタン） */
#mailform-section INPUT.input-radio {
}
/* 入力欄（チェックボックス） */
#mailform-section INPUT.input-checkbox {
}
/* 入力欄（選択リスト） */
#mailform-section INPUT.input-select {
}
/* 説明 */
#mailform-section DIV.form-layout DIV.form-items DIV.form-item DIV.field P.description {
	margin: 3px 0 0 0 ;
	font-size: 9pt;
	}
/* 項目名 */
#mailform-section LABEL {
	}
/* ※（必須） */
#mailform-section .required {
	color:red;
	font-weight: normal;
	}
/* エラーの時の背景色 */
#mailform-section .error {
	background-color: #ffccff;
	}
/* エラーの時のメッセージ */
#mailform-section .error-message {
	color: #ff0000;
	}
/* 完了メッセージ */
#mailform-section .completion-message {
	border: 1px solid #cccccc;
	padding: 30px;
	}
/* 送信ボタン */
#mailform-section DIV.submitee {
	clear:both;
	text-align: center;
}
#mailform-section DIV.submitee BUTTON
{
   cursor: pointer;
   width: 100px;
	height: 37px;
	background-color: #ffffff;
	background-image:url(../img/form_submit.jpg);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	border-width:0px;
}
/* 「送 信」テキスト */
#mailform-section DIV.submitee BUTTON SPAN
{
   display: none;
}
	
/* =========================== */
/* お知らせ一覧パーツ（メインコンテンツ内）  */
/* =========================== */
/* リスト全体 */
#main-contents #topic-headline-section DL {
		font-size: 100%;
		color: #555555;	
		margin: 0px;
		padding: 0px;	
	}
/* 記事タイトル（リンク先がないとき） */
#main-contents #topic-headline-section DT{
			padding:5px 0px;	

	}
/* 公開日 */
#main-contents #topic-headline-section DT .date {
		padding:5px 5px;	
		color: #ff816d;

	}
/* 記事タイトル（リンク先があるとき） */
#main-contents #topic-headline-section DT A {
		color: #555555;
		padding:5px 0px;	

	}
#main-contents #topic-headline-section DD {
	margin:0px;
	padding:0px 0px 5px 80px;	
	background-image: url(/asset/00060/top_tb_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	}

/* =========================== */
/* お知らせ一覧パーツ（トップページ内）  */
/* =========================== */
/* リスト全体 */
#top-center #topic-headline-section DL {
	font-size: 12px;
	color: #555555;
	width: 430px;
	margin: 0px auto;
	padding: 0px;
	}
/* 記事タイトル（リンク先がないとき） */
#top-center #topic-headline-section DT{
	font-size: 12px;
	color: #555555;
	width: 430px;
	}
/* 公開日 */
#top-center #topic-headline-section DT .date {
	color: #ff816d;
	font-size: 12px;
	padding-right: 10px;
	width: 60px;
	}
/* 記事タイトル（リンク先があるとき） */
#top-center #topic-headline-section DT A {
	color: #555555;
	font-size: 12px;
	text-decoration: none;
	}
#top-center #topic-headline-section DD{
	font-size: 12px;
	color: #555555;
	margin-bottom: 5px;
	padding: 0px;
	margin-top: 0px;
	margin-left: 80px;
	}
/* =========================== */
/* お知らせ一覧パーツ（サイドコンテンツ内）  */
/* =========================== */
/* リスト全体 */
#side-contents #topic-headline-section DL {
		font-size: 10pt;
		color: #555555;		
	}
/* 記事タイトル（リンク先がないとき） */
#side-contents #topic-headline-section DT{
	}
/* 公開日 */
#side-contents #topic-headline-section DT .date {
		font-weight: bold;
color: #ff816d;
	}
/* 記事タイトル（リンク先があるとき） */
#side-contents #topic-headline-section DT A {
	
	}
/* 記事概要 */
#side-contents #topic-headline-section DD {
		margin-left: 1em;
	}
	
/* =========================== */
/* お知らせ一覧ページ                 */
/* =========================== */

/* 記事タイトル */	
#topic-list-section DT {
	font-weight: bold;
	margin-left: 0;
	font-size: 110%;
	padding:0px 0px 5px 0px;
	}
/* 公開日*/
#topic-list-section DT .date {
color: #ff816d;
	}
/* 記事タイトル（リンク先があるとき） */
#topic-list-section DT A {
color:#707070;
	}
/* 本文（記事コンテンツ/なければ記事概要） */
#topic-list-section DD {
	line-height: 1.2em;
	margin-left: 0;
	margin-bottom: 2.5em;
	border-bottom: 1px solid #cccccc;
	word-break: break-all;
	}
/* お知らせ本文中の画像 */
#topic-list-section DD IMG {
	margin: 5px;
	}
/* 記事区切り */	
#topic-list-section DD DIV.topic-sepalator {
	clear:both;
	height:0px;
	padding:5px 0px;
}

/* =========================== */
/* テンプレート挿入時の表             */
/* =========================== */
TABLE.table_a {
		border-collapse: collapse;
		border: 1px #cccccc solid;
	}
TH.table_a_th {
		color: #FFFFFF;
		background-color: #707070;
		border: 1px #cccccc solid;
		padding:2px 5px;
		font-size:90%;
	}
TH.table_a_th2 {
		color: #707070;
		background-color: #f1f1f1;
		border: 1px #cccccc solid;
		padding:2px 5px;
		font-size:90%;
	}
TD.table_a_td {
		color: #223344;
		background-color: #ffffff;
		border: 1px #cccccc solid;
		padding:2px 5px;
		font-size:90%;
	}
p {
	line-height: 1.2em;
}
#left table {
	width: 200px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #a6a6a6;
	border-collapse:collapse;
}
#left table td {
	border: 1px solid #a6a6a6;
	border-collapse:collapse;
	padding: 5px;
}

DIV#name {
	width: 180px;
	margin: 0px auto;
	border: 1px solid #e7e7e7;
	padding: 5px;

}
DIV#name P {
	line-height: 1.5em;
}
/* =========================== */
/* オーダー枕一覧テンプレ     */
/* =========================== */
.goods1-table {
	width: 240px;
	margin-right: 50px;
	margin-bottom: 30px;
	margin-left: 50px;
}
.goods1-td1 {
	font-size: 12px;
	color: #813620;
	text-align: center;
	height: 25px;
	width: 240px;
	background-image: url(../img/goods1/bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-weight: bold;
}
.goods1-td1 a {
	color: #813620;
	text-decoration: none;
}
.goods1-td-new {
	background-image: url(../img/goods1/bg-02.gif);
	background-repeat: repeat-y;
	text-align: left;
	width: 118px;
	padding-right: 1px;
	padding-left: 1px;
}
.goods1-td2 {
	background-image: url(../img/goods1/bg-02.gif);
	background-repeat: repeat-y;
	text-align: center;
	padding: 10px;
	width: 220px;
	height: 130px;
}
.goods1-td2 img {
	width: 180px;
}
.goods1-td3 {
	background-image: url(../img/goods1/bg-03.gif);
	background-repeat: repeat-y;
	width: 210px;
	padding-right: 15px;
	padding-left: 15px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #dbdbdb;
	padding-top: 15px;
	padding-bottom: 5px;
	font-weight: bold;
	height: 30px;
}
.goods1-td4 {
	background-image: url(../img/goods1/bg-03.gif);
	background-repeat: repeat-y;
	width: 210px;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 0px;
	padding-bottom: 10px;
	height: 85px;
}
.goods1-td5 {
	height: 43px;
	width: 240px;
}
/* =========================== */
/* オーダー枕詳細テンプレ     */
/* =========================== */
.goods2-table {
	width: 368px;
}
.good2-td1 {
	background-image: url(../img/goods2/table-bg-02.gif);
	background-repeat: repeat-y;
	width: 324px;
	padding-top: 20px;
	padding-right: 22px;
	padding-left: 22px;
	padding-bottom: 20px;
}
.good2-td2 {
	background-image: url(../img/goods2/table-bg-02.gif);
	background-repeat: repeat-y;
	width: 324px;
	padding-top: 10px;
	padding-right: 22px;
	padding-left: 22px;
	padding-bottom: 10px;
}
.good2-td2 p {
	font-weight: bold;
	background-image: url(../img/goods2/list1.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 12px;
}
/* =========================== */
/* オレンジ色リストマーク     */
/* =========================== */
.list1 {
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
	width: 670px;
}
.list1 li {
	list-style-type: none;
	background-image: url(../img/goods2/list2.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	list-style-position: inside;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	width: 660px;
}
/* =========================== */
/* オリジナル枕商品紹介　　     */
/* =========================== */
.goods3-table1 {
	padding: 0px;
	width: 613px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.goods3-table1-td1 {
	width: 256px;
}
.goods3-table1-td1 img {
max-width:245px;
}
.goods3-table1-td2 {
	width: 357px;
}
.goods3-table1 ul {
	margin: 0px;
	padding: 0px;
	width: 357px;
}
.goods3-table1 li {
	background-image: url(../img/goods3/list1.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 23px;
	width: 332px;
	list-style-position: inside;
	list-style-type: none;
	padding-left: 25px;
	margin-bottom: 5px;
}
.goods3-table2 {
	width: 613px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	padding: 0px;
}
.goods3-table2-td1 {
	margin: 0px;
	padding: 0px;
	height: 10px;
	width: 613px;
}
.goods3-table2-td2 {
	background-image: url(../img/goods3/box-bg-02.gif);
	background-repeat: repeat-y;
	width: 569px;
	padding-top: 15px;
	padding-right: 22px;
	padding-bottom: 13px;
	padding-left: 22px;
	margin: 0px;
}
.goods3-table2-td2 ul {
	margin: 0px;
	padding: 0px;
	width: 569px;
}
.goods3-table2-td2 li {
	width: 559px;
	list-style-position: inside;
	list-style-type: none;
	background-image: url(../img/goods3/list2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}
.goods3-table2-td3 {
	margin: 0px;
	padding: 0px;
	height: 12px;
	width: 613px;
}
.line1 {
	clear: both;
	height: 7px;
	width: 675px;
	margin-top: 10px;
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
}
/* =========================== */
/* オーダー敷きふとん価格     */
/* =========================== */
.shiki-kakaku {
	border-collapse:collapse;
	width: 520px;
	border: 1px solid dddddd;
}
.shiki-kakaku td {
	border-collapse:collapse;
	width: 130px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid dddddd;
}
.shiki-td1 {
	background-color: #fbf6ec;
}
