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

body {
	margin:0;
	padding:0;
	font-family: Osaka, verdana, arial, sans-serif;
	color:#333333;
	text-align:center;
}
h1, h2, h3, h4, h5, h6, h7 {
	font-size:80%;
}
p, ul, ol, dl ,table {
	font-size:80%;
	line-height:150%;
}
table p, table ul, table ol, table dl, dl p, p p, ul p, ol p {
	font-size:100%;
}
ul {
	list-style-type:none;
}
ul.disc {
	list-style-type:disc;
	margin-left:22px;
}
ol.number li {
	padding:0 0 1px 18px;
}
ol.number .no1 {background:url(../img/icon_no1.gif) no-repeat 0 4px;}
ol.number .no2 {background:url(../img/icon_no2.gif) no-repeat 0 4px;}
ol.number .no3 {background:url(../img/icon_no3.gif) no-repeat 0 4px;}
ol.number .no4 {background:url(../img/icon_no4.gif) no-repeat 0 4px;}

dl.atten dt {
	width:1em;
	position:absolute;
}
dl.atten dd {
	padding-left:1.2em;
}
img {
	border:0;
	display:block;
}


/* parts */

.b {font-weight:bold;}
.l {text-decoration:underline;}
.ri {text-align:right;}
.cen {text-align:center;}
.ri img,
.cen img {display:inline;}

.red {color:#ca020c;}
.f70 {font-size:70%;}
.f75 {font-size:75%;}
.m05 {margin-bottom:5px;}
.m10 {margin-bottom:10px;}
.m15 {margin-bottom:15px;}
.m20 {margin-bottom:20px;}
.m25 {margin-bottom:25px;}
.m30 {margin-bottom:30px;}
.m35 {margin-bottom:35px;}
.m40 {margin-bottom:40px;}
.m45 {margin-bottom:45px;}
.m50 {margin-bottom:50px;}
.m55 {margin-bottom:55px;}
.m60 {margin-bottom:60px;}
.m65 {margin-bottom:65px;}

.co1 {
	color:#d20000;
}

.ti1 {
	text-align:center;
	padding-bottom:1px;
	background:url(../img/line_02.gif) repeat-x left bottom;
}
.ti1 img {
	display:inline;
}

/* clear */

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


/* link */

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



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

body {
	background:url(../img/bg_contents.gif) repeat-y center top;
}

#container {
	width:100%;
	background:url(../img/bg_header_01.gif) no-repeat center top;
}
#container-inner {
	width:100%;
	background:url(../img/bg_body.gif);
}



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

#header {
	width:100%;
	height:119px;
	background:url(../img/bg_header_02.gif) repeat-x left top;
	overflow:hidden;
}
#header-inner {
	width:850px;
	text-align:left;
	margin:0 auto;
}

#header-box-navi1 {
	width:850px;
	height:35px;
	background:url(../img/bg_header_03.gif) no-repeat left top;
}
#header-navi1 li {
	font-size:10px;
	color:#ffffff;
	white-space:nowrap;
	padding-top:10px;
	padding-right:3px;
	float:left;
}
#header-navi1 #logo {
	width:278px;
	padding-top:6px;
	padding-right:0;
}
#header-navi1 #logo img {
	margin-left:8px;
}
#header-navi1 a:link,
#header-navi1 a:visited,
#header-navi1 a:active {
	color:#ffffff;
	text-decoration:none;
}
#header-navi1 a:hover {
	color:#ffffff;
	text-decoration:underline;
}

#header-navi2 li {
	float:left;
}



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

#contents {
	width:850px;
	text-align:left;
	margin:0 auto;
	padding-bottom:50px;
	background:#ffffff;
}
#content {
	width:850px;
	background:url(../img/bg_contents_01.gif) repeat-x left top;
}
#content-inner {
	width:850px;
	background:url(../img/bg_contents_02.gif) repeat-x left bottom;
}


#main {
	width:630px;
	padding-bottom:40px;
	float:right;
}

