@charset "euc-jp";

/* Include
   --------------------------------------------- */
@import "./font.css";
@import "./basic.css";
@import url("./global.css");
@import url("./main.css");
a img { color: white; }	/* trick to hide the border in Netscape 4 */
@media all {	/* hide the next rule from Netscape 4 */
a img { color: inherit; }	/* undo the color change above */
}
/* base
   --------------------------------------------- */
body { position: relative; }
#landingPage div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
#landingPage { }
#landingPage .fClear { clear: both; }
#landingPage img {
	border-style: none;
	margin: 0px;
	padding: 0px;
}
/* H 
   --------------------------------------------- */
h2 { margin-bottom: 1em; }
h3 { margin-bottom: 1em; }
h4 { font-size: 11px; }
/* color
   --------------------------------------------- */
.colorTxt01 { color: #866a0c; }
.colorTxt02 { color: #6B524A; }
/* link
   --------------------------------------------- */
a.more {
	background: url(../img/icon_popup.gif) no-repeat 0em 3px;
	padding-left: 13px;
	color: #5C8400;
	display: block;
	clear: both;
	margin-top: 1em;
	font-weight: bold;
	font-size: 1.5em;
}
a.arows {
	background: url(../img/arow_s.gif) no-repeat 0px 3px;
	font-size: 9px;
	padding-left: 5px;
	color: #999999;
}
/* BG
   --------------------------------------------- */
#landingPage #body {
	background: #FFF url(../img/bgdow.jpg) no-repeat 0px bottom;
	margin: 0px 0px 1em -10px;
	padding: 0px;
	width: 820px;
}
* html #landingPage #body {/*IE6¤Î¤ß*/
	background: url(../img/bgdow.jpg) no-repeat 0px bottom;
	margin: 0px 0px 1em -1px;
	padding: 0px;
	width: 820px;
}
#landingPage #bodyInner {
	font-family: "¥á¥¤¥ê¥ª", "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Kaku Gothic Pro", "£Í£Ó £Ð¥´¥·¥Ã¥¯", sans-serif;
	color: #333333;
	font-size: 11px;
	width: 820px;
}
#landingPage #bodyInner #pankuzu { margin-left: 11px; }
/* Title
   --------------------------------------------- */
#landingPage .obi {
	width: 795px;
	padding-top: 0.5em;
	padding-bottom: 0.4em;
	background: #776a69;
	display: block;
	color: #FFF;
	margin-bottom: 2.3em;
	padding-left: 25px;
	line-height: 1;
}
#landingPage #Title { height: 560px; }
#landingPage #Title #TitleLeft {
	float: left;
	margin-left: 20px;
	margin-top: 10px;
}
#landingPage #Title #TitleRight {
	float: right;
	margin-right: 20px;
}
#landingPage #Title h1 {
	display: block;
	width: 386px;
}
#landingPage #Title h2 {
	display: block;
	width: 386px;
}
#landingPage #Title .message {
	display: block;
	position: absolute;
	top: 450px;
	left: 406px;
	width: 445px;
}
#landingPage #Title .question { display: block; }
#landingPage #Title .hand{
	display: block;
	position: absolute;
	top: 420px;
	left: -105px;
	width: 159px;
}
#landingPage #Title .voice {
	display: block;
	position: absolute;
	top: 535px;
	left: 20px;
	width: 359px;
	background: #F0F7D9;
	font-size: 9px;
	line-height: 1.2;
}
#landingPage #Title .voice p.txt {
	display: block;
	margin-left: 22px;
	width: 180px;
	padding-top: 0.8em;
	float: left;
}
#landingPage #Title .voice p.btn {
	display: block;
	width: 134px;
	float: right;
	padding-top: 0.1em;
	margin-right: 12px;
}
/* contents
   --------------------------------------------- */
