@charset "UTF-8";
@import "base.css";

/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                 03  Header                      */
/*                 04  Navigation                  */
/*                 05  Footer                      */
/*                 06  Contents                    */
/*                 07  Index                       */
/*                 08  Cause                       */
/*                 09  Flow                        */
/*                 10  Pain                        */
/*                 11  Case                        */
/*                 12  Voice                       */
/*                 13  Cure                        */
/*                 14  Prevent                     */
/*                 15  Self Check                  */
/*                 16  Clinic                      */
/*                 17  Sitemap                     */
/*                                                 */
/*=======================TOC-END===================*/

/*====================COLOR SCHEME=================*/
/*                                                 */
/*        Main Color - Yellow Orange  #ff9900      */
/*        Main Color - Yellow         #ffcc33      */
/*        Main Color - Ivory          #fffede      */
/*                                                 */
/*==================COLOR SCHEME-END===============*/

/*================フォントサイズ換算===============*/
/*                                                 */
/*                   10px      77%                 */
/*                   11px      85%                 */
/*                   12px      93%                 */
/*                   14px     108%                 */
/*                   16px     124%                 */
/*                                                 */
/*===============フォントサイズ換算-END============*/



/*---------- 01  Base -----------*/

/*-- 冒頭の @import で外部CSSを読み込み --*/



/*---------- 02  Container -----------*/

body { background: #fff; }

#wrapper {
	background: url(../images/wrapper_bg.jpg) repeat-y;
	width: 830px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}

#main {
	margin: 0 15px;
	background: url(../images/main_bg.jpg) repeat-y;
	}

#main-column {
	width: 619px;
	float: right;
	}


#content {
	clear: both;
	width: 619px;
	font-size: 100%;
	line-height: 1.6;
	color: #666;
	background: #fff;
	padding: 0 0 1em 0;
	}


/*---------- 03  Header -----------*/

#header {
	background: url(../images/header_bg.jpg) bottom no-repeat;
	width: 619px;
	margin: 0;
	padding: 0 0 5px 0;
	float: right;
	}

h1 {
	text-indent: -9999px;
	height: 96px;
	line-height: 1.0;
	background: url(../images/h1.jpg) 0 0 no-repeat;	
	}

#header p.header_contact {
	margin: 0;
	padding: 1px 0 1px 24px;
	}
#header p.header_contact img {
	display: block;
	float: left;
	margin: 0 14px 0 0;
	}

#header_nav {
	margin: 2px 0 0 0;
	padding: 0;
	list-style: none;
	clear: both;
	width: 13.7em;
	height: 15px;
	float: right;
	}
* html body #header_nav { width: 14.5em; }

#header_nav li {
	height: 15px;
	float: right;
	list-style: none;
	margin-right: 23px;
	padding: 0;
	background: #ffa30a url(../images/header_nav_li.jpg) top left no-repeat; 
	}
* html body	 #header_nav li {
	height: 15px;
	float: right;
	list-style: none;
	margin-right: 6.1%;
	padding: 0;
	background: #ffa30a url(../images/header_nav_li.jpg) top left no-repeat; 
	}

	
#header_nav li a {
	display: block;
	text-decoration: none;
	line-height: 15px;
	height: 15px;
	color: #fff;
	margin-left: 1em;
	padding-right: 1em;
	background: url(../images/header_nav_li_a.jpg) top right no-repeat;
	font-size: 85%;
	}
*:first-child+html #header_nav li a { font-size: 9px; } /*  for IE7 only */
* html body #header_nav li a { font-size: 9px; width: 8em; } /*  for IE6 only */


/*----------04  Navigation -----------*/

#nav {
	width: 180px;
	float: left;
	padding: 20px 0 20px 0;
	background: url(../images/nav_bg.jpg) 0 0 no-repeat;
	}

#nav ul,
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#nav .internal li {
	height: 40px;
	width: 180px;
	text-indent: -9999px;
	}

#nav .internal li a {
	display: block;
	height: 40px;
	width: 180px;
	}
#nav .internal li#nav08,
#nav .internal li#nav08 a { height: 56px; }

