@charset "UTF-8";
@import "base.css";

/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                 03  Header                      */
/*                 04  Navigation                  */
/*                 05  Footer                      */
/*                 06  Contents                    */
/*                 07  Index                       */
/*                 08  Effect                      */
/*                 09  Self Check                  */
/*                 10  Ortho                       */
/*                 11  Oral Care                   */
/*                 12  For Men                     */
/*                 13  Purpose                     */
/*                 14  Choose                      */
/*                 15  Charge                      */
/*                 16  Consult                     */
/*                 17  Contact                     */
/*                 18  Sitemap                     */
/*                 19  Links                       */
/*                                                 */
/*=======================TOC-END===================*/

/*====================COLOR SCHEME=================*/
/*                                                 */
/*        Main Color - Deep Blue      #003466      */
/*        Main Color - Sky Blue       #2995b2      */
/*        Main Color - Light Grey     #dddddd      */
/*                                                 */
/*        Sub Color  - Black          #000000      */
/*                                                 */
/*==================COLOR SCHEME-END===============*/

/*================フォントサイズ換算===============*/
/*                                                 */
/*                   10px      77%                 */
/*                   11px      85%                 */
/*                   12px      93%                 */
/*                   14px     108%                 */
/*                   16px     124%                 */
/*                                                 */
/*===============フォントサイズ換算-END============*/



/*---------- 01  Base -----------*/

/*-- 冒頭の @import で外部CSSを読み込み --*/



/*---------- 02  Container -----------*/

body {
	background: #eee;
	border-top: 10px solid #000;
	border-bottom: 10px solid #000;
	}

#wrapper {
	background: #fff;
	width: 800px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	}
* html body #wrapper { width: 802px; }

#main {
	margin: 0;
	background: url(../images/main_bg.png) repeat-y;
	}

#content {
	width: 620px;
	float: right;
	font-size: 100%;
	line-height: 1.6;
	color: #666;
	background: #fff;
	padding: 2em 0 1em 0;
	}
* html body #content { width: 610px; }


/*---------- 03  Header -----------*/
h1{
	font-size: 11px;
	position: absolute;
	left: 8px;
	top: 65px;
	z-index: 100;
	width: 500px;
	/*width: 400px;*/
	height: 20px;
	display: block;
	font-weight: 100;
}

#header {
	background: url(../images/header_bg.jpg) 0 0 repeat-x;
	height: 85px;
	width: 800px;
	margin: 0;
	padding: 0;
	position: relative;
	}
#header #top img{ z-index: 0;}
#header #top {
	width: 444px;
	padding: 0;
	float: left;
	margin: 18px 0 0 0;
	z-index: 0;
	}

/*h1 a {
	display: block;
	width: 444px;
	height: 50px;
	background: url(../images/h1.jpg) 0 0 no-repeat;
	}*/

#header .section {
	width: 270px;
	float: right;
	margin: 0;
	padding: 0;
	text-align: right;
	}

#header p.tel {
	margin: 0;
	padding: 0;
	height: 58px;
	}
#header p.tel img { display: block; }

#header_nav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 270px;
	height: 26px;
	}

#header_nav li {
	height: 20px;
	width: 90px;
	float: left;
	list-style: none;
	text-align: center;
	margin: 0;
	padding: 6px 0 0 0;
	background: url(../images/header_tab.jpg) top center no-repeat;
	}
#header_nav li a {
	display: block;
	height: 20px;
	text-decoration: none;
	}


/*----------04  Navigation -----------*/

#nav {
	width: 170px;
	float: left;
	padding: 5px 0 20px 0;
	font-size: 93%
	}

#nav h2 {
	margin: 0;
	padding: 10 0 0 0;
	font-size: 10px;
	}

#about-ortho {
	height: 35px;
	}

#about-clinic {
	height: 36px;
	}

#nav ul {
	margin: 0;
	padding: 0;
	}

#nav li {
	padding: 2px 12px 4px 8px;
	margin: 5px 0 8px 5px;
	list-style: none;
	line-height: 1.2;
	}

#nav .internal01 li { background: url(../images/nav_01.png) left bottom no-repeat; }
#nav .internal02 li { background: url(../images/nav_02.png) left bottom no-repeat; }
#nav .internal03 li { background: url(../images/nav_03.png) left bottom no-repeat; }

