@charset "UTF-8";
@import "base.css";

/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                 03  Header                      */
/*                 04  Navigation                  */
/*                 05  Footer                      */
/*                 06  Contents                    */
/*                 07  Index                       */
/*                 08  Outline                     */
/*                 09  Concept                     */
/*                 10  Prepare                     */
/*                 11  Upper                       */
/*                 12  Lower                       */
/*                 13  General                     */
/*                 14  Sinus                       */
/*                 15  Flow_sinus                  */
/*                 16  Case_sinus_a                */
/*                 17  Case_sinus_b                */
/*                 18  Socket                      */
/*                 19  Prp                         */
/*                 20  Laser                       */
/*                 21  Cases                       */
/*                 22  Cost                        */
/*                 23  Faq                         */
/*                 24  Voice                       */
/*                 25  Distant                     */
/*                 26  Access                      */
/*                 27  Sitemap                     */
/*                                                 */
/*=======================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: #fff url(../images/body_bg.jpg) bottom repeat-x; }

#wrapper {
	background: url(../images/wrapper_bg.jpg) top repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	}

#main {
	width: 810px;
	margin: 0 auto;
	padding-bottom: 10px;
	background: url(../images/main_bg.jpg) center repeat-y;
	text-align: left;
	}

#content {
	width: 625px;
	float: right;
	font-size: 100%;
	line-height: 1.6;
	color: #666;
	background: url(../images/content_bg.jpg) left repeat-y;
	padding: 0;
	}

#flash {
	clear: both;
	width: 800px;
	height: 307px;
	margin: 0 auto;
	background: #000 url(../images/flash_bg.jpg) bottom no-repeat;
	}

/*---------- 03  Header -----------*/

#header {
	background: url(../images/header_bg.jpg) 0 0 no-repeat;
	width: 810px;
	margin: 0 auto;
	padding: 0;
	}

#header_description {
	background: #091e42;
	color: #aaaaaa;
	margin: 0;
	text-align: center;
	}
#header_description p {
	width: 810px;
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 85%;
	}
*:first-child+html #header_description p { font-size: 9px; } /*  for IE7 only */
* html body #header_description p { font-size: 9px; } /*  for IE6 only */

h1 {
	text-indent: -9999px;
	width: 370px;
	height: 85px;
	line-height: 1.0;
	float: left;
	}
h1 a {
	display: block;
	width: 360px;
	height: 80px;
	margin: 0 5px;
	background: url(../images/header_bg.jpg) -5px 0 no-repeat;
	}

#header p.tel {
	float: right;
	margin: 0;
	padding: 20px 0 0;
	width: 225px;
	}
#header p.tel img { display: block; }

#header_nav {
	clear: both;
	margin: 0;
	padding: 0 5px 19px;
	list-style: none;
	background: url(../images/header_nav_bottom.jpg) bottom repeat-x;
	}

#header_nav li {
	width: 200px;
	float: left;
	text-indent: -9999px;
	list-style: none;
	margin: 0;
	padding: 0;
	}
#header_nav li a {
	display: block;
	height: 31px;
	text-indent: -9999px;
	}

#header_nav01 a { background: url(../images/header_nav.jpg) 0 0 no-repeat; }
#header_nav02 a { background: url(../images/header_nav.jpg) -200px 0 no-repeat; }
#header_nav03 a { background: url(../images/header_nav.jpg) -400px 0 no-repeat; }
#header_nav04 a { background: url(../images/header_nav.jpg) -600px 0 no-repeat; }

#header_nav01 a:hover { background: url(../images/header_nav.jpg) 0 -31px no-repeat; }
#header_nav02 a:hover { background: url(../images/header_nav.jpg) -200px -31px no-repeat; }
#header_nav03 a:hover { background: url(../images/header_nav.jpg) -400px -31px no-repeat; }
#header_nav04 a:hover { background: url(../images/header_nav.jpg) -600px -31px no-repeat; }


/*----------04  Navigation -----------*/

#nav {
	width: 185px;
	float: left;
	padding: 0;
	}

#nav ul,
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#nav .internal li {
	height: 40px;
	text-indent: -9999px;
	}

#nav .internal li a {
	display: block;
	height: 40px;
	}

#nav dl,
#nav dl dt,
#nav dl dd {
	margin: 0;
	padding: 0;
	}
#nav dl {
	margin: 0 1px 0 9px;
	background: url(../images/nav.jpg) 0 0 no-repeat;
	}
#nav dl dt {
	text-indent: -9999px;
	}
#nav dl dd a {
	display: block;
	height: 20px;
	text-indent: -9999px;
	}

#nav_title01 {
	height: 36px;
	background: url(../images/nav.jpg) 0 0 no-repeat;
	}
#nav_title02 {
	height: 47px;
	background: url(../images/nav.jpg) 0 -76px no-repeat;
	}
#nav_title03 {
	height: 46px;
	background: url(../images/nav.jpg) 0 -202px no-repeat;
	}
#nav dl #nav13 { height: 38px; }
#nav dl #nav13 a { height: 30px; }

#nav ul,
#nav ul li {
	margin: 0;
	padding: 0;
	}
#nav ul {
	margin: 0 1px 0 9px;
	}
#nav ul li a {
	display: block;
	height: 25px;
	text-indent: -9999px;
	}
#nav ul #nav18 { height: 35px; }


#nav01 a { background: url(../images/nav.jpg) 0 -36px no-repeat; }
#nav02 a { background: url(../images/nav.jpg) 0 -56px no-repeat; }
#nav03 a { background: url(../images/nav.jpg) 0 -123px no-repeat; }
#nav04 a { background: url(../images/nav.jpg) 0 -143px no-repeat; }
#nav05 a { background: url(../images/nav.jpg) 0 -163px no-repeat; }
#nav06 a { background: url(../images/nav.jpg) 0 -183px no-repeat; }
#nav07 a { background: url(../images/nav.jpg) 0 -249px no-repeat; }
#nav08 a { background: url(../images/nav.jpg) 0 -269px no-repeat; }
#nav09 a { background: url(../images/nav.jpg) 0 -289px no-repeat; }
#nav10 a { background: url(../images/nav.jpg) 0 -309px no-repeat; }
#nav11 a { background: url(../images/nav.jpg) 0 -329px no-repeat; }
#nav12 a { background: url(../images/nav.jpg) 0 -349px no-repeat; }
#nav13 a { background: url(../images/nav.jpg) 0 -369px no-repeat; }
#nav14 a { background: url(../images/nav.jpg) 0 -407px no-repeat; }
#nav15 a { background: url(../images/nav.jpg) 0 -432px no-repeat; }
#nav16 a { background: url(../images/nav.jpg) 0 -457px no-repeat; }
#nav17 a { background: url(../images/nav.jpg) 0 -482px no-repeat; }
#nav18 a { background: url(../images/nav.jpg) 0 -507px no-repeat; }