#nav00 a { background: url(../images/nav.jpg) 0 0 no-repeat; }
#nav01 a { background: url(../images/nav.jpg) 0 -40px no-repeat; }
#nav02 a { background: url(../images/nav.jpg) 0 -80px no-repeat; }
#nav03 a { background: url(../images/nav.jpg) 0 -120px no-repeat; }
#nav04 a { background: url(../images/nav.jpg) 0 -160px no-repeat; }
#nav05 a { background: url(../images/nav.jpg) 0 -200px no-repeat; }
#nav06 a { background: url(../images/nav.jpg) 0 -240px no-repeat; }
#nav07 a { background: url(../images/nav.jpg) 0 -280px no-repeat; }
#nav08 a { background: url(../images/nav.jpg) 0 -320px no-repeat; }
#nav09 a { background: url(../images/nav.jpg) 0 -376px no-repeat; }
#nav10 a { background: url(../images/nav.jpg) 0 -416px no-repeat; }

#nav00 a:hover { background: url(../images/nav.jpg) -180px 0 no-repeat; }
#nav01 a:hover { background: url(../images/nav.jpg) -180px -40px no-repeat; }
#nav02 a:hover { background: url(../images/nav.jpg) -180px -80px no-repeat; }
#nav03 a:hover { background: url(../images/nav.jpg) -180px -120px no-repeat; }
#nav04 a:hover { background: url(../images/nav.jpg) -180px -160px no-repeat; }
#nav05 a:hover { background: url(../images/nav.jpg) -180px -200px no-repeat; }
#nav06 a:hover { background: url(../images/nav.jpg) -180px -240px no-repeat; }
#nav07 a:hover { background: url(../images/nav.jpg) -180px -280px no-repeat; }
#nav08 a:hover { background: url(../images/nav.jpg) -180px -320px no-repeat; }
#nav09 a:hover { background: url(../images/nav.jpg) -180px -376px no-repeat; }
#nav10 a:hover { background: url(../images/nav.jpg) -180px -416px no-repeat; }


#nav p { text-align: center; }


/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	width: 800px;
	padding: 12px 0 6px 0;
	margin: 0 15px;
	background: #ff9900 url(../images/footer_bg.jpg) top repeat-x;
	font-size: 85%;
	color: #fffede;
	}
*:first-child+html #footer { font-size: 9px; } /*  for IE7 only */
* html body #footer { font-size: 9px; width: 800px; } /*  for IE6 only */

#footer a {
	text-decoration: none;
	color: #fff;
	}
#footer a:hover { text-decoration: underline; }

#footer ul { 
	list-style: none;
	margin: 0 1em 2px 1.5em;
	padding: 0;
	clear: both;
	}

#footer ul li {
	display: inline;
	margin: 0;
	padding: 0;
	}

#footer address {
	margin: 8px 1.5em;
	color: #ffff00;
	}
#footer address a { color: #fff; }


/*---------- 06  Contents -----------*/

.section { padding: .5em 30px; }
.section .section { padding: .5em 5px; }

p.center { text-align: center; }

#content h2 {
	height: 46px;
	text-indent: -9999px;
	margin: 0 24px;
	}
#content h3 {
	clear: both;
	height: 40px;
	text-indent: -9999px;
	margin-left: 0;
	}
#content h4 {
	height: 30px;
	text-indent: -9999px;
	}

#content h5 {
	font-size: 108%;
	font-weight: bold;
	margin: 1em 0 .3em .3em;
	}

#content ul { margin: 1em 0; }
#content ul li {
	list-style: none;
	background: url(../images/li_bg.jpg) 0 2px no-repeat;
	padding-left: 22px;
	}
#content ul.olist li {
	background-image: none;
	padding-left: 0;
	}

#content dt { font-weight: bold; }

#content a { text-decoration: underline; }
a {
	color: #ff9900;
	outline:none;
	}
a:hover { color: #ffcc33; }

#content 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 {
	margin: 10px 20px;
	background: url(../images/arrow_h.jpg) center center no-repeat;
	}
.case img {
	display: block;
	}

.case .caption {
	text-align: center;
	border-top: 2px solid #ccc;
	}


#content ul.totop {
	clear: both;
	padding-bottom: 20px;
	}

#content ul.totop li {
	list-style: none;
	width: 100px;
	height: 14px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	float: right;
	background-image: none;
	}
