@charset "UTF-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

body{
	width:987px;
	margin:20px auto 40px auto;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	font-size:80%;
	color:#666;
}

img{
	border:none;
}

li{
	list-style-type:none;
}

a{
	text-decoration:none;
	color:#74A0AE;
}

a:visited{
	color:#74A0AE;
}

a:hover{
	color:#4fc4e9;
}

/* -------------------------mainMenu--- */

#mainMenu{
	margin-top:20px;
	margin-bottom:20px;
}

#mainMenu li{
	float:left;
    height:12px;
	margin-right:40px;
}


#mainMenu li a{
    display:block;
    height:12px;
    text-indent:-9999px;
    overflow:hidden;
}

#mainMenu li a#menu_index{
    background-image:url(../images/menu_index.gif);
    width:39px;
}


#mainMenu li a#menu_whatsnew{
    background-image:url(../images/menu_whatsnew.gif);
    width:79px;
}


#mainMenu li a#menu_outline{
    background-image:url(../images/menu_outline.gif);
    width:180px;
}

#mainMenu li a#menu_lineup{
    background-image:url(../images/menu_lineup.gif);
    width:98px;
}

#mainMenu li a#menu_link{
    background-image:url(../images/menu_link.gif);
    width:31px;
}

#mainMenu li a#menu_signup{
    background-image:url(../images/menu_signup.gif);
    width:73px;
}


#mainMenu li a#menu_company{
    background-image:url(../images/menu_company.gif);
    width:49px;
}

#mainMenu li a#menu_contact{
    background-image:url(../images/menu_contact.gif);
    width:68px;
}

#mainMenu li a.current,
#mainMenu li a:hover{
    background-position:0px -12px;
}


/* -----------------------------contentArea--- */
#contentArea{
	width:808px;
	float:left;
	border-top:#CFDDDE 1px solid;
	margin-bottom:15px;
	
}

#contentArea h2{
	margin-top:20px;
	padding-bottom:20px;
	border-bottom:#CFDDDE 1px solid;
}

#contentArea .img_right{
	float:right;
}

/* -----------------------------sidebar--- */
#sidebar{
	width:171px;
	float:right;
	margin-bottom:15px;
}

#sidebar h2{
	width:171px;
	margin-top:0px;
	border-top:none;
}

#sidebar ul{
	border-top:#CFDDDE 1px solid;
}


#sidebar li{
	border-bottom:#CFDDDE 1px solid;
}

#sidebar li a{
    display:block;
    height:12px;
    text-indent:-9999px;
    overflow:hidden;
	width:171px;
}

#sidebar li a#sidemenu_lineup{
    background-image:url(../images/sidemenu_lineup.gif);
    height:35px;
}

#sidebar li a#sidemenu_ellipse{
    background-image:url(../images/sidemenu_ellipse.gif);
    height:47px;
}


#sidebar li a#sidemenu_stille{
    background-image:url(../images/sidemenu_stille.gif);
    height:46px;
}


#sidebar li a#sidemenu_gel{
    background-image:url(../images/sidemenu_gel.gif);
    height:47px;
}

#sidebar li a.current,
#sidebar li a:hover{
    background-position:-172px 0px;
}

#sidebar .signupBox{
    background-image:url(../images/signup_bg.gif);
	width:171px;
	height:135px;
}

#sidebar .signupBox span{
    display:block;
    text-indent:-9999px;
    overflow:hidden;
}

#sidebar .signupBox a{
    display:block;
    text-indent:-9999px;
    overflow:hidden;
	width:161px;
	height:38px;
	margin:60px 0 0 5px;
    background-image:url(../images/signup.gif);
}


#sidebar .signupBox a:hover{
    background-position:-162px 0;	
}


/* -----------------------------footer--- */
#footer{
	clear:both;
	border-top:#CFDDDE 1px solid;
	padding-top:15px;
	font-size:90%;
}

#footer li{
	float:left;
	border-right:1px solid #000;
	margin-right:1em;
	padding-right:1em;
}

#footer address{
	float:right;
	font-style:normal;
}


/* -------------------------------------------------index--- */


#index .whatsnewList ul{
	margin-top:20px;
	margin-bottom:45px;
}

