﻿@charset "utf-8";
@import url("common.css");
@import url("search.css");

/************************************************************************************
共通
************************************************************************************/
p.img_right{
	float: right;
	margin: 0px 0px 10px 10px;
}
p.img_left{
	float: left;
	margin: 0px 10px 10px 0px;
}
div.content_right p.img_right img,
div.content_right p.img_left img{
	margin-top: 0px;
}
*+html body div.content_right p.img_right img,
*+html body div.content_right p.img_left img{
	margin-top: 20px;
}
* html body div.content_right p.img_right img,
* html body div.content_right p.img_left img{
	margin-top: 20px;
}
div.content_right h3{
	margin-top: 25px;
	font-size: 1.3em;
}
div.content_right h3 span{
	font-size: 0.8em;
	vertical-align: top;
}
h4.h4_common{
	margin-top: 15px;
	font-size: 1em;
}
p.font_small{
	margin-top: 10px;
	font-size: 0.8em;
}
*+html body p.font_small{
	font-size: 0.7em;
}
* html body p.font_small{
	font-size: 0.7em;
}
span.font_normal{
	font-weight: normal;
}
.arign_right{
	text-align: right;
}

/************************************************************************************
トップ
************************************************************************************/
div.top_image{
	height: 416px;
	background: url(../images/top/top_image_bg.jpg) no-repeat bottom center;
}

div.top_image div.topimagebox {
	position: relative;
	width: 962px;
	height: 416px;
	margin: 0px auto;
}

div.top_image .cover {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 962px;
	height: 416px;
	background-color: #ffffff;
	display: none;
	z-index: 20;
}

div.top_image .topimage {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 962px;
	height: 416px;
	z-index: 10;
}


div.top_contentmenu{
	width: 913px;
	padding: 14px 0px 0px 21px;
	margin-bottom: 35px;
	background: url(../images/top/contentmenu_bg.jpg) no-repeat;
}
div.top_contentmenu div{
	float: left;
	width: 282px;
	height: 178px;
	padding: 12px 0px 0px 15px;
}
div.top_contentmenu div.menu01{
	background: url(../images/top/topmenu_bg01.jpg) no-repeat right;
}
div.top_contentmenu div.menu02{
	background: url(../images/top/topmenu_bg02.jpg) no-repeat right;
}
div.top_contentmenu div.menu03{
	background: url(../images/top/topmenu_bg03.jpg) no-repeat right;
}
div.top_contentmenu ul{
	margin-top: 8px;
}
div.top_contentmenu li{
	padding-left: 10px;
	margin-bottom: 4px;
	background: url(../images/icon_arrow.jpg) no-repeat 0px 5px;
	font-size: 13px;
}
div.top_leftarea{
	float: left;
	width: 590px;
	margin-left: 40px;
}
* html body div.top_leftarea{
	margin-left: 20px;
}
div.top_leftarea h3,div.top_rightarea h3{
	margin-bottom: 15px;
}
p.p_link{
	float: left;
	font-size: 11px;
	padding-left: 7px;
	margin-left: 20px;
	background: url(../images/icon_arrow.jpg) no-repeat 0px 3px;
}
p.p_link a{
	color: #555555;
}
dl.dl_top{
	margin-bottom:40px;
	font-size: 13px;
}
dl.dl_top dt{
	float: left;
	width: 95px;
	margin-bottom: 6px;
	clear: both;
}
dl.dl_top dd{
	float: left;
	width: 449px;
	padding-left: 10px;
	margin-bottom: 6px;
	border-left: 1px solid #999999;
}
div.top_leftarea div.bannerbox{
	float: left;
	width: 284px;
}
div.top_rightarea{
	float: left;
	width: 290px;
}
div.top_rightarea div.borderbox_top{
	width: 285px;
	padding-bottom: 5px;
	border-bottom: dotted 1px #000000;
}
div.top_rightarea div.borderbox{
	width: 285px;
	padding: 8px 0px;
	border-top: dotted 1px #000000;
}
div.top_rightarea div.borderbox p{
	padding-left: 15px;
	background: url(../images/top/icon_arrow_g.jpg) no-repeat 0px 4px;
	font-size: 11px;
	color: #555555;
}
div.top_rightarea div.borderbox p a{
	font-size: 13px;
	font-weight: bold;
}

