@charset "utf-8";
a:link {
	color: #0066cc;
}
a:visited {
	color: #0066cc;
}
a:hover {
	color: #6f6c60;
}
#main-contents ul li {
	list-style-position: inside;
}
#top-main-contents ul li {
	list-style-position: inside;
}
/* =========================== */
/* ページコンテンツのタイトル         */
/* =========================== */	
#main-contents h3 {
	background-image: url(../img/h3-2.gif);
	background-repeat: no-repeat;
	height: 39px;
	width: 604px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px 0px 10px;
	padding: 12px 0px 0px 35px;
	}
/* =========================== */
/* ページコンテンツの見出し１         */
/* =========================== */	
#main-contents h4 {
	background-image: url(../img/h4-2.gif);
	background-repeat: no-repeat;
	height: 29px;
	width: 610px;
	font-size: 12px;
	font-weight: bold;
	color: #313131;
	margin: 0px 0px 10px;
	padding: 8px 0px 0px 30px;
	}
/* =========================== */
/* ページコンテンツの見出し2   */
/* =========================== */	
#main-contents h5 {
	background-image: url(../img/h5-2.gif);
	background-repeat: no-repeat;
	height: 22px;
	width: 605px;
	font-size: 12px;
	font-weight: normal;
	color: #313131;
	margin: 0px 0px 10px;
	padding: 8px 0px 0px 35px;
	background-position: right bottom;
	}
/* =========================== */
/* ページコンテンツの見出し3   */
/* =========================== */	
#main-contents h6 {
	background-image: url(../img/h6-2.gif);
	background-repeat: no-repeat;
	width: 615px;
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 10px;
	padding: 5px 0px 0px 25px;
	height: 20px;
	color: #313131;
	}
/* =========================== */
/* ページコンテンツのタイトル(トップ)   */
/* =========================== */	
#top-main-contents h3 {
	background-image: url(../img/h3.gif);
	background-repeat: no-repeat;
	height: 39px;
	width: 621px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px 0px 10px;
	padding: 12px 0px 0px 35px;
	}
/* =========================== */
/* ページコンテンツのタイトル(トップ)   */
/* =========================== */	
#top-main-contents h4 {
	background-image: url(../img/h4.gif);
	background-repeat: no-repeat;
	height: 29px;
	width: 627px;
	font-size: 12px;
	font-weight: bold;
	color: #313131;
	margin: 0px 0px 10px;
	padding: 8px 0px 0px 30px;
	}
/* =========================== */
/* ページコンテンツのタイトル2(トップ)   */
/* =========================== */	
#top-main-contents h5 {
	background-image: url(../img/h5.gif);
	background-repeat: no-repeat;
	height: 22px;
	width: 622px;
	font-size: 12px;
	font-weight: normal;
	color: #313131;
	margin: 0px 0px 10px;
	padding: 8px 0px 0px 35px;
	background-position: right bottom;
	}
/* =========================== */
/* ページコンテンツのタイトル3(トップ)   */
/* =========================== */	
#top-main-contents h6 {
	background-image: url(../img/h6.gif);
	background-repeat: no-repeat;
	width: 632px;
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 10px;
	padding: 5px 0px 0px 25px;
	height: 20px;
	color: #313131;
	}
h4 a:link {
	text-decoration: none;
	color: #313131;
}
h4 a:visited {
	text-decoration: none;
	color: #313131;
}
h4 a:hover {
	text-decoration: none;
	color: #0066cc;
}
h5 a:link {
	text-decoration: none;
	color: #313131;
}
h5 a:visited {
	text-decoration: none;
	color: #313131;
}
h5 a:hover {
	text-decoration: none;
	color: #0066cc;
}
/* =========================== */
/* サイトマップ                     */
/* =========================== */	
#main-contents #sitemap-section h4{
	background-image: url(../img/h5-2.gif);
	background-repeat: no-repeat;
	height: 22px;
	width: 605px;
	font-size: 12px;
	font-weight: normal;
	color: #313131;
	margin: 0px 0px 10px;
	padding: 8px 0px 0px 35px;
	background-position: right bottom;
	}
	
	
/* =========================== */
/* 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: 109px;
   height: 32px;
   background-image:url(/theme/form_submit.jpg);
   border-width:0px;
}
/* 「送 信」テキスト */
#mailform-section DIV.submitee BUTTON SPAN
{
   display: none;
}

	
/* =========================== */
/* お知らせ一覧パーツ（メインコンテンツ内）  */
/* =========================== */
/* リスト全体 */
#main-contents #topic-headline-section{
	margin: 0px 0px 15px;
	width: 640px;
	padding: 0px;
	border: none;
}
#main-contents #topic-headline-section DL {
	margin: 0px;
	padding: 0px;
	width: 640px;
	}
/* 記事タイトル（リンク先がないとき） */
#main-contents #topic-headline-section DT{
	width: 610px;
	font-weight: normal;
	margin: 0px;
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
	}
/* 公開日 */
#main-contents #topic-headline-section DT .date {
	width: 120px;
	padding-right: 10px;
	font-weight: bold;
	}
/* 記事タイトル（リンク先があるとき） */
#main-contents #topic-headline-section DT A {
	color: #0066cc;
	font-weight: normal;
	}
/* 記事タイトル（リンク先がないとき） */
#main-contents #topic-headline-section DD{
	padding: 0px 15px 3px 111px;
	width: 514px;
	background-image: url(../img/topic_05.gif);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #002a96;
	}
