@charset "utf-8";
/*
-----------------------------------

  create: 
  update: 
  url: http://www.

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

/*
-------------------------
TAGS
------------------------- */
*{ margin:0; padding:0; text-decoration:none; font-style:normal; line-height:160%; letter-spacing: 1px; font-family:'ＭＳ Ｐゴシック','Hiragino Kaku Gothic Pro W3','ヒラギノ角ゴ Pro W3','Osaka','Hiragino Kaku Gothic Pro';}

body:first-of-type * {
	letter-spacing: 0px;
	}

h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; }
ul li { list-style:none; }
ul,li {margin: 0;padding: 0;}
div { zoom:1; }

p:after,
li:after,
ul:after,
dl:after,
div:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; font-size: 0.001em; line-height: 0;}

br { letter-spacing: 0px; }

body{
	margin: 0;
	padding: 0;
	background: url("../images/common/body_bak.jpg");
}

body * {
	font-size: 12px;
	color: #575757;
	}

/* anchor */
a {
	text-decoration:none;
	overflow: hidden; /*firefox点線対応*/
}

a{
	color:#4b86fe;/*#003399*/
	text-decoration:none;
}
/*a:hover{
	text-decoration:underline;
}*/

a img{
	border: 0;
	}

img {
	 margin: 0;
	 vertical-align: top;
	 }

/* table */
table {
	border-collapse: 0;
}
th,td {
	border-collapse:collapse;
}

p {
	margin: 0px;
	}

.input_btn {
	text-align: center !important;
	}

/*----- マージン0設定 ------*/

.m0 {
	margin: 0 !important;
	}
.mb_5 {
	margin: 0 0 5px 0 !important;
	}
.mb_10 {
	margin: 0 0 10px 0 !important;
	}
.mb_15 {
	margin: 0 0 15px 0 !important;
	}
.mb_20 {
	margin: 0 0 20px 0 !important;
	}
.mb_25 {
	margin: 0 0 25px 0 !important;
	}
.mb_30 {
	margin: 0 0 30px 0 !important;
	}
.ml_25 {
	margin-left: 25px !important;
	}

/*
-------------------------
BASE CLASS
------------------------- */

#base {
	width: 800px;
	padding: 0 1px ;
	margin: 0 auto ;
	background: #a1a1a1;
	}

########################################################
  .txt
########################################################
*/

.fontS{
	font-size:85%;
	*font-size: xx-small; /* IE 6 */

}

.fontM{
	font-size:100%;
}

.fontL{
	font-size:120%;
}
.fontLL{
	font-size:150%;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.font14{
	font-size:14px;
}

.txt_red{
	color:#990000;
}
.txt_blue{
	color:#003399;
}
.red{
	color:#CC0000 !important;
}
.orange{
	color:#8cd376; /*#FF6600←基の色移行時に緑に変更*/
}
.data_table{
	color:#333333 !important;
}
.data_table a{
	color:#333333 !important;
}
.txt_list{
	padding-left:1em !important;
	text-indent:-1em;
}

.clinic_att{
	color: #FF8E00;
	font-size:14px;
	font-weight:bold;
}
/*
-------------------------
HEAD CLASS
------------------------- */

#head {
	width: 100%;
	height: 35px;
	background: url("../images/common/head_out_bak.jpg") top left repeat-x;
	}

#head_inner {
	width: 800px;
	height: 35px;
	overflow: hidden;
	padding: 0 1px ;
	margin: 0 auto;
	position: relative;
	background: url("../images/common/head_bak.jpg") no-repeat;  
	}

#head_inner h1 {
	width: 322px;
	padding: 0 0 0 20px;
	line-height: 3em;
	color: #ffffff;
	float: left;
	}

#head_inner img {
	float: left;
	margin: 0 19px 0 0;
	}

#head a {
	width: 115px;
	height: 29px;
	margin: 3px 10px 0 0;
	display: block;
	float: left;
	}
#head a img {
	margin: 0 !important;
	}

/*
-------------------------
MAIN MENU CLASS
------------------------- */

.main_container {
	background: #ffffff;
	padding: 0 0 80px 0;
	}

/*
-------------------------
LEFT AREA CLASS
------------------------- */

#left_area {
	width: 200px;
	float: left;
	background: #ffffff;
	text-align: left;
	}

#main_menu {
	width: 200px;
	margin: 0 0 6px 0;
	border-bottom: 1px solid #a1a1a1;
	}

#main_menu li {
	float: left;
	}

.under_list li {
	width: 200px;
	height: 30px;
	border-top: 1px solid #a1a1a1;
	/*background: url("../images/common/under_list_bak.jpg") repeat-y;*/
	}

.under_list li a {
	width: 168px;
	height: 18px;
	display: block;
	padding: 5px 5px 5px 25px;
	border-top: 1px solid #f6f6f6;
	border-left: 1px solid #f6f6f6;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #a1a1a1;
	background: #f8faf6 url("../images/common/under_icon.jpg") 16px 11px no-repeat;
	color: #3863A8;
	letter-spacing: 0px;
	}

.under_list li a:hover {
	background: #eefdee url("../images/common/under_icon.jpg") 16px 11px no-repeat;
	}

/*
-------------------------
RIGHT AREA CLASS
------------------------- */

#right_area {
	width: 600px;
	padding: 10px 0 0 0;
	float: left;
	background: #ffffff;
	overflow: hidden;
	}

.shadow_img {
	margin: 0 auto 15px auto;
	display: block;
	}

#right_area .container {
	width: 560px;
	padding: 0 20px;
	}

/*
-------------------------
FOOTER CLASS
------------------------- */

#footer {
	width: 800px;
	padding: 10px 0 0 0;
	background: #eef2f4;
	float: left;
	border-top: 1px solid #365ee0;
	position:relative;
	}

#footer #logo {
	display:block;
    overflow:hidden;
    width:170px;
    height:78px;
    right:10px;
    z-index:100;
	float:right;
	margin: 0 10px;
}

#footer_navi{
	width:610px;
	_width:600px;
	height:78px;
	float:left;
	margin-bottom:10px;
}


#footer .fm {
	text-align:right;
	width:100%;
	margin-top:20px;
	}

#footer .fm li {
	padding: 0 0 0 10px;
	margin: 0 10px;
	float: right;
	background: url("../images/common/footer_icon.jpg") left 7px no-repeat;
	}

.fl {
	text-align: right;
	margin: 0 0 10px 0;
	}

#footer address {
	width: 100%;
	padding: 15px 0;
	text-align: center;
	background: #dfe5e9;
	}

/*
======================================================================
以下開発用　適時削除
====================================================================== */

/* 開発履歴
2007-09-05 taguchi
・font-family, font-sizeはデザイン決定後適時調整しましょう。
・デザイン未確定なので、細かいサイズなども適時調整してください。

*/

/*
======================================================================
ここまで開発用記述です
====================================================================== */