/************************************************************************************
会社案内
************************************************************************************/
div.company_image{
	height: 304px;
	background: url(../../company/images/company_image_bg.jpg) no-repeat center;
}
div.content_topmenu{
	width: 938px;
	padding: 30px 0px 0px 0px;
}
div.company_contentmenu{
	height: 161px;
	background: url(../../company/images/menu_bg.jpg) no-repeat;
}
* html body div.content_topmenu{
	padding-left: 12px;
}
div.content_topmenu div.smallbox{
	float: left;
	width: 283px;
	margin-left: 13px;
}
* html body div.content_topmenu div.smallbox{
	margin-left: 6px;
}
div.content_topmenu ul{
	margin-top: 10px;
}
div.content_topmenu p{
	width: 275px;
	font-size: 13px;
	margin: 10px 0px 5px 0px;
}
div.content_topmenu li{
	width: 270px;
	padding-left: 10px;
	margin-bottom: 4px;
	background: url(../images/icon_arrow.jpg) no-repeat 0px 4px;
	font-size: 13px;
}
div.vertical_area{
	float: left;
	width: 430px;
	margin-left: 25px;
}
div.vertical_area h3{
	margin: 30px 0px 10px 0px;
}
div.vertical_area span{
	font-weight: bold;
}
div.vertical_area h4{
	margin-top: 15px;
	font-size: 0.8em;
}
div.vertical_area p.text{
	font-size: 0.8em;
	line-height: 1.4em;
}
div.side_menu{
	float: left;
	width: 260px;
	margin: 20px 0px 0px 5px;
}
div.side_menu p.menutop{
	width: 200px;
	height: 25px;
	padding: 12px 0px 0px 20px;
	font-size: 15px;
	color: #ffffff;
	font-weight: bold;
	background: url(../../company/images/menutop_bg.jpg) no-repeat;
}
div.side_menu p.link_menutop a{
	display: block;
	width: 200px;
	padding: 12px 0px 8px 20px;
	font-size: 15px;
	color: #ffffff;
	font-weight: bold;
	background: url(../../company/images/menutop_bg.jpg) no-repeat #4c4c4c;
}
div.side_menu p.link_menutop a:hover{
	color: #ffffff;
	text-decoration: underline;
}
div.side_menu li{
	width: 203px;
	padding:0px 5px 0px 10px;
	background: url(../../company/images/li_border.jpg) no-repeat bottom center;
	font-size: 13px;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}
div.side_menu li a{
	display: block;
	width: 193px;
	padding: 8px 0px 8px 10px;
	background: url(../images/icon_arrow.jpg) no-repeat 0px 12px;
}
div.side_menu li a.active_undermenu,div.side_menu li.undermenu02 a.active_undermenu{
	background: url(../images/icon_arrow02.jpg) no-repeat 0px 14px;
}
div.side_menu li.undermenu{
	width: 178px;
	padding:0px 5px 0px 35px;
	background: url(../images/li_undermenu_border.jpg) no-repeat bottom center;
	font-size: 13px;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}