#landingPage .contents {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	margin-bottom: 2em;
}
* html #landingPage .contents {
	width: 720px;
	margin-left: 55px;
	clear: both;
	margin-bottom: 2em;
}
#landingPage .contents00 {
	margin-bottom: 2.5em;
	width: 680px;
	margin-left: 70px;
}
#landingPage .contents01 {
	width: 720px;
	clear: both;
	margin-bottom: 2em;
	padding-bottom: 15px;
	background: url(../img/3waybg_dow.gif) no-repeat bottom;
	margin-left: 50px;
}
#landingPage .contents02 {
	width: 716px;
	margin-left: 50px;
	clear: both;
	margin-bottom: 3em;
}
#landingPage .contents03 {
	width: 728px;
	margin-left: 45px;
	clear: both;
	margin-bottom: 2em;
	background: url(../img/voice_bg.jpg) repeat-y 0px 0px;
}
#landingPage .contents04 {
	width: 728px;
	margin-left: 45px;
	clear: both;
	margin-bottom: 2em;
	background: url(../img/answer_bg.jpg) no-repeat 0px 0px;
}
/* contents00
   --------------------------------------------- */
.contents00 .mark {
	display: block;
	float: left;
	height: 139px;
	width: 143px;
	margin-right: auto;
}
.contents00 h2 {
	width: 216px;
	float: left;
}
.contents00 .btn {
	width: 128px;
	float: right;
}
.contents00 .txt { clear: both; }
.contents00 .rightBox {
	width: 500px;
	float: right;
}
/* contents01
   --------------------------------------------- */
#landingPage .contents01Inner { background: url(../img/3waybg_top.gif) no-repeat 0px top; }
* html #landingPage .contents01Inner {
	background: url(../img/3waybg_top.gif) no-repeat 0px 0px;
	padding-top: 20px;
}
#landingPage .contents01 h2 {
	margin: 0px auto 0.5em;
	padding: 30px 0px 1px;
	width: 657px;
	background: url(../img/h2_title_line.jpg) no-repeat bottom;
	display: block;
}
#landingPage .contents01 h2 span {
	float: right;
	margin-top: -40px;
}
#landingPage .contents01 h3 {
	float: left;
	width: 110px;
	display: block;
	margin: 0px;
	padding: 0px 0px 5px;
}
#landingPage .contents01 .webBtn {
	float: right;
	width: 128px;
	display: block;
	padding-top: 3px;
}
#landingPage .contents01 .faxBtn {
	display: block;
	text-align: right;
	margin-top: -10px;
	clear: both;
}
#landingPage .contents01 .faxBtn a.arows {
	margin-left: 1em;
	color: #CB2308;
}
#landingPage .contents01 ol {
	list-style: none;
	padding: 0px;
	margin: 0px auto;
}
* html #landingPage .contents01 ol {
	list-style: none;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#landingPage .contents01 ol li {
	width: 320px;
	background: url(../img/3way_bg.jpg) no-repeat 0px bottom;
	float: left;
	height: 19em;
	margin-bottom: 1em;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;
	display: block;
}
* html #landingPage .contents01 ol li {
	width: 360px;
	background: url(../img/3way_bg.jpg) no-repeat 0px bottom;
	float: left;
	height: 19em;
	margin-bottom: 1em;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;
	display: block;
}
#landingPage .contents01 ol li.title { background: url(none) no-repeat; }
#landingPage .contents01 ol li p {
	margin: 0px 0px 3em;
	padding-top: 0.8em;
}
#landingPage .contents01 ol li p.titleTxt {
	margin: 0px 0px 0em;
	padding-top: 3em;
	padding-right: 1.5em;
	padding-left: 1em;
}
#landingPage #explanation {
	background: #FBF9E9;
	margin-left: 52px;
	width: 716px;
	margin-bottom: 3em;
}
#landingPage #explanation h4 {
	margin: 0px 0px 1em 17px;
	display: block;
	width: 500px;
	padding-top: 5px;
	padding-bottom: 0px;
}
#landingPage #explanation h4 span {
	font-size: 9px;
	color: #D33011;
	font-weight: normal;
	float: right;
	margin-top: -20px;
}
#landingPage #explanation p.txt {
	margin-bottom: 0px;
	width: 500px;
	display: block;
	margin-left: 17px;
	float: left;
}
#landingPage #explanation p.btn {
	width: 190px;
	display: block;
	float: right;
	text-align: center;
	height: 5em;
	padding-top: 1em;
}
/* contents03
   --------------------------------------------- */