#nav01 a:hover { background: url(../images/nav.jpg) -172px -36px no-repeat; }
#nav02 a:hover { background: url(../images/nav.jpg) -172px -56px no-repeat; }
#nav03 a:hover { background: url(../images/nav.jpg) -172px -123px no-repeat; }
#nav04 a:hover { background: url(../images/nav.jpg) -172px -143px no-repeat; }
#nav05 a:hover { background: url(../images/nav.jpg) -172px -163px no-repeat; }
#nav06 a:hover { background: url(../images/nav.jpg) -172px -183px no-repeat; }
#nav07 a:hover { background: url(../images/nav.jpg) -172px -249px no-repeat; }
#nav08 a:hover { background: url(../images/nav.jpg) -172px -269px no-repeat; }
#nav09 a:hover { background: url(../images/nav.jpg) -172px -289px no-repeat; }
#nav10 a:hover { background: url(../images/nav.jpg) -172px -309px no-repeat; }
#nav11 a:hover { background: url(../images/nav.jpg) -172px -329px no-repeat; }
#nav12 a:hover { background: url(../images/nav.jpg) -172px -349px no-repeat; }
#nav13 a:hover { background: url(../images/nav.jpg) -172px -369px no-repeat; }
#nav14 a:hover { background: url(../images/nav.jpg) -172px -407px no-repeat; }
#nav15 a:hover { background: url(../images/nav.jpg) -172px -432px no-repeat; }
#nav16 a:hover { background: url(../images/nav.jpg) -172px -457px no-repeat; }
#nav17 a:hover { background: url(../images/nav.jpg) -172px -482px no-repeat; }
#nav18 a:hover { background: url(../images/nav.jpg) -172px -507px no-repeat; }

#nav p {
	margin: 0 0 5px;
	padding-left: 5px;
	text-align: center;
	}
#nav p.top {
	padding-top: 4px;
	background: url(../images/nav_bg_top2.jpg) right top no-repeat;
	}
#index #nav p.top {
	background: url(../images/nav_bg_top.jpg) right top no-repeat;
	padding-top: 0;
	}


/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	width: 810px;
	height: 89px;
	margin: 0 auto;
	background: url(../images/footer_bg.jpg) top no-repeat;
	font-size: 85%;
	text-align: center;
	color: #999999;
	}
*:first-child+html #footer { font-size: 9px; } /*  for IE7 only */
* html body #footer { font-size: 9px; } /*  for IE6 only */

#footer a {
	text-decoration: none;
	color: #5b4c00;
	}
#footer a:hover { text-decoration: underline; }

#footer ul {
	float: right;
	list-style: none;
	margin: 0;
	padding: 10px 0 0;
	width: 170px;
	list-style: none;
	}

#footer ul li {
	float: left;
	width: 80px;
	margin: 0;
	padding: 0;
	list-style: none;
	}
#footer ul li a {
	display: block;
	height: 20px;
	text-indent: -9999px;
	}
#footer ul #footer_nav01 a { background: url(../images/footer_nav.jpg) 0 0 no-repeat; }
#footer ul #footer_nav02 a { background: url(../images/footer_nav.jpg) -80px 0 no-repeat; }
#footer ul #footer_nav01 a:hover { background: url(../images/footer_nav.jpg) 0 -20px no-repeat; }
#footer ul #footer_nav02 a:hover { background: url(../images/footer_nav.jpg) -80px -20px no-repeat; }

#footer address {
	clear: both;
	padding: 20px 1em 0;
	}


/*---------- 06  Contents -----------*/

.section { padding: .5em 25px .5em 20px; }
.section .section { padding: .5em 0; }

.section p {
	padding: 0 10px;
	line-height: 1.3;
	margin-bottom: 1em;
	}
.section .banner {
	padding: 0;
	}

.center { text-align: center; }

.m-bnr a {
display:block;
background:url(../images/movie_banner.jpg) 0 0 no-repeat;
height:100px;
width:580px;
text-indent:-9999px;
outline:none;
}
.m-bnr a:hover { background-position:bottom;}

#content h2 {
	height: 75px;
	text-indent: -9999px;
	margin: 0;
	}
#content h3 {
	height: 40px;
	text-indent: -9999px;
	margin: 0;
	}
#content h4 {
	height: 26px;
	text-indent: -9999px;
	}

#content h5 {
	font-size: 108%;
	font-weight: bold;
	margin: 1em 0 .3em .3em;
	}

#content ul {
	margin: 0 0 0 10px;
	}
#content ul li {
	list-style: none;
	background: url(../images/li_bg.jpg) 5px 9px no-repeat;
	padding-left: 15px;
	}
#content ul.olist li {
	background-image: none;
	padding-left: 0;
	}

#content dt { font-weight: bold; }

#content a { text-decoration: underline; }
a {
	color: #264b8f;
	outline: none;
	}
a:hover { color: #7d8fb5; }

#content blockquote {
	margin: .5em;
	background: url(../images/blockquote_bg.jpg) top left repeat-y;
	padding: .5em 1em;
	}

#content .image_l  {
	float: left;
	margin: 0 10px 10px 0;
	}

#content .image_r {
	float: right;
	margin: 0 0 10px 10px;
	}

.case {
	margin: 0 10px;
	padding: 0;
	background: url(../images/arrow_h.jpg) center center no-repeat;
	}
.no_arrows .case {
	background-image: none;
	}

.case dl {
	margin: 0;
	padding: 0 20px 5px;
	}
.case dl dt,
.case dl dd {
	margin: 0;
	padding: 0;
	text-align: center;
	}
.case dl dt {
	font-weight: 100;
	background: #ccc;
	}
.case .alpha {
	float: left;
	}
.case .beta {
	float: right;
	}
.case p {
	margin: 0;
	padding: 0 20px 5px;
	}
.case p.caption {
	text-align: center;
	background: #ccc;
	margin: 0 20px;
	}


#content ul.totop {
	clear: both;
	padding-bottom: 20px;
	}

#content ul.totop li {
	list-style: none;
	width: 150px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	float: right;
	background-image: none;
	}
#content ul.totop li a {
	display: block;
	height: 30px;
	background: url(../images/to_top.jpg) 0 0 no-repeat;
	}

p.caution {
	color: #b98f15;
	}

/* 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 */