#index .whatsnewList li{
	padding-bottom:3px;
}

#index .link_whatsnew{
	margin-top:20px;
	margin-bottom:15px;
}


#index .link_whatsnew  a{
    display:block;
    text-indent:-9999px;
    overflow:hidden;
	width:109px;
	height:12px;
    background-image:url(../images/link_whatsnew.gif);
}


#index .link_whatsnew  a:hover{
    background-position:0px -12px;	
}

ul#disp li span.date{
	margin-right:1em;
}


/* -------------------------------------------------whatsnewIndex--- */



#whatsnewIndex .whatsnewList ul{
	margin-top:30px;
	margin-bottom:45px;
}

#whatsnewIndex .whatsnewList li{
	margin-bottom:26px;
}



/* -------------------------------------------------whatsnew_detail--- */

#whatsnew_detail .link_whatsnew{
	margin-top:20px;
	float:right;
}

#whatsnew_detail h3{
	padding-top:30px;
	padding-bottom:30px;
	border-bottom:#CFDDDE 1px solid;
}


#whatsnew_detail  p.modDate{
	float:right;
	margin-top:-4em;
	margin-right:20px;
}

#whatsnew_detail .newsBody{
	padding-top:30px;
	margin-right:20px;	
}


#whatsnew_detail .newsBody .i_no{
	
}


#whatsnew_detail .newsBody .i_center{
	text-align:center;
	margin-bottom:5px;
}

#whatsnew_detail .newsBody .i_left img{
	float:left;
	margin:5px 5px 0 0;
}



#whatsnew_detail .newsBody .i_right img{
	float:right;
	margin:0 0 5px 5px;
}


#whatsnew_detail .link_whatsnew  a{
    display:block;
    text-indent:-9999px;
    overflow:hidden;
	width:109px;
	height:12px;
    background-image:url(../images/link_whatsnew.gif);
	margin-top:20px;
	float:right;
	margin-right:20px;
}


#whatsnew_detail .link_whatsnew  a:hover{
    background-position:0px -12px;	
}


/* -------------------------------------------------outline--- */

#outline{
	
}


#outline h3{
	padding-top:20px;
	padding-bottom:20px;
	border-bottom:#CFDDDE 1px solid;
}


#outline h4{
	padding:0;
	margin-bottom:40px;
	padding-top:20px;
}



#outlineBody{
	background:url(../images/outline_bg.gif) no-repeat 0px 20px;
	padding:20px 20px 35px 290px;
	height:764px;
}

#outlineBody p{
	margin-bottom:2em;
}

#siteframe{
	padding:20px;
	margin:20px auto;
	width:987px;
}

#siteframeIn{
	width:600px;
}

#siteframeIn h2 {
	margin-bottom:15px;
	padding-bottom:10px;
	border-bottom:1px dotted #CCC;
}
#siteframeIn h3{
	margin-bottom:15px;
	padding-bottom:10px;
}

#siteframeIn ui{
	padding-bottom:10px;
}
#siteframeIn li{
	margin-bottom:5px;
	list-style:circle;
	margin-left:30px;
}

#siteframeIn p{
	margin-bottom:2em;
}


/* -------------------------------------------------lineup--- */

#lineup{
	
}

.productUnit{
	width:245px;
	background-repeat:no-repeat;
	float:left;
	padding-right:20px;
	margin-top:20px;
}

.productUnit a.linkToDetail{
	float:left;
    display:block;
    text-indent:-9999px;
    overflow:hidden;
	width:82px;
	height:28px;
	background-image:url(../images/icon_productDetail.gif);
	margin:100px 0 0 5px ;
}

.productUnit a.linkToDetail:hover{
    background-position:0px -28px;	
}

.unit_text{
	float:right;
	width:145px;
	font-size:12px;
}


.unit_text img{
	margin-top:5px;
}

.unit_text h3 img{
	margin-top:0px;
	margin-bottom:2px;
}



#unit_ellipse{
    background-image:url(../images/lineup_ellipse.jpg);
}

#unit_stille{
    background-image:url(../images/lineup_stille.jpg);
}

#unit_gel{
    background-image:url(../images/lineup_gel.jpg);
}


.lineupList_service{
	border-top:1px solid #d7d7d8;
	margin-top:30px;
	padding-top:30px;
}

