/* common */
/* -------------------------------------------------------- */
* {
	margin:0;
	padding:0;
}

body {
	text-align:center;
	color:#333333;
	margin:0;
	padding:0;
	background:url(../img/bg_body.gif);
}
body.detail {
	background:url(../img/bg_detail.gif);
}
body.news-box {
	padding:15px 0;
	background:#ffffff;
}
h1, h2, h3, h4, h5, h6, h7 {
	font-size:12px;
	line-height:120%;
}
p, ul, ol, dl ,table, address {
	font-size:12px;
	font-style:normal;
	line-height:140%;
}
ul {
	list-style-type:none;
}
img {
	border:0;
}
input,
select {
	vertical-align:middle;
	margin-right:3px;
}

/* clear */

.pkg:after, #footer-inner:after, #contents:after, #banner-box:after, #side-navi1:after, #side-navi2:after, #side-navi3:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
.pkg, #footer-inner, #contents, #banner-box, #side-navi1, #side-navi2, #side-navi3 { display: inline-block; }
/* no ie mac \*/
* html .pkg, * html #footer-inner, * html #contents, * html #banner-box, * html #side-navi1, * html #side-navi2, * html #side-navi3 { height: 1%; }
.pkg, #footer-inner, #contents, #banner-box, #side-navi1, #side-navi2, #side-navi3 { display: block; }
/* */


/* link */

a:link,
a:visited,
a:active {
	color:#004e97;
	text-decoration:underline;
}
a:hover {
	color:#004e97;
	text-decoration:none;
}



/* container */
/* -------------------------------------------------------- */

#container {
	width:980px;
	text-align:left;
	margin:0 auto;
	background:#ffffff;
}
.detail #container {
	width:660px;
	text-align:left;
	margin:0 auto;
	background:#ffffff;
}
.news-box #container {
	width:420px;
	text-align:left;
	margin:0 auto;
}
.news-box #container h2 {
	margin-bottom:7px;
}
.news-box #container h3 {
	font-size:16px;
	margin-bottom:3px;
}
.news-box #container div {
	padding:15px 25px;
	border-top:solid 1px #ff5890;
	border-bottom:solid 1px #ff5890;
	background:url(../img/bg_news.gif) repeat-y left top;
}



/* header */
/* -------------------------------------------------------- */

#header {
	width:850px;
	margin-left:65px;
}
#header-inner {
	width:850px;
	height:65px;
	overflow:hidden;
}

#header h1 {
	font-weight:normal;
	font-size:10px;
	padding:5px 0 25px 0;
}

#logo {
	width:260px;
	float:left;
}
#navi {
	float:right;
}
#navi img {
	display:block;
}
#navi li {
	padding:0 6px;
	background:url(../img/line_01.gif) repeat-y 0 0;
	float:left;
}
#navi li.last {
	padding:0 0 0 8px;
}
#navi ul {
	width:76px;
	float:none;
}
#navi ul li {
	padding:0;
	background:none;
	float:left;
}

#panlist {
	color:#999999;
	padding:0 10px 15px 10px;
	background:url(../img/bg_panlist.gif) no-repeat 0 2px;
}

#panlist a:link,
#panlist a:visited,
#panlist a:active {
	color:#999999;
	text-decoration:none;
}
#panlist a:hover {
	color:#666666;
	text-decoration:underline;
}



/* contents */
/* -------------------------------------------------------- */

#contents {
	width:850px;
	margin-left:65px;
}

#main {
	width:610px;
	padding-bottom:40px;
	float:left;
}


/* side */

#side {
	width:200px;
	padding-bottom:100px;
	float:right;
}
#side img {
	display:block;
}

#side-navi1 {
	width:200px;
	margin-bottom:10px;
}
#side-navi1 li {
	padding-bottom:5px;
	float:left;
}