div.side_menu li.undermenu a{
	display: block;
	width: 168px;
	padding: 8px 0px 8px 10px;
	background: url(../images/icon_arrow.jpg) no-repeat 0px 12px;
}
div.side_menu li.li_bottom{
	background: none;
}
div.side_menu li a.active,div.side_menu li a:hover{
	font-weight: bold;
	color: #006c56;
	text-decoration: none;
}
div.content_right{
	float: left;
	width: 670px;
	margin-top: 22px;
	font-size: 0.8em;
	line-height: 1.4em;
}
div.content_right h2{
	font-size: 2em;
	line-height: 1.1em;
}
div.content_right table.about{
	margin-top: 30px;
}
table.about th{
	width: 100px;
	padding-bottom: 10px;
	vertical-align: top;
}
table.about td{
	width: 570px;
	padding-bottom: 10px;
	vertical-align: top;
}
img.image_president{
	float: right;
	margin: 10px 0px 10px 20px;
}
div.content_right p.name{
	margin-top: 30px;
	text-align: right;
}
dl.dl_company03,dl.dl_company07{
	margin-top: 20px;
	width: 670px;
}
dl.dl_company03 dt{
	float: left;
	width: 140px;
	margin-bottom: 20px;
	clear: both;
}
dl.dl_company03 dd{
	margin-bottom: 20px;
}
dd.dd_border{
	float: left;
	margin-right: 50px;
	margin-bottom: 20px;
}
dl.dl_company07 dt{
	float: left;
	width: 110px;
	margin-bottom: 20px;
	clear: both;
}
dl.dl_company07 dd{
	margin-bottom: 20px;
}
p.link_pdf{
	padding-left: 20px;
	background: url(../../company/images/pdf_bg.jpg) no-repeat left center;
}
div.link_adobe{
	width: 500px;
	margin-bottom: 30px;
	text-align: right;
}
div.link_adobe img{
	margin-top: 5px;
}
.bold{
	font-weight: bold;
}
table.company04{
	width: 670px;
	margin-top: 20px;
}
table.company04 th{
	font-weight: normal;
}
table.company04 th,table.company04 td{
	margin: 0px 1px 1px 0px;
	padding: 10px;
	background: #f0fff7;
}
table.company04 .bg_green{
	background: #72c89a;
}
div.company06_box{
	margin-top: 20px;
	text-align: center;
}
div.company06_box p{
	margin-bottom: 10px;
}
div.div_committee{
	width: 500px;
	padding: 0px 50px 10px 0px;
	margin: 20px 0px 10px 0px;
	border-bottom: dotted 1px #cccccc;
}
div.div_committee p.img_right img,div.div_fellows p.img_right img{
	margin: 0px;
}
div.div_fellows{
	width: 540px;
	margin-bottom: 10px;
	border-bottom: dotted 1px #cccccc;
}
div.div_fellows div.fellows_box{
	float: left;
	width: 200px;
}
div.scholaship_border{
	padding-bottom: 30px;
	border-bottom: dotted 1px #cccccc;
}

/************************************************************************************
医療従事者の方へ
************************************************************************************/
ul.g_menu{
	width: 962px;
	height: 41px;
	margin: 0px auto;
}
ul.g_menu li{
	float: left;
	margin-left: -1px;
}
ul.g_menu li.menu01 {
	margin-left: 0;
}
ul.g_menu li a{
	border: solid 1px #cdc8c4;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	display: block;
	color: #4c4c4c;
	font-size: 13px;
	background: url(../../medical/images/g_menu.gif) no-repeat 100% 0px;
}
ul.g_menu li a:hover{
	text-decoration: none;
}
ul.g_menu li.menu01 a{
	width: 60px;
}
ul.g_menu li.menu02 a{
	width: 139px;
}
ul.g_menu li.menu03 a{
	width: 177px;
}
ul.g_menu li.menu04 a{
	width: 162px;
}
ul.g_menu li.menu05 a{
	width: 143px;
}
ul.g_menu li.menu06 a{
	width: 149px;
}
ul.g_menu li.menu07 a{
	width: 124px;
}
ul.g_menu li a.active,
ul.g_menu li a:hover{
	background: url(../../medical/images/g_menu.gif) no-repeat 100% -39px;
}
ul.g_menu li a span.before{
	display: inline-block;
	vertical-align: middle;
	height: 39px;
}
ul.g_menu li a span.text{
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	/cursor: pointer; /* for IE 6 and IE 7 */
}
div.medical_image{
	height: 304px;
	background: url(../../medical/images/medical_image_bg.jpg) no-repeat center;
}
div.medical_contentmenu{
	background: url(../../medical/images/menu_bg.jpg) no-repeat;
}
div.content_topmenu div.widebox{
	margin-left: 22px;
	margin-bottom: 25px;
}
div.content_topmenu div.widebox_bottom{
	padding: 0px 0px 15px 22px;
	background: url(../../medical/images/menu_bottom_bg.jpg) no-repeat 14px bottom;
}
p.pagetop{
	float: right;
	padding-left: 10px;
	margin: 30px 30px 10px 0px;
	font-size: 13px;
	background: url(../images/icon_arrow.jpg) no-repeat 0px 5px;
}
* html body p.pagetop{
	margin-right: 15px;
}
table.table_gakkai01{
	margin-top: 20px;
	border-collapse: collapse;
}
table.gakkai_ja{
	font-size: 0.8em;
}
*+html body table.gakkai_ja{
	font-size: 0.7em;
}
* html body table.gakkai_ja{
	font-size: 0.7em;
}
table.table_gakkai01 th{
	border-bottom: 1px solid #cccccc;
}
th.th_date{
	width: 6em;
}
table.table_gakkai01 th,table.table_gakkai01 td{
	padding: 5px;
}
table.table_gakkai01 .bg_color{
	background: #dddddd;
}
div.scholaship_menubox{
	float: left;
	margin-right: 30px;
}
div.scholaship_menubox p{
	padding-left: 10px;
	margin-top: 5px;
	background: url(../images/icon_arrow.jpg) no-repeat 0px 5px;
}