.productUnit_service{
	width:183px;
	background-repeat:no-repeat;
	float:left;
	padding-left:62px;
	padding-right:20px;
}


.unit_service_text{
	float:right;
	width:180px;
	font-size:12px;

}

.unit_service_text img{
	margin-top:5px;
}

.unit_service_text h3 img{
	margin-top:0px;
	margin-bottom:2px;
}
.productUnit_service h3{
	border:none;
}

.productUnit_service a.linkToDetail{
	float:none;
    display:block;
    text-indent:-9999px;
    overflow:hidden;
	width:181px;
	height:28px;
	background-image:url(../images/icon_afterservice.gif);
	background-repeat:no-repeat;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:-62px;
}


.service_logo{
	margin-left:-62px;
}

.productUnit_service a.linkToDetail:hover{
    background-position:0px -28px;	
}


#unit_dual{
    background-image:url(../images/lineup_dual.jpg);
}	

#jmn{
    background-image:url(../images/gel_logo.gif);
	background-repeat:no-repeat;
	border-bottom:1px solid #d7d7d8;
	margin-top:30px;
	padding-top:15px;
	padding-left:120px;
	padding-bottom:25px;
}


/* -------------------------------------------------link--- */

#linklist dt{
	padding-top:30px;
	margin-bottom:0.5em;
}

#linklist dd{
	padding-left:2em;
	padding-bottom:30px;
	border-bottom:1px solid #D7D7D8;	
}

#linklist dt a{
	font-weight:bold;
}



/* -------------------------------------------------company--- */

#company #contentArea dl{
	margin:-1px 0 45px 0;
	border-top:none;
}



#company #contentArea dl dt{
	width:80px;
	float:left;
	padding:16px 0 11px 0;
	border-top:1px solid #D7D7D8;	
}


#company #contentArea dl dd{
	float:left;
	width:720px;
	padding:13px 0;
	border-top:1px solid #D7D7D8;
	line-height:1.8;
}

#company #contentArea dl dd img{
	vertical-align:middle;
	margin-right:10px;
	margin-top:-1px;	
}




/* -------------------------------------------------signup contact--- */

#contactform{
	margin-top:0px;
}

#contactForm p.formnotice{
	padding:15px 0 15px 0;
	border-bottom:#CFDDDE 1px solid;
	margin-bottom:5px;
}

#signup #contentArea h2,
#contact #contentArea h2{
	margin-bottom:5px;
}

p.requirednotice{
	color:#EA8E3C;
	margin:30px 0 20px 0;
}

span.requiredmark{
	color:#EA8E3C;
}


#contactform form{
	clear:both;
}


form ul{

}

form li{
	padding:12px 0 15px 0;
	clear:both;
	list-style-type:none;
}


label{
	display:block;
	width:180px;
	float:left;
}

li.formPart input,
#checkboxes input,
textarea{
	width:425px;
	float:left;
	border:2px solid #DFDFDF;
	padding:4px;
}

#checkboxes input{
	border:none;
}

select{
	width:200px;
	float:left;
}

form .form_botton{
	text-align:center;
	padding:12px 0 15px 0;
	clear:both;
}



.formText{
	margin-left:180px;
	clear:both;
}

#contact_contents{
	margin-top:5px;	
}


#contact_contents label{
	display:block;
	width:180px;
	float:left;
	padding:2px 0;
}



#contact_contents input{
	display:inline;
	width:2em;
	float:none;
	padding:4px;
}


#checkboxes{
	float:left;
	border:none;
	padding:0;
	margin-top:-1.5em;
}

/* -------------------------------------------------sitemap--- */



#sitemap p.requiredmark{
	margin-top:20px;
}


#sitemap .requiredmark{
	color:#EA8E3C;
	margin-left:1em;
}

#sitemap #contentArea ul{
	margin-left:1.5em;
	margin-top:1.5em;
	padding-left:1em;
	list-style-type:disc;
}

#sitemap #contentArea li{
	padding-left:0;
	padding-bottom:0.5em;
	list-style-type:disc;
}

#sitemap #contentArea li ul{
	margin-top:1em;
	padding-top:0.5em;
	list-style-type:none;
}