#content ul.totop li a {
	display: block;
	height: 14px;
	background: url(../images/to_top.png) 0 0 no-repeat;
	}

p.caution {
	padding-left: 24px;
	background: url(../images/caution.png) 0 1px no-repeat;
	}

p.to-contact {
	float: right;
	clear: both;
	}
p.to-contact a { margin-right: 2em; }



/*---------- 07  Index -----------*/

#index .section .section { padding: .5em 0; }


#index h2#title01 {
	background: url(../images/index_h2-01.jpg) bottom no-repeat;
	width: 570px;
	height: 265px;
	}
#index h3#title02 {
	background: url(../images/index_h3-02.jpg) center left no-repeat;
	height: 50px;
	margin-left: -5px;;
	}

#index h4#title03 {
	background: url(../images/index_h4-03.jpg) bottom no-repeat;
	margin: 0 -10px;
	}
#index h4#title04 {
	background: url(../images/index_h4-04.jpg) bottom no-repeat;
	margin: 0 -10px;
	}
#index h4#title05 {
	background: url(../images/index_h4-05.jpg) bottom no-repeat;
	margin: 0 -10px;
	}
#index h4#title06 {
	background: url(../images/index_h4-06.jpg) bottom no-repeat;
	margin: 0 -10px;
	}
#index h4#title07 {
	background: url(../images/index_h4-07.jpg) bottom no-repeat;
	margin: 0 -10px;
	}

#index #content .alpha {
	width: 262px;
	float: left;
	padding-top: 10px;
	}
#index #content .beta {
	width: 262px;
	float: right;
	padding-top: 10px;
	}



/*---------- 08  Cause -----------*/

#cause h2#title01 { background: url(../images/cause_h2-01.jpg) 0 0 no-repeat; }
#cause h3#title02 { background: url(../images/cause_h3-02.jpg) 0 0 no-repeat; }
#cause h3#title03 { background: url(../images/cause_h3-03.jpg) 0 0 no-repeat; }
#cause h4#title04 { background: url(../images/cause_h4-04.jpg) 0 0 no-repeat; }
#cause h4#title05 { background: url(../images/cause_h4-05.jpg) 0 0 no-repeat; }

#cause #content .beta {
	width: 300px;
	float: right;
	}


/*---------- 09  Flow -----------*/

#flow h2#title01 { background: url(../images/flow_h2-01.jpg) 0 0 no-repeat; }
#flow h3#title02 { background: url(../images/flow_h3-02.jpg) 0 0 no-repeat; }
#flow h4#title03 { background: url(../images/flow_h4-03.jpg) 0 0 no-repeat; }
#flow h4#title04 { background: url(../images/flow_h4-04.jpg) 0 0 no-repeat; }
#flow h4#title05 { background: url(../images/flow_h4-05.jpg) 0 0 no-repeat; }
#flow h4#title06 { background: url(../images/flow_h4-06.jpg) 0 0 no-repeat; }
#flow h4#title07 { background: url(../images/flow_h4-07.jpg) 0 0 no-repeat; }
#flow h4#title08 { background: url(../images/flow_h4-08.jpg) 0 0 no-repeat; }

#flow #content .alpha {
	width: 250px;
	float: left;
	}
#flow #content .beta {
	width: 250px;
	float: right;
	}


/*---------- 10  Pain -----------*/

#pain h2#title01 { background: url(../images/pain_h2-01.jpg) 0 0 no-repeat; }
#pain h3#title02 { background: url(../images/pain_h3-02.jpg) 0 0 no-repeat; }
#pain h3#title03 { background: url(../images/pain_h3-03.jpg) 0 0 no-repeat; }
#pain h3#title04 { background: url(../images/pain_h3-04.jpg) 0 0 no-repeat; }
#pain h3#title05 { background: url(../images/pain_h3-05.jpg) 0 0 no-repeat; }
#pain h3#title06 { background: url(../images/pain_h3-06.jpg) 0 0 no-repeat; }


/*---------- 11  Case -----------*/

