@charset "utf-8";

/* ---------------------------------------------------------
見出し
--------------------------------------------------------- */
h1 {
	font-weight: bold;
	font-size:  126%;
	line-height: 1.5;
	color: #000000;
}

h1 span {
	display: block;
	padding: 0px 0px 4px;
	background: url(../img/h1_bg_02.gif) repeat-x left bottom;
}

h1 span span {
	padding: 16px 14px 12px;
	background: url(../img/h1_bg_01.gif) no-repeat 0px 0px;
}
#contentWrapNoneSide h1 span span { background-position: -710px 0px; }


h2 {
	margin: 2.0em 0px 0px;
	padding: 10px;
	font-weight: bold;
	font-size: 108%;
	line-height: 1.5;
	border-top: 1px solid #a3c7e2;
	background: #ffffff url(../img/h2_bg.gif) repeat-x left bottom;
	color: #000000;
}
h2 a {
/display: inline;
/zoom: 1;
}

h3 {
	margin: 1em 0px 0px;
	padding: 5px 8px 5px 10px;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.5;
	background: #f2f2f2;
	border-bottom: 1px solid #cccccc;
	color: #000000;
}

h4 {
	margin: 1em 0px 0px;
	padding: 2px 10px 3px;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.5;
	background: url(../img/h4_bg.gif) no-repeat 1px 100%;
	color: #000000;
}


/* Paragraph
------------------------------------ */
p { margin: 1.0em 0px 0px; }

/* ---------------------------------------------------------
リンク
--------------------------------------------------------- */
/* 通常の●リスト
----------------------------------------- */
ul { margin: 1em 0px 0px 40px; }

ul li {
	margin: 0px;
	padding: 0px;
}

/* 番号付きリスト
----------------------------------------- */
ol { margin: 1em 0px 0px 40px; }

ol li {
	margin: 0px;
	padding: 0px;
}

/* 画像リスト
----------------------------------------- */
.listType_01 {
	display: inline-block;
	padding-left: 20px;
	min-height: 21px;
	background: url(../img/icons/ico_mark.gif) no-repeat 0px 0px;
}
	* html .listType_01 { height: 21px; }

/* 通常リンク
------------------------------------ */
.linkTypeNormal {
	display: inline-block;
	padding-left: 20px;
	min-height: 17px;
	background: url(../img/icons/ico_link.gif) no-repeat 2px 3px;
}
	* html .linkTypeNormal { height: 17px; }

/* PDF
------------------------------------ */
.linkTypePdf {
	display: inline-block;
	padding-left: 20px;
	background: url(../img/icons/ico_pdf.gif) no-repeat 0px 2px;
	min-height: 18px;
}
	* html .linkTypePdf { height: 16px; background-position: 0px 0px; }

/* Word
------------------------------------ */
.linkTypeDoc {
	display: inline-block;
	padding-left: 20px;
	background: url(../img/icons/ico_doc.gif) no-repeat 0px 2px;
	min-height: 18px;
}
	* html .linkTypeDoc { height: 16px; background-position: 0px 0px; }

/* Excel
------------------------------------ */
.linkTypeXls {
	display: inline-block;
	padding-left: 20px;
	background: url(../img/icons/ico_xls.gif) no-repeat 0px 2px;
	min-height: 18px;
}
	* html .linkTypeXls { height: 16px; background-position: 0px 0px; }

/* PowerPoint
------------------------------------ */
.linkTypePpt {
	display: inline-block;
	padding-left: 20px;
	background: url(../img/icons/ico_ppt.gif) no-repeat 0px 2px;
	min-height: 18px;
}
	* html .linkTypePpt { height: 16px; background-position: 0px 0px; }

/* 別ウィンドウ
------------------------------------ */
.linkTypeWindow {
	display: inline-block;
	padding-left: 20px;
	min-height: 19px;
	background: url(../img/icons/ico_window.gif) no-repeat 3px 6px;
}
	* html .linkTypeWindow { height: 19px; }

table .linkTypeWindow { background-position: 0px 2px; }



/* ---------------------------------------------------------
テーブル
--------------------------------------------------------- */
/* レイアウトテーブル
------------------------------------ */
.tblLayout {}