#sitemap #contentArea li ul li{
	list-style-type:none;
}

#sitemap #contentArea li ul li ul{
	margin-top:0em;
	margin-bottom:1em;
}







/* -------------------------------------------------productPage--- */

#contentArea .productUnit h3,
#contentArea .productUnit p{
	margin:0;
	padding:0;
}

/* -------------------------productDetail--- */
#productDetail{
	width:587px;
	float:right;
	margin-bottom:15px;
	padding-left:25px;
	padding-right:25px;
}

#product_stille #productDetail,
#product_dual #productDetail{
	width:505px;
	float:left;
	padding-left:0px;
	padding-right:0px;
}


#product_gel #productDetail{
	width:645px;
	float:left;
	padding-left:0px;
	padding-right:0px;
}



#widepagePhoto{
	width:203px;
	padding:20px 50px;
	float:right;
}


.productPage h3{
	padding-top:20px;
	padding-bottom:20px;
	border-bottom:#CFDDDE 1px solid;
}

.productPage h4{
	font-size:120%;
	font-weight:bold;
	margin:2em 1em 1em 0;
}


.productPage h4.firstTitle{
	margin:15px 0 30px 0;
}


.productPage h4.secondTitle{
	border-top:1px solid #d7d7d8;
	margin:15px 0 30px 0;
	padding-top:30px;
}

.productPage h5{
	font-size:100%;
	font-weight:bold;
	margin:2em 1em 1em 0;
}



.productPage p{
	line-height:1.8;
	margin-bottom:1em;
}

.productPage #contentArea .img_right{
	margin:0 0 5px 5px;
}

.productPage .product_ellipse13 h4{
	margin:15px 0 20px 0;
}

.productPage .product_ellipse13 h5{
	font-size:120%;
	font-weight:bold;
	margin:20px 1em 1em 0;
	padding-top:20px;
	padding-bottom:20px;
	border-top:1px solid #d7d7d8;
	border-bottom:1px solid #d7d7d8;
}

.productPage .product_ellipse13 h6{
	font-size:100%;
	font-weight:bold;
	margin:2em 0 0 0;
}


.productPage ul.product_ellipse06{
	list-style-type:disc;
	padding-left:0em;
	margin:1em 0 1.5em 1em;
}

.productPage ul.product_ellipse06 li{
	list-style-type:disc;
	margin-bottom:0.5em;
}




.productPage .product_ellipse13 ul{
	list-style-type:disc;
	padding-left:3em;
	margin:1em 0 1.5em 0;
}


.productPage .product_ellipse13 li{
	list-style-type:disc;
	margin-bottom:1em;
}


p.presenter{
	text-align:right;
	font-size:90%;
}

/* -------------------------product_ellipse--- */


table.spec{
	width:100%;
	border-collapse:collapse;
	border-top:1px solid #d7d7d8;
}


table.spec th,
table.spec td{
	text-align:left;
	font-weight:normal;
	border-bottom:1px solid #d7d7d8;
	margin:0;
	padding:0.3em 0;
}

.nextLink{
	margin-top:20px;
	float:right;
	text-align:right;
}

table#ellipse_04 th{
	white-space:nowrap;
}


table#ellipse_04,
table#ellipse_04 th,
table#ellipse_04 td{
	padding:5px;
	border-collapse:collapse;
	border:1px solid #d7d7d8;
}

.ellipse12 dt{
	background:#EFEFEF;
	padding:15px;
	line-height:1.5;
}


.ellipse12 dd{
	padding:15px 0;
	line-height:1.5;
}

.eliipse_profile{
	border:2px solid #d7d7d8;
	margin-top:20px;
	padding:10px;
}

.productPage .eliipse_profile h4{
	margin:0 0 10px 0;
}

.productPage .eliipse_profile p{
	margin:0;
}



/* -----------------------------subsidebar--- */

#subsidebar{
	width:171px;	
	float:left;
	margin-bottom:15px;
	border-bottom:1px solid #d7d7d8;
	margin-top:-1px;
}


#subsidebar li{
	border-top:1px solid #d7d7d8;		
	font-size:10px;
}


#subsidebar li a{
	display:block;
	padding:10px 10px 10px 10px;
}