#side-navi2 {
	width:192px;
	margin-bottom:5px;
}
#side-navi2 a {
	display:block;
	padding:0 6px 18px 6px;
	text-decoration:none;
}
#side-navi2 li {
	float:left;
}
#side-navi2 .li1 a:link,
#side-navi2 .li1 a:visited,
#side-navi2 .li1 a:active {
	color:#8f5926;
	background:url(../img/bg_img_01.jpg) no-repeat 0 4px;
}
#side-navi2 .li1 a:hover {
	color:#b38355;
	background:url(../img/bg_img_01.jpg) no-repeat -200px 4px;
}
#side-navi2 .li2 a:link,
#side-navi2 .li2 a:visited,
#side-navi2 .li2 a:active {
	color:#8f5926;
	background:url(../img/bg_img_02.jpg) no-repeat 0 4px;
}
#side-navi2 .li2 a:hover {
	color:#b38355;
	background:url(../img/bg_img_02.jpg) no-repeat -200px 4px;
}
#side-navi2 .li3 a:link,
#side-navi2 .li3 a:visited,
#side-navi2 .li3 a:active {
	color:#8f5926;
	background:url(../img/bg_img_03.jpg) no-repeat 0 4px;
}
#side-navi2 .li3 a:hover {
	color:#b38355;
	background:url(../img/bg_img_03.jpg) no-repeat -200px 4px;
}

#side-navi2 .text1 {
	font-weight:bold;
	padding:0 0 6px 6px;
	display:block;
}
#side-navi2 .text2 {
	color:#333333;
	display:block;
}

#side-navi3 {
	width:195px;
}
#side-navi3 li {
	float:left;
	padding-bottom:15px;
}
#side-navi3 img {
	padding-bottom:5px;
}


/* banner-box */

#banner-box {
	width:100%;
	padding:25px 0 15px 0;
	background:url(../img/line_02.gif) repeat-x 0 0;
}
#banner-box li {
	width:200px;
	margin-right:18px;
	margin-bottom:18px;
	display:inline;
	float:left;
}
#banner-box li.last {
	margin-right:0;
}
#banner-box span {
	display:block;
}
#banner-box img {
	margin-bottom:3px;
	display:block;
	background:#d9d9d9;
}



/* footer */
/* -------------------------------------------------------- */

#footer {
	width:980px;
	padding:18px 0 30px 0;
	background:#383838 url(../img/bg_footer.gif) repeat-x 0 0;
}
#footer-inner {
	width:850px;
	margin-left:65px;
}
#footer-inner address {
	font-size:10px;
	line-height:14px;
	color:#ffffff;
}

#footer-inner .lbox address {
	position:relative;
	top:-26px;
	left:64px;
}

#footer-inner .rbox p {
	margin-bottom:6px;
}
#footer-inner .rbox address {
	text-align:right;
}

#footer-banner {
	width:856px;
	margin-left:65px;
}





/* top page */
/* -------------------------------------------------------- */

#top-box1 {
	width:640px;
	float:left;
}

#top-box2 {
	width:390px;
	padding-bottom:40px;
	float:left;
}

#top-box3 {
	width:220px;
	float:right;
}
#top-box3 img {
	margin-bottom:3px;
}
#top-box3 li span {
	line-height:130%;
	padding:0 0 15px 5px;
	display:block;
}

#top-box4 {
	width:190px;
	padding-bottom:20px;
	float:right;
}
#top-box4 img {
	display:block;
}

#top-box4 .box {
	width:190px;
	margin-bottom:12px;
	padding-bottom:12px;
	background:url(../img/line_01.gif) repeat-x left bottom;
}
#top-box4 .box .lbox {
	width:96px;
}
#top-box4 .box .rbox {
	width:82px;
}
#top-box4 .box h3 {
	margin-bottom:3px;
}
#top-box4 .box h3 a:link,
#top-box4 .box h3 a:visited,
#top-box4 .box h3 a:active {
	color:#8f5926;
	padding-left:11px;
	background:url(../img/icon_01.gif) no-repeat 0 2px;
	text-decoration:none;
}
#top-box4 .box h3 a:hover {
	color:#b38355;
	padding-left:11px;
	background:url(../img/icon_01.gif) no-repeat 0 -98px;
	text-decoration:none;
}




/* parts */
/* -------------------------------------------------------- */

.b {font-weight:bold;}
.ri {text-align:right;}
.cen {text-align:center;}

