@charset "utf-8";

/* =========================================================
■Reset of Default Style
========================================================= */
h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	font-size: 100%;
	text-align: left;
}
textarea { font-size: 100%; }
img { vertical-align: bottom; }
hr  { display: none; }


/* =========================================================
■body #93CFD5
========================================================= */
body {
	margin: 0;
	padding: 0;
	color: #000000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 93%;
	text-align: center;
	background:#FFFFFF url(../images/parts/back_large1.jpg) repeat-y left top;
	width:100%;
	display:table;
}

#round-center {text-align:center}

/* =========================================================
■content #f8f7e5
========================================================= */
#round {
 width: 800px;
 margin: 0 auto;
 background:#f8f7e5;
 border:solid 3px #CCC;
 padding:20px;
 }

/* =========================================================
■top
========================================================= */
div#top {
	width:800px;
	margin:0 auto;
	text-align:left;
}
div#top h1 {
	margin: 0;
	padding-top:20px;
	font-size: 200%;
}

/* =========================================================
■container #f8f7e5
========================================================= */
div#container {
	width: 800px;
	margin: 0 auto;
	background: #FFFFFF;
}

/* =========================================================
■header
========================================================= */
div#header {
	margin: 0;
	padding: 10px;
	text-align:left;
}
div#header h2 {
	margin: 0 0 5px;
	font-size: 150%;
}

/* =========================================================
■wrapper
========================================================= */
div#wrapper:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
div#wrapper {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html div#wrapper { height: 1%; }
div#wrapper { display: block; }
/* End hide from IE-mac */

/* =========================================================
■content
========================================================= */
div#content {
	float: left;
	width: 460px;
	margin-right: 10px;
	padding: 1em 0 0;
	background: #FFFFFF;
}

div#content h3 {margin: 0 1em 2em;}
div#content h4 {margin: 2em 1em 1em;}
div#content p {margin: 0 1em 1em; line-height:1.8; font-size:90%;}

/* =========================================================
■side-primary
========================================================= */
div#side-primary {
	float: left;
	width: 150px;
	margin-top:2em;
	margin-right: 10px;
	background: #FFFFFF;
	font-size:85%;
}

/* =========================================================
■side-secondary
========================================================= */
div#side-secondary {
	float: right;
	width: 150px;
	background: #FFFFFF;
	margin-top:1.8em;
	margin-right:10px;
}


/* =========================================================
■footer
========================================================= */
div#footer {
	margin: 20px 0 0;
	padding: 10px;
}


/* =========================================================
■parts
========================================================= */
.clear {clear:both}
.white {
 background-color:#f8f7e5;
 padding:5px;
 }
