@charset "UTF-8";

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,
fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #191919;
	line-height: 1.5em;
	letter-spacing: 0em;
}
ul {
	list-style: none;
}
html{
    height:100%;
}
body{
	height:100%;
	font-size: 62.5%;
	background: #fff;
	background: url(../commons/body-back.png) repeat-x;
}
#wrap{
	width: 760px;
	margin:0 auto;
	position:relative;
	height: 100%;
	min-height: 100%;
	background: #fff;
}
body > #wrap {
        height: auto;
}
#main{
	width: 730px;
	padding: 0 15px;
	margin: 0 auto;
	padding-bottom:30px;
	border-top: #1F5C97 solid 3px;
}
div#main:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
img {
	border: 0;
	vertical-align: bottom;
}
a:link {
	color: #039;
	text-decoration: underline;
}
a:visited {
	color: #039;
	text-decoration: underline;
}
a:hover, a:active {
	color: #f60;
	text-decoration: underline;
}
.red {
	color: #df0d0d;
}
.blue {
	color: #0080ff;
}

/* header
---------------------------------------- */
div#header {
	padding: 5px 0px 5px;
	margin-bottom: 5px;
}
div#header img{
	width:395px;
	height:43px;
	margin:0;
	padding:0;
	overflow:auto;
}

div#header h1 {
	font-size: 110%;
	margin-bottom: 10px;
}
div#header ul {
	float: right;
	padding-top: 30px;
	font-size: 120%;
}
div#header ul li {
	display: inline;
	float: left;
}
div#header ul li.firstChild {
}
div#header ul li.lastChild {
	background: url(../commons/vertical.png) 0 0.3em no-repeat;
	padding-left: 10px;
	margin-left: 8px;
}
/* contents
---------------------------------------- */
div#contents {
	clear: both;
	margin: 0 auto;
}
div#content {
	width: 500px;
	float: right;
	margin: 0px;
}
div#content h2#tit {
	margin: 0px 0 10px 7px;
}
div#content div.box {
	clear: both;
	width: 470px;
	margin: 25px auto 10px;
	font-size: 120%;
}
div#content div.box.first {
	clear: both;
	width: 470px;
	margin: 0px auto 10px;
	font-size: 120%;

}
div#contact-ban {
	clear: both;
	width: 485px;
	margin: 0;
	overflow: auto;
	padding: 25px 0 10px 10px;
}
div.ptop {
	text-align: right;
	width: 470px;
	margin: 0 auto;
	float: right;
}
div.more {
	clear: both;
	overflow: auto;
	margin-bottom: 15px;
}
div#content span.more {
	display: block;
	float: right;
	background: url(../commons/arrow-01.png) 0 2px no-repeat;
	padding-left: 13px;
}

div#main_contents_bg{
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-y;
	margin:0;
	padding:0;
	width:725px;
	height:auto;
}

.clear_box{
	clear:both;
	height:1px;
	line-height:1px;
	margin:0;
	padding:0;
}

.content_margin{
	width:auto;
	height:auto;
	margin:0 0 0 6px;
}

.text_right{
	text-align:right;
}

.text_left{
	text-align:left;
}

.text_center{
	text-align:center;
}

.idx_box{
	width:auto;
	height:auto;
	margin:10px;
	padding:0;
}

.idx_box p{
	font-size:14px;
	color:#000000;
	line-height:23px;
	text-align:left;
	margin:5px 0 5px 53px;
	padding:0;
}

.idx_box2{
	width:auto;
	height:auto;
	margin:10px;
	padding:0;
}

.idx_box2 p{
	font-size:14px;
	color:#000000;
	line-height:23px;
	text-align:left;
	margin:5px 0 5px 15px;
	padding:0;
}

#idx_q{
	width:auto;
	height:auto;
	margin:10px 20px;
	padding:0 0 0 53px;
	background-image:url(../images/idx_q_icon.jpg);
	background-repeat:no-repeat;
	border-bottom:dotted 1px #CCCCCC;
}

#idx_q h3{
	font-size:14px;
	font-weight:bold;
	color:#0099FF;
	line-height:50px;
}

#idx_a{
	width:auto;
	height:50px;
	margin:10px 20px;
	padding:0 0 0 53px;
	background-image:url(../images/idx_a_icon.jpg);
	background-repeat:no-repeat;
	font-size:12px;
	line-height:20px;
}

#side_banner{
	width:auto;
	height:auto;
	margin:5px;
	padding:0;
}

#side_banner img{
	margin-bottom:5px;
}

/* navi
---------------------------------------- */
div#flash {
	width: 725px;
	margin-left: 1px;
}
div#navi {
}
div#navi ul {
	display: inline;
	overflow: auto;
}
div#navi ul li {
	float: left;
}
div#breadcrumbs {
	clear: both;
	width: 725px;
	padding-top: 5px;
	overflow: auto;
	margin: 10px 0 5px;

}
div#breadcrumbs ul li {
	float: left;
	background: url(../commons/arrow-01.png) 0 2px no-repeat;
	padding-left: 13px;
	margin-right: 10px;
}