table {
	border: 1px solid #ccc;
	font-size: 100%;
	}
table tr th,
table tr td {
	border: 1px solid #ccc;
	padding: 0 .5em;
	text-align: left;
	line-height: 1.3;
	}

#content .bordered {
	border: 1px solid #ccc;
	padding: 4px;
	margin-bottom: 5px;
	}
#content .colored {
	background: #d2d8e4;
	padding: 9px;
	margin-bottom: 5px;
	}
#content .boxed {
	background: #e8ebf0;
	border: 1px solid #bdc3c9;
	padding: 9px;
	margin-bottom: 5px;
	}
#content .blacked {
	background: #000;
	color: #fff;
	padding: 4px;
	margin-bottom: 5px;
	}
#content .blue {
	color: #264b8f;
	}

strong {
	color: #3064c5;
	padding-left: .2em;
	padding-right: .2em;
	font-weight: 100;
	}

#content .movie_bt01 {
	margin-left: 320px;
	}
#content .movie_bt01 a {
	display: block;
	width: 240px;
	height: 60px;
	text-indent: -9999px;
	background: url(../images/page_link01.jpg) 0 0 no-repeat;
	}
#content .movie_bt01 a:hover { background: url(../images/page_link01.jpg) 0 -60px no-repeat; }

#content .movie_bt02 {
	float: right;
	}
#content .movie_bt02 a {
	display: block;
	width: 210px;
	height: 40px;
	text-indent: -9999px;
	background: url(../images/page_link08.jpg) 0 0 no-repeat;
	}
#content .movie_bt02 a:hover { background: url(../images/page_link08.jpg) 0 -40px no-repeat; }

#content .movie_bt03 {
	margin-left: 380px;
	padding-top: 25px;
	}
#content .movie_bt03 a {
	display: block;
	width: 160px;
	height: 40px;
	text-indent: -9999px;
	background: url(../images/page_link11.jpg) 0 0 no-repeat;
	}
#content .movie_bt03 a:hover { background: url(../images/page_link11.jpg) 0 -40px no-repeat; }

.rightbox {
	margin-left: 220px;
	}
.leftbox {
	margin-right: 220px;
	}


/*-------- 07  Index --------*/

#index #content #title01 { background: url(../images/index_h2-01.jpg) 0 0 no-repeat; }
#index #content #title02 {
	height: 60px;
	background: url(../images/index_h3-02.jpg) 0 0 no-repeat;
	}

#index .alpha {
	float: left;
	width: 400px;
	padding-top: 49px;
	}
#index .alpha ul {
	border-top: 1px solid #cccccc;
	margin: 0;
	padding: 20px 10px 0 20px;
	}
#index .alpha ul li {
	height: 95px;
	padding: 0;
	}
#index .alpha ul li a {
	display: block;
	text-indent: -9999px;
	height: 85px;
	}
#index .alpha ul #pickup01 a { background: url(../images/pickup.jpg) 0 0 no-repeat; }
#index .alpha ul #pickup02 a { background: url(../images/pickup.jpg) 0 -85px no-repeat; }
#index .alpha ul #pickup03 a { background: url(../images/pickup.jpg) 0 -170px no-repeat; }
#index .alpha ul #pickup04 a { background: url(../images/pickup.jpg) 0 -255px no-repeat; }
#index .alpha ul #pickup05 a { background: url(../images/pickup.jpg) 0 -340px no-repeat; }

#index .alpha ul #pickup01 a:hover { background: url(../images/pickup.jpg) -370px 0 no-repeat; }
#index .alpha ul #pickup02 a:hover { background: url(../images/pickup.jpg) -370px -85px no-repeat; }
#index .alpha ul #pickup03 a:hover { background: url(../images/pickup.jpg) -370px -170px no-repeat; }
#index .alpha ul #pickup04 a:hover { background: url(../images/pickup.jpg) -370px -255px no-repeat; }
#index .alpha ul #pickup05 a:hover { background: url(../images/pickup.jpg) -370px -340px no-repeat; }

#index .beta {
	float: right;
	width: 225px;
	background: url(../images/index_clinic_bg.jpg) 0 0 repeat-y;
	}
#index .beta .center {
	margin-right: 5px;
	}
#index .beta dl,
#index .beta dl dt,
#index .beta dl dd {
	margin: 0;
	padding: 0;
	}
#index .beta dl {
	margin: 0 10px 0 20px;
	color: #888888;
	font-size: 93%;
	}
#index .beta dl dt {
	height: 15px;
	text-indent: -9999px;
	}
#index .beta dl dd {
	line-height: 1.2;
	padding-top: 3px;
	padding-bottom: 10px;
	}
#index .beta dl dd dl {
	margin: 0;
	}
#index .beta dl dd dl dt {
	float: left;
	width: 70px;
	height: auto;
	text-indent: 0;
	font-weight: 100;
	}
#index .beta dl dd dl dd {
	margin-left: 70px;
	padding: 0;
	}
#index .beta dl dd .clinic_reserve {
	height: 15px;
	text-indent: -9999px;
	margin-right: 20px;
	background: url(../images/index_clinic_reserve.jpg) right 0 no-repeat;
	}
#index .beta .index_access {
	height: 50px;
	background: url(../images/index_clinic_bottom.jpg) 0 bottom no-repeat;
	margin: 0;
	padding: 0 19px 0 79px;
	}
#index .beta .index_access a {
	display: block;
	height: 22px;
	background: url(../images/index_access.jpg) 0 0 no-repeat;
	text-indent: -9999px;
	}
#index .beta .index_access a:hover { background: url(../images/index_access.jpg) 0 -22px no-repeat; }

#index .beta dl #clinic_title01 { background: url(../images/index_clinic01.jpg) 0 0 no-repeat; }
#index .beta dl #clinic_title02 { background: url(../images/index_clinic02.jpg) 0 0 no-repeat; }
#index .beta dl #clinic_title03 { background: url(../images/index_clinic03.jpg) 0 0 no-repeat; }
#index .beta dl #clinic_title04 { background: url(../images/index_clinic04.jpg) 0 0 no-repeat; }


/*-------- 08  Outline --------*/

#outline #content #title01 { background: url(../images/outline_h2-01.jpg) 0 0 no-repeat; }
#outline #content #title02 { background: url(../images/outline_h3-02.jpg) 0 0 no-repeat; }
#outline #content #title03 { background: url(../images/outline_h3-03.jpg) 0 0 no-repeat; }
#outline #content #title04 { background: url(../images/outline_h4-04.jpg) 0 0 no-repeat; }
#outline #content #title05 { background: url(../images/outline_h3-05.jpg) 0 0 no-repeat; }
#outline #content #title06 { background: url(../images/outline_h4-06.jpg) 0 0 no-repeat; }
#outline #content #title07 { background: url(../images/outline_h4-07.jpg) 0 0 no-repeat; }
#outline #content #title08 { background: url(../images/outline_h4-08.jpg) 0 0 no-repeat; }