/************************************************************************************
AF製品
************************************************************************************/
div.content_right p.text{
	margin-top: 10px;
}
div.content_right p.comment{
	margin-top: 5px;
	margin-left: 2em;
	text-indent: -1.5em;
	font-size: 0.8em;
}
*+html body div.content_right p.comment{
	font-size: 0.7em;
}
* html body div.content_right p.comment{
	font-size: 0.7em;
}
div.content_right img{
	margin-top: 20px;
}
div.content_right p.p_top{
	margin-top: 35px;
}
p.p_center{
	text-align: center;
}
div.div_medicalbox{
	float: left;
	width: 157px;
	margin: 15px 0px 0px 14px;
}
div.div_medicalbox_left{
	float: left;
	width: 157px;
	margin: 15px 0px 0px 0px;
}
div.div_medicalbox img,div.div_medicalbox_left img{
	margin-top: 0px;
}
div.div_medicalbox p,div.div_medicalbox_left p{
	padding-left: 10px;
	margin-top: 5px;
	background: url(../images/icon_arrow.jpg) no-repeat 0px 0.5em;
}

/************************************************************************************
ci製品
************************************************************************************/
dl.dl_ci01{
	margin-top: 10px;
}
dl.dl_ci01 dt,dl.dl_ci01 dd{
	margin-bottom: 5px;
}
dl.dl_ci01 dt{
	float: left;
}
dl.dl_ci01 dd{
	padding-left: 3em;
}
dl.dl_ci02{
	margin-top: 10px;
}
dl.dl_ci02 dt,dl.dl_ci02 dd{
	margin-bottom: 5px;
}
dl.dl_ci02 dt{
	float: left;
}
dl.dl_ci02 dd{
	padding-left: 7em;
}
table.table_crm01{
	margin-top: 5px;
	border-collapse: collapse;
}
table.table_crm01 th,table.table_crm01 td{
	padding: 10px;
	border: 1px solid #cccccc;
}

/************************************************************************************
患者様・一般の方へ
************************************************************************************/
div.general_image{
	height: 304px;
	background: url(../../general/images/general_image_bg.jpg) no-repeat center;
}
ul.ul_content{
	width: 670px;
	margin-top: 10px;
	border-bottom: 1px solid #cccccc;
}
ul.ul_content li{
	float: left;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}
ul.ul_content li.active{
	padding: 5px 8px;
	background: #e2e2e2;
}
ul.ul_content li a{
	display: block;
	padding: 5px 8px;
	background: #f2f2f2;
}
ul.ul_content li a:hover{
	background: #e2e2e2;
	text-decoration: none;
}
ul.ul_content .b_right{
	border-right: 1px solid #cccccc;
}
dl.qa{
	margin-top: 20px;
}
dl.qa dt{
	float: left;
	clear: both;
	width: 20px;
}
dl.qa dd{
	float: left;
	width: 640px;
}
dt.question,dd.question{
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #cccccc;
}
dt.question{
	color: #006c56;
}
dt.answer,dd.answer{
	margin-bottom: 20px;
}
dt.answer{
	font-weight: bold;
	color: #cc6600;
}
div.pagelink{
	width: 670px;
	margin-top: 30px;
}
div.pagelink a{
	display: block;
	float: right;
	width: 75px;
	padding: 5px 10px 5px 20px;
	font-size: 13px;
	background: url(../images/icon_arrow.jpg) no-repeat 10px center;
	border: 1px solid #aaaaaa;
}
p.page_back a{
	float: left;
}
p.page_next a{
	float: right;
}
table.table_general01{
	width: 670px;
	margin-top: 10px;
	border-collapse: collapse;
}
table.table_general01 th,table.table_general01 td{
	padding: 10px;
	border: 1px solid #0d6954;
}
table.table_general01 th{
	width: 11em;
	text-align: center;
	background: #dddddd;
}
table.table_general01 th.th_top{
	width: 670px;
	text-align: center;
	background: #0d6954;
	color: #ffffff;
}
dl.dl_order{
	margin-top: 10px;
}
dl.dl_order dt{
	float: left;
	width: 20px;
	margin-bottom: 10px;
	font-weight: bold;
	clear: both;
}
dl.dl_order dd{
	float: left;
	width: 650px;
	margin-bottom: 10px;
}