.tblLayout th ,
.tblLayout td {
	padding: 0px;
	border: none;
}

/* 通常
------------------------------------ */
table {
	margin: 1.0em 0px 0px;
	border-collapse: collapse;
}
p+table { margin-top: 0px !important; }

table thead th ,
.tblLayout table thead th {
	padding: 6px 10px;
	line-height: 1.4;
	font-weight: bold;
	background: #fbf9ef url(../img/tbl_thead_bg.gif) repeat-x left bottom;
/* style */
}

table th ,
.tblLayout table th {
	padding: 6px 12px;
	font-weight: bold;
	line-height: 1.4;
	border: solid 1px #cccccc;
	background: #e9f4fe url(../img/tbl_th_bg.gif) repeat-y right top;
}

table td ,
.tblLayout table td {
	padding: 6px 12px;
	border: solid 1px #cccccc;
	line-height: 1.4;
}

table p {
	margin: 0.5em 0px 0px;
}

td p.firstChild ,
td h2.firstChild ,
td h3.firstChild ,
td h4.firstChild ,
td p:first-child ,
td h2:first-child ,
td h3:first-child ,
td h4:first-child
{ margin-top: 0px; }

td ul { margin-left: 30px; }
td ol { margin-left: 30px; }


/* ---------------------------------------------------------
囲みブロック
--------------------------------------------------------- */
.colorBlock {}

/* ---------------------------------------------------------
画像カラムレイアウト
2カラム：imgColumns_01
3カラム：imgColumns_02
4カラム：imgColumns_03
5カラム：imgColumns_04
------------------------------------ */
.imgColumns_01 ,
.imgColumns_02 ,
.imgColumns_03 ,
.imgColumns_04 { margin-left: 20px; }

.imgColumns_01 p ,
.imgColumns_02 p ,
.imgColumns_03 p ,
.imgColumns_04 p { margin-top: 0.5em; }

.imgColumns_01 img ,
.imgColumns_02 img ,
.imgColumns_03 img ,
.imgColumns_04 img {
	padding: 1px;
	border: 1px solid #b8b8b8;
	background: #ffffff;
}

/* 2カラム */
.imgColumns_01 .item_01 ,
.imgColumns_01 .item_02 { padding: 0px; vertical-align: top; border:none; width: 324px; } 
.imgColumns_01 .item_02 { padding-left: 20px; }

#contentWrapNoneSide .imgColumns_01 .item_01 ,
#contentWrapNoneSide .imgColumns_01 .item_02 { width: 404px; } 
#contentWrapNoneSide .imgColumns_01 .item_02 { padding-left: 92px; }

.imgColumns_01 img                      { width: 320px; height: 240px; }
#contentWrapNoneSide .imgColumns_01 img { width: 400px; height: 300px; }

/* 3カラム */
.imgColumns_02 .item_01 ,
.imgColumns_02 .item_02 ,
.imgColumns_02 .item_03 { padding: 0px; vertical-align: top; border:none; width: 204px; } 
.imgColumns_02 .item_02 { padding: 0px 28px; }

#contentWrapNoneSide .imgColumns_02 .item_01 ,
#contentWrapNoneSide .imgColumns_02 .item_02 ,
#contentWrapNoneSide .imgColumns_02 .item_03 { width: 264px; }
#contentWrapNoneSide .imgColumns_02 .item_02 { padding: 0px 54px; }

.imgColumns_02 img                      { width: 200px; height: 150px; }
#contentWrapNoneSide .imgColumns_02 img { width: 260px; height: 195px; }

/* 4カラム */
.imgColumns_03 .item_01 ,
.imgColumns_03 .item_02 ,
.imgColumns_03 .item_03 ,
.imgColumns_03 .item_04 { padding: 0px; vertical-align: top; border:none; width: 154px; } 

.imgColumns_03 .item_02 ,
.imgColumns_03 .item_03 ,
.imgColumns_03 .item_04 { padding-left: 18px; }

