@charset "UTF-8";
@import "base.css";

/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                 03  Header                      */
/*                 04  Navigation                  */
/*                 05  Footer                      */
/*                 06  Contents                    */
/*                 07  Index                       */
/*                 08  Beginning                   */
/*                 09  Individuality               */
/*                 10  Flow                        */
/*                 11  Specific                    */
/*                 12  Cost                        */
/*                 13  Case                        */
/*                 14  Access                      */
/*                 15  Faq                         */
/*                 16  Inquiry                     */
/*                 17  Sitemap                     */
/*                 18  Banner                      */
/*                 19  Popup                       */
/*                                                 */
/*=======================TOC-END===================*/

/*====================COLOR SCHEME=================*/
/*                                                 */
/*                                                 */
/*==================COLOR SCHEME-END===============*/

/*================フォントサイズ換算===============*/
/*                                                 */
/*                   10px      77%                 */
/*                   11px      85%                 */
/*                   12px      93%                 */
/*                   14px     108%                 */
/*                   16px     124%                 */
/*                                                 */
/*===============フォントサイズ換算-END============*/



/*---------- 01  Base -----------*/

/*-- 冒頭の @import で外部CSSを読み込み --*/



/*---------- 02  Container -----------*/

body { background: #DBF5F3 url(../images/bg.jpg) top repeat-x; }

#wrapper {
	background: url(../images/wrapper_bg.jpg) repeat-y;
	width: 890px;
	margin: 0 auto;
	padding: 20px 0 0;
	text-align: left;
	}

#main {
	margin: 0;
	padding: 0 0 1em 0;
	background: url(../images/main_bg.jpg) repeat-y;
	color: #222;
	line-height: 1.6;
	font-size: 100%;
	}


/*---------- 03  Header -----------*/

#header {
	background: #fff;
	height: 130px;
	margin: 0 20px;
	padding: 0;
	position: relative;
	}

h1 {
	text-indent: -9999px;
	width: 374px;
	height: 80px;
	line-height: 1.0;
	margin: 0 238px;
	}
h1 a {
	display: block;
	height: 50px;
	background: url(../images/h1.jpg) 0 0 no-repeat;
	}

h1.tk {
	text-indent: -9999px;
	width: 320px;
	height: 80px;
	line-height: 1.0;
	margin: 0 265px;
	}
h1.tk a {
	display: block;
	height: 50px;
	background: url(../images/h1_.jpg) 0 0 no-repeat;
	}




.resizer .resizeButtons { position: relative; }
.resizer .resizeButtons {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	margin: 0;
	font-size: 12px;
	}
.resizer .resizeButtons p {
	float: left;
	padding: 2px;
	margin: 0 3px 0 0;
	}
.resizer .sizeS,
.resizer .sizeM,
.resizer .sizeL {
	border: 1px solid #ccc;
	cursor: pointer;
	}
.resizer .sizeS { font-size: 12px; }
.resizer .sizeM { font-size: 14px; }
.resizer .sizeL { font-size: 16px; }
.fontS { font-size: 100%; }
.fontM { font-size: 108%; }
.fontL { font-size: 140%; }

.fontS .resizer .sizeS { 
	background: #333;
	color: #fff;
	}
.fontM .resizer .sizeM {
	background: #333;
	color: #fff;
	}
.fontL .resizer .sizeL {
	background: #333;
	color: #fff;
	}


/*----------04  Navigation -----------*/


#nav,
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#nav li {
	float: left;
	height: 40px;
	text-indent: -9999px;
	}
#nav #nav01 { width: 130px; }
#nav #nav02 { width: 143px; }
#nav #nav03 { width: 87px; }
#nav #nav04 { width: 125px; }
#nav #nav05 { width: 115px; }
#nav #nav06 { width: 75px; }
#nav #nav07 { width: 100px; }
#nav #nav08 { width: 75px; }