.red {color:#FF0000;}
.red-bold-line {color:#FF0000; font-weight:bold; text-decoration:underline; font-size:110%;}
.red100 {color:#FF0000; font-size:100%;}
.red140 {color:#FF0000; font-size:140%;}
.text-80 {font-size:80%}
.img_left {float:left;}
.p-line {
 border-bottom:dotted 2px #009900;
 background-color:#FFEAFF;
 }
 .p-line2 {
 border-bottom:dotted 2px #009900;
 }
.p1 {
 font-size:105%;
 color:#006633;
 padding-left:1em;
 text-decoration:underline;
 background:url(../images/parts/bullet_blue.png) no-repeat left center;
 padding-left:20px;
 line-height:1.8;
 }
.p2 {margin-left:2em; font-size:95%; padding-bottom:1em; padding-right:1em; padding-left:2em;}

.fair {
 background:url(../images/parts/comment_alert.png) no-repeat left top;
 padding-left:25px;
 border-bottom:dotted 1px #CCC;
 }

.news {
 width:440px;
 margin:40px auto;
 padding:5px;
 line-height:1.6;
 border:solid 2px #FF0000;
 text-align:left;
 }
.news-top {
 width:400px;
 padding:5px;
 line-height:1.6;
 border:solid 2px #FF0000;
 text-align:left;
 }

/* =========================================================
■Appleaccordion
========================================================= */
.applemenu {
 margin: 5px 0;
 padding: 0;
 width: 140px; /*width of menu*/
 border: 1px solid #9A9A9A;
 }

.applemenu div.silverheader a {
 background: black url(appleaccordion/silvergradient.gif) repeat-x center left;
 font: normal 12px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
 color: white;
 display: block;
 position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
 width: auto;
 padding: 5px 0;
 padding-left: 8px;
 text-decoration: none;
 }

.applemenu div.silverheader a:visited, .applemenu div.silverheader a:active {
 color: white;
 }


.applemenu div.selected a, .applemenu div.silverheader a:hover {
 background-image: url(appleaccordion/silvergradientover.gif);
 color: white;
}

.applemenu div.submenu { /*DIV that contains each sub menu*/
 background: white;
 padding: 5px;
 height: 300px; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
 }


/* =========================================================
■Apple Breadcrumb
========================================================= */
#breadcrumb {
 font: 11px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
 background-image:url(breadcrumb/bc_bg.png);
 background-repeat:repeat-x;
 height:30px;
 line-height:30px;
 color:#9b9b9b;
 border:solid 1px #cacaca;
 width:100%;
 overflow:hidden;
 margin:0px;
 padding:0px;
 clear:left;
 }
#breadcrumb li {
 list-style-type:none;
 float:left;
 padding-left:10px;
 }
#breadcrumb a {
 height:30px;
 display:block;
 background-image:url(breadcrumb/bc_separator.png);
 background-repeat:no-repeat;
 background-position:right;
 padding-right: 15px;
 text-decoration: none;
 color:#454545;
 }
.home {
 border:none;
 margin: 8px 0px;
 }
#breadcrumb a:hover {color:#35acc5;}


/* =========================================================
■List (Primary side)
========================================================= */
.vertmenu {
font-family: Arial, Helvetica, sans-serif, Tahoma;
font-size: 100%;
width: 140px;
padding: 0px;
margin: 0px;
}

.vertmenu ul {
list-style: none;
margin: 0px;
padding: 0px;
border: none;
}
.vertmenu ul li {
margin: 0px;
padding: 4px;
}
.vertmenu ul li a {
font-size: 100%;
display: block;
border-bottom: 1px dashed #C39C4E;
padding: 5px 0px 2px 4px;
text-decoration: none;
color: #666666;
width:140px;
}

.vertmenu ul li a:hover, .vertmenu ul li a:focus {
color: #000000;
background-color: #eeeeee;
}


/* =========================================================
■List (Primary side)
========================================================= */
#slide {
 width:400px;
 height:240px;
 }

ul.hover_block { display: block; overflow: hidden; height: 70%; padding-bottom: 15px; }
			
ul.hover_block li, ul.hover_block2 li {
 list-style:none;
 float:left;
 background: #fff;
 padding: 10px;
 width:300px; position: relative;
 margin-right: 20px;
 }

ul.hover_block li a, ul.hover_block2 li a {
 display: block;
 position: relative;
 overflow: hidden;
 height: 150px;
 width: 268px;
 padding: 16px;
 color: #000;
 font-size:85%;
 }

ul.hover_block li a, ul.hover_block2 li a { text-decoration: none; }

ul.hover_block li img, ul.hover_block2 li img {
 position: absolute;
 top: 0;
 left: 0;
 border: 0;
 }


/* =========================================================
■画像配置
========================================================= */
.imagebox {
 width:190px;
 height:190px;
 float:left;
 margin:10px;
 }

.imagebox p.image, p.caption {
 text-align:center;
 margin:5px;
 }

.imagebox p.caption {
 font-size:85%;
 color:#000000;
 }

.imagebox p.exp {clear:left;}

.imagebox2 {
 clear:both;
 width:440px;
 float:left;
 text-align:left;
 margin:40px 10px 20px 10px;
 padding:20px;
 }


/* =========================================================
■ホットスポット
========================================================= */
/* リンク全体の装飾 */
p.boxlinks a {
   display: block;
   padding: 0.5em;
   border: 1px solid #ccccff;
   text-align: center;
   text-decoration: none;
   line-height: 1.5;
   width: 190px; /* 横幅を指定する場合のみ記述 */
}
/* ガイド文の装飾 */
p.boxlinks a span.siteguide {
   font-size: 70%;
}
/* サイト名の装飾 */
p.boxlinks a span.sitename {
   text-decoration: underline;
}
/* URLの装飾 */
p.boxlinks a span.siteurl {
   font-size: 75%;
   font-family: Verdana,Arial,sans-serif;
}

