@charset "utf-8";

/*============================================================
	universal reset
============================================================*/

*{
	margin:0;
	padding:0;
	font-style:normal;
	font-size: 95%;
	line-height: 1.8em;
}

div,p,img,a,td,ul,ol,li {
    font-size: 1em;
	color: #003399;
}

ul {
	margin-left: 1em;
	padding: 0 0 0 .5em;
}
li {
    list-style: none;
    margin-left: 1em;
    padding: 0 0 0 .2em;
}
ol {
    margin-left: 1em;
    padding: 0 0 0 .5em;
}
ol li {
    list-style: decimal;
    margin-left: 1em;
    padding: 0 0 0 .2em;
}

table,td,th{
	border:none;
	text-align:left;
	vertical-align:top;
}

h1,h2,h3,h4,h5,h6{
	font-size:1em;
}

img,a img{
	border:none;
	vertical-align:bottom;
}

hr{
	display:none;
}

/*============================================================
	common setting
============================================================*/

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: url(../img/bg.gif) #000000;
	font-family: 'Lucida Grande',Arial, Helvetica, sans-serif,'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Osaka', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック';
}

em,strong{
	font-weight:bold;
	color: #003366;
}

h1 {
	text-indent: -5555px;
}
h2 {
}
h3 {
	font-size: 1.1em;
	line-height: 1.8em;
	color: #FFFFFF;
	background-image: url(../img/bg.gif);
	font-weight: bold;
	text-indent: 0.8em;
	padding: 4px 2px 4px;
	_padding: 4px 2px 5px;
}
#home h3 {
	font-size: 1.0em;
	line-height: 1.5em;
	color: #003366;
	font-weight: bold;
	text-indent: 0em;
	padding: 2px 0px 0px;
	_padding: 2px 0px 1px;
	background: url(none);
	margin: 10px 17px 0px 17px;
	;
	border: 1px solid #FFFFFF;
	text-align: center;
	letter-spacing: 0.5em;
}
h4 {
	margin: 15px 20px 5px;
	font-size: 1em;
	line-height: 1.8em;
	color: #FFFFFF;
	font-weight: bold;
	text-indent: -0.35em;
	background: #333333;
	/*background: #333333 url(../img/bullet_6x6.gif) no-repeat left center;*/
	/*border-bottom: 1px solid #888888;*/
	padding: 2px 0px 2px 1.4em;
}
h4 strong {
	font-size: 1em;
	line-height: 1.8em;
	color: #FF6600;
	font-weight: bold;
	text-indent: -0.35em;
	background: #333333;
}
h5,h6 {
}
 
p {
	text-align: justify;
	_text-justify: inter-ideograph;	
}

.bullet {
	background-image: url(../img/bullet_10x10.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 1.22em;
}

.clear {
    clear: both;
    height: 1px;
    margin: -1px 0 0;
    font-size: 1px;
}

/* a
----------------------------------------------------*/

a:link,a:visited{
	color: #cccccc;
	font-size: 1.0em;
	line-height: 1.8em;	
	text-decoration:none;
}
a:hover{
	color: #FFFFFF;
	border-bottom-color: #FF6600;
	text-decoration: underline;
}
a:active{
	text-decoration:none;
}
p.indent a:link,p.indent a:visited {
	font-size: 1em;
	color: #FFFFFF;
	text-decoration: underline;
}
p.indent a:hover {
	color: #FFFFCC;
	text-decoration: none;
}
a.pdf:link,a.pdf:visited {
	font-size: 1em;
	line-height: 1.8em;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}
a.pdf:hover {
	text-decoration: none;
	color: #FFFFCC;
}

#contact-us #wrapper #main .content .subcolC .indent a:link,
#contact-us #wrapper #main .content .subcolC .indent a:visited{
	color: #003399;
	font-size: 1.0em;
	line-height: 1.8em;	
	text-decoration:underline;
}
#contact-us #wrapper #main .content .subcolC .indent a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
#contact-us #wrapper #main .content .subcolC .indent a:active{
	text-decoration:underline;
}

a.url:link,a.url:visited{
	color: #003399;
	font-size: 1.0em;
	line-height: 1.8em;	
	text-decoration:underline;
	margin: 0px 0px 0px 16px;
}
a.url:hover{
	color: #FF0000;
	border-bottom-color: #FF6600;
	text-decoration: underline;
}
a.url:active{
	text-decoration:none;
}

a#ac:link,a#ac:visited{
	color: #003399;	
	text-decoration:underline;
}
a#ac:hover{
	color: #FFFFFF;
	border-bottom-color: #FF6600;
	text-decoration: none;
}
a#ac:active{
	text-decoration:underline;
}

/*============================================================
	layout
============================================================*/

body#home {
}
p.left20 {
	margin: -10px 0px 0px 20px;
}
.indent {
	margin: -10px 0px 0px 16px;
}