#contentWrapNoneSide .imgColumns_03 .item_01 ,
#contentWrapNoneSide .imgColumns_03 .item_02 ,
#contentWrapNoneSide .imgColumns_03 .item_03 ,
#contentWrapNoneSide .imgColumns_03 .item_04 { width: 194px; }
#contentWrapNoneSide .imgColumns_03 .item_02 ,
#contentWrapNoneSide .imgColumns_03 .item_03 ,
#contentWrapNoneSide .imgColumns_03 .item_04 { padding-left: 41px; }

.imgColumns_03 img                      { width: 150px; height: 113px; }
#contentWrapNoneSide .imgColumns_03 img { width: 190px; height: 143px; }

/* 5カラム */
.imgColumns_04 .item_01 ,
.imgColumns_04 .item_02 ,
.imgColumns_04 .item_03 ,
.imgColumns_04 .item_04 ,
.imgColumns_04 .item_05 { padding: 0px; vertical-align: top; border:none; width: 124px; }

.imgColumns_04 .item_01 { padding-right: 12px; }
.imgColumns_04 .item_02 ,
.imgColumns_04 .item_03 ,
.imgColumns_04 .item_04 { padding: 0px 12px 0px 1px; }
.imgColumns_04 .item_05 {}

#contentWrapNoneSide .imgColumns_04 .item_01 { padding-right: 31px; width: 154px; }
#contentWrapNoneSide .imgColumns_04 .item_02 ,
#contentWrapNoneSide .imgColumns_04 .item_04 { padding: 0px 31px 0px 2px; width: 154px; }
#contentWrapNoneSide .imgColumns_04 .item_03 ,
#contentWrapNoneSide .imgColumns_04 .item_05 { padding: 0px 31px 0px 1px; width: 154px; }

.imgColumns_04 img                      { width: 120px; height: 90px; }
#contentWrapNoneSide .imgColumns_04 img { width: 150px; height: 113px; }


/* ---------------------------------------------------------
画像回り込み
--------------------------------------------------------- */
.columnsBlock {}

.columnsBlock .tblLayout { margin-top: 0px; }

.columnsBlock .tblLayout p { margin-top: 0.5em; }

/* 見出しなどが余白にはみ出さないように設定 */
.columnsBlock h2 ,
.columnsBlock h3 { overflow: hidden; margin-top: 0px; }
	* html .columnsBlock h2 ,
	* html .columnsBlock h3 { zoom: 1; }

.alignR { margin-right: 0px; margin-left: 15px; }
.alignL { margin-left: 0px; margin-right: 15px; }