#nav .internal02 li.nil {
	padding: 0;
	margin: 8px 0 8xp 5px;
	background-image: none;
	}

#nav .external li { padding-left: 0; }

#nav li a {
	text-decoration: none;
	display: block;
	width: 160px;
	}
#nav li a:hover { background: url(../images/nav_hover.png) center right no-repeat; }


#nav03 a { background: url(../images/nav.png) 0 0 no-repeat; }
#nav04 a { background: url(../images/nav.png) 0 -40px no-repeat; }
#nav05 a { background: url(../images/nav.png) 0 -80px no-repeat; }
#nav06 a { background: url(../images/nav.png) 0 -120px no-repeat; }
#nav07 a { background: url(../images/nav.png) 0 -160px no-repeat; }
#nav08 a { background: url(../images/nav.png) 0 -200px no-repeat; }
#nav09 a { background: url(../images/nav.png) 0 -240px no-repeat; }
#nav10 a { background: url(../images/nav.png) 0 -280px no-repeat; }
#nav11 a { background: url(../images/nav.png) 0 -320px no-repeat; }
#nav12 a { background: url(../images/nav.png) 0 -360px no-repeat; }
#nav13 a { background: url(../images/nav.png) 0 -400px no-repeat; }
#nav14 a { background: url(../images/nav.png) 0 -440px no-repeat; }

#nav03 a:hover { background: url(../images/nav.png) -180px 0 no-repeat; }
#nav04 a:hover { background: url(../images/nav.png) -180px -40px no-repeat; }
#nav05 a:hover { background: url(../images/nav.png) -180px -80px no-repeat; }
#nav06 a:hover { background: url(../images/nav.png) -180px -120px no-repeat; }
#nav07 a:hover { background: url(../images/nav.png) -180px -160px no-repeat; }
#nav08 a:hover { background: url(../images/nav.png) -180px -200px no-repeat; }
#nav09 a:hover { background: url(../images/nav.png) -180px -240px no-repeat; }
#nav10 a:hover { background: url(../images/nav.png) -180px -280px no-repeat; }
#nav11 a:hover { background: url(../images/nav.png) -180px -320px no-repeat; }
#nav12 a:hover { background: url(../images/nav.png) -180px -360px no-repeat; }
#nav13 a:hover { background: url(../images/nav.png) -180px -400px no-repeat; }
#nav14 a:hover { background: url(../images/nav.png) -180px -440px no-repeat; }

#nav p { text-align: center; }


/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	padding: 12px 0 8px 0;
	margin: 0;
	background: #fff url(../images/footer_bg.jpg) bottom repeat-x;
	border-top: 1px solid #003366;
	font-size: 85%;
	color: #666;
	}
*:first-child+html #footer { font-size: 9px; }
* html body #footer { font-size: 9px; }

#footer a { text-decoration: none; }
#footer a:hover { text-decoration: underline; }

#footer ul { 
	list-style: none;
	margin: 0 1em 2px 2em;
	padding: 0;
	clear: both;
	}

#footer ul li {
	display: inline;
	margin: 0;
	padding: 0;
	}

#footer address { margin: 8px 2em; }


/*---------- 06  Contents -----------*/

.section { padding: .5em 0 .5em 30px; }
.section .section { padding: .5em 10px; }
.section .section .section { padding: .5em 0; }

p.center { text-align: center; }

#content h2 {
	height: 46px;
	text-indent: -9999px;
	margin: 0 15px;
	}
#content h3 {
	clear: both;
	height: 36px;
	text-indent: -9999px;
	margin-left: -10px;
	}
#content h4 {
	height: 30px;
	text-indent: -9999px;
	}

#content h5 {
	font-size: 108%;
	font-weight: bold;
	margin: .3em 0 .3em .3em;
	border-left: 6px solid #2995b2;
	padding: 1px 0 0 6px;
	line-height: 1.0;
	}

#content h6 {
	font-size: 93%;
	font-weight: bold;
	margin: 1em 0 .3em .3em;
	}

#content ul li {
	list-style: none;
	background: url(../images/li_bg.png) 0 2px no-repeat;
	padding-left: 20px;
	}