.co1 {color:#ff0000;}

span.type1 {
	font-size:14px;
	font-weight:bold;
	padding-right:3px;
}
span.type2 {
	font-size:18px;
	font-weight:bold;
	padding-right:3px;
}

#container .m05 {margin-bottom:5px;}
#container .m10 {margin-bottom:10px;}
#container .m15 {margin-bottom:15px;}
#container .m20 {margin-bottom:20px;}
#container .m25 {margin-bottom:25px;}
#container .m30 {margin-bottom:30px;}
#container .m35 {margin-bottom:35px;}
#container .m40 {margin-bottom:40px;}
#container .m45 {margin-bottom:45px;}
#container .m50 {margin-bottom:50px;}
#container .m55 {margin-bottom:55px;}
#container .m60 {margin-bottom:60px;}
#container .m65 {margin-bottom:65px;}

.lbox {float:left;}
.rbox {float:right;}


/* p */

p.type1 {
	width:520px;
	line-height:160%;
	margin-bottom:45px;
}

/* ul */

ul.disc {
	margin-left:22px;
	list-style-type:disc;
}

ul.type1 li {
	padding-right:15px;
	float:left;
}

ul.type2 li {
	padding-bottom:12px;
	float:left;
}


/* table */

table.type1 {
	width:550px;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
}
table.type1 th,
table.type1 td {
	text-align:left;
	vertical-align:top;
	padding:5px 10px;
	border-bottom:solid 3px #ffffff;
}
table.type1 th {
	width:11em;
	background:#f3f1e5;
}
table.type1 td {
	background:#fafaf5;
	border-left:solid 3px #ffffff;
	border-right:solid 3px #ffffff;
}

table.type2 {
	width:600px;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	margin-bottom:15px;
}
table.type2 td {
	text-align:left;
	vertical-align:top;
	padding:6px 0 6px 10px;
	border:solid 1px #bfbfbf;
}
table.type2 .cell1 {
	width:132px;
	text-align:center;
	padding:10px;
	background:url(../img/bg_01.gif) no-repeat left bottom;
}
table.type2 .cell2 {
	width:60px;
	background:url(../img/bg_01.gif) no-repeat left bottom;
}
table.type2 .cell3 {width:140px;}
table.type2 .cell3a {width:65px;}
table.type2 .cell4 {width:360px;}
table.type2 .cell5 {width:215px;}

table.type2 .photo-box {
	width:135px;
	margin-bottom:10px;
	overflow:hidden;
}
table.type2 .photo-box img {
	width:135px;
	height:100px;
	display:block;
}


/* box */

.box1 {
	width:602px;
	padding-bottom:25px;
	background:url(../../img/business/bg_01.gif) no-repeat left bottom;
}
.box1 p {
	margin:0 15px 15px 14px;
}
.box1 .box1a {
	width:191px;
	margin-right:14px;
	display:inline;
	float:left;
}
.box1 .box1b {
	width:191px;
	float:left;
}
.box1 .box1c {
	width:191px;
	float:right;
}


.box2 {
	width:505px;
	padding-bottom:30px;
}
.box2 h5 {
	margin-bottom:5px;
}
.box2a {
	padding-bottom:25px;
}
.box2a .rbox {
	width:400px;
}


.box3 {
	width:505px;
	padding-bottom:30px;
}
.box3 dt img {
	display:block;
}
.box3 dd {
	margin-bottom:20px;
}


.box4 {
	width:505px;
}
.box4 p {
	margin-bottom:20px;
}


.box5 {
	width:575px;
	height:230px;
	margin:0 0 30px 6px;
	border:solid 1px #999999;
	overflow:auto;
}
.box5 dl {
	margin:0 10px;
	padding-top:5px;
}
.box5 dt {
	margin-bottom:5px;
}
.box5 dd {
	margin:0 0 15px 16px;
}
.box5 dd ol {
	margin-left:25px;
	padding:5px 0;
}


.box6 {
	width:595px;
	margin-bottom:15px;
	padding:10px 0 0 0;
	background:#f3f1e5;
}
.box6 h3 {
	color:#ffffff;
	text-align:center;
	margin:0 10px 20px 10px;
	padding:7px 0 5px 0;
	background:#333333;
}
.box6 span {
	color:#ff0000;
	padding-left:3px;
}
.box6 dd {
	margin-bottom:5px;
}
.box6a {
	width:570px;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	margin-left:22px;
}
.box6a th,
.box6a td {
	text-align:left;
	vertical-align:top;
	padding:0 0 20px 0;
}
.box6a th{
	width:140px;
}
.box6a ul.type1 input {
	position:relative;
	top:-1px;
}

.box6b {
	width:570px;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	margin-left:22px;
}
.box6b th,
.box6b td {
	text-align:left;
	vertical-align:middle;
	padding:0 8px 12px 0;
}
.box6 .form1 {width:325px;}
.box6 .form2 {width:110px;}
.box6 .form3 {width:60px;}
.box6 .form4 {width:325px; height:50px;}
.box6 .form5 {width:100px;}
.box6 .form6 {width:230px;}
.box6 .form7 {width:210px;}
.box6 .form8 {width:90px;}
.box6 .form9 {width:325px; height:85px;}






/* detail page */
/* -------------------------------------------------------- */

#detail-box {
	width:600px;
	margin-left:30px;
	padding:10px 0 20px 0;
}