#nav li a {
	display: block;
	height: 40px;
	}
#nav #nav01 a { margin-right: 15px; }
#nav #nav02 a { margin-right: 23px; }
#nav #nav03 a { margin-right: 27px; }
#nav #nav04 a { margin-right: 25px; }
#nav #nav05 a { margin-right: 20px; }
#nav #nav06 a { margin-right: 25px; }
#nav #nav07 a { margin-right: 20px; }
#nav #nav08 a { margin-right: 0; }

#nav01 a { background: url(../images/nav.jpg) 0 0 no-repeat; }
#nav02 a { background: url(../images/nav.jpg) -130px 0 no-repeat; }
#nav03 a { background: url(../images/nav.jpg) -273px 0 no-repeat; }
#nav04 a { background: url(../images/nav.jpg) -360px 0 no-repeat; }
#nav05 a { background: url(../images/nav.jpg) -485px 0 no-repeat; }
#nav06 a { background: url(../images/nav.jpg) -600px 0 no-repeat; }
#nav07 a { background: url(../images/nav.jpg) -675px 0 no-repeat; }
#nav08 a { background: url(../images/nav.jpg) -775px 0 no-repeat; }

#nav01 a:hover { background: url(../images/nav.jpg) 0 -40px no-repeat; }
#nav02 a:hover { background: url(../images/nav.jpg) -130px -40px no-repeat; }
#nav03 a:hover { background: url(../images/nav.jpg) -273px -40px no-repeat; }
#nav04 a:hover { background: url(../images/nav.jpg) -360px -40px no-repeat; }
#nav05 a:hover { background: url(../images/nav.jpg) -485px -40px no-repeat; }
#nav06 a:hover { background: url(../images/nav.jpg) -600px -40px no-repeat; }
#nav07 a:hover { background: url(../images/nav.jpg) -675px -40px no-repeat; }
#nav08 a:hover { background: url(../images/nav.jpg) -775px -40px no-repeat; }

#nav p { text-align: center; }


/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	padding: 20px 20px 10px;
	margin: 0;
	color: #333;
	}

#footer a {
	text-decoration: none;
	color: #333;
	}
#footer a:hover { text-decoration: underline; }

#footer ul {
	margin: 0;
	list-style: none;
	padding: 0;
	text-align: left;
	}
#footer ul.firstline {
	padding-top: 8px;
	padding-bottom: 8px;
	}

#footer ul li {
	display: inline;
	margin: 0;
	padding: 0;
	color: #999;
	}

#footer .footer_right {
	margin: 0 0 0 145px;
	}
#footer .image_l {
	margin: 0 5px 0 0;
	}

#footer address {
	height: 50px;
	text-indent: -9999px;
	margin-left: 110px;
	background: url(../images/copyright.jpg) center center no-repeat;
	}

#footer .section {
	clear: both;
	margin: 0 0 20px;
	padding: 0;
	}

#footer #footer_title01 {
	background: url(../images/footer_title01.jpg) 0 0 no-repeat;
	height: 40px;
	text-indent: -9999px;
	margin: 0;
	}
#footer #footer_title02 {
	background: url(../images/footer_title02.jpg) 0 0 no-repeat;
	height: 40px;
	text-indent: -9999px;
	margin: 0;
	}

#footer .alpha {
	float: left;
	width: 370px;
	font-size: 85%;
	}

#footer .alpha dl,
#footer .alpha dl dt,
#footer .alpha dl dd {
	margin: 0;
	padding: 0;
	}
#footer .alpha dl {
	margin-right: 5px;
	background: #f6f6f6;
	}
#footer .alpha dl dt {
	float: left;
	width: 60px;
	height: 30px;
	text-indent: -9999px;
	}
#footer .alpha dl .dt01 { background: url(../images/footer_dt01.jpg) 0 0 no-repeat; }
#footer .alpha dl .dt02 { background: url(../images/footer_dt02.jpg) 0 0 no-repeat; }
#footer .alpha dl dd {
	margin-left: 60px;
	margin-right: 15px;
	padding-top: 8px;
	}