#subsidebar li li a{
	display:block;
	padding-left:20px;
}

#subsidebar li a.current,
#subsidebar li a:hover{
	background-color:#e9eaeb;
	color:#666;
}


/* -------------------------product_gel--- */


table#gelSpec{
	width:100%;
	border-collapse:collapse;
	margin-bottom:1em;
}


table#gelSpec th,
table#gelSpec td{
	text-align:left;
	font-weight:normal;
	border:1px solid #d7d7d8;
	margin:0;
	padding:1em;
	font-size:80%;
}


table#gelSpec th{
	text-align:center;	
}

/* -----------------------------inqbox--- */

#inqbox{
	width:485px;
	margin:40px auto 0 auto;
	background:#eeeeef url(../product/images/inq_boxbottom.gif) no-repeat bottom;
}

#inqbox h4{
	margin:0;
	padding:0;
}


#inqbox p{
	float:left;
	margin:5px 5px 10px 15px;
}

#inqbox a#inqbox_contact{
	float:right;
    display:block;
    text-indent:-9999px;
    overflow:hidden;
	width:166px;
	height:57px;
	background-image:url(../product/images/inq_icon.gif);
	background-repeat:no-repeat;
	margin:1em 15px 15px 0;
}

#inqbox a#inqbox_contact:hover{
    background-position:0px -57px;	
}

/* -----------------------------FAQ--- */

#question{
	border:1px solid #d7d7d8;
	padding:15px;
}

#question h4{
	margin:0 0 10px 0;
}


#faq_product,
#faq_after{
	padding-left:5px;
	border-bottom:1px solid #d7d7d8;
	padding-bottom:30px;
}


dl.faq_answer{
	margin-top:0;
}



dl.faq_answer dt{
	font-weight:bold;
	font-size:120%;
	padding-top:20px;	
	padding-bottom:20px;
	
}


dl.faq_answer dd{
	border-bottom:1px solid #d7d7d8;
	padding-bottom:20px;
	line-height:1.4;
	clear:both;
}

dl.faq_answer dd:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html dl.faq_answer dd             { zoom: 1; } /* IE6 */
*:first-child+html dl.faq_answer dd { zoom: 1; } /* IE7 */

dl.faq_answer dd strong.og{
	display:block;
	width:30px;
	float:left;
	font-weight:bold;
	font-size:120%;
	color:#74A0AE;
}

dl.faq_answer dd span.ansbody{
	float:left;
	display:block;
	width:540px;
}

.og{
	font-weight:bold;
	color:#74A0AE;
}


/* -----------------------------hospital_list--- */

#hospital_list ul{
	border-top:1px solid #d7d7d8;
	margin:-15px 0 0 0;
	padding:0;

}

#hospital_list ul li{
	float:left;
	list-style-type:none;
	margin:0 30px 0 0;
	padding:10px 0;
	_margin:0 20px 0 0;
}



#hospital_list ul a{
	text-decoration:none;
	color:#666;
	display:block;
	word-break: keep-all;
}

#hospital_list ul a:visited{
	color:#666;
}

#hospital_list ul a:hover,
#hospital_list ul a.current{
	color:#74A0AE;
}

/* -----------------------------hospital data--- */

dl#hospitals{
	clear:both;
	border-top:1px solid #d7d7d8;
}


dl#hospitals dt{
	font-weight:bold;
	font-size:100%;
	padding-top:10px;	
}


dl#hospitals dd{
	border-bottom:1px solid #d7d7d8;
	padding-bottom:10px;
}

/* -----------------------------stille--- */


#product_stille #stillePhoto li{
	font-size:10px;
	border:1px solid #d7d7d8;
	float:left;
	width:110px;
	margin-right:5px;
	margin-bottom:10px;
	text-align:center;
}

#product_stille #stillePhoto{
	margin-left:0;
	padding-left:0;
}

#product_stille #stillePhoto li{
	font-size:10px;
	border:1px solid #d7d7d8;
	float:left;
	width:110px;
	margin-right:5px;
	margin-bottom:10px;
	margin-left:0;
	text-align:center;
	padding-left:0;
}


/* ------------------------------------------------------------ */

/* -----------------------------Util--- */

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/* ------------------------------------ */