div.div_generalbox{
	float: left;
	width: 325px;
	margin: 40px 0px 0px 14px;
}
div.div_generalbox_left{
	float: left;
	width: 325px;
	margin: 40px 0px 0px 0px;
}
div.div_generalbox h3,div.div_generalbox_left h3{
	margin-top: 10px;
}
div.div_generalbox img,div.div_generalbox_left img{
	margin-top: 0px;
}
div.div_generalbox p,div.div_generalbox_left p{
	padding-left: 10px;
	margin-top: 5px;
	background: url(../images/icon_arrow.jpg) no-repeat 0px 0.5em;
}

td.td_center{
	text-align: center;
}
dl.dl_general01{
	width: 670px;
	margin-top: 10px;
}
dl.dl_general01 dt,dl.dl_general01 dd{
	float: left;
	margin-bottom: 10px;
}
dl.dl_general01 dt{
	width: 50px;
	clear: both;
}
dl.dl_general01 dd{
	width: 620px;
}
table.table_general02{
	width: 670px;
	margin-top: 10px;
	border-collapse: collapse;
}
table.table_general02 th,table.table_general02 td{
	padding: 10px;
	border: 1px solid #0d6954;
}
table.table_general02 th{
	width: 8em;
	text-align: center;
	background: #dddddd;
	vertical-align: top;
}
dl.dl_general02{
	margin-top: 10px;
}
dl.dl_general02 dt{
	margin-bottom: 5px;
	font-size: 1.2em;
	font-weight: bold;
}
dl.dl_general02 dd{
	margin: 0px 0px 20px 20px;
}
dl.dl_general02 dd span{
	font-weight: bold;
}
dl.dl_general03{
	width: 400px;
	margin-top: 20px;
	border: 1px solid #0d6954;
}
dl.dl_general03 dt{
	width: 360px;
	padding: 5px 20px;
	font-weight: bold;
	color: #ffffff;
	background: #0d6954;
}
dl.dl_general03 dd{
	padding: 10px 20px 10px 40px;
}
div.div_vi p{
	width: 180px;
	margin: 10px auto 0px;

}
ul.ul_vi{
	width: 18em;
	margin: 20px 0px 10px 0px;
}
ul.ul_vi li{
	text-align: center;
	margin: 0px 10px 10px 0px;
	background: #339966;
}
ul.ul_vi a{
	display: block;
	width: 16em;
	padding: 5px;
	color: #ffffff;
	font-weight: bold;
}
div.side_menu li.undermenu02{
	width: 193px;
	padding:0px 5px 0px 20px;
	background: url(../images/li_undermenu_border.jpg) no-repeat bottom center;
	font-size: 13px;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}