#detail-box .subnavi li {
	float:right;
}
#detail-box img {
	display:block;
}


/* detail-box1 */

.detail-box1 {
	width:600px;
	margin-bottom:20px;
}
.detail-box1 .lbox {
	width:275px;
}
.detail-box1 .rbox {
	width:314px;
	margin-top:40px;
	padding:12px 0;
	background:#ebe8d4;
}
.detail-box1 .photo-box {
	width:290px;
	margin-left:12px;
	overflow:hidden;
}
.detail-box1 h1 {
	font-size:24px;
}
.detail-box1 h2 {
	margin-bottom:7px;
	padding-top:10px;
}
.detail-box1 p {
	font-size:14px;
	margin-bottom:6px;
}
.detail-box1 span.f14 {
	font-size:14px;
}
.detail-box1 span.f20 {
	font-size:20px;
	font-weight:bold;
	padding-left:5px;
}
.detail-box1 span.f26 {
	font-size:26px;
	font-weight:bold;
	padding-left:5px;
}
.detail-box1 ul {
	margin-left:2px;
}
.detail-box1 li {
	color:#8f5926;
	padding:0 0 2px 12px;
	background:url(../img/icon_01.gif) no-repeat 0 3px;
}


/* detail-box2 */

.detail-box2 {
	width:600px;
	margin-bottom:20px;
}
.detail-box2 .bt {
	position:relative;
}
.detail-box2 .bt p {
	width:261px;
	position:absolute;
	top:-30px;
	left:318px;
}


/* detail-box3 */

.detail-box3 {
	width:600px;
	margin-bottom:20px;
}
.detail-box3 .lbox,
.detail-box3 .rbox {
	width:290px;
}
.detail-box3 .photo-box {
	width:290px;
	overflow:hidden;
}


/* detail-box4 */

.detail-box4 {
	width:600px;
	margin-bottom:20px;
}
.detail-box4 .rbox {
	width:290px;
}
.detail-box4 .lbox {
	width:290px;
	background:url(../img/bg_02.gif) repeat-y left top;
	border-top:solid 1px #bfbfbf;
	border-bottom:solid 1px #bfbfbf;
}
.detail-box4 .photo-box {
	width:288px;
	margin-left:1px;
	overflow:hidden;
}


/* detail-box5 */

.detail-box5 {
	width:600px;
	margin-bottom:35px;
}
.detail-box5 {
	width:600px;
	margin-bottom:35px;
}
.detail-box5 table {
	width:600px;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	margin-bottom:5px;
}
.detail-box5 th,
.detail-box5 td {
	font-weight:normal;
	text-align:left;
	vertical-align:top;
	padding:4px 0 4px 8px;
	border:solid 1px #7f7f7f;
}
.detail-box5 th {
	width:124px;
	background:url(../img/bg_01.gif) no-repeat left bottom;
}
.detail-box5 td {
	width:146px;
}
.detail-box5 .cell1 {
	width:446px;
	padding:4px 8px;
}
.detail-box5 .cell2 {
	width:280px;
}
.detail-box5 ul {
	font-size:10px;
	line-height:130%;
}