#content ul.olist li {
	background-image: none;
	padding-left: 0;
	}

#content dt { font-weight: bold; }

#content a { text-decoration: underline; }
a { color: #2995b2; }
a:hover { color: #003466; }

#content blockquote {
	margin: .5em;
	background: url(../images/blockquote_bg.jpg) top left repeat-y;
	padding: .5em 1em;
	}

.center { text-align: center; }

.image_l  {
	float: left;
	margin: 0 16px 16px 0;
	}

.image_r {
	float: right;
	margin: 0 0 16px 16px;
	}

.case {
	margin: 10px 20px;
	background: url(../images/arrow_h.png) center center no-repeat;
	}
.case img {
	display: block;
	}
.case image_l { margin-bottom: 0; }
.case image_r { margin-bottom: 0; }

.caption { text-align: center; }


#content ul.totop {
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
	}

#content ul.totop li {
	list-style: none;
	width: 8em;
	margin: 0;
	padding: 0 0 0 18px;
	float: right;
	}
* hmtl body #content ul.totop li { width: 8em; }

#content ul.totop li a {
	display: block;
	}

p.caution {
	padding: 3px 0 3px 28px;
	background: url(../images/caution.png) 0 1px no-repeat;
	line-height: 1.8;
	color: red;
	}

#content .section .pckp { padding-bottom: 24px; }

#content .section .pckp li {
	width: 170px;
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	}


/*---------- 07  Index -----------*/

#index #content { padding-top: 1em; }
#index #content .section { padding: .5em 10px; }

#index p#title01 {
	margin: 0;
	padding: 0;
	width: 800px;
	height: 245px;
	background: url(../) 0 0 no-repeat;
	}

#index h2#title02 {
	height: 46px;
	margin: 0;
	text-indent: 0;
	}
#index p#title04 {
	text-indent: 0;
	padding: 0;
	margin: 0;
	}
#index p#title05 {
	background: url(../images/index_h4-05.png) 0 0 no-repeat;
	padding: 0;
	margin: 0;
	}

#index #introduction p { margin-left: 3em; }

#index #pckp ul,
#index #pckp li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#index #pckp li {
	width: 149px;
	float: left;
	}
* html body#index #pckp li { width: 146px; }

#index #pckp li.nil {
	width: 142px;
	float: left;
	}

#index #check-sheet.section {
	padding: .5em 15px;
	}

#index #check-sheet .alpha {
	width: 280px;
	float: left;
	}

#index #check-sheet .beta {
	width: 280px;
	float: right;
	}

* hmtl body#index #check-sheet .alpha { width: 270px; }
* hmtl body#index #check-sheet .beta { width: 270px; }

#index #check-sheet .sheet {
	border: 1px solid #000;
	padding: 2px;
	color: #2995b2;
	background: url(../images/index_sheet_bg.jpg) bottom repeat-x;
	}
#index #check-sheet .sheet ol {
	margin: 6px 6px 6px 32px;
	padding: 0;
	}
#index #check-sheet .sheet li {
	line-height: 1.2;
	margin-bottom: 2px;
	}
#index #check-sheet p { text-align: center; }


/*---------- 08  Effect -----------*/

#effect h2#title01 { background: url(../images/effect_h2-01.png) 0 0 no-repeat; }
#effect h3#title02 { background: url(../images/effect_h3-02.png) 0 0 no-repeat; }
#effect h3#title03 { background: url(../images/effect_h3-03.png) 0 0 no-repeat; }
#effect h4#title04 { background: url(../images/effect_h4-04.png) 0 0 no-repeat; }
#effect h4#title05 { background: url(../images/effect_h4-05.png) 0 0 no-repeat; }
#effect h4#title06 { background: url(../images/effect_h4-06.png) 0 0 no-repeat; }
#effect h4#title07 { background: url(../images/effect_h4-07.png) 0 0 no-repeat; }
#effect h4#title08 { background: url(../images/effect_h4-08.png) 0 0 no-repeat; }


#effect .case01 {
	margin: 10px 80px;
	background: url(../images/arrow_h.png) center center no-repeat;
	}
#effect .case02 {
	margin: 10px 45px;
	background: url(../images/arrow_h.png) center center no-repeat;
	}