#outline #content .chart tr th {
	background: #091e5c;
	color: #fff;
	width: 120px;
	}


/*-------- 09  Concept --------*/

#concept #content #title01 { background: url(../images/concept_h2-01.jpg) 0 0 no-repeat; }
#concept #content #title02 {
	height: 160px;
	background: url(../images/concept_h3-02.jpg) 0 0 no-repeat;
	}
#concept #content #title03 { background: url(../images/concept_h3-03.jpg) 0 0 no-repeat; }
#concept #content #title04 { background: url(../images/concept_h4-04.jpg) 0 0 no-repeat; }
#concept #content #title05 { background: url(../images/concept_h3-05.jpg) 0 0 no-repeat; }
#concept #content #title06 { background: url(../images/concept_h4-06.jpg) 0 0 no-repeat; }
#concept #content #title07 { background: url(../images/concept_h3-07.jpg) 0 0 no-repeat; }
#concept #content #title08 { background: url(../images/concept_h4-08.jpg) 0 0 no-repeat; }
#concept #content #title09 { background: url(../images/concept_h4-09.jpg) 0 0 no-repeat; }
#concept #content #title10 { background: url(../images/concept_h4-10.jpg) 0 0 no-repeat; }

#concept #content .pagelink { margin-left: 320px; text-align: center; }


/*-------- 10  Prepare --------*/

#prepare #content #title01 { background: url(../images/prepare_h2-01.jpg) 0 0 no-repeat; }
#prepare #content #title03 { background: url(../images/prepare_h3-03.jpg) 0 0 no-repeat; }
#prepare #content #title04 { background: url(../images/prepare_h4-04.jpg) 0 0 no-repeat; }
#prepare #content #title05 { background: url(../images/prepare_h4-05.jpg) 0 0 no-repeat; }
#prepare #content #title06 { background: url(../images/prepare_h4-06.jpg) 0 0 no-repeat; }
#prepare #content #title07 { background: url(../images/prepare_h4-07.jpg) 0 0 no-repeat; }
#prepare #content #title08 { background: url(../images/prepare_h4-08.jpg) 0 0 no-repeat; }
#prepare #content #title09 { background: url(../images/prepare_h4-09.jpg) 0 0 no-repeat; }
#prepare #content #title10 { background: url(../images/prepare_h4-10.jpg) 0 0 no-repeat; }
#prepare #content #title11 { background: url(../images/prepare_h4-11.jpg) 0 0 no-repeat; }
#prepare #content #title12 { background: url(../images/prepare_h4-12.jpg) 0 0 no-repeat; }
#prepare #content #title13 { background: url(../images/prepare_h4-13.jpg) 0 0 no-repeat; }

#prepare #content h4 {
	border-bottom: 2px solid #7d8fb5;
	margin-bottom: 5px;
	}

#prepare .flow {
	padding-bottom: 30px;
	margin-bottom: 5px;
	background: url(../images/arrow_v.jpg) no-repeat center bottom;
	}

#prepare #content table {
	margin: 0 10px;
	}

#prepare #content table tr th {
	background: #ccc;
	color: #333;
	font-weight: 100;
	}

#prepare #content .pagelink { margin-left: 320px; }
#prepare #content .preparation tr th { width: 280px; }
#prepare #content .preparation tr td { text-align: center; }

#prepare #content ol li {
	list-style-position: inside;
	}

#prepare #content .banners p {
	width: 260px;
	}
#prepare #content .banners p a {
	display: block;
	height: 70px;
	text-indent: -9999px;
	}
#prepare #content .banners .banner01 { float: left; }
#prepare #content .banners .banner02 { float: right; }

#prepare #content .banners .banner01 a { background: url(../images/page_link02.jpg) 0 0 no-repeat; }
#prepare #content .banners .banner02 a { background: url(../images/page_link03.jpg) 0 0 no-repeat; }

#prepare #content .banners .banner01 a:hover { background: url(../images/page_link02.jpg) 0 -70px no-repeat; }
#prepare #content .banners .banner02 a:hover { background: url(../images/page_link03.jpg) 0 -70px no-repeat; }



/*-------- 11  Upper --------*/

#upper #content #title01 { background: url(../images/upper_h2-01.jpg) 0 0 no-repeat; }
#upper #content #title02 { background: url(../images/upper_h3-02.jpg) 0 0 no-repeat; }
#upper #content #title03 { background: url(../images/upper_h4-03.jpg) 0 0 no-repeat; }
#upper #content #title04 { background: url(../images/upper_h4-04.jpg) 0 0 no-repeat; }
#upper #content #title05 { background: url(../images/upper_h4-05.jpg) 0 0 no-repeat; }
#upper #content #title06 { background: url(../images/upper_h4-06.jpg) 0 0 no-repeat; }
#upper #content #title07 { background: url(../images/upper_h4-07.jpg) 0 0 no-repeat; }
#upper #content #title08 { background: url(../images/upper_h4-08.jpg) 0 0 no-repeat; }
#upper #content #title09 { background: url(../images/upper_h4-09.jpg) 0 0 no-repeat; }
#upper #content #title10 { background: url(../images/upper_h4-10.jpg) 0 0 no-repeat; }
#upper #content #title11 { background: url(../images/upper_h4-11.jpg) 0 0 no-repeat; }
#upper #content #title12 { background: url(../images/upper_h4-12.jpg) 0 0 no-repeat; }
#upper #content #title13 { background: url(../images/upper_h3-13.jpg) 0 0 no-repeat; }

#upper #content h4 {
	border-bottom: 2px solid #7d8fb5;
	margin-bottom: 5px;
	}

#upper .case p {
	margin: 0 0 10px;
	padding: 0;
	}
#upper .case .caption {
	text-align: center;
	padding: .2em 10px;
	margin: 0;
	}
#upper .case .center {
	padding: .3em 10px;
	margin: 0;
	margin: 0 0 5px;
	}
#upper .case .alpha p {
	text-align: left;
	}
#upper .case .beta p {
	text-align: right;
	}

#upper .case .alpha .caption,
#upper .case .beta .caption {
	text-align: center;
	padding: .3em 0;
	}