div.side_menu li.undermenu02 a{
	display: block;
	width: 183px;
	padding: 8px 0px 8px 10px;
	background: url(../images/icon_arrow.jpg) no-repeat 0px 12px;
}
ul.ul_kyoshin{
	width: 30em;
	margin: 0px auto 10px;
}
ul.ul_kyoshin li{
	float: left;
	text-align: center;
	margin: 0px 10px 10px 0px;
	background: #339966;
}
ul.ul_kyoshin a{
	display: block;
	width: 13em;
	padding: 5px;
	color: #ffffff;
	font-weight: bold;
}
div.kyoshin_box{
	height: 300px;
}
ul.ul_kyoshin a:hover{
	color: #ffffff;
	text-decoration: none;
}
ul.ul_kyoshin li.active{
	background: #157645;
}
p.p_kyoshin a{
	display: block;
	width: 13em;
	padding: 5px;
	margin: 0px auto;
	color: #339966;
	font-weight: bold;
	border: 1px solid #339966;
}
p.p_kyoshin a:hover{
	color: #339966;
	text-decoration: none;
}
ul.ul_tiryou{
	float: left;
	width: 182px;
	margin: 20px 0px 10px 0px;
}
ul.ul_tiryou li{
	width: 170px;
	text-align: center;
	margin: 0px 10px 10px 0px;
	background: #339966;
}
ul.ul_tiryou a{
	display: block;
	width: 160px;
	padding: 5px;
	color: #ffffff;
	font-weight: bold;
}
div.tiryou_box{
	height: 14em;;
}
ul.ul_tiryou a:hover{
	color: #ffffff;
	text-decoration: none;
}
ul.ul_tiryou li.active{
	background: #157645;
}
li.li_tiryou a{
	display: block;
	width: 160px;
	padding: 5px;
	margin: 0px auto;
	color: #339966;
	font-weight: bold;
	background: #ffffff;
	border: 1px solid #339966;
}
li.li_tiryou a:hover{
	color: #339966;
	text-decoration: none;
}
p.shugi01{
	float: left;
	width: 98px;
	margin-bottom: 10px;
}
p.shugi01 img{
	margin-top: 10px;
}
ul.ul_nagare01{
	margin-top: 20px;
}
ul.ul_nagare01 li{
	float: left;
	margin: 0px 10px 10px 0px;
	text-align: center;
}
ul.ul_nagare01 a{
	display: block;
	width: 200px;
	padding: 10px 5px 10px 5px;
	color: #ffffff;
	font-weight: bold;
	background: #339966
}
ul.ul_nagare01 a:hover{
	color: #ffffff;
	text-decoration: none;
}
ul.ul_nagare01 a.active{
	background: #157645;
}
table.table_nagare01{
	margin-top: 10px;
	border-collapse: collapse;
}
table.table_nagare01 th{
	text-align: center;
	border: 1px solid #0d6954;
	padding: 5px 10px;
}
table.table_nagare01 td{
	padding: 5px 10px;
}
table.table_nagare01 td.td_color{
	background: #dddddd;
}
table.table_nagare01 p.width100{
	width: 100px;
}
table.table_kaisetu{
	margin-top: 10px;
	border-top: 10px solid #dddddd;
	border-collapse: collapse;
}
table.table_kaisetu td{
	padding: 5px 10px;
}
table.table_kaisetu td.td_color{
	background: #dddddd;
}
table.table_kaisetu p.width100{
	width: 100px;
}
a.a_pad01{
	display: block;
	width: 24em;
	padding: 10px;
	margin: 0px auto;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.3em;
	background: #dddddd;
}
.font_orange{
	color: #ff5500;
}
div.aso_borderbox{
	margin-top: 10px;
	padding: 5px 10px;
	border: 1px solid #ff5500;
	color: #ff5500;
}
span.font_green{
	color: #00aa33;
}
ul.ul_leaflet01{
	width: 480px;
	padding: 10px 10px 0px 10px;
	margin: 10px auto 0px;
	border: 2px solid #999972;
	background: #f3fbd3;
}
*+html body ul.ul_leaflet01{
	padding-bottom: 10px;
}
* html body ul.ul_leaflet01{
	padding-bottom: 10px;
}
ul.ul_leaflet02{
	width: 480px;
	padding: 10px;
	margin: 10px auto 0px;
	border: 2px solid #999972;
	background: #f3fbd3;
}
ul.ul_leaflet01 li{
	float: left;
	width: 220px;
	margin: 0px 0px 10px 1em;
	text-indent: -1em;
}
ul.ul_leaflet02 li{
	margin-left: 1em;
	text-indent: -1em;
}
table.table_leaflet01{
	margin-top: 10px;
	border-collapse: collapse;
}
table.table_leaflet01 th,table.table_leaflet01 td{
	border: 1px solid #0d6954;
	padding: 5px 10px;
}
table.table_leaflet01 th{
	text-align: center;
}
table.table_leaflet01 td{
	width: 300px;
	vertical-align: top;
}
table.table_leaflet01 th.th_bg{
	background: #0d6954;
	color: #ffffff;
}
span.font_red{
	color: #ff0000;
}
table.table_leaflet01 p.width50{
	width: 40px;
}
ul.ul_nerve01{
	margin-top: 10px;
}
ul.ul_nerve01 li{
	margin-bottom: 5px;
	margin-left: 1em;
	text-indent: -1em;
}