/*============================================================
	wrapper
============================================================*/

#wrapper {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 750px;
}

/*============================================================
	header
============================================================*/

#header {
	margin: 0px;
	padding: 0px;
	width: 750px;
	height: 46px;
	background: url(../img/header.gif) no-repeat;
	position: relative;
}
.en #header {
	background: url(../img/header-en.gif) no-repeat;
} 
#logo {
	height: 20px;
	width: 200px;
	padding: 10px 0px 0px 10px;
	position: absolute;
}
#jp {
	position: absolute;
	top: 38px;
	right: 10px;
	_top: 48px;
}
#en{
	position: absolute;
	top: 37px;
	right: 10px;
	_top: 47px;
}

/*============================================================
	utility
============================================================*/

#utility {
	height: 24px;
	width: 750px;
	background-color: #000000;
	margin: 0;
	padding: 0;
}
#navi {
	margin: 0px;
	padding: 0px;
	width: 600px;
}
#navi ul {
	margin: 0px;
	list-style: none;
}
#navi li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 150px;
	height: 24px;
}
#navi li a {
	display: block;
	height: 21px;
	padding: 2px 0px 0px 16px;
	background: url(../img/navi_btn_off.gif);
	font-size: 12px;
	_font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#navi li#top a {
	font-size: 1em;
	_font-size: 14px;
	padding: 1px 0px 0px 16px;
	_padding: 0px 0px 0px 16px;
}
#navi li a:hover {
	background: url(../img/navi_btn_on.gif);
}
body#home #navi li#top a {
	background: url(../img/navi_btn_on.gif);
}
body#clinic #navi li#clinical a {
	background: url(../img/navi_btn_on.gif);
}
body#consul #navi li#consultant a {
	background: url(../img/navi_btn_on.gif);
}
body#contact-us #navi li#contact a {
	background: url(../img/navi_btn_on.gif);
}

/*============================================================
	main
============================================================*/

#main {
	margin: 0;
	padding: 20px 30px 0px;
	height: auto !important; /* Detect height automatically, Incompatible w/IE */
	height: 500px;
	min-height: 500px;
	background-color: #666666;
}
.content {
	padding: 0px 0px 10px 0px;
	margin: 0;
	width: 690px;
}
.colL {
	margin: 0;
	padding: 0px;
	float: left;
	width: 100px;
}
.colR {
	height: auto !important; /* Detect height automatically, Incompatible w/IE */
	height: 380px;
	min-height: 380px;
	border: 2px solid #999999;
	margin: 0px 0px 0px 120px;
	padding: 0px 0px 15px;
	_margin: 0px 0px 0px 117px;
	background: url(../img/back.jpg) repeat-y center top;
}
.content p {
	padding: 15px 20px 0px;
	font-size: 1.0em;
	_font-size: 1.0em;
	line-height: 1.8em;
}
.colC {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 15px;
	width: 686px;
	height: auto !important; /* Detect height automatically, Incompatible w/IE */
	/*height: 450px;
	min-height: 450px;*/
	border: 2px solid #999999;
	background: url(../img/back.jpg) repeat-y center top;
}
.subcolC {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 15px;
	width: 686px;
	height: auto !important; /* Detect height automatically, Incompatible w/IE */
	/*height: 450px;
	min-height: 450px;*/
	border: 2px solid #999999;
	background: url(../img/back.jpg) repeat-y center;
}
.subhead {
	font-size: 12px;
	font-weight: bold;
	padding: 0px 0px 0px 0px !important;;
	border-bottom: 2px solid #FFFFFF;
	margin: 10px 20px 7px 35px;
}
.substance {
	font-size: 1.0em;
	_font-size: 1.0em;
	line-height: 1.8em;
	margin-left: 15px;
}
.ahead {
	padding: 15px 20px 0px 0px;
	font-size: 0.85em;
	_font-size: 12px;
	line-height: 1.8em;
}
/*.colC .left20 a {
	font-size: 1em;
	text-decoration: underline;
	color: #E3E3E3;
}
.colC .left20 a:hover {
	font-size: 1em;
	text-decoration: none;
	color: #FFFFFF;
}
body#clinic .colL,body#clinic .colR {
	background-image: url(../img/col_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#clinic #wrapper #main .content2 .colL a {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}
#clinic #wrapper #main .content2 .colL a:hover {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
#clinic #wrapper #main .content .colR a {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}
#clinic #wrapper #main .content .colR a:hover {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}*/


/*============================================================
	breadcrumbs
============================================================*/

#breadcrumbs {
	margin-top: 30px;
	padding-bottom: 10px;
	text-align: center;
	color: #FFFFFF;
}

/*============================================================
	footer
============================================================*/

#footer {
	background-color: #333333;
	height: 35px;
}

address {
	font-size: 0.85em;
	_font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 7px;
	_padding-top: 5px;
	text-align: center;
}