#footer .alpha .access_bt {
	text-align: right;
	margin: 0;
	}

#footer .beta {
	float: left;
	width: 260px;
	margin-right: 5px;
	background: #eeeeee;
	}
#footer .beta p {
	margin-left: 5px;
	}
#footer .beta .tel { height: 60px; }
#footer .beta p img {
	display: block;
	}


#footer .gamma {
	float: left;
	width: 215px;
	background: #f6f6f6;
	color: #333;
	}
#footer .gamma dl,
#footer .gamma dl dt,
#footer .gamma dl dd {
	margin: 0;
	padding: 0;
	}
#footer .gamma dl,
#footer .gamma p {
	margin-left: 13px;
	}
#footer .gamma dl dt {
	float: left;
	width: 70px;
	font-weight: normal;
	}
#footer .gamma dl dd {
	margin-left: 70px;
	}


/*---------- 06  Contents -----------*/

.main_image {
	margin: 0 20px 20px;
	height: 210px;
	background: url(../images/main_image.jpg) 0 0 no-repeat;
	text-align: left;
	text-indent: -9999px;
	}
#index .main_image {
	height: 314px;
	background: url(../images/index_main_image.jpg) 0 0 no-repeat;
	}
#beginning .main_image {
	height: 314px;
	background: url(../images/main_image01.jpg) 0 0 no-repeat;
	}
#flow .main_image {
	margin: 0 20px 20px;
	height: 314px;
	background: url(../images/main_image02.jpg) 0 0 no-repeat;
	text-align: left;
	text-indent: -9999px;
	}
#specific .main_image {
	margin: 0 20px 20px;
	height: 314px;
	background: url(../images/main_image03.jpg) 0 0 no-repeat;
	text-align: left;
	text-indent: -9999px;
	}
#cost .main_image {
	margin: 0 20px 20px;
	height: 314px;
	background: url(../images/main_image04.jpg) 0 0 no-repeat;
	text-align: left;
	text-indent: -9999px;
	}
#individuality .main_image {
	margin: 0 20px 20px;
	height: 314px;
	background: url(../images/main_image05.jpg) 0 0 no-repeat;
	text-align: left;
	text-indent: -9999px;
	}
#case .main_image {
	margin: 0 20px 20px;
	height: 314px;
	background: url(../images/main_image06.jpg) 0 0 no-repeat;
	text-align: left;
	text-indent: -9999px;
	}
#faq .main_image {
	margin: 0 20px 20px;
	height: 314px;
	background: url(../images/main_image07.jpg) 0 0 no-repeat;
	text-align: left;
	text-indent: -9999px;
	}
#access .main_image {
	margin: 0 20px 20px;
	height: 314px;
	background: url(../images/main_image08.jpg) 0 0 no-repeat;
	text-align: left;
	text-indent: -9999px;
	}
#inquiry .main_image {
	margin: 0 20px 20px;
	height: 314px;
	background: url(../images/main_image09.jpg) 0 0 no-repeat;
	text-align: left;
	text-indent: -9999px;
	}
.main_image p {
	font-size: 103%;
	color: #333;
	margin: 0 0 0 5px;
	line-height: 1.2;
	}

.main_image .firstline {
	padding-top: 120px;
	margin-bottom: 10px;
	}
#index .main_image p.firstline {
	padding-top: 180px;
	}
*:first-child+html .main_image p { font-size: 9.9px; } /*  for IE7 only */
* html body .main_image p { font-size: 9px; } /*  for IE6 only */


.section { padding: .5em 20px 1em; }
.section .section { padding: .5em 10px; margin-bottom: 5px; }

#index #main .section { padding: .5em 20px; }


p.center { text-align: center; }