#upper .flows {
	padding-bottom: 30px;
	margin-bottom: 10px;
	background: url(../images/arrow_v.jpg) center bottom no-repeat;
	}

#upper #content .banners p {
	width: 260px;
	}
#upper #content .banners p a {
	display: block;
	height: 70px;
	text-indent: -9999px;
	}
#upper #content .banners .banner01 { float: left; }
#upper #content .banners .banner02 { float: right; }

#upper #content .banners .banner01 a { background: url(../images/page_link03.jpg) 0 0 no-repeat; }
#upper #content .banners .banner02 a { background: url(../images/page_link04.jpg) 0 0 no-repeat; }

#upper #content .banners .banner01 a:hover { background: url(../images/page_link03.jpg) 0 -70px no-repeat; }
#upper #content .banners .banner02 a:hover { background: url(../images/page_link04.jpg) 0 -70px no-repeat; }



/*-------- 12  Lower --------*/

#lower #content #title01 { background: url(../images/lower_h2-01.jpg) 0 0 no-repeat; }
#lower #content #title02 { background: url(../images/lower_h3-02.jpg) 0 0 no-repeat; }
#lower #content #title03 { background: url(../images/lower_h4-03.jpg) 0 0 no-repeat; }
#lower #content #title04 { background: url(../images/lower_h4-04.jpg) 0 0 no-repeat; }
#lower #content #title05 { background: url(../images/lower_h4-05.jpg) 0 0 no-repeat; }
#lower #content #title06 { background: url(../images/lower_h4-06.jpg) 0 0 no-repeat; }
#lower #content #title07 { background: url(../images/lower_h4-07.jpg) 0 0 no-repeat; }
#lower #content #title08 { background: url(../images/lower_h4-08.jpg) 0 0 no-repeat; }
#lower #content #title09 { background: url(../images/lower_h3-09.jpg) 0 0 no-repeat; }
#lower #content #title10 { background: url(../images/lower_h4-10.jpg) 0 0 no-repeat; }
#lower #content #title11 { background: url(../images/lower_h4-11.jpg) 0 0 no-repeat; }
#lower #content #title12 { background: url(../images/lower_h4-12.jpg) 0 0 no-repeat; }
#lower #content #title13 { background: url(../images/lower_h3-13.jpg) 0 0 no-repeat; }
#lower #content #title14 { background: url(../images/lower_h3-14.jpg) 0 0 no-repeat; }

#lower #content h4 {
	border-bottom: 2px solid #7d8fb5;
	margin-bottom: 5px;
	}

#lower .case p {
	margin: 0 0 10px;
	padding: 0;
	}
#lower .case .caption {
	text-align: center;
	padding: .2em 10px;
	margin: 0;
	}
#lower .case .center {
	padding: .3em 10px;
	margin: 0;
	margin: 0 0 5px;
	}
#lower .case .alpha p {
	text-align: left;
	}
#lower .case .beta p {
	text-align: right;
	}

#lower .case .alpha .caption,
#lower .case .beta .caption {
	text-align: center;
	padding: .3em 0;
	}

#lower .flows {
	padding-bottom: 30px;
	margin-bottom: 10px;
	background: url(../images/arrow_v.jpg) center bottom no-repeat;
	}

#lower .case p.case_description {
	margin: 10px 0;
	padding-left: 15px;
	background: url(../images/arrow_little.jpg) left center no-repeat;
	}

#lower #content .banners p {
	width: 260px;
	}
#lower #content .banners p a {
	display: block;
	height: 70px;
	text-indent: -9999px;
	}
#lower #content .banners .banner01 { float: left; }
#lower #content .banners .banner02 { float: right; }

#lower #content .banners .banner01 a { background: url(../images/page_link02.jpg) 0 0 no-repeat; }
#lower #content .banners .banner02 a { background: url(../images/page_link04.jpg) 0 0 no-repeat; }

#lower #content .banners .banner01 a:hover { background: url(../images/page_link02.jpg) 0 -70px no-repeat; }
#lower #content .banners .banner02 a:hover { background: url(../images/page_link04.jpg) 0 -70px no-repeat; }




/*-------- 13  General --------*/

#general #content #title01 { background: url(../images/general_h2-01.jpg) 0 0 no-repeat; }
#general #content #title02 { background: url(../images/general_h3-02.jpg) 0 0 no-repeat; }
#general #content #title03 { background: url(../images/general_h4-03.jpg) 0 0 no-repeat; }
#general #content #title04 { background: url(../images/general_h4-04.jpg) 0 0 no-repeat; }
#general #content #title05 { background: url(../images/general_h4-05.jpg) 0 0 no-repeat; }
#general #content #title06 { background: url(../images/general_h4-06.jpg) 0 0 no-repeat; }
#general #content #title07 { background: url(../images/general_h4-07.jpg) 0 0 no-repeat; }
#general #content #title08 { background: url(../images/general_h3-08.jpg) 0 0 no-repeat; }
#general #content #title09 { background: url(../images/general_h4-09.jpg) 0 0 no-repeat; }
#general #content #title10 { background: url(../images/general_h4-10.jpg) 0 0 no-repeat; }
#general #content #title11 { background: url(../images/general_h4-11.jpg) 0 0 no-repeat; }
#general #content #title12 { background: url(../images/general_h4-12.jpg) 0 0 no-repeat; }
#general #content #title13 { background: url(../images/general_h4-13.jpg) 0 0 no-repeat; }
#general #content #title14 { background: url(../images/general_h3-14.jpg) 0 0 no-repeat; }
#general #content #title15 { background: url(../images/general_h4-15.jpg) 0 0 no-repeat; }
#general #content #title16 { background: url(../images/general_h4-16.jpg) 0 0 no-repeat; }
#general #content #title17 { background: url(../images/general_h3-17.jpg) 0 0 no-repeat; }
#general #content #title18 { background: url(../images/general_h4-18.jpg) 0 0 no-repeat; }
#general #content #title19 { background: url(../images/general_h4-19.jpg) 0 0 no-repeat; }
#general #content #title20 { background: url(../images/general_h4-20.jpg) 0 0 no-repeat; }
#general #content #title21 { background: url(../images/general_h4-21.jpg) 0 0 no-repeat; }
#general #content #title22 { background: url(../images/general_h4-22.jpg) 0 0 no-repeat; }
#general #content #title23 { background: url(../images/general_h4-23.jpg) 0 0 no-repeat; }
#general #content #title24 { background: url(../images/general_h4-24.jpg) 0 0 no-repeat; }
#general #content #title25 { background: url(../images/general_h4-25.jpg) 0 0 no-repeat; }
#general #content #title26 { background: url(../images/general_h3-26.jpg) 0 0 no-repeat; }
#general #content #title27 { background: url(../images/general_h4-27.jpg) 0 0 no-repeat; }
#general #content #title28 { background: url(../images/general_h4-28.jpg) 0 0 no-repeat; }
#general #content #title29 { background: url(../images/general_h4-29.jpg) 0 0 no-repeat; }
#general #content #title30 { background: url(../images/general_h3-30.jpg) 0 0 no-repeat; }
#general #content #title31 { background: url(../images/general_h4-31.jpg) 0 0 no-repeat; }
#general #content #title32 { background: url(../images/general_h4-32.jpg) 0 0 no-repeat; }
#general #content #title33 { background: url(../images/general_h4-33.jpg) 0 0 no-repeat; }
#general #content #title34 { background: url(../images/general_h3-34.jpg) 0 0 no-repeat; }
#general #content #title35 { background: url(../images/general_h4-35.jpg) 0 0 no-repeat; }
#general #content #title36 { background: url(../images/general_h3-36.jpg) 0 0 no-repeat; }
#general #content #title37 { background: url(../images/general_h4-37.jpg) 0 0 no-repeat; }
#general #content #title38 { background: url(../images/general_h4-38.jpg) 0 0 no-repeat; }
#general #content #title39 { background: url(../images/general_h4-39.jpg) 0 0 no-repeat; }