/*---------- 09  Self Check -----------*/

#self-check h2#title01 { background: url(../images/self-check_h2-01.png) 0 0 no-repeat; }
#self-check h3#title02 { background: url(../images/self-check_h3-02.png) 0 0 no-repeat; }
#self-check h3#title03 { background: url(../images/self-check_h3-03.png) 0 0 no-repeat; }

#self-check #content table {
	border-collapse: separate;
	border-spacing: 1px;
	border: 1px solid #e7e7e7;
	width: 520px;
	color: #666;
	font-size: 100%; 
	}

#self-check #content table td {
	padding: 4px 12px;
	border: 1px solid #ddd;
	}
#self-check #content table td.ckbox {
	width: 2em;
	text-align: center;
	background: #eee;
	}

#self-check dl.section { padding: .5em 60px .5em 10px; }

#self-check #content dt {
	clear: both;
	margin-bottom: 3px;
	}


/*---------- 10  Ortho -----------*/

#ortho h2#title01 { background: url(../images/ortho_h2-01.png) 0 0 no-repeat; }
#ortho h3#title02 { background: url(../images/ortho_h3-02.png) 0 0 no-repeat; }
#ortho h3#title03 { background: url(../images/ortho_h3-03.png) 0 0 no-repeat; }


/*---------- 11  Oral Care -----------*/

#oral-care h2#title01 { background: url(../images/oral-care_h2-01.png) 0 0 no-repeat; }
#oral-care h3#title02 { background: url(../images/oral-care_h3-02.png) 0 0 no-repeat; }
#oral-care h4#title03 { background: url(../images/oral-care_h4-03.png) 0 0 no-repeat; }

#oral-care .case01 {
	margin: 20px 50px;
	background-image: none;
	}
#oral-care .case01 .alpha,
#oral-care .case01 .beta {
	float: left;
	margin: 0 24px 16px 0;
	}
#oral-care .case01 .gamma {
	float: left;
	margin: 0 0 16px 0;
	}

#oral-care .case02 {
	margin: 10px 60px;
	background: url(../images/arrow_h.png) center 30px no-repeat;
	}


/*---------- 12  For Men -----------*/

#for-men h2#title01 { background: url(../images/for-men_h2-01.png) 0 0 no-repeat; }
#for-men h3#title02 { background: url(../images/for-men_h3-02.png) 0 0 no-repeat; }
#for-men h4#title03 { background: url(../images/for-men_h4-03.png) 0 0 no-repeat; }


/*---------- 13  Purpose -----------*/

#purpose h2#title01 { background: url(../images/purpose_h2-01.png) 0 0 no-repeat; }
#purpose h3#title02 { background: url(../images/purpose_h3-02.png) 0 0 no-repeat; }
#purpose h4#title03 { background: url(../images/purpose_h4-03.png) 0 0 no-repeat; }
#purpose h4#title04 { background: url(../images/purpose_h4-04.png) 0 0 no-repeat; }
#purpose h4#title05 { background: url(../images/purpose_h4-05.png) 0 0 no-repeat; }
#purpose h4#title06 { background: url(../images/purpose_h4-06.png) 0 0 no-repeat; }

#purpose #content .case {
	margin: 10px 30px;
	background-image: none;
	}
#purpose #content .alpha,
#purpose #content .beta {
	text-align: center;
	float: left;
	margin: 0 40px 16px 0;
	}
#purpose #content .gamma {
	text-align: center;
	float: left;
	margin: 0 0 16px 0;
	}

#purpose #content .first,
#purpose #content .second,
#purpose #content .third {
	float: left;
	margin: 0 20px 16px 0;
	}
#purpose #content .fourth {
	float: left;
	margin: 0 0 16px 0;
	}

#purpose .pics { padding: 0 80px; }
 
#content p.mgtl30 { 
	padding-top: 10px;
	margin-left:30px; }


/*---------- 14  Choose -----------*/

#choose h2#title01 { background: url(../images/choose_h2-01.png) 0 0 no-repeat; }
#choose h3#title02 { background: url(../images/choose_h3-02.png) 0 0 no-repeat; }
#choose h4#title03 { background: url(../images/choose_h4-03.png) 0 0 no-repeat; }
#choose h4#title04 { background: url(../images/choose_h4-04.png) 0 0 no-repeat; }