.alignR img ,
.alignL img { padding: 1px; border: 1px solid #b8b8b8; background: #ffffff; }

/*img.imgLine_01 { padding: 0px; border: none; }
img.imgLine_02 { padding: 1px; border: 1px solid #b8b8b8; background: #ffffff; }*/

/* ---------------------------------------------------------
区切り線
--------------------------------------------------------- */
hr.breakLine_01 {
    border: 0px none; 
    height: 1px; 
    color: #999999;
    background-color: #999999;
}

hr.breakLine_02 {
    border: 0px none;
    height: 1px; 
    color: #999999;
    background-color: #999999;
	background: url(../img/border_bg_02.gif) repeat-x;
/border: 1px dashed #999999;
}


/* ---------------------------------------------------------
トピックス
--------------------------------------------------------- */
.topicsBlock {}

.topicsBlock table {
	margin: 0px;
	width: 100%;
}
.topicsBlock td ,
.topicsBlock th {
	padding: 8px 10px;
	line-height: 1.4;
	vertical-align: top;
	border: none;
	background: none;
	font-weight: normal;
}

.topicsBlock th {
	white-space: nowrap;
	width: 1%;
}

.topicsBlock em {
	display: block;
	float: left;
	margin-top: 2px;
	margin-right: 5px;
	vertical-align: middle;
	width: 38px;
	height: 14px;
	text-indent: -9999px;
	background: url(../img/icons/ico_new.gif);
	font-size: 0;
}

/* ---------------------------------------------------------
新着情報
--------------------------------------------------------- */
.infoBlock {
	margin-top: 1.0em;
	position: relative;
}

.infoBlock .ttl { background: url(../img/info_bg.gif) repeat-x left bottom; }

.infoBlock .tblWrap {
	padding-bottom: 13px;
	background: url(../img/info_bg.gif) repeat-x left bottom;
}

.infoBlock table {
	margin: 0px;
	border-collapse: collapse;
	border: none;
	width: 100%;
}

.infoBlock table col.dateType {
	width: 9.2em;
/width: 8.5em;
}

.infoBlock td {
	padding: 5px 0px 5px 10px;
	vertical-align: top;
	line-height: 1.5;
	border: none;
}

.infoBlock tr.odd td { background: #fff7f1; }

.infoBlock em {
	display: block;
	float: left;
	margin-top: 2px;
	margin-right: 5px;
	vertical-align: middle;
	width: 38px;
	height: 14px;
	text-indent: -9999px;
	background: url(../img/icons/ico_new.gif);
	font-size: 0;
}

.infoBlock .rss {
	margin: 0px;
	position: absolute;
	top: 7px;
	right: 1px;
}
.infoBlock .rss a {
	display: block;
	width: 54px;
	height: 22px;
	text-indent: -9999px;
	background: url(../img/icons/ico_rss.gif);
	font-size: 0;
}
.infoBlock .rss a:hover {
	filter: Alpha(opacity=80);
	opacity:0.8;
}

.infoBlock .moreLinks {
	margin: 0.3em 4px 0px 0px;
	text-align: right;
}
.infoBlock .moreLinks a {
	padding-left: 20px;
	min-height: 17px;
	background: url(../img/icons/ico_link.gif) no-repeat 2px 3px;
	/zoom: 1;
}

/* ---------------------------------------------------------
サイトマップ
--------------------------------------------------------- */
.sitemap ul { margin: 1.0em 0px 2em 15px; }
.sitemap ul ul { margin: 0px; }

.sitemap li {
	padding-left: 20px;
	min-height: 17px;
	background: url(../img/icons/ico_link.gif) no-repeat 2px 3px;
	list-style: none;
}
	* html .linkTypeNormal { height: 17px; }



/* ---------------------------------------------------------
お問い合わせ
--------------------------------------------------------- */
.tblPageContact_01 {
	margin: 0px;
	border: 1px solid #e3b6b6;
	width: 100%;
	border-collapse: separate;
}
.tblPageContact_01 td {
	padding: 10px 16px;
	border: 4px solid #f9ebeb;
	vertical-align: top;
}

.tblPageContact_02 { margin-top: 1.0em; }
.tblPageContact_02 th {
	padding: 5px 22px 0px 0px;
	background: none;
	border: none;
	vertical-align: top;
}
.tblPageContact_02 th a:hover img {
	filter: Alpha(opacity=80);
	opacity:0.8;
}
.tblPageContact_02 td {
	padding: 0px;
	border: none;
}

/* ---------------------------------------------------------
お問い合わせ
--------------------------------------------------------- */
#contactBlock .contactStep {
	margin-top: 1.0em;
	text-align: center;
}

#contactBlock input ,
#contactBlock textarea { padding: 3px; }

#contactBlock .tblContact th ,
#contactBlock .tblContact td { padding: 6px 10px; }

#contactBlock .tblContact {
	margin: 1.0em auto 0px;
	width: 100%;
}

#contactBlock .tblContact th {
	text-align: left;
	width: 25%;
}

#contactBlock .tblContact #name ,
#contactBlock .tblContact #kana       { width: 350px; }
#contactBlock .tblContact #post ,
#contactBlock .tblContact #position ,
#contactBlock .tblContact #mail       { width: 450px; }
#contactBlock .tblContact #company    { width: 300px; }
#contactBlock .tblContact #zipcode    { width: 100px; }
#contactBlock .tblContact #address    { width: 550px; }
#contactBlock .tblContact #tel ,
#contactBlock .tblContact #fax        { width: 150px; }
#contactBlock .tblContact #iquery_ttl { width: 550px; }
#contactBlock .tblContact #comment    { width: 550px; height: 10.5em; }
#contactBlock .tblContact #summary    { width: 550px; }
#contactBlock .tblContact #accreditaion_no    { width: 150px; }

#contactBlock .tblContact .comment    { width: 550px;}


/* 注意書き
------------------------------------- */
.notesBlock { margin-top: 0.8em; }