#main h2 {
	height: 70px;
	text-indent: -9999px;
	margin: 0 20px;
	}
#main h3 {
	height: 30px;
	text-indent: -9999px;
	margin: 0 0 5px;
	}
#main h4 {
	height: 30px;
	text-indent: -9999px;
	margin: 0;
	}

#main h5 {
	font-size: 108%;
	font-weight: bold;
	margin: 1em 0 .3em .3em;
	}

#main ul li {
	list-style: none;
	background: url(../images/li_bg.jpg) 0 8px no-repeat;
	padding-left: 14px;
	}
#main ul.olist li {
	background-image: none;
	padding-left: 0;
	}

#main dt { font-weight: bold; }

#main a { text-decoration: underline; }
a {
	color: #666;
	outline: none;
	}
a:hover { color: #999; }

#main blockquote {
	margin: .5em;
	background: url(../images/blockquote_bg.jpg) top left repeat-y;
	padding: .5em 1em;
	}

.image_l  {
	float: left;
	margin: 0 16px 16px 0;
	}

.image_r {
	float: right;
	margin: 0 0 16px 16px;
	}

.case {
	background: url(../images/arrow_h.jpg) center center no-repeat;
	}
.case img {
	display: block;
	}

.case .caption {
	text-indent: -9999px;
	width: 280px;
	height: 20px;
	}
.case .image_l .caption { background: url(../images/before.jpg) center 0 no-repeat; }
.case .image_r .caption { background: url(../images/after.jpg) center 0 no-repeat; }


#main ul.totop {
	clear: both;
	padding-bottom: 20px;
	}

#main ul.totop li {
	list-style: none;
	width: 160px;
	height: 20px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	float: right;
	background-image: none;
	}
#main ul.totop li a {
	display: block;
	height: 20px;
	background: url(../images/to_top.jpg) 0 0 no-repeat;
	}

p.caution {
	text-align: right;
	}

/* Hides from IE-mac \*/
p.answer:first-letter {
	display: block;
	padding: 2px;
	background: #4499af;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	border: 1px solid #ccc;
	margin: 0 5px 0 0;
	float: left;
	}
/* End hide from IE-mac */

.bordered {
	border: 1px solid #ddd;
	padding: 5px 9px;
	margin-bottom: 5px;
	}
.bordered_bg {
	background: url(../images/bordered_bg.jpg) bottom repeat-x;
	}
.colored {
	background: #f0f0f0;
	padding: 5px 10px;
	}

table {
	border: 0;
	font-size: 100%;
	color: #333;
	}
table tr th,
table tr td {
	border: 1px solid #ccc;
	}
table tr th h4 {
	height: 25px;
	width: 240px;
	}


/*-------- 07  Index --------*/

#index #info {
	clear: both;
	padding: 0;
	margin: 0;
	color: #333;
	}

#index #info p {
	float: right;
	width: 320px;
	padding: 7px;
	border: solid 5px #eee;
}

#index #info a { text-decoration: underline; }
#index #info a:hover { color: #999; }


/*-------- 08  Beginning --------*/