/* 全体(マウスが載ったとき)の色 */
p.boxlinks a:hover {
   background-color: #F3EDE1;
   border-color: #ccccff;
}
/* ガイド文部分の表示色 */
p.boxlinks a:link    span.siteguide { color: black; }
p.boxlinks a:visited span.siteguide { color: black; }
p.boxlinks a:hover   span.siteguide { color: blue; }
/* サイト名部分の表示色 */
p.boxlinks a:link    span.sitename { color: blue; }
p.boxlinks a:visited span.sitename { color: #800080; }
p.boxlinks a:hover   span.sitename { color: blue; }
/* URL部分の表示色 */
p.boxlinks a:link    span.siteurl { color: green; }
p.boxlinks a:visited span.siteurl { color: green; }
p.boxlinks a:hover   span.siteurl { color: #cc00ff; }

/********************************************
フッター
********************************************/ 
#column-wrap {
 clear: both;
 float: left;
 width: 790px;
 margin-top:30px;
 padding: 10px 0 10px 0;
 background:url(../images/parts/footer-back.jpg) repeat-x left top;
 border-bottom: 1px solid #CCA066;
 border-bottom: 2px solid #FFF;
 list-style:none;
 }
#column-wrap a {
 text-decoration: none;
 color: #FFF;
 }
#column-wrap a:hover {
 color: #000;
 }
#column-wrap h4 {
 color: #FFF;
 margin: 10px 20px;
 font-size:120%;
 }

#columns {
 margin: 0 auto; 
 padding: 0;
 width: 790px;
 background: transparent;
 }
#columns ul {
 list-style: none;
 margin: 10px 0 0 0;
 padding: 0;
 background: url(../images/parts/f-dots.gif) repeat-x left top;
 }
#columns li {
 background: url(../images/parts/f-dots.gif) repeat-x left bottom;
 }
#columns li a {
 display: block;
 font-weight: normal;
 padding: 3px 0 3px 10px;
 width: 96%;
 }
#columns .col3, .col3-center {
 float: left;
 width: 32%;
 }
#columns .col3-center { 
 margin: 0 15px;
 }

/* footer*/
#footer2 {
 clear: both;
 color: #FFF;
 width: 780px;
 padding: 5px 0 15px 0;
 text-align: center;
 }
#footer2 a {
 color: #F3EFBA;
 font-weight: bold;
 }

.copyright {
 clear:both;
 padding:10px;
 text-align:center;
 font-size:100%;
 }

.text-center {text-align:center;}


/*トップナビ/ */
ul#menu{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:36px;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	background:transparent url(../images/parts/navi_top/OFF.gif) repeat-x top left;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	border-bottom:4px solid #336666;
	border-top:1px solid #C0E2D4;
	}
ul#menu li{
	display:block;
	float:left;
	margin:0;
	padding:0;
	}
ul#menu li a{
	display:block;
	float:left;
	color:#874B46;
	text-decoration:none;
	font-weight:bold;
	padding:12px 20px 0 20px;
	height:24px;
	background:transparent url(../images/parts/navi_top/DIVIDER.gif) no-repeat top right;
	}
ul#menu li a:hover{
	background:transparent url(../images/parts/navi_top/HOVER.gif) no-repeat top right;	
	}
.navi_top {width:800px;}


/*会社案内/ */
.text_li{
	padding-left:20px;
	padding-right:2em;
	font-size:100%;
	line-height:1.8;
	letter-spacing:1px;
	background:url(../images/parts/bullet_blue.png) no-repeat left top;
	border-bottom:dotted 1px #FFCC99;
	}

/*よくある質問/ */
.faq_li{
	padding-left:30px;
	padding-right:2em;
	padding-bottom:5px;
	font-size:100%;
	line-height:1.8;
	background:url(../images/parts/attention.gif) no-repeat left top;
	}

.right {
	width:450px;
	margin:20px 0px;
	border:solid 1px #99CCFF;
	}
.right2 li {
 list-style:none;
 margin:10px 20px;
 }
.right3 {
 width:400px;
 padding:20px;
 background-color:#FAF0E6;
 }