/* =========================== */
/* お知らせ一覧パーツ（トップニュース）  */
/* =========================== */
/* リスト全体 */
#top-main-contents #topic-headline-section{
	margin: 0px 0px 15px;
	width: 657px;
	padding: 0px;
	border: none;
}
#top-main-contents #topic-headline-section DL {
	margin: 0px;
	padding: 0px;
	width: 657px;
	}
/* 記事タイトル（リンク先がないとき） */
#top-main-contents #topic-headline-section DT{
	width: 627px;
	font-weight: normal;
	margin: 0px;
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
	}
/* 公開日 */
#top-main-contents #topic-headline-section DT .date {
	width: 120px;
	padding-right: 10px;
	font-weight: bold;
	}
/* 記事タイトル（リンク先があるとき） */
#top-main-contents #topic-headline-section DT A {
	color: #0066cc;
	font-weight: normal;
	}
/* 記事タイトル（リンク先がないとき） */
#top-main-contents #topic-headline-section DD{
	padding: 0px 15px 3px 111px;
	width: 531px;
	background-image: url(../img/topic_05.gif);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #002a96;
	}
/* =========================== */
/* お知らせ一覧パーツ（サイドコンテンツ内）  */
/* =========================== */
/* リスト全体 */
#side-contents #topic-headline-section DL {
	color: #333333;
	width: 231px;
	}
/* 記事タイトル（リンク先がないとき） */
#side-contents #topic-headline-section DT{
	width: 231px;
	}
/* 公開日 */
#side-contents #topic-headline-section DT .date {
		font-weight: bold;
	}
/* 記事タイトル（リンク先があるとき） */
#side-contents #topic-headline-section DT A {
		color: #0066cc;
	}
/* 記事概要 */
#side-contents #topic-headline-section DD {
	margin-left: 0px;
	padding-left: 0px;

	}
	
/* =========================== */
/* お知らせ一覧ページ                 */
/* =========================== */

/* 記事タイトル */	
#topic-list-section DT {
	font-weight: bold;
	margin-left: 0;
	width: 640px;
	margin-top: 10px;
	}
/* 公開日*/
#topic-list-section DT .date {
	padding-right: 10px;
	}
/* 記事タイトル（リンク先があるとき） */
#topic-list-section DT A {
	color: #0066cc;
	}
/* 本文（記事コンテンツ/なければ記事概要） */
#topic-list-section DD {
	margin-left: 0;
	margin-bottom: 5px;
	border-bottom: 1px solid #cccccc;
	word-break: break-all;
	width: 640px;
	}
/* お知らせ本文中の画像 */
#topic-list-section DD IMG {
	margin: 5px;
	}
/* 記事区切り */	
#topic-list-section DD DIV.topic-sepalator {
	clear:both;
	height:0px;
}

/* =========================== */
/* テンプレート挿入時の表             */
/* =========================== */
TABLE.table_a {
		border-collapse: collapse;
		border: 1px #809FFF solid;
	}
TH.table_a_th {
		color: #FFFFFF;
		background-color: #0862B0;
		border: 1px #809FFF solid;
	}
TH.table_a_th2 {
		color: #008EBC;
		background-color: #D5DFFF;
		border: 1px #809FFF solid;
	}
TD.table_a_td {
		color: #223344;
		background-color: #F0F8FF;
		border: 1px #809FFF solid;
	}
/* =========================== */
/* サイドコンテンツレイアウト　 */
/* =========================== */
#side-right1 {
	background-image: url(http://eaml1.com/asset/00073/layout/top-right_03.gif);
	background-repeat: no-repeat;
	height: 152px;
	width: 205px;
	font-size: 12px;
	padding: 30px 15px 10px;
	margin-bottom: 10px;
	line-height: 1.3em;
}
#side-contents p {
	margin-bottom: 10px;
}
/* =========================== */
/* ドットボーダーテーブルテンプレート　 */
/* =========================== */
.dot-table {
 border-collapse:collapse;
}
.dot-table td {
	border-collapse:collapse;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #002a96;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding-left: 5px;
}
/* =========================== */
/* 製品情報レイアウトテンプレ　 */
/* =========================== */
.product-box {
	width: 640px;
}
.product-box:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.product-title {
	background-image: url(../img/product-title.gif);
	background-repeat: no-repeat;
	height: 21px;
	width: 592px;
	font-size: 12px;
	padding-top: 5px;
	padding-left: 22px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.product-list {
	margin: 0px;
	padding: 0px;
	width: 410px;
	float: right;
}
.product-list li {
	background-image: url(../img/product-list.gif);
	background-repeat: no-repeat;
	background-position: left;
	width: 390px;
	list-style-type: none;
	padding-left: 10px;
}
.page-up {
	float: right;

}
.page-up:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.page-up a {
	font-size: 11px;
	font-weight: normal;
	color: #576c7a;
	background-image: url(../img/up.gif);
	background-repeat: no-repeat;
	height: 12px;
	width: 106px;
	padding-left: 12px;
	margin-bottom: 3px;
	color: #576c7a;
	text-decoration: none;
	display: block;
	background-position: left 3px;
}
.page-up a:hover {
	color: #666666;
	text-decoration: none;
}
.back {
	float: right;
}
.back:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.back a {
	font-size: 11px;
	font-weight: normal;
	color: #576c7a;
	background-image: url(../img/back.gif);
	background-repeat: no-repeat;
	height: 12px;
	width: 106px;
	padding-left: 12px;
	margin-bottom: 3px;
	color: #576c7a;
	text-decoration: none;
	display: block;
	background-position: left 4px;
}
.back a:hover {
	color: #666666;
	text-decoration: none;
}