#beginning #main #title01 { background: url(../images/beginning_h2-01.jpg) 0 0 no-repeat; }
#beginning #main #title02 { background: url(../images/beginning_h3-02.jpg) 0 0 no-repeat; }
#beginning #main #title03 { background: url(../images/beginning_h4-03.jpg) 0 0 no-repeat; }
#beginning #main #title04 { background: url(../images/beginning_h4-04.jpg) 0 0 no-repeat; }
#beginning #main #title05 { background: url(../images/beginning_h4-05.jpg) 0 0 no-repeat; }
#beginning #main #title06 { background: url(../images/beginning_h3-06.jpg) 0 0 no-repeat; }
#beginning #main #title07 { background: url(../images/beginning_h4-07.jpg) 0 0 no-repeat; }
#beginning #main #title08 { background: url(../images/beginning_h4-08.jpg) 0 0 no-repeat; }
#beginning #main #title09 { background: url(../images/beginning_h4-09.jpg) 0 0 no-repeat; }
#beginning #main #title10 { background: url(../images/beginning_h3-10.jpg) 0 0 no-repeat; }
#beginning #main #title11 { background: url(../images/beginning_h4-11.jpg) 0 0 no-repeat; }
#beginning #main #title12 { background: url(../images/beginning_h4-12.jpg) 0 0 no-repeat; }
#beginning #main #title13 { background: url(../images/beginning_h4-13.jpg) 0 0 no-repeat; }
#beginning #main #title14 { background: url(../images/beginning_h4-14.jpg) 0 0 no-repeat; }
#beginning #main #title15 { background: url(../images/beginning_h4-15.jpg) 0 0 no-repeat; }
#beginning #main #title16 { background: url(../images/beginning_h4-16.jpg) 0 0 no-repeat; }

#beginning #main .leftspot h4 {
	float: left;
	width: 220px;
	margin-top: 3px;
	}
#beginning #main .leftspot p {
	margin-left: 220px;
	}

/*--#beginning #main .backgrounded {
	background: url(../images/beginning_sec_bg.jpg) right bottom no-repeat;
	}--*/

/*-------- 09  Individuality --------*/

#individuality #main #title01 { background: url(../images/individuality_h2-01.jpg) 0 0 no-repeat; }
#individuality #main #title02 { background: url(../images/individuality_h3-02.jpg) 0 0 no-repeat; }
#individuality #main #title03 { background: url(../images/individuality_h4-03.jpg) 0 0 no-repeat; }
#individuality #main #title04 { background: url(../images/individuality_h4-04.jpg) 0 0 no-repeat; }
#individuality #main #title05 { background: url(../images/individuality_h3-05.jpg) 0 0 no-repeat; }
#individuality #main #title06 { background: url(../images/individuality_h4-06.jpg) 0 0 no-repeat; }
#individuality #main #title07 { background: url(../images/individuality_h4-07.jpg) 0 0 no-repeat; }
#individuality #main #title08 { background: url(../images/individuality_h3-08.jpg) 0 0 no-repeat; }
#individuality #main #title09 { background: url(../images/individuality_h3-09.jpg) 0 0 no-repeat; }
#individuality #main #title10 { background: url(../images/individuality_h3-10.jpg) 0 0 no-repeat; }

#individuality #main .leftspot {
	margin-right: 200px;
	}
#individuality #main .leftspot .firstline {
	margin-top: 70px;
	}

#individuality #main h4.dr {
	display: block;
	text-indent: 0;
	height: 19px;
	color: #666666;
	font-weight:bold;
	margin-bottom:10px; 
	padding:5px 5px 2px 10px ; 
	border-bottom: 1px dotted  #666666;
	border-left: 3px solid  #666666;
}
#individuality #main h5.dr {
	color: #666666;
	font-weight:bold;
	text-align:left;
	margin-bottom:5px;   
	border-bottom: 1px dotted  #666666;
	padding:2px 5px 2px 0px ; 
}

#individuality #main ul.dr li {
	list-style: none;
	padding: 0;
	background: none;
}
#individuality #main p.image_r {
	color: #666666;
	font-size: 10px;
	text-align: center;
}

#individuality #main img.dr {
	padding: 5px;
	border-top: solid 1px #C0C0C0;
	border-right: solid 1px #808080;
	border-bottom: solid 1px #808080;
	border-left: solid 1px #C0C0C0;
}


/*-------- 10  Flow --------*/

