﻿@charset "utf-8";

/*-----------------------------------------------
 __default style clear
-----------------------------------------------*/
* {
	margin:0;
	padding:0;
}
body {
	background-image: url(../img/bg.gif);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 150%;
}

img,
fieldset {
	border:0;
}
object,  
embed {  
	vertical-align: top;  
}  
#space {
	padding-top: 30px;
}
.space2 {
	padding-top: 40px;
	clear: both;
}
.space3 {
	padding-top: 20px;
	padding-bottom: 20px;
	clear: both;
}
.space4 {
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
}
p {
	margin: 0px;
	padding: 0px;
}
hr {
	border:none;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	padding: 0px;
	height: 1px;
}


.taiken {
        padding-top: 5px;
        padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 10px;
        border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
        border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
        border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
        border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;

}

.btn_taiken {
        	text-align:center;
}



table {
	margin: 0px;
	padding: 0px;
}
.bold01 {
	font-weight: bold;
	color: #45AA39;
}
.bold02 {
	font-weight: bold;
	color: #FF4C15;
	font-size: 16px;
	line-height: 155%;
}

.bold03 {
	font-weight: bold;
	color: #FF4C15;
}

.font_size10 {
	font-size: 10px;
}


.float_right {
	float: right;
	padding-top: 20px;
	clear: both;
}
.float_right2 {
	float: right;
}



/*-----------------------------------------------
 __Base Link Color Setting
-----------------------------------------------*/

a {
	color: #0388D5;
	text-decoration: none;
}

a:link {
	color: #0388D5;
	text-decoration: none;
}

a:hover {
	color: #0388D5;
	text-decoration: underline;
}

a:active {
	color: #0388D5;
	text-decoration: none;
}


/*-----------------------------------------------
 __container
-----------------------------------------------*/
#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 750px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #0388d5;
	border-left-color: #0388d5;
	background-color: #FFFFFF;
	text-align: left;
}

/*-----------------------------------------------
 __header
-----------------------------------------------*/
#header h1 {
	margin: 0px;
	padding: 0px;
	background-image: url(../img/top.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 278px;
	width: 750px;
}


/*-----------------------------------------------
 menu
-----------------------------------------------*/
#wrapper dt {
	float: left;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
}

#wrapper dl {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
/* what */
#wrapper #what {
	background-image: url(../img/menu01.gif);
	background-repeat: no-repeat;
	height: 42px;
	width: 162px;
}
#wrapper #what a:hover {
	background-image: url(../img/menu01_o.gif);
	background-repeat: no-repeat;
	height: 42px;
	width: 162px;
}
#wrapper #what2 {
	background-image: url(../img/menu01_b.gif);
	background-repeat: no-repeat;
	height: 42px;
	width: 162px;
}

/* type */
#wrapper #type {
	background-image: url(../img/menu02.gif);
	background-repeat: no-repeat;
	height: 42px;
	width: 181px;
}
#wrapper #type a:hover {
	background-image: url(../img/menu02_o.gif);
	background-repeat: no-repeat;
	height: 42px;
	width: 181px;
}
#wrapper #type2 {
	background-image: url(../img/menu02_b.gif);
	background-repeat: no-repeat;
	height: 42px;
	width: 181px;
}
/* ope */
#wrapper #ope {
	background-image: url(../img/menu03.gif);
	background-repeat: no-repeat;
	height: 42px;
	width: 137px;
}
#wrapper #ope a:hover {
	background-image: url(../img/menu03_o.gif);
	background-repeat: no-repeat;
	height: 42px;
	width: 137px;
}
#wrapper #ope2 {
	background-image: url(../img/menu03_b.gif);
	background-repeat: no-repeat;
	height: 42px;
	width: 137px;
}
/* clinic */
#wrapper #clinic {
	background-image: url(../img/menu04.gif);
	background-repeat: no-repeat;
	height: 42px;
	width: 164px;
}
#wrapper #clinic a:hover {
	background-image: url(../img/menu04_o.gif);
	background-repeat: no-repeat;
	height: 42px;
	width: 164px;
}
#wrapper #clinic2 {
	background-image: url(../img/menu04_b.gif);
	background-repeat: no-repeat;
	height: 42px;
	width: 164px;
}
/* qa*/
#wrapper #qa {
	background-image: url(../img/menu05.gif);
	background-repeat: no-repeat;
	height: 42px;
	width: 106px;
}
#wrapper #qa a:hover {
	background-image: url(../img/menu05_o.gif);
	background-repeat: no-repeat;
	height: 42px;
	width: 106px;
}
#wrapper #qa2 {
	background-image: url(../img/menu05_b.gif);
	background-repeat: no-repeat;
	height: 42px;
	width: 106px;
}
#menu_wrapper a{
	display: block;
	height: 42px;
	text-decoration: none;
}