/*-------- 14  Sinus --------*/

#sinus #content #title01 { background: url(../images/sinus_h2-01.jpg) 0 0 no-repeat; }
#sinus #content #title02 { background: url(../images/sinus_h3-02.jpg) 0 0 no-repeat; }
#sinus #content #title03 { background: url(../images/sinus_h4-03.jpg) 0 0 no-repeat; }
#sinus #content #title04 { background: url(../images/sinus_h4-04.jpg) 0 0 no-repeat; }

#sinus .image_r p {
	margin-bottom: 0;
	padding-bottom: 0;
	}

#sinus #content .banner01 {
	float: right;
	width: 260px;
	}
#sinus #content .banner01 a {
	display: block;
	height: 50px;
	text-indent: -9999px;
	background: url(../images/page_link05.jpg) 0 0 no-repeat;
	}
#sinus #content .banner01 a:hover { background: url(../images/page_link05.jpg) 0 -50px no-repeat; }


/*-------- 15  Flow_sinus --------*/

#flow_sinus #content #title01 { background: url(../images/flow_sinus_h2-01.jpg) 0 0 no-repeat; }
#flow_sinus #content #title02 { background: url(../images/flow_sinus_h3-02.jpg) 0 0 no-repeat; }
#flow_sinus #content #title03 { background: url(../images/flow_sinus_h4-03.jpg) 0 0 no-repeat; }
#flow_sinus #content #title04 { background: url(../images/flow_sinus_h4-04.jpg) 0 0 no-repeat; }

#flow_sinus .flows,
#flow_sinus .flows dt,
#flow_sinus .flows dd {
	margin: 0;
	padding: 0;
	}
#flow_sinus .flows {
	margin-top: 6px;
	margin-right: 220px;
	margin-left: 24px;
	}
#flow_sinus .flows dt {
	border: 1px solid #ccc;
	padding: .1em .4em;
	color: #264b8f;
	}
#flow_sinus .flows dd {
	margin-left: 15px;
	}

#flow_sinus #content .banners p {
	width: 270px;
	}
#flow_sinus #content .banners p a {
	display: block;
	height: 70px;
	text-indent: -9999px;
	}
#flow_sinus #content .banners .banner01 { float: left; }
#flow_sinus #content .banners .banner02 { float: right; }

#flow_sinus #content .banners .banner01 a { background: url(../images/page_link06.jpg) 0 0 no-repeat; }
#flow_sinus #content .banners .banner02 a { background: url(../images/page_link07.jpg) 0 0 no-repeat; }

#flow_sinus #content .banners .banner01 a:hover { background: url(../images/page_link06.jpg) 0 -70px no-repeat; }
#flow_sinus #content .banners .banner02 a:hover { background: url(../images/page_link07.jpg) 0 -70px no-repeat; }


/*-------- 16  Case_sinus_a --------*/

#case_sinus_a #content #title01 { background: url(../images/case_sinus_a_h2-01.jpg) 0 0 no-repeat; }
#case_sinus_a #content #title02 { background: url(../images/case_sinus_a_h3-02.jpg) 0 0 no-repeat; }
#case_sinus_a #content #title03 { background: url(../images/case_sinus_a_h3-03.jpg) 0 0 no-repeat; }
#case_sinus_a #content #title04 { background: url(../images/case_sinus_a_h3-04.jpg) 0 0 no-repeat; }

#case_sinus_a .case p {
	margin: 0;
	padding: 0;
	}
#case_sinus_a .case .caption {
	text-align: center;
	padding: .3em 10px;
	margin: 0 0 5px;
	}
#case_sinus_a .case .alpha p {
	text-align: left;
	}
#case_sinus_a .case .beta p {
	text-align: right;
	}

#case_sinus_a .case .alpha .caption,
#case_sinus_a .case .beta .caption {
	text-align: center;
	padding: .3em 0;
	}

/*-------- 17  Case_sinus_b --------*/

#case_sinus_b #content #title01 { background: url(../images/case_sinus_b_h2-01.jpg) 0 0 no-repeat; }
#case_sinus_b #content #title02 { background: url(../images/case_sinus_b_h3-02.jpg) 0 0 no-repeat; }
#case_sinus_b #content #title03 { background: url(../images/case_sinus_b_h4-03.jpg) 0 0 no-repeat; }
#case_sinus_b #content #title04 { background: url(../images/case_sinus_b_h4-04.jpg) 0 0 no-repeat; }
#case_sinus_b #content #title05 { background: url(../images/case_sinus_b_h4-05.jpg) 0 0 no-repeat; }

#case_sinus_b .case p {
	margin: 0;
	padding: 0;
	}
#case_sinus_b .case .caption {
	text-align: center;
	padding: .3em 10px;
	margin: 0 0 5px;
	}
#case_sinus_b .case .alpha p {
	text-align: left;
	}
#case_sinus_b .case .beta p {
	text-align: right;
	}

#case_sinus_b .case .alpha .caption,
#case_sinus_b .case .beta .caption {
	text-align: center;
	padding: .3em 0;
	}


/*-------- 18  Socket --------*/