/* side-navi
---------------------------------------- */
div#side-navi {
	width: 225px;
	float: left;
}
div#side-navi div.box {
	overflow: hidden;
}
div#side-navi div.box p {
	font-size: 120%;
	padding: 5px;
}
div#side-navi div.box p.lastChild {
	float: right;
	background: url(../commons/arrow-01.png) 0 2px no-repeat;
	padding-left: 15px;
	padding-top: 0;
}
div#side-navi div.box ul {
	margin: 15px 0;
	font-size: 120%;
}
div#side-navi div.box ul li {
	background: url(../commons/arrow-01.png) 0 2px no-repeat;
	padding-left: 17px;
	margin: 0 0 3px 15px;
}
div#trialconsult {
	background: #ffffff;
	width: 210px;
	margin: 5px 5px 0 5px;
}
div#trialconsult h2 {
	color: #900;
	font-size: 130%;
	font-weight: bold;
	padding: 5px;
}
div#trialconsult p {
	padding: 0 5px 5px;
	font-size: 120%;
}
div#trialconsult p.lastChild {
	padding: 0 5px 5px;
	font-size: 120%;
	text-align: center;
}
div#blog ,div#profiledata {
	background: #ffffff;
	width: 210px;
	margin: 0px 5px;
}
div#blog p ,div#profiledata p {
	padding: 0 5px 5px;
	font-size: 120%;
}
div#profiledata h2 {
	color: #1F5C97;
	font-size: 130%;
	font-weight: bold;
	padding: 5px;
}
div#profiledata p.lastChild {
	font-size: 100%;
}

.side_line{
	width:auto;
	height:5px;
	line-height:1px;
	margin:0px 2px 5px 2px;
	border-bottom:solid 1px #FFFFFF;
	padding:0;
}

div#blog_news_waku{
	width:auto;
	height:auto;
	margin:5px;
	padding:0;
}

/* footer
---------------------------------------- */
div#footer {
	position:absolute;
	bottom: 0px;
	width: 730px;
	padding: 0;
	margin: 0 15px;
}
div#footer p {
	text-align: center;
	border-top: #ccc solid 1px;
	color: #666;
	font-size: 120%;
}

/* clearfix
---------------------------------------- */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/* add20090217 */

.addBox1{
margin:0;
padding:10px 0 10px 15px;
}

.addBox1 h2{
color:#111111;
font-size:120%;
border-left:4px solid #93A2D2;
padding-left:4px;
font-weight:bold;
}

.addBox1 p{
font-size:120%;
margin:5px 0 0;
padding-bottom:10px;
}

.addBox2{
margin:0;
padding:15px 0 10px;
}

.addBox2 h2{
color:#111111;
font-size:120%;
border-left:4px solid #93A2D2;
padding-left:4px;
font-weight:bold;
}

.addBox2 p{
font-size:120%;
margin:5px 0 0;
padding-bottom:10px;
}

/* add20090415 */
#addHead{
margin:0;
padding:0 0 10px;
}

#addHead h1{
display:inline;
}

#addHead a{
display:inline;
color:#000000;
text-decoration:none;
}

#addHead a:hover{
color:#000000;
text-decoration:none;
}

#addHead a:visited{
color:#000000;
text-decoration:none;
}

.addP{
padding-top:20px;
}


ul.list{
	margin:15px 0 0 20px;
}

li.list_icon{
	list-style-image:url(../img/point.jpg);
	line-height:18px;
	margin:5px 0;
	padding:0;
}

p.midashi{
	color:#FF6600;
	font-size:12px;
	margin:5px 0;
	padding:0;
	font-weight:bold;
}

.re_box_left{
	width:200px;
	height:auto;
	border: solid 1px #1F5C97;
	text-align:left;
	font-size:12px;
	line-height:20px;
	margin:10px 0 10px 10px;
	padding:5px;
	height:auto;
	float: left;
}

.re_box_right{
	width:213px;
	height:auto;
	border: solid 1px #1F5C97;
	text-align:left;
	font-size:12px;
	line-height:20px;
	margin:10px 0;
	padding:5px;
	height:auto;
	float: right;
}

.re_box_right dl{
	display:block;
	width:211px;
	height:25px;
	border-bottom: dotted 1px #CCCCCC;
	margin:0;
	padding:0;
}

.re_box_right dt{
	display:block;
	float:left;
	width:90px;
	font-size:12px;
	color:#1F5C97;
	text-align:right;
	padding:0 10px 0 0;
	border-right: solid 1px #CCCCCC;
}

.re_box_right dd{
	display:block;
	float:left;
	width:109px;
	font-size:12px;
	color:#000000;
	text-align:right;
}

.line_box{
	width:auto;
	height:auto;
	border-bottom:dotted 1px #CCCCCC;
}

ul.qa_list{
	margin:20px 0 10px 25px;
}

li.list_icon_q{
	list-style-image:url(../images/icon_of_q.gif);
	line-height:18px;
	color:#1F4676;
	font-weight:bold;
	margin:10px 0;
	padding:10px 0;
	font-size:12px;
	border-bottom: dotted 1px #cccccc;
}

li.list_icon_a{
	list-style-image:url(../images/icon_of_a.gif);
	line-height:18px;
	margin:5px 0;
	padding:0;
	font-size:12px;
}

.font_orange{
	color:#FF6600;
	font-size: 12px;
}

.font_red{
	color:#FF0000;
}

p{
	line-height:20px;
}

h3.widget-header{
	font-size:14px;
	color:#FF6600;
	margin:0;
	padding:5px;
	font-weight:bold;
}

p.widget-header{
	font-size:14px;
	color:#FF6600;
	margin:15px 0 0 0;
	padding:2px;
	font-weight:bold;
}

.widget-content{
	margin:5px;
}