/*サイトマップ/ */
.map {
 background:url(../images/parts/resultset_next.gif) no-repeat left top;
 border-bottom:dotted 1px #669900;
 padding-left:20px;
 line-height:1.8;
 }
.map2 {padding-left:50px;}
.map3 {padding-left:80px;}

/*ショッピングカート/ */
.cart {
 width:460px;
 background-color:#FFFFCC;
 margin:15px 0px;
 padding:5px;
 }

  
/*Credits: By Santosh Setty (http://webdesigninfo.wordpress.com) */
/*Posted to: Dynamic Drive CSS Library (http://www.dynamicdrive.com/style/) */
.glossymenu{
	position: relative;
	padding: 0 0 0 34px;
	margin: 0 auto 4px auto;
	background: url(../images/parts/menur_bg.gif) repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
}
.glossymenu li{float:left;}

.glossymenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url(../images/parts/menur_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: url(../images/parts/menur_hover_right.gif) no-repeat right top; /*right tab image path*/
}
#glassmenu {padding:0 10px;}

/* テーブル */
#content table	{
	border-top:1px solid #699;
	border-left:1px solid #699;
	background:#FFF;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	margin-left:20px;
	}
html>body table {border-collapse:separate;}
		
#content th {
	border-right:1px solid #699;
	border-bottom:1px solid #699;
	background:#FFFFFF;
	color:#FFFFFF;
	text-align:right;
	font-size:100%;
	padding:4px;
	}
		
#content td {
	border-right:1px solid #699;
	border-bottom:1px solid #699;
	background-color:#FFFFFF;
	font-size:110%;
	padding:4px;
	}


/* テーブル・症状別 */
#content .pain table	{
	border-top:1px solid #699;
	border-left:1px solid #699;
	background:#FFF;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	margin-left:20px;
	}
html>body table {border-collapse:separate;}
		
#content .pain th {
	border-right:1px solid #699;
	border-bottom:1px solid #699;
	background:#B22222;
	color:#FFFFFF;
	text-align:right;
	font-size:85%;
	padding:4px;
	}
		
#content .pain td {
	border-right:1px solid #699;
	border-bottom:1px solid #699;
	background-color:#FAFAD2;
	font-size:90%;
	padding:4px;
	}


.attn {
	padding-left:30px;
	padding-right:2em;
	padding-bottom:5px;
	font-size:100%;
	line-height:1.8;
	background:url(../images/parts/attention.gif) no-repeat left center;
	}

/* ページトップ */
.top_link1 {
	width:85%;
	text-align:right;
	margin:15px;
	}

/* リスト */
.list_how {
 list-style:none;
 margin:20px 30px;
 }
/* リスト２ */
.list_how {margin:20px 30px;}

/*リスト３/ */
.benefit {margin:1em;}
.benefit li {
list-style-type:none;
background:url(../images/parts/accept.gif) no-repeat left top;
padding-left:20px;
line-height:1.8;
padding-bottom:10px;
}

/* ツールチップ */
.weight a:hover {background:#ffffff; text-decoration:none;} /*BG color is a must for IE6*/
.weight a.tooltip span {display:none; padding:2px 3px; margin-left:8px; width:130px; font-size:85%;}
.weight a.tooltip:hover span{display:inline; position:absolute; border:1px solid #cccccc; background:#ffffff; color:#6c6c6c;}
.weight img {padding:0 5px;}


a.rounded, .button {
    outline: none;
    border: none;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    vertical-align: middle;
    display: inline-block;
    overflow: visible;
  }
 
/* ページトップへ */
.pageTop {
 clear: both;
 text-align: right;
 padding-right:2em;
 margin:2em 0;
}

/* ラウンド */
.bu {
border: 1px solid #696;
padding: 20px 10px;
text-align: left;
line-height:1.8;
width: 390px;
margin:20px 0 20px 20px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
-webkit-box-shadow: #666 0px 2px 3px;
-moz-box-shadow: #666 0px 2px 3px;
box-shadow: #666 0px 2px 3px;
background: #EEFF99;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#EEFF99), to(#66EE33));
background: -moz-linear-gradient(#EEFF99, #66EE33);
background: linear-gradient(#EEFF99, #66EE33);
-pie-background: linear-gradient(#EEFF99, #66EE33);
behavior: url(/PIE.htc);
}