#case h2#title01 { background: url(../images/case_h2-01.jpg) 0 0 no-repeat; }
#case h3#title02 { background: url(../images/case_h3-02.jpg) 0 0 no-repeat; }
#case h4#title03 { background: url(../images/case_h4-03.jpg) 0 0 no-repeat; }
#case h4#title04 { background: url(../images/case_h4-04.jpg) 0 0 no-repeat; }
#case h4#title05 { background: url(../images/case_h4-05.jpg) 0 0 no-repeat; }
#case h4#title06 { background: url(../images/case_h4-06.jpg) 0 0 no-repeat; }
#case h4#title07 { background: url(../images/case_h4-07.jpg) 0 0 no-repeat; }
#case h4#title08 { background: url(../images/case_h4-08.jpg) 0 0 no-repeat; }
#case h4#title09 { background: url(../images/case_h4-18.jpg) 0 0 no-repeat; }
#case h4#title10 { background: url(../images/case_h4-19.jpg) 0 0 no-repeat; }
#case h4#title11 { background: url(../images/case_h4-20.jpg) 0 0 no-repeat; }
#case h4#title12 { background: url(../images/case_h4-21.jpg) 0 0 no-repeat; }
#case h4#title13 { background: url(../images/case_h4-22.jpg) 0 0 no-repeat; }
#case h4#title14 { background: url(../images/case_h4-23.jpg) 0 0 no-repeat; }
#case h4#title15 { background: url(../images/case_h4-24.jpg) 0 0 no-repeat; }
#case h4#title16 { background: url(../images/case_h4-25.jpg) 0 0 no-repeat; }
#case h3#title17 { background: url(../images/case_h3-17.jpg) 0 0 no-repeat; }
#case h4#title18 { background: url(../images/case_h4-26.jpg) 0 0 no-repeat; }

#case #content .alpha {
	width: 262px;
	float: left;
	}
#case #content .beta {
	width: 262px;
	float: right;
	}

#case .ankerlink_area{
    background: url(../images/case_ankerlink.jpg) 0 0 no-repeat; 
    margin-left:30px;
    }

#case .ankerlink_area ul li{
	list-style: none;
    }

#case #ankerlink {
	margin: 2px 0 0 0;
	padding: 0;
	list-style: none;
	clear: both;
	height: 40px;
	}

#case #ankerlink li {
	background: none;
    text-indent:-9999px;
	height: 30px;
	list-style: none;
	margin-right: 20px;
	padding: 0;
    float:left;
	}
	
#case #ankerlink li a {
	width: 150px;
	display:block;
    text-indent:-9999px;
	text-decoration: none;
	list-style: none;
	line-height: 30px;
	height: 30px;
	margin-right: 10px;
	padding-right: 1em;
    float:left;
	}

/*---------- 12  Voice -----------*/

#voice h2#title01 { background: url(../images/voice_h2-01.jpg) 0 0 no-repeat; }
#voice h3#title02 { background: url(../images/voice_h3-02.jpg) 0 0 no-repeat; }
#voice h4#title03 { background: url(../images/voice_h4-03.jpg) 0 0 no-repeat; }
#voice h4#title04 { background: url(../images/voice_h4-04.jpg) 0 0 no-repeat; }
#voice h4#title05 { background: url(../images/voice_h4-05.jpg) 0 0 no-repeat; }
#voice h4#title06 { background: url(../images/voice_h4-06.jpg) 0 0 no-repeat; }
#voice h4#title07 { background: url(../images/voice_h4-07.jpg) 0 0 no-repeat; }
#voice h4#title08 { background: url(../images/voice_h4-08.jpg) 0 0 no-repeat; }
#voice h4#title09 { background: url(../images/voice_h4-09.jpg) 0 0 no-repeat; }
#voice h4#title10 { background: url(../images/voice_h4-10.jpg) 0 0 no-repeat; }
#voice h4#title11 { background: url(../images/voice_h4-11.jpg) 0 0 no-repeat; }
#voice h4#title12 { background: url(../images/voice_h4-12.jpg) 0 0 no-repeat; }
#voice h4#title13 { background: url(../images/voice_h4-13.jpg) 0 0 no-repeat; }

#voice .flame {
	margin: 10px;
	padding-left: 15px; 
	border: solid 1px #FF9900;
	font-weight: bold;	
	} 