#flow #main #title01 { background: url(../images/flow_h2-01.jpg) 0 0 no-repeat; }
#flow #main #title02 { background: url(../images/flow_h3-02.jpg) 0 0 no-repeat; }
#flow #main #title03 { background: url(../images/flow_h3-03.jpg) 0 0 no-repeat; }
#flow #main #title04 { background: url(../images/flow_h3-04.jpg) 0 0 no-repeat; }
#flow #main #title05 { background: url(../images/flow_h3-05.jpg) 0 0 no-repeat; }
#flow #main #title06 { background: url(../images/flow_h3-06.jpg) 0 0 no-repeat; }
#flow #main #title07 { background: url(../images/flow_h3-07.jpg) 0 0 no-repeat; }
#flow #main #title08 { background: url(../images/flow_h3-08.jpg) 0 0 no-repeat; }
#flow #main #title09 { background: url(../images/flow_h3-09.jpg) 0 0 no-repeat; }
#flow #main #title10 { background: url(../images/flow_h3-10.jpg) 0 0 no-repeat; }

.flow {
	background: url(../images/arrow_v.jpg) center bottom no-repeat;
	margin-bottom: 10px;
	}


/*-------- 11  Specific --------*/

#specific #main #title01 { background: url(../images/specific_h2-01.jpg) 0 0 no-repeat; }
#specific #main #title02 { background: url(../images/specific_h3-02.jpg) 0 0 no-repeat; }
#specific #main #title03 { background: url(../images/specific_h4-03.jpg) 0 0 no-repeat; }
#specific #main #title04 { background: url(../images/specific_h4-04.jpg) 0 0 no-repeat; }
#specific #main #title05 { background: url(../images/specific_h4-05.jpg) 0 0 no-repeat; }
#specific #main #title06 { background: url(../images/specific_h3-06.jpg) 0 0 no-repeat; }
#specific #main #title07 { background: url(../images/specific_h3-07.jpg) 0 0 no-repeat; }

#specific #main .leftspot h4 {
	float: left;
	width: 220px;
	margin-top: 3px;
	}
#specific #main .leftspot p {
	margin-left: 220px;
	}

/*-------- 12  Cost --------*/

#cost #main #title01 { background: url(../images/cost_h2-01.jpg) 0 0 no-repeat; }
#cost #main #title02 { background: url(../images/cost_h3-02.jpg) 0 0 no-repeat; }
#cost #main #title03 { background: url(../images/cost_h4-03.jpg) 0 0 no-repeat; }
#cost #main #title04 { background: url(../images/cost_h4-04.jpg) 0 0 no-repeat; }
#cost #main #title05 { background: url(../images/cost_h3-05.jpg) 0 0 no-repeat; }

#cost #main table {
	margin: 0px 50px;
	}

#cost table tr td {
	background: url(../images/bordered_bg.jpg) bottom repeat-x;
	}

/*-------- 13  Case --------*/

#case #main #title01 { background: url(../images/case_h2-01.jpg) 0 0 no-repeat; }
#case #main #title02 { background: url(../images/case_h3-02.jpg) 0 0 no-repeat; }
#case #main #title03 { background: url(../images/case_h3-03.jpg) 0 0 no-repeat; }
#case #main #title04 { background: url(../images/case_h3-04.jpg) 0 0 no-repeat; }



/*-------- 14  Access --------*/

#access #main #title01 { background: url(../images/access_h2-01.jpg) 0 0 no-repeat; }
#access #main #title02 { background: url(../images/access_h3-02.jpg) 0 0 no-repeat; }
#access #main #title03 { background: url(../images/access_h3-03.jpg) 0 0 no-repeat; }
#access #main #title04 { background: url(../images/access_h3-04.jpg) 0 0 no-repeat; }
#access #main #title05 { background: url(../images/access_h4-05.jpg) 0 0 no-repeat; }
#access #main #title06 { background: url(../images/access_h4-06.jpg) 0 0 no-repeat; }
#access #main #title07 { background: url(../images/access_h3-05.jpg) 0 0 no-repeat; }

#access .clinic table {
	width: 600px;
	}
#access table ul {
	margin: 0;
	}
#access table {
	line-height: 1.2;
	}
#access .map .image_r {
	margin: 0;
	}