#socket #content #title01 { background: url(../images/socket_h2-01.jpg) 0 0 no-repeat; }
#socket #content #title02 { background: url(../images/socket_h3-02.jpg) 0 0 no-repeat; }
#socket #content #title03 { background: url(../images/socket_h4-03.jpg) 0 0 no-repeat; }
#socket #content #title04 { background: url(../images/socket_h3-04.jpg) 0 0 no-repeat; }
#socket #content #title05 { background: url(../images/socket_h4-05.jpg) 0 0 no-repeat; }

#socket #content table tr th {
	background: #ccc;
	}
#socket #content table.double {
	margin: 10px;
	}
#socket #content table.double tr td {
	width: 250px;
	}
#socket #content table.double tr.both td {
	width: auto;
	}


/*-------- 19  Prp --------*/

#prp #content #title01 { background: url(../images/prp_h2-01.jpg) 0 0 no-repeat; }
#prp #content #title02 { background: url(../images/prp_h3-02.jpg) 0 0 no-repeat; }
#prp #content #title03 { background: url(../images/prp_h4-03.jpg) 0 0 no-repeat; }
#prp #content #title04 { background: url(../images/prp_h4-04.jpg) 0 0 no-repeat; }
#prp #content #title05 { background: url(../images/prp_h4-05.jpg) 0 0 no-repeat; }

#prp .leftbox {
	padding: 0;
	}
#prp .rightbox li {
	list-style-position: inside;
	}

#prp .leftbox dt,
#prp .leftbox dd, {
	margin: 0;
	padding: 0;
	padding: 9px;
	line-height: 1.3;
	}
#prp .leftbox dt {
	border: 1px solid #ccc;
	border-bottom: 0;
	padding-bottom: 0;
	color: #264b8f;
	}
#prp .leftbox dd {
	border: 1px solid #ccc;
	border-top: 0;
	margin-bottom: 5px;
	}


/*-------- 20  Laser --------*/

#laser #content #title01 { background: url(../images/laser_h2-01.jpg) 0 0 no-repeat; }
#laser #content #title02 { background: url(../images/laser_h3-02.jpg) 0 0 no-repeat; }
#laser #content #title03 { background: url(../images/laser_h4-03.jpg) 0 0 no-repeat; }
#laser #content #title04 { background: url(../images/laser_h4-04.jpg) 0 0 no-repeat; }
#laser #content #title05 { background: url(../images/laser_h4-05.jpg) 0 0 no-repeat; }
#laser #content #title06 { background: url(../images/laser_h4-06.jpg) 0 0 no-repeat; }
#laser #content #title07 { background: url(../images/laser_h4-07.jpg) 0 0 no-repeat; }
#laser #content #title08 { background: url(../images/laser_h4-08.jpg) 0 0 no-repeat; }

#laser #content .rightbox dt,
#laser #content .rightbox dd {
	margin: 0;
	padding: 0;
	}
#laser #content .rightbox dt {
	background: #ddd;
	font-weight: 100;
	}

#laser #content table tr th {
	background: #ccc;
	}
#laser #content table.double {
	margin: 10px;
	}
#laser #content table.double tr td {
	width: 250px;
	}
#laser #content table.double tr.both td {
	width: auto;
	}

#laser .reference {
	text-align: right;
	font-size: 93%;
	}


/*-------- 21  Cases --------*/

#cases #content #title01 { background: url(../images/cases_h2-01.jpg) 0 0 no-repeat; }
#cases #content #title02 { background: url(../images/cases_h3-02.jpg) 0 0 no-repeat; }
#cases #content #title03 { background: url(../images/cases_h4-03.jpg) 0 0 no-repeat; }
#cases #content #title04 { background: url(../images/cases_h4-04.jpg) 0 0 no-repeat; }
#cases #content #title05 { background: url(../images/cases_h3-05.jpg) 0 0 no-repeat; }
#cases #content #title06 { background: url(../images/cases_h4-06.jpg) 0 0 no-repeat; }
#cases #content #title07 { background: url(../images/cases_h4-07.jpg) 0 0 no-repeat; }
#cases #content #title08 { background: url(../images/cases_h3-08.jpg) 0 0 no-repeat; }
#cases #content #title09 { background: url(../images/cases_h3-09.jpg) 0 0 no-repeat; }

#cases .case .alpha dd {
	text-align: left;
	}
#cases .case .beta dd {
	text-align: right;
	}


/*-------- 22  Cost --------*/

#cost #content #title01 { background: url(../images/cost_h2-01.jpg) 0 0 no-repeat; }
#cost #content #title02 { background: url(../images/cost_h3-02.jpg) 0 0 no-repeat; }
#cost #content #title03 { background: url(../images/cost_h3-03.jpg) 0 0 no-repeat; }
#cost #content #title04 { background: url(../images/cost_h3-04.jpg) 0 0 no-repeat; }
#cost #content #title05 { background: url(../images/cost_h4-05.jpg) 0 0 no-repeat; }
#cost #content #title06 { background: url(../images/cost_h4-06.jpg) 0 0 no-repeat; }

#cost #content table {
	margin: 10px;
	}
#cost #content table thead tr th {
	background: #000;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	color: #fff;
	padding: .2em .4em;
	}
#cost #content table tbody tr th {
	background: #eee;
	}
#cost #content table tbody tr.sum th,
#cost #content table tbody tr.sum td {
	border-top: 3px double #999;
	}

#cost #content .banner01 {
	float: right;
	width: 260px;
	}
#cost #content .banner01 a {
	display: block;
	height: 50px;
	text-indent: -9999px;
	background: url(../images/page_link09.jpg) 0 0 no-repeat;
	}
#cost #content .banner01 a:hover { background: url(../images/page_link09.jpg) 0 -50px no-repeat; }



/*-------- 23  Faq --------*/

#faq #content #title01 { background: url(../images/faq_h2-01.jpg) 0 0 no-repeat; }
#faq #content #title02 { background: url(../images/faq_h3-02.jpg) 0 0 no-repeat; }

#faq #content dl,
#faq #content dl dt,
#faq #content dl dd {
	margin: 0;
	padding: 0;
	}
#faq #content dl dt {
	clear: left;
	border: 1px solid #8092b7;
	border-bottom: 0;
	padding: 5px 10px 0;
	color: #244a8f;
	}
#faq #content dl dd {
	clear: left;
	border: 1px solid #8092b7;
	border-top: 0;
	padding: 5px 10px 10px;
	margin-bottom: 5px;
	line-height: 1.3;
	}

#faq #content dl dt span,
#faq #content dl dd span {
	float: left;
	display: block;
	width: 36px;
	height: 30px;
	text-indent: -9999px;
	}