/*-----------------------------------------------
 __footer
-----------------------------------------------*/

#footer {
	clear:both;
	width:750px;
	background-image: url(../img/footer.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 12px;
	padding-bottom: 10px;
}

#footer p#copyright {
	text-align:center;
	margin-bottom:0;
}


/*-----------------------------------------------
 __contents
-----------------------------------------------*/

#contents {
	width:750px;
	float:left;
	margin-bottom:20px;
	background:#ffffff;
}


/* __top_left
------------------------------------------*/

#top_left {
	float:left;
	width: 515px;
	padding-left: 15px;
	background:#FFFFFF;
	color:black;
}
#top_left h2 {
	padding-top: 15px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

/* __top_right
------------------------------------------*/

#top_right {
	float:right;
	width: 190px;
	padding-right: 15px;
	padding-left: 15px;
	background:#ffffff;
}
#top_right h2 {
	padding-top: 15px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#top_right ul {
	margin:0;
	padding:0px;
	list-style-type: none;
}
#top_right ul li {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#top_right a {
	color:#FF7300;
}
#top_right #rank01 {
	background-image: url(../img/top_rank01.gif);
	background-repeat: no-repeat;
	padding-left: 40px;
	height: 19px;
}
#top_right #rank02 {
	background-image: url(../img/top_rank02.gif);
	background-repeat: no-repeat;
	padding-left: 40px;
	height: 19px;
}
#top_right #rank03 {
	background-image: url(../img/top_rank03.gif);
	background-repeat: no-repeat;
	padding-left: 40px;
	height: 19px;
}
#top_right .rank_space {
	padding-bottom: 15px;
}


/*-----------------------------------------------
 other
-----------------------------------------------*/
.bun_space {
	padding-left: 20px;
	padding-right: 10px;
}
/*-----------------------------------------------
 下層
-----------------------------------------------*/
#header_kasou h1 {
	margin: 0px;
	padding: 0px;
	background-image: url(../img/top_kasou.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 83px;
	width: 750px;
}
#wrapper #header_kasou h1 a {
	display: block;
	height: 83px;
	width: 750px;
}
.kekka01 {
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #87c150;
	border-left-color: #87c150;
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 0px;
	padding-top: 0px;
}
.kekka02 img {
	display:block
}


/*-----------------------------------------------
 kasou_contents
-----------------------------------------------*/

#kasou_contents {
	width:750px;
	float:left;
	margin-bottom:20px;
	background-color: #ffffff;
	background-image: url(../img/bg_kasou.gif);
	background-repeat: repeat;
	margin-top: 15px;
}
/* kasou_left
------------------------------------------*/

#kasou_left {
	float:left;
	width: 145px;
	padding-left: 5px;
	color:black;
	padding-top: 5px;
	padding-right: 5px;
}
#kasou_left h2 {
	padding-top: 15px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#kasou_left #kasou_left_menu {
	background-color: #FFFFFF;
	font-size: 10px;
	padding-bottom: 10px;
	line-height: 150%;
}

/* kasou_right
------------------------------------------*/

#kasou_right {
	float:right;
	padding-left: 14px;
	width: 565px;
	padding-right: 15px;
	background:#ffffff;
}
#kasou_right h2 {
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#kasou_right a {
	color:#FF7300;
}
#kasou_right .table01 {
	margin-left: 20px;
}
#kasou_right .table02 {
	background-color: #defd95;
	padding: 7px;
	border: 1px solid #CCCCCC;
	width: 140px;
}
#kasou_right .table03 {
	background-color: #defd95;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 7px;
}
#kasou_right .table04 {
	padding: 7px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
#kasou_right .table05 {
	padding: 7px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
#kasou_right .table06 {
	background-color: #DEFD95;
	border: 1px solid #CCCCCC;
	padding: 7px;
}
#kasou_right .table07 {
	background-color: #DEFD95;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding: 7px;
}
#kasou_right .table08 {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 7px;
}
#kasou_right .qa01 {
	background-image: url(../qa/img/qa_img01.gif);
	background-repeat: no-repeat;
	height: 26px;
	padding-left: 37px;
	padding-top: 5px;
	margin-bottom: 10px;
	color: #FA6A23;
}