#side {
	width:220px;
	padding-top:35px;
	padding-bottom:60px;
	float:left;
}
#side-logo {
	margin-left:13px;
	margin-bottom:45px;
}
#side-navi1 {
	margin-bottom:20px;
}
#side-navi1 li {
	width:189px;
	float:left;
}
#side-navi2 {
	margin-left:12px;
}
#side-navi2 li {
	float:left;
}
#side-navi2 li.li1 {
	padding-bottom:10px;
	background:url(../../img/top/bg_01.gif) no-repeat left bottom;
}
#side-navi2 li.li2 {
	padding-bottom:5px;
}



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

#footer {
	width:850px;
	text-align:left;
	margin:0 auto;
}

#footer-navi {
	text-align:left;
	margin:0 1px;
	padding:5px 0;
	background:#181818;
}
#footer-navi ul {
	font-size:10px;
	color:#ffffff;
	margin-left:265px;
}
#footer-navi li {
	display:inline;
}
#footer-navi a:link,
#footer-navi a:visited,
#footer-navi a:active {
	color:#ffffff;
	text-decoration:none;
}
#footer-navi a:hover {
	color:#ffffff;
	text-decoration:underline;
}

#footer-logo {
	position:relative;
}
#footer-logo p {
	width:140px;
	position:absolute;
	top:-23px;
	left:80px;
}

#footer-box {
	margin-left:265px;
	padding-top:15px;
}
#footer-tel {
	font-size:11px;
	font-weight:bold;
}
#footer-tel img {
	display:inline;
	vertical-align:middle;
	padding-right:3px;
}
#footer-add {
	font-size:10px;
}
#footer-copy {
	font-size:10px;
}




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

#top-content {
	width:850px;
	background:url(../../img/top/bg_top.jpg) no-repeat left top;
}
#top-content h2 {
	margin-left:221px;
}

#top-content .top-box1 {
	width:550px;
	height:412px;
	margin-left:260px;
	overflow:hidden;
}
#top-content .top-box1 .lbox {
	width:340px;
	padding-top:12px;
	float:left;
}
#top-content .top-box1 .lbox h3 {
	margin-bottom:5px;
}
#top-content .top-box1 .lbox .top-bt {
	text-align:right;
	margin-bottom:20px;
}
#top-content .top-box1 .lbox .top-bt img {
	display:inline;
}
#top-content .top-box1 .rbox {
	width:189px;
	padding-top:12px;
	float:right;
}
#top-content .top-box1 .rbox li {
	float:left;
}
#top-content .top-box1 .rbox li.li1 {
	padding-bottom:6px;
	background:url(../../img/top/bg_01.gif) no-repeat 0 74px;
}

#top-content .top-news-box {
	width:340px;
	height:112px;
	margin-bottom:8px;
	background:url(../img/line_01.gif) no-repeat left bottom;
	overflow:auto;
}
#top-content .top-news-box dt {
	width:5em;
	position:absolute;
}
#top-content .top-news-box dd {
	padding-left:5em;
}

#top-content .top-box2 {
	width:550px;
	margin-left:261px;
}
#top-content .top-box2 .lbox {
	width:269px;
	float:left;
}
#top-content .top-box2 .rbox {
	width:271px;
	float:right;
}
#top-content .top-box2 p {
	padding-bottom:32px;
	background:url(../../img/top/bg_02.gif) no-repeat left bottom;
}

#top-content2 {
	width:850px;
	padding-top:10px;
	background:url(../img/line_01.gif) repeat-x left top;
}
#top-content2 ul {
	margin-left:9px;
	margin-bottom:10px;
}
#top-content2 li {
	width:168px;
	float:left;
}
#top-content2 li img {
	display:inline;
}

.news-box {
	margin-right:30px;
}
.news-box dt {
	width:6em;
	margin-top:5px;
	position:absolute;
}
.news-box dd {
	padding:5px 0 8px 6em;
	border-bottom:dashed 1px #cccccc;
}




/* facilities page */
/* -------------------------------------------------------- */

.facilities .box1 {
	margin-left:38px;
}
.facilities .box1 li {
	padding-right:11px;
	float:left;
}

.facilities .box2 {
	width:551px;
	margin-left:38px;
}
.facilities .box2 h5 {
	color:#D20000;
	margin-bottom:5px;
}
.facilities .box2 .bt li {
	padding-right:12px;
	float:left;
}