/*---------- 13  Cure -----------*/

#cure h2#title01 { background: url(../images/cure_h2-01.jpg) 0 0 no-repeat; }
#cure h3#title02 { background: url(../images/cure_h3-02.jpg) 0 0 no-repeat; }


/*---------- 14  Prevent -----------*/

#prevent h2#title01 { background: url(../images/prevent_h2-01.jpg) 0 0 no-repeat; }
#prevent h3#title02 { background: url(../images/prevent_h3-02.jpg) 0 0 no-repeat; }
#prevent h3#title03 { background: url(../images/prevent_h3-03.jpg) 0 0 no-repeat; }


/*---------- 15  Self Check -----------*/

#self-check h2#title01 { background: url(../images/self-check_h2-01.jpg) 0 0 no-repeat; }
#self-check h3#title02 { background: url(../images/self-check_h3-02.jpg) 0 0 no-repeat; }
#self-check h3#title03 { background: url(../images/self-check_h3-03.jpg) 0 0 no-repeat; }
#self-check h4#title04 { background: url(../images/self-check_h4-04.jpg) 0 0 no-repeat; }
#self-check h4#title05 { background: url(../images/self-check_h4-05.jpg) 0 0 no-repeat; }
#self-check h3#title06 { background: url(../images/self-check_h3-06.jpg) 0 0 no-repeat; }
#self-check h3#title07 { background: url(../images/self-check_h3-07.jpg) 0 0 no-repeat; }
#self-check h4#title08 { background: url(../images/self-check_h4-08.jpg) 0 0 no-repeat; }
#self-check h4#title09 { background: url(../images/self-check_h4-09.jpg) 0 0 no-repeat; }

#self-check .ankerlink_area{
    background: url(../images/self-check_ankerlink.jpg) 0 0 no-repeat; 
    margin-left:30px;
    }

#self-chekk .ankerlink_area ul li{
	list-style: none;
    }

#self-check #ankerlink {
	margin: 2px 0 0 0;
	padding: 0;
	list-style: none;
	clear: both;
	height: 40px;
	}

#self-check #ankerlink li {
	background: none;
    text-indent:-9999px;
	height: 30px;
	list-style: none;
	margin-right: 20px;
	padding: 0;
    float:left;
	}
	
#self-check #ankerlink li a {
	width: 150px;
	display:block;
    text-indent:-9999px;
	text-decoration: none;
	list-style: none;
	line-height: 30px;
	height: 30px;
	margin-right: 10px;
	padding-right: 1em;
    float:left;
	}

/*---------- 16  Clinic -----------*/

#clinic h2#title01 { background: url(../images/clinic_h2-01.jpg) 0 0 no-repeat; }
#clinic h3#title02 { background: url(../images/clinic_h3-02.jpg) 0 0 no-repeat; }
#clinic h4#title03 { background: url(../images/clinic_h4-03.jpg) 0 0 no-repeat; }
#clinic h3#title04 { background: url(../images/clinic_h3-04.jpg) 0 0 no-repeat; }
#clinic h4#title05 { background: url(../images/clinic_h4-05.jpg) 0 0 no-repeat; }
#clinic h4#title06 { background: url(../images/clinic_h4-06.jpg) 0 0 no-repeat; }

#clinic #content .beta {
	width: 310px;
	float: right;
	}

#clinic #content dl { margin: 0 0 1em 0; }
#clinic #content dt { float: left; }

#clinic #content dt#i1 { width: 3em; }
#clinic #content dt#i2 { width: 3.5em; }
#clinic #content dt#i3 { width: 8.5em; }
#clinic #content dt#i4 { width: 4.5em; }
#clinic #content dt#i5 { width: 3.5em; }
#clinic #content dt#i6 { width: 5.5em; }
#clinic #content dt#i7 { width: 5.5em; }
#clinic #content dt#i8 { width: 5.5em; }
#clinic #content dt#i9 { width: 8em; }

#clinic #content dd.d5 { margin-left: 3.5em; }
#clinic #content dd.d8 { margin-left: 5.5em; }



/*---------- 17  Sitemap -----------*/

#sitemap h2#title01 { background: url(../images/sitemap_h2-01.jpg) 0 0 no-repeat; }