#access .vehicle p {
	line-height: 1;
	margin-left: 5px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
	}

#access #map {
	width: 580px;
	height: 300px;
	}


/*-------- 15  Faq --------*/

#faq #main #title01 { background: url(../images/faq_h2-01.jpg) 0 0 no-repeat; }
#faq #main #title02 { background: url(../images/faq_h3-02.jpg) 0 0 no-repeat; }

#faq #main dl,
#faq #main dl dt,
#faq #main dl dd {
	margin: 0;
	padding: 0;
	}

#faq #main dl dt {
	border: 1px solid #ccc;
	border-bottom: 0;
	padding: 14px 19px 9px;
	}
#faq #main dl dd {
	border: 1px solid #ccc;
	border-top: 0;
	padding: 0 19px 14px;
	margin-bottom: 15px;
	line-height: 1.3;
	}
#faq #main dl dd p {
	margin: 0 0 0 24px;
	}
#faq #main dl span {
	float: left;
	display: block;
	width: 24px;
	height: 20px;
	text-indent: -9999px;
	}
#faq #main dl dt span { background: url(../images/q.jpg) 0 0 no-repeat; }
#faq #main dl dd span { background: url(../images/a.jpg) 0 0 no-repeat; }


/*-------- 16  Inquiry --------*/

#inquiry #main #title01 { background: url(../images/inquiry_h2-01.jpg) 0 0 no-repeat; }
#inquiry #main #title02 { background: url(../images/inquiry_h3-02.jpg) 0 0 no-repeat; }
#inquiry #main #title03 { background: url(../images/inquiry_h4-03.jpg) 0 0 no-repeat; }

#inquiry #main .tel {
	text-align: right;
	}
#inquiry #main table {
	width: 570px;
	border:0;
	}

#inquiry #main table th{
border-left:none;
border-right:none;
border-top:none;
border-bottom:dotted 1px #CCCCCC;
	}

#inquiry #main table td{
border-left:none;
border-right:none;
border-top:none;
border-bottom:dotted 1px #CCCCCC;
	}


#inquiry #main .custom input,
#inquiry #main textarea {
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-right: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
	}
#inquiry #main .short {
	width: 4em;
	}
#inquiry #main .long {
	width: 28em;
	}

/*-------- 17  Sitemap --------*/

#sitemap #main #title01 { background: url(../images/sitemap_h2-01.jpg) 0 0 no-repeat; }

#sitemap #main dl {
	border: 1px solid #ccc;
	padding: 19px;
	margin: 0;
	}
#sitemap #main dl dt,
#sitemap #main dl dd {
	margin: 0;
	padding: 0;
	}
#sitemap #main dl dd dl {
	border: 1px solid #e0e0e0;
	}
	
	
/*-------- 18  banner --------*/
.inq-bnr a { 
display:block; 
background:url(../images/inq-bnr.jpg) 0 0 no-repeat;
height:100px;
width:480px;
margin-bottom:13px;
float:right;
outline:none;
text-indent:-9999px;
}
.inq-bnr a:hover { background-position:bottom; }



/*-------- 19  popup --------*/

#popup {
	}

#popup h1 {
	width:498px;
	height:50px;
	margin:10px;
	padding: 5px 0;
	border: solid 1px #ddd;
	background: #fff;
	text-indent:0px;}

#popup h1 img {
	display:block;
	width:374px;
	height:50px;
	margin:0 auto;}


#popup div.conbox{
	width: 470px;
	margin-left: 10px;
	padding: 10px;
	border: solid 5px #eee;
	background: #fff;
	text-align: left;}
	

#popup h2 {
	font-size: 14px;
	margin-bottom: 10px;}

#popup ul {
	margin:25px auto;}

#popup ul li{
	float: left;
	list-style: none;
	margin: 0 5px;}

#popup .name {
	float: right;
	margin:20px 0 20px;}