#choose #content table {
	border-collapse: separate;
	border-spacing: 1px;
	border: 1px solid #e7e7e7;
	width: 520px;
	color: #666;
	font-size: 100%; 
	}

#choose #content table td {
	padding: 4px 12px;
	border: 1px solid #ddd;
	}
#choose #content table td.ckbox {
	width: 2em;
	text-align: center;
	background: #eee;
	}


/*---------- 15  Charge -----------*/

#charge h2#title01 { background: url(../images/charge_h2-01.png) 0 0 no-repeat; }
#charge h3#title02 { background: url(../images/charge_h3-02.png) 0 0 no-repeat; }
#charge h4#title03 { background: url(../images/charge_h4-03.png) 0 0 no-repeat; }
#charge h4#title04 { background: url(../images/charge_h4-04.png) 0 0 no-repeat; }

#charge strong { color: #ff5577; }

/*---------- 16  Consult -----------*/

#consult h2#title01 { background: url(../images/consult_h2-01.png) 0 0 no-repeat; }
#consult h3#title02 { background: url(../images/consult_h3-02.png) 0 0 no-repeat; }
#consult h3#title03 { background: url(../images/consult_h3-03.png) 0 0 no-repeat; }
#consult h4#title04 { background: url(../images/consult_h4-04.png) 0 0 no-repeat; }

#consult #content table {
	border-collapse: separate;
	border-spacing: 1px;
	border: 1px solid #e7e7e7;
	width: 520px;
	color: #666;
	font-size: 100%; 
	}

#consult #content table caption {
	border-bottom: 1px solid #2995b2;
	color: #003466;
	font-weight: bold;
	letter-spacing: 1px;
	}
#consult #content table th,
#consult #content table td {
	padding: 4px 12px;
	border: 1px solid #ddd;
	}

#consult #content table th { background: #eee; }

#consult #content .alpha {
	width: 160px;
	float: left;
	}
#consult #content .beta {
	width: 400px;
	float: right;
	}
* html body#consult #content .beta { width: 290px; }

#consult #content dl.cv { margin: 0 0 1em 0; }

#consult #content dl.cv dt {
	width: 4em;
	float: left;
	}
#consult #content dl.cv dd { margin-left: 4em; }


/*---------- 17  Contact -----------*/

#contact h2#title01 { background: url(../images/contact_h2-01.png) 0 0 no-repeat; }

#contact #content span {
	color: red;
	font-weight: bold;
	font-size: 124%;
	}

#contact #content table {
	border-collapse: separate;
	border-spacing: 1px;
	border: 1px solid #e7e7e7;
	width: 520px;
	color: #666;
	font-size: 100%; 
	}
#contact #content table caption {
	border-bottom: 1px solid #2995b2;
	color: #003466;
	font-weight: bold;
	letter-spacing: 1px;
	}
#contact #content table th,
#contact #content table td {
	padding: 4px 12px;
	border: 1px solid #ddd;
	}

#contact #content table th { background: #eee; }

#contact #content option { margin-right: 1em; }


/*---------- 18  Sitmap -----------*/

#sitemap h2#title01 { background: url(../images/sitemap_h2-01.png) 0 0 no-repeat; }
#sitemap h3#title02 { background: url(../images/sitemap_h3-02.png) 0 0 no-repeat; }
#sitemap h3#title03 { background: url(../images/sitemap_h3-03.png) 0 0 no-repeat; }

#sitemap #content dt {
	font-size: 108%;
	font-weight: bold;
	margin: 8px 0 .3em .3em;
	border-left: 6px solid #2995b2;
	padding: 1px 0 0 6px;
	line-height: 1.0;
	}

/*---------- 19  Links -----------*/

#links h2#title01 { background: url(../images/links_h2-01.png) 0 0 no-repeat; }

#links #content dl { margin-left: 0; }
#links #content dt {
	font-size: 108%;
	font-weight: bold;
	margin: 8px 0 .3em .3em;
	border-left: 6px solid #2995b2;
	padding: 1px 0 0 6px;
	line-height: 1.0;
	}
#links #content dt.no-bdr { border-left: none; }