/************************************************************************************
採用情報
************************************************************************************/
ul.ul_recruit01{
	margin-top: 10px;
	font-size: 0.8em;
}
ul.ul_recruit01 li{
	margin-bottom: 2px;
	margin-left: 1em;
	text-indent: -1em;
}
*+html body ul.ul_recruit01{
	font-size: 0.7em;
}
* html body ul.ul_recruit01{
	font-size: 0.7em;
}
h4.h4_recruit02{
	margin-top: 20px;
	padding-bottom: 5px;
	font-size: 1.1em;
	border-bottom: 1px dotted #4c4c4c;
}

/************************************************************************************
個人情報保護方針
************************************************************************************/
div.div_act{
	width: 890px;
	margin: 20px 0px 0px 20px;
}
div.div_act h3{
	font-size: 0.8em;
	margin: 30px 0px 10px 0px;
}
div.div_act p.text{
	font-size: 0.8em;
}
div.sitemap_contentmenu{
	background: url(../../medical/images/menu_bg.jpg) no-repeat;
}
div.sitemap_contentmenu h2{
	margin-bottom: 10px;
}
div.sitemap_contentmenu li.indent{
	width: 250px;
	margin-left: 20px;
}
ul.ul_sitemap li{
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px;
	font-weight: bold;
	background: none;
}
div.div_news{
	width: 890px;
	font-size: 0.8em;
	line-height: 1.3em;
	margin: 20px 0px 0px 20px;
}
div.div_news h2{
	font-size: 2em;
	line-height: 1em;
}
div.newsbox{
	padding: 10px;
	border: 1px solid #0d6954;
}
div.div_news h3{
	margin-top: 30px;
	padding: 10px;
	font-size: 1em;
	color: #ffffff;
	background: #0d6954;
}
dl.dl_news{
	margin-bottom: 30px;
}
dl.dl_news dt{
	padding-bottom: 10px;
	border-bottom: 1px dotted #4c4c4c;
	font-weight: bold;
}
dl.dl_news dd{
	margin-top: 10px;
}
dl.dl_news dd a{
	padding-left: 20px;
	background: url(../images/icon_arrow.jpg) no-repeat 10px center;
}







#cover {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #ffffff;
}

#alert {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #ffffff;
	border: 1px solid #888888;
	overflow: hidden;
	padding: 20px 20px 5px 20px;
	font-size: 100%;
	text-align: left;
}

#alert p {
	margin-bottom: 15px;
	line-height: 130%;
}

#alert p {
	margin-bottom: 15px;
	line-height: 130%;
}

#alert p.button {
	text-align: center;
}

#alert p.button a {
	margin: 0px 15px;
	padding: 6px 12px;
	border: 1px solid #aaaaaa;
}

#alert p.button a:hover {
	background-color: #dddddd;
	text-decoration: none;
}

ul.ul {
	margin-top: 10px;
}
ul.ul li {
	margin-left: 2em;
	list-style: disc;
}

ul.ul_2column {
	margin-top: 10px;
}
ul.ul_2column li {
	padding-left: 25px;
	width: 275px;
	display: inline-block;
	/display: inline; /zoom: 1; /* for IE 6 and IE 7 */
	background: url(../images/disc.gif) no-repeat 10px center;
}

ol.ol {
	margin-top: 10px;
}
ol.ol li {
	margin-left: 2.5em;
	list-style: decimal;
}

p.figure_right{
	float: right;
	margin: 10px 0px 10px 10px;
}
p.figure_left{
	float: left;
	margin: 10px 10px 10px 0px;
}
div.content_right p.figure_right img,
div.content_right p.figure_left img{
	margin-top: 0px;
}

div.div_generalbox02{
	float: left;
	width: 325px;
	margin: 40px 0px 0px 14px;
}
div.div_generalbox02_left{
	float: left;
	width: 325px;
	margin: 40px 0px 0px 0px;
}
div.div_generalbox02 h3,
div.div_generalbox02_left h3{
	margin-top: 10px;
}
div.div_generalbox02 img,
div.div_generalbox02_left img{
	margin-top: 0px;
}
div.div_generalbox02 p,
div.div_generalbox02_left p,
div.div_generalbox02 ul,
div.div_generalbox02_left ul{
	overflow: hidden;
	_zoom: 1; /* for IE 6 */
}
div.div_generalbox02 p,
div.div_generalbox02_left p{
	margin-top: 5px;
}
div.div_generalbox02 ul li,
div.div_generalbox02_left ul li{
	padding-left: 10px;
	margin-top: 5px;
	background: url(../images/icon_arrow.jpg) no-repeat 0px 0.5em;
}