.facilities .box3 {
	width:551px;
	margin-left:38px;
}
.facilities .box3 .lbox {
	float:left;
}
.facilities .box3 .rbox {
	float:right;
}




/* use page */
/* -------------------------------------------------------- */

.use .box1 {
	width:551px;
	margin-left:38px;
}
.use .box1 h5 {
	color:#d20000;
	margin-bottom:5px;
}
.use .box1 ul.bt .li1 {
	padding-right:11px;
	float:left;
}
.use .box1 ul.bt .li2 {
	float:right;
}
.use .box1 div.bt-box {
	position:relative;
}
.use .box1 div.bt-box p {
	position:absolute;
	top:-48px;
	left:390px;
}

.use .box2 {
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
}
.use .box2 th,
.use .box2 td {
	border:solid 1px #bfbfbf;
}
.use .box2 th {
	color:#ffffff;
	text-align:center;
	vertical-align:top;
	background:#888888;
}
.use .box2 td {
	text-align:left;
}
.use .box2 .bg0 {background:#ffffff;}
.use .box2 .bg1 {background:#f6f6f6;}
.use .box2 .bg2 {background:#f0f0f0;}

.use .box2 .ri {text-align:right;}
.use .box2 .cen {text-align:center;}
.use .box2 .now {white-space:nowrap;}

.use .type1 th,
.use .type1 td {
	padding:8px 30px;
}
.use .type2 {
	width:100%;
}
.use .type2 th {
	white-space:nowrap;
	padding:8px 15px;
}
.use .type2 td {
	padding:8px 15px;
}
.use .type3 {
	width:100%;
}
.use .type3 th,
.use .type3 td {
	white-space:nowrap;
	padding:8px 15px;
}
.use .type4 {
	width:100%;
	table-layout:fixed;
}
.use .type4 th,
.use .type4 td {
	padding:8px 15px;
}
.use .type5 {
	width:100%;
	table-layout:fixed;
}
.use .type5 th,
.use .type5 td {
	text-align:center;
	padding:8px 0;
}

.use .box3 {
	width:551px;
	padding:10px 0;
	background:url(../img/bg_01.gif);
}
.use .box3-inner {
	margin:0 10px;
	padding:10px;
	background:#ffffff;
}

.use .box4 th {
	padding-right:10px;
}
.use .box4 th,
.use .box4 td {
	text-align:left;
	vertical-align:middle;
}

.use .box5 {
	position:relative;
}
.use .box5 p {
	position:absolute;
	top:-110px;
	left:455px;
}




/* sitemap page */
/* -------------------------------------------------------- */

.sitemap .box1 {
	width:551px;
	margin-left:40px;
	background:url(../img/line_03.gif) repeat-y 225px 0;
}
.sitemap .box1 .lbox {
	width:270px;
	float:left;
}

.sitemap .box1 ul {
}
.sitemap .box1 ul ul {
	font-size:100%;
	margin-bottom:25px;
}
.sitemap .box1 li {
	font-weight:bold;
}
.sitemap .box1 li li {
	font-weight:normal;
	margin-left:15px;
}
.sitemap .box1 li a {
	color:#d20000;
	text-decoration:none;
}
.sitemap .box1 li a:hover {
	color:#d20000;
	text-decoration:underline;
}
.sitemap .box1 li li a {
	color:#333333;
	text-decoration:none;
	padding-left:12px;
	background:url(../img/icon_01.gif) no-repeat 0 0;
}
.sitemap .box1 li li a:hover {
	color:#333333;
	text-decoration:underline;
	padding-left:12px;
	background:url(../img/icon_01.gif) no-repeat 0 0;
}
.sitemap .box1 img {
	display:inline;
	vertical-align:middle;
	margin-left:5px;
}

.sitemap .box1 .text {
	color:#d20000;
	line-height:120%;
	padding-left:25px;
	background:url(../img/icon_02.gif) no-repeat 0 .6em;
}




/* link page */
/* -------------------------------------------------------- */

.link .box1 {
	width:555px;
	margin-left:38px;
	margin-bottom:22px;
	background:url(../img/line_01.gif) repeat-x left bottom;
}
.link .box1 p {
	margin-bottom:18px;
}

.link .box2 {
	width:555px;
	margin-left:38px;
}
.link .box2 .lbox {
	width:190px;
	float:left;
}




/* contact page */
/* -------------------------------------------------------- */

.contact .box1 {
	width:555px;
	margin-left:38px;
}
.contact .box1 span {
	font-weight:bold;
	color:#d20000;
}
.contact .box1 .bg0 {background:#ffffff;}
.contact .box1 .bg1 {background:#f6f6f6;}
.contact .box1 .bg2 {background:#f0f0f0;}

.contact .box1 input {
	vertical-align:middle;
}
.contact .box1 .form1 {width:170px;}
.contact .box1 .form2 {width:80px;}
.contact .box1 .form3 {width:260px;}
.contact .box1 .form4 {width:360px; height:120px;}
.contact .box1 .form5 {width:480px;}


.contact .box2 {
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
}
.contact .box2 th,
.contact .box2 td {
	text-align:left;
	vertical-align:top;
	border:solid 1px #bfbfbf;
}
.contact .box2 th {
	font-weight:normal;
	white-space:nowrap;
	padding:8px 15px;
}
.contact .box2 td {
	white-space:nowrap;
	padding:8px 0 8px 10px;
}
.contact .box2 td dt {
	width:9em;
	position:absolute;
}
.contact .box2 td dd {
	padding-left:9em;
}

.contact .box3 {
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
}
.contact .box3 th,
.contact .box3 td {
	border:solid 1px #bfbfbf;
}
.contact .box3 th {
	text-align:center;
	padding:5px 0;
	background:#cfcfcf;
}
.contact .box3 td {
	text-align:left;
	padding:10px 15px;
}
.contact .box3 ul.type1 li {
	width:145px;
	float:left;
}
.contact .box3 ul.type2 li {
	padding-right:12px;
	float:left;
}




/* information page */
/* -------------------------------------------------------- */

.information .box1 {
	width:551px;
	margin-left:38px;
}
.information .box1 .comment {
	text-align:right;
	padding-left:210px;
	padding-top:5px;
	background:url(../img/line_01.gif) repeat-x left top
}
.information .box1 h4 {
	font-size:120%;
	color:#d20000;
	padding:0 0 6px 70px;
	background:url(../img/icon_03.gif) no-repeat 0 2px;
}

.information .box2 {
	width:551px;
	margin-bottom:25px;
	padding:10px 0;
	background:url(../img/bg_02a.gif);
}
.information .box2-inner {
	margin:0 10px;
	padding:15px;
	background:#ffffff;
}
.information .box2 dt {
	width:6.5em;
	font-weight:bold;
	color:#d20000;
	position:absolute;
}
.information .box2 dt span {
	color:#333333;
	padding-left:3px;
}
.information .box2 dd {
	padding:0 0 10px 6.5em;
}
.information .box2 dd p {
	font-size:100%;
}
.information .box2 .bt-entry {
	width:209px;
	position:relative;
	top:-1em;
}

.information .box3 {
	width:551px;
	margin-bottom:25px;
	padding:10px 0;
	background:url(../img/bg_02b.gif);
}
.information .box3-inner {
	margin:0 10px;
	padding:15px;
	background:#ffffff;
}

.information .box4 {
	width:551px;
	margin-left:38px;
}
.information .box4 h4 {
	color:#d20000;
	margin-bottom:5px;
}
.information .box4 ul {
	margin-bottom:25px;
}




/* privacy page */
/* -------------------------------------------------------- */

.privacy .box1 {
	width:551px;
	margin-left:38px;
}
.privacy .box1 p {
	margin-bottom:20px;
}
.privacy .box1 dt {
	font-weight:bold;
	color:#d20000;
	margin-bottom:20px;
}
.privacy .box1 dd {
	margin-bottom:20px;
}




/* single page */
/* -------------------------------------------------------- */

.single .line {
	margin-bottom:10px;
	padding-bottom:10px;
	background:url(../img/line_01.gif) repeat-x left bottom;
}

.single .box1 {
	width:551px;
	margin-left:38px;
}

.single .box2 {
	width:551px;
	padding:10px 0;
	background:url(../img/bg_01b.gif);
}
.single .box2 .box-inner {
	margin:0 10px;
	padding:10px;
	background:#ffffff;
}

.single .box3 {
	width:551px;
	padding:10px 0;
	background:url(../img/bg_01.gif);
}
.single .box3 .box-inner {
	margin:0 10px;
	padding:10px;
	background:#ffffff;
}
.single .box3 dt {
	width:6.2em;
	position:absolute;
	color:#d20000;
}
.single .box3 dd {
	padding-left:6.2em;
}

.single .box4 {
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
}
.single .box4 th,
.single .box4 td {
	vertical-align:middle;
	border:solid 1px #bfbfbf;
}
.single .box4 th {
	color:#ffffff;
	letter-spacing:1em;
	text-align:center;
	padding:6px 25px;
	background:#888888;
}
.single .box4 td {
	text-align:left;
	padding:6px 20px;
}
.single .box4 td.cell1 {
	text-align:right;
	padding:6px 70px;
}
.single .box4 td.cell2 {
	text-align:center;
	padding:6px 70px;
}
.single .box4 .bg0 {background:#ffffff;}
.single .box4 .bg1 {background:#f6f6f6;}
.single .box4 .bg2 {background:#f0f0f0;}




/* recruit page */
/* -------------------------------------------------------- */

.recruit .box1 {
	width:551px;
	margin-left:38px;
	padding:10px 0;
	background:url(../img/bg_01b.gif);
}
.recruit .box1 .box-inner {
	margin:0 10px;
	padding:10px;
	background:#ffffff;
}
.recruit .box1 .line {
	margin-bottom:10px;
	padding-bottom:20px;
	background:url(../img/line_01.gif) repeat-x left bottom;
}
.recruit .box1 ul.type1 li {
	padding-left:15px;
	background:url(../img/icon_04.gif) no-repeat 0 4px;
}




/* team page */
/* -------------------------------------------------------- */

.team .box1 {
	width:551px;
	margin-left:38px;
}

.team .box2 {
	width:551px;
	padding:10px 0;
	background:url(../img/bg_01.gif);
}
.team .box2 .box-inner {
	margin:0 10px;
	padding:10px;
	background:#ffffff;
}

.team .box3 {
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
}
.team .box3 th,
.team .box3 td {
	text-align:left;
	vertical-align:top;
	border:solid 1px #9b9b9b;
}
.team .box3 th {
	padding:8px 15px;
	background:#f6f6f6;
}
.team .box3 td.cell1 {
	background:#ffffff;
}
.team .box3 td.cell1 dl {
	height:135px;
	padding:10px 15px;
	overflow:auto;
}
.team .box3 td.cell1 dt {
	margin-bottom:5px;
}
.team .box3 td.cell1 dd {
	margin-left:1em;
	margin-bottom:15px;
}
.team .box3 td.cell2 {
	text-align:center;
	padding:8px 0;
	background:#cfcfcf;
}
.team .box3 td.cell3 {
	padding:8px 15px;
}

.team .box4 {
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
}
.team .box4 th,
.team .box4 td {
	text-align:left;
	vertical-align:top;
	border:solid 1px #9b9b9b;
}
.team .box4 th {
	font-weight:normal;
}

.team .box5 {
	padding:10px 15px;
	border:solid 1px #d20000;
}

.team .box6 {
	width:552px;
	margin-left:38px;
}
.team .box6 .subnavi li {
	padding-bottom:35px;
	float:left;
}
.team .box6 .entry-asset {
	width:551px;
	margin-bottom:30px;
	padding:10px 0;
	background:url(../img/bg_01.gif);
}
.team .box6 .entry-inner {
	margin:0 10px;
	padding:10px;
	background:#ffffff;
}
.team .box6 .img-box {
	width:510px;
	margin-bottom:10px;
	overflow:hidden;
}
.team .box6 .comment-box {
	width:510px;
}
.team .box6 .comment-box div {
	font-size:80%;
	line-height:150%;
	margin-bottom:3px;
}
.team .box6 .comment-box div p {
	font-size:100%;
	display:inline;
}
.team .box6 .comment-box span {
	color:#d20000;
}



.team .bg0 {background:#ffffff;}
.team .bg1 {background:#f6f6f6;}
.team .bg2 {background:#f0f0f0;}

.team table.type1 th {
	padding:8px 15px;
	white-space:nowrap;
}
.team table.type1 td {
	padding:8px 15px;
}
.team table.type2 th {
	width:10.5em;
	padding:8px 0 8px 15px;
}
.team table.type2 td {
	padding:8px 0 8px 15px;
}

.team input {
	vertical-align:middle;
}
.team input.form1 {width:170px;}
.team input.form2 {width:84px;}
.team input.form3 {width:240px;}
.team input.form4 {width:480px;}
.team textarea.form1 {width:300px; height:110px;}

.team h4.type1 {
	text-align:center;
	padding:8px 0;
	background:#cfcfcf;
	border-top:solid 1px #9b9b9b;
	border-left:solid 1px #9b9b9b;
	border-right:solid 1px #9b9b9b;
}

.team p.bt input {
	vertical-align:top;
}

.team ul.type1 li {
	white-space:nowrap;
	padding-right:10px;
	float:left;
}
.team ul.type2 li {
	width:7em;
	float:left;
}
.team ul.type3 li {
	width:9em;
	float:left;
}

.team dl.type1 dt {
	width:9em;
	position:absolute;
}
.team dl.type1 dd {
	padding-left:9em;
}




/* popup1 */
/* -------------------------------------------------------- */

body.popup1 {
	background:url(../img/bg_popup_01.gif) repeat-y center top;
}
#popup-container {
	width:602px;
	text-align:left;
	margin:0 auto;
	background:#ffffff;
}

#popup-box1 {
	width:551px;
	margin-left:25px;
	padding-top:30px;
	padding-bottom:65px;
}
#popup-box1 h1 {
	margin-bottom:20px;
}
#popup-box1 h2 {
	color:#d20000;
	margin-bottom:5px;
	padding-top:20px;
}

#popup-box2 {
	width:600px;
	margin-left:1px;
	padding-top:15px;
	padding-bottom:20px;
	background:url(../img/bg_contents_01.gif) repeat-x left top;
}
#popup-box2 .lbox {
	width:186px;
	float:left;
}
#popup-box2 .lbox img {
	margin-left:46px;
}
#popup-box2 .rbox {
	width:400px;
	padding-top:15px;
	float:right;
}
#popup-box2 .rbox #footer-tel {
	font-size:12px;
	font-weight:bold;
}
#popup-box2 .rbox dt {
	width:4.5em;
	position:absolute;
}
#popup-box2 .rbox dd {
	padding-left:4.5em;
}

#popup-box3 {
	width:600px;
	margin-left:1px;
	padding-bottom:42px;
	background:url(../img/bg_popup_02.gif) repeat-x left top;
}
#popup-box3 .box1 {
	position:relative;
}
#popup-box3 .box1 h1 {
	position:absolute;
	width:665px;
}
#popup-box3 .text {
	color:#ffffff;
	margin:0 126px 35px 26px;
	padding-top:155px;
}
#popup-box3 table {
	width:550px;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	margin-left:25px;
}
#popup-box3 th {
	width:105px;
	text-align:left;
	vertical-align:top;
}
#popup-box3 td {
	color:#ffffff;
	text-align:left;
	vertical-align:middle;
	padding-bottom:10px;
}
#popup-box3 td span {
	font-size:14px;
	font-weight:bold;
	display:block;
}

#popup-box4 {
	width:600px;
	margin-left:1px;
	padding-top:35px;
	padding-bottom:50px;
	background:url(../img/bg_popup_02.gif) repeat-x left top;
}
#popup-box4-inner {
	margin:0 27px;
}
#popup-box4 p {
	color:#ffffff;
}
#popup-box4 .box1 {
	width:546px;
	padding:12px 0;
	background:url(../img/bg_popup_03.gif) no-repeat left bottom;
	border-top:solid 5px #ffffff;
}
#popup-box4 .box1 ul {
	margin-left:20px;
	color:#ffffff;
}
#popup-box4 .box1 li {
	width:120px;
	text-align:center;
	margin-right:9px;
	display:inline;
	float:left;
}
#popup-box4 .text {
	margin:0 20px 15px 20px;
	padding-top:10px;
	border-top:solid 1px #ff5e5d;
}
#popup-box4 .bt {
	text-align:center;
}
#popup-box4 .bt img {
	display:inline;
}