#landingPage .contents03Inner {
	background: url(../img/voice_dow.jpg) no-repeat 0px bottom;
	width: 728px;
}
#landingPage .contents03Inner h2 {
	margin: 0px;
	padding: 0px;
}
#landingPage .contents03Inner h3 {
	margin: 0px 0px 0.5em;
	padding: 0px;
}
#landingPage .contents03Inner .voice01 { margin-left: 22px; }
* html #landingPage .contents03Inner .voice01 { margin-left: 11px; }
#landingPage .contents03Inner .voice01, #landingPage .contents03Inner .voice02, #landingPage .contents03Inner .voice03 {
	width: 230px;
	float: left;
	margin-bottom: 23px;
}
#landingPage .contents03Inner .voice01 p, #landingPage .contents03Inner .voice02 p, #landingPage .contents03Inner .voice03 p {
	padding-right: 20px;
	padding-left: 15px;
	padding-bottom: 10px;
	font-size: 95%;
}
/* contents04
   --------------------------------------------- */
#landingPage .contents04 table.answer {
	font-size: 10px;
	width: 650px;
	margin-left: 35px;
	margin-top: 50px;
}
#landingPage .contents04 table.answer tr { vertical-align: top; 
}
#landingPage .contents04 table.answer th{
	vertical-align: top;
	text-align: right;
	padding-right: 1em;
}
#landingPage .contents04 table.answer th.answer {
	color: #a0272a;
	padding-bottom: 0.8em;
}
#landingPage .contents04 table.answer td.answer {
	color: #a0272a;
	padding-bottom: 0.8em;
}
#landingPage .contents04 table.answer td { vertical-align: top; }


/* 3point
   --------------------------------------------- */
#landingPage .pointInner {
	width: 174px;
	margin-left: 38px;
}
#landingPage .pointInner h4 { margin-bottom: 1em; }
#landingPage .pointInner img {
	margin-bottom: 1em;
	padding-top: 1em;
}
ol.pointBg {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
ol.pointBg li.point1, ol.pointBg li.point2, ol.pointBg li.point3 {
	display: block;
	float: left;
}
ol.pointBg li.point1 {
	width: 237px;
	background: url(../img/3point_bg.jpg) no-repeat 0px 40px;
}
ol.pointBg li.point2 {
	width: 235px;
	background: url(../img/3point_bg.jpg) no-repeat -237px 40px;
}
ol.pointBg li.point3 {
	width: 240px;
	background: url(../img/3point_bg.jpg) no-repeat -472px 40px;
}
ul.list {
	line-height: 1.35;
	list-style: none outside;
}
ul.list li {
	margin: 0 0 0.5em 0.1em;
	background: url(../img/arow.gif) no-repeat 0px 4px;
	padding-left: 1.5em;
}
/* book
   --------------------------------------------- */
#landingPage .contentsBook { margin-left: 11px; }
#landingPage .contentsBook p.kome {
	float: right;
	margin-top: -2em;
}
#landingPage ul.bookTop, #landingPage ul.bookDow {
	display: block;
	clear: both;
	width: 100%;
}
#landingPage ul.bookTop li {
	margin: 0px 17px 0px 0px;
	padding: 0px;
	float: left;
}
#landingPage ul.bookDow li {
	margin: 0px 17px 0px 0px;
	padding: 0px;
	float: left;
}
#landingPage ul.bookTop {
	padding-top: 2em;
	margin-bottom: 2em;
	height: 210px;
}
#landingPage ul.bookDow { height: 80px; }
/* contact
   --------------------------------------------- */
#landingPage #contact {
	background: #f8f2eb;
	width: 704px;
	text-align: center;
	line-height: 1;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1em;
}
#landingPage #address {
	width: 704px;
	text-align: center;
	line-height: 1;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1em;
	font-size: 12px;
	padding-top: 0.5em;
}
#landingPage #contact h4 {
	padding: 18px 0px 14px 15px;
	margin: 0px;
	color: #a0272a;
	font-size: 14px;
	display: block;
	float: left;
	width: 38%;
	background: right;
	text-align: right;
}
#landingPage #contact p.txt {
	font-size: 14px;
	padding: 18px 15px 14px 0px;
}