#contactBlock .notes ,
.notesBlock { color:#333333; }
#contactBlock .notes ,
.notesBlock ul { margin: 0px; }

#contactBlock .notes li {
	margin: 0px 0px 0.3em; 
	line-height: 1.23;
	list-style: none;
}
.notesBlock li {
	padding-left:0.95em;
	text-indent:-0.95em;
	line-height: 1.4;
	list-style: none;
}

#contactBlock .notesunder { color:#FF0000; }
#contactBlock .notesunder ul { margin: 0px; }

#contactBlock .notesunder li {
	margin: 0px 0px 0.3em; 
	line-height: 1.23;
	list-style: none;
	text-align: right;
}

#contactBlock .notesOpt { color: #c70000; }

#contactBlock .lst-type-contact { margin: 0px; }
#contactBlock .lst-type-contact li { list-style: none; margin-left: 0px; }

#contactBlock .lst-type-complaint { margin: 0px; }
#contactBlock .lst-type-complaint li { list-style: none; margin-left: 0px; display:inline; }

#contactBlock label:hover { cursor: pointer; }

/* 必須入力
------------------------------------- */
#contactBlock form th em.required {
	float: right;
	display: block;
	margin-top: 1px;
	background: url(../img/form/ico_required.gif) no-repeat;
	width: 37px;
	height: 17px;
	text-indent: -9999px;
	font-size: 0;
}

#contactBlock form th span { font-weight: normal; }

/* Formボタン
----------------------------------------- */
.contactBtn {
	margin: 2.0em 0px 0px -27px;
	text-align: center;
}

.contactBtn li {
	display: inline;
	margin: 0px 0px 0px 27px;
	padding: 0px;
}

.contactBtn input:hover {
	filter: Alpha(opacity=70);
	opacity:0.7;
}

.privacyBlockWrap .sealBlock {
	float: right;
	margin: 1.0em 0px 0px 13px;
}

/* ---------------------------------------------------------
エラーメッセージ
--------------------------------------------------------- */
#errorBlock {
	margin: 1.0em 0px 0px;
	padding: 0px;
	border: 1px solid #e7c8c8;
	background: #feeeee;
}

#errorBlock .msgTtl {
	margin: 0px;
	padding: 3px;
	font-weight: bold;
	text-align: center;
	background: #c70000;
	color: #ffffff;
}

#errorBlock table {
	margin: 0px auto;
	width: auto;
	border: none;
}

#errorBlock table td { border: none; padding: 13px; }

#errorBlock p {
	margin: 0px;
	font-weight: bold;
	color: #c70000;
}


/* お問い合わせ
------------------------------------ */
#contactBlock #errorBlock ul { margin: 0px; }
#contactBlock #errorBlock li { list-style: none; }
#contactBlock #errorBlock li a { font-weight: bold; color: #c70000; }
#contactBlock .errorLine th ,
#contactBlock .errorLine td { background: #feeeee; }

#contactBlock .errorSentence {
	margin: 0px;
	color: #c60000;
	font-weight: bold;
}

/* ---------------------------------------------------------
確認  ：msgBlockConfirm
--------------------------------------------------------- */
#contactBlock #confirmBlock {
	margin: 1.5em 0px 0px;
	border: solid 1px #b9d3e6;
	background: #e9f4fe;
}

#contactBlock #confirmBlock .msgTtl {
	margin: 0px;
	padding: 3px;
	font-weight: bold;
	text-align: center;
	background: #0065ae;
	color: #ffffff;
}

#contactBlock #confirmBlock table {
	width: auto;
	margin: 0.2em auto;
}
#confirmBlock table td { border: none; padding: 13px; }
#contactBlock #confirmBlock p { margin: 0px; }


/* ---------------------------------------------------------
googleMap
--------------------------------------------------------- */
#map {
	margin: 1.0em auto 0px;
	width: 100%;
	height: 600px;
}

/* ---------------------------------------------------------
ClearFix
--------------------------------------------------------- */
.columnsBlock:after ,
.privacyBlockWrap:after { content : ''; display : block; clear : both; }
.columnsBlock ,
.privacyBlockWrap { /zoom : 1; }