#faq #content dl dt span { background: url(../images/q.jpg) 0 0 no-repeat; }
#faq #content dl dd span { background: url(../images/a.jpg) 0 0 no-repeat; }

#faq #content .banners p {
	width: 260px;
	}
#faq #content .banners p a {
	display: block;
	height: 50px;
	text-indent: -9999px;
	}
#faq #content .banners .banner01 { float: right; }
#faq #content .banners .banner01 a { background: url(../images/page_link10.jpg) 0 0 no-repeat; }
#faq #content .banners .banner01 a:hover { background: url(../images/page_link10.jpg) 0 -50px no-repeat; }



/*-------- 24  Voice --------*/

#voice #content #title01 { background: url(../images/voice_h2-01.jpg) 0 0 no-repeat; }
#voice #content #title02 { background: url(../images/voice_h3-02.jpg) 0 0 no-repeat; }
#voice #content #title03 { background: url(../images/voice_h4-03.jpg) 0 0 no-repeat; }
#voice #content #title04 { background: url(../images/voice_h4-04.jpg) 0 0 no-repeat; }
#voice #content #title05 { background: url(../images/voice_h4-05.jpg) 0 0 no-repeat; }
#voice #content #title06 { background: url(../images/voice_h4-06.jpg) 0 0 no-repeat; }

#voice #content .interview {
	background: #091d5a url(../images/interview.jpg) top no-repeat;
	padding-top: 36px;
	text-align: center;
	}
#voice #content .interview a {
	color: #7e97c5;
	border: 1px solid #52678c;
	padding: .3em 1em;
	margin: 0 .2em;
	text-decoration: none;
	}
#voice #content .interview a:hover {
	color: #fff;
	background: #52678c;
	}



/*-------- 25  Distant --------*/

#distant #content #title01 { background: url(../images/distant_h2-01.jpg) 0 0 no-repeat; }
#distant #content #title02 { background: url(../images/distant_h3-02.jpg) 0 0 no-repeat; }
#distant #content #title03 { background: url(../images/distant_h3-03.jpg) 0 0 no-repeat; }
#distant #content #title04 { background: url(../images/distant_h4-04.jpg) 0 0 no-repeat; }
#distant #content #title05 { background: url(../images/distant_h4-05.jpg) 0 0 no-repeat; }
#distant #content #title06 { background: url(../images/distant_h4-06.jpg) 0 0 no-repeat; }
#distant #content #title07 { background: url(../images/distant_h4-07.jpg) 0 0 no-repeat; }
#distant #content #title08 { background: url(../images/distant_h4-08.jpg) 0 0 no-repeat; }
#distant #content #title09 { background: url(../images/distant_h4-09.jpg) 0 0 no-repeat; }
#distant #content #title10 { background: url(../images/distant_h3-10.jpg) 0 0 no-repeat; }
#distant #content #title11 { background: url(../images/distant_h4-11.jpg) 0 0 no-repeat; }
#distant #content #title12 { background: url(../images/distant_h3-12.jpg) 0 0 no-repeat; }
#distant #content #title13 {
	background: url(../images/distant_h4-13.jpg) 0 0 no-repeat;
	border-bottom: 2px solid #7d8fb5;
	margin-bottom: 5px;
	}
#distant #content #title14 {
	background: url(../images/distant_h4-14.jpg) 0 0 no-repeat;
	border-bottom: 2px solid #7d8fb5;
	margin-bottom: 5px;
	}
#distant #content #title15 { background: url(../images/distant_h3-15.jpg) 0 0 no-repeat; }
#distant #content #title16 { background: url(../images/distant_h4-16.jpg) 0 0 no-repeat; }
#distant #content #title17 { background: url(../images/distant_h4-17.jpg) 0 0 no-repeat; }
#distant #content #title18 { background: url(../images/distant_h3-18.jpg) 0 0 no-repeat; }
#distant #content #title19 { background: url(../images/distant_h4-19.jpg) 0 0 no-repeat; }
#distant #content #title20 { background: url(../images/distant_h4-20.jpg) 0 0 no-repeat; }
#distant #content #title21 { background: url(../images/distant_h4-21.jpg) 0 0 no-repeat; }
#distant #content #title22 { background: url(../images/distant_h4-22.jpg) 0 0 no-repeat; }

#distant #content #title23 { background: url(../images/distant_h3-23.jpg) 0 0 no-repeat; }
#distant #content #title24 { background: url(../images/distant_h3-24.jpg) 0 0 no-repeat; }


ol.boxed li {
	list-style-position: inside;
	}

#distant .schedule_implant,
#distant .schedule_implant dt,
#distant .schedule_implant dd {
	margin: 0;
	padding: 0;
	}
#distant .schedule_implant {
	margin: 0 10px;
	text-align: center;
	}
#distant .schedule_implant dt {
	background: #eee;
	margin-bottom: 5px;
	}
#distant table tr th {
	color: #264b8f;
	}

#distant .hotels {
	background: #eee;
	padding: 9px 29px;
	}
#distant .hotels div {
	background: #fff;
	border: 1px solid #ccc;
	}
#distant .hotels .alpha { float: left; }
#distant .hotels .beta { float: right; }
#distant .hotels p {
	text-align: center;
	}

/*-------- 26  Access --------*/

#access #content #title01 { background: url(../images/access_h2-01.jpg) 0 0 no-repeat; }
#access #content #title02 { background: url(../images/access_h3-02.jpg) 0 0 no-repeat; }
#access #content #title03 { background: url(../images/access_h3-03.jpg) 0 0 no-repeat; }
#access #content #title04 { background: url(../images/access_h3-04.jpg) 0 0 no-repeat; }
#access #content #title05 { background: url(../images/access_h4-05.jpg) 0 0 no-repeat; }

#access .schedule {
	width: 540px;
	margin: 10px;
	}
#access .schedule tr th {
	background: #ccc;
	}

#access .bordered dl dt {
	background: #000;
	color: #fff;
	}
#access .bordered dl dd p {
	margin: 0;
	}
#access .bordered dl dd p.blue {
	text-align: right;
	padding-top: 10px;
	padding-right: 30px;
	}
#access .bordered dl dd .boxed {
	margin-left: 220px;
	}
#map {margin: 10px auto;
       text-align: center;}

/*-------- 27  Sitemap --------*/

#sitemap #content #title01 { background: url(../images/sitemap_h2-01.jpg) 0 0 no-repeat; }

#sitemap #content ul {
	margin-right: 10px;
	}
#sitemap #content ul li {
	border: 1px solid #ccc;
	margin-bottom: 5px;
	}
#sitemap #content ul li ul li {
	border: 0;
	}
