﻿@charset "utf-8";
/* CSS Document */

/* default */

body {
	color: #323232;
	background: #FFFFFF;
	font-family: "ＭＳ Ｐゴシック", Osaka, Arial;
	font-size:100%;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	border: 0;
	vertical-align:top;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}
li {
	list-style: none;
}
th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
a:focus{
	outline:none;
}

/* IEPNGFIX 
img, div, a, .fxmn li a:hover{ behavior: url(../staff/css/iepngfix.htc) }
*/

/* -----clearfix------ */
.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */

a{color:#214fa0; text-decoration:underline;}
a:hover{color:#0099FF; text-decoration:none;}

/* FLORT */
.left{float:left;}
.right{float:right;}
.clear{clear:both;}

/* FLORT */
.tleft{ text-align:left;}
.tright{ text-align:right;}
.tclear{ text-align:center;}

/* margin */
.mb10 { margin-bottom: 10px;}
.mb15 { margin-bottom: 15px;}
.mb20 { margin-bottom: 20px;}
.mb30 { margin-bottom: 30px;}
.mb40 { margin-bottom: 40px;}


/* content */

#wrapper{
	margin:0 auto;
	width:582px;
	font-size:80%;
	line-height:1.4;
	padding-top: 20px;
}

#wrapper2{
	margin:0 auto;
	width:593px;
	font-size:80%;
	line-height:1.4;
	padding-top: 20px;
}

#cont_erea{
	background:url(../images/popup/bg_pop.gif) repeat-y left top;
	clear:both;
	width: 100%;
}

.cont_ct{
	background:url(../images/popup/bg_pop_top.gif) no-repeat left top;
	padding: 10px 0 0 0;
}
.cont_bt{
	background:url(../images/popup/bg_pop_bottom.gif) no-repeat left bottom;
	padding: 15px 25px;
}

#content div.whatsBox{
	padding:0 0 10px 0;
	margin:0 0 15px 0;
	background:url(../staff/images/common/dotline.gif) repeat-x scroll left top;
}

#content div.whatsBox .caption{
	width:360px;
	margin:5px auto 20px auto;
	font-size:85%;
}

#content div.whatsBox dl dt{
	padding:0 0 3px 0;
	margin:0 0 4px 0;
	background:url(../staff/images/common/dotline.gif) repeat-x scroll left bottom;
}

#content div.whatsBox dl dd{
	padding:0 0 15px 20px;
}

#content div.whatsBox table{
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
}

#content div.whatsBox table td{
	padding:3px;
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
}

#content h3{margin-bottom:20px;}

#content h3.tit_pop{
	border-left:6px solid #224B83;
	padding:4px 0 4px 10px;
	background:#4F98CF;
	color:#FFF;
	font-weight:bold;
	font-size:130%;
	clear:both;
}

#content h4{
	margin-bottom:15px;
	padding-bottom:5px;
	border-bottom:solid 1px #00947e;
	font-weight: bold;
}
#content h5{
	font-weight: bold;
}
#content ul{
	margin-bottom:30px;
}
#content ul.symptom{
padding:10px;
background:#ebeee8;
}
#content ul.symptom li{
margin-bottom:5px;
}
#content li{text-indent:-10px; padding-left:10px;}
#content li span{font-weight:bold;}

p.date{margin-bottom:30px;
text-align:right;
color:#666666;
}

span.Figure_font{
	color:#FF6A6A;
}


.close_btn{
	background:url(../images/popup/btn_close.gif) no-repeat left top;
	height: 21px;
	width: 73px;
	float: left;
}
.close_btn_b{
	background:url(../images/popup/btn_close.gif) no-repeat left top;
	height: 21px;
	width: 73px;
}
.close_btn a,
.close_btn_b a{
	padding-left: 10px;
	line-height: 21px;
}
.totop{
	text-align:right;
	font-size: 80%;
	float: right;
	width: 120px;
}
.totop a{
	background:url(../images/popup/arrow_top.gif) no-repeat left 5px;
	padding-left:12px;
}

/* footer */
#footer{
	font-size:80%;
	clear: both;
	padding: 10px 0px 30px;
	color: #666666;
	position: relative;
}
#footer .copyright{
	font-size: 10px;
	float:left;
	width: 300px;
}

#footer .support{
	float:right;
	width: 201px;
}


.close_btn_c{
	text-align:center;
	padding:10px 0;
}

.close_btn_c a{
	background:url(../images/popup/btn_close.gif) no-repeat left top;
	height: 15px;
	width: 62px;
	padding:3px 3px 3px 8px;
	display:block;
	text-align:left;
	margin:0 auto;
}

