@charset "UTF-8";

/* ブラウザ設定リセット ######################################## */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
	font-size:12px;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var,optgroup {
	font-style:inherit;
	font-weight:inherit;
}
del,ins {
	text-decoration:none;
}
li {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
	font-variant:normal;
}
sup {
	vertical-align:baseline;
}
sub {
	vertical-align:baseline;
}
legend {
	color:#000;
}
input,button,textarea,select,optgroup,option {
	font-family:inherit;
	font-size:inherit;
	font-style:inherit;
	font-weight:inherit;
}
input,button,textarea,select {
	*font-size:100%;
}
.clr {
	clear:both;
}

/* ############################################## */

/* body ######################################## */

body {
	margin:0px;
	padding:0px 0px 20px 0px;
	font-family:"メイリオ" , "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3";
	background:#74767a;
}
#layout {
	position:relative;
	width:950px;
	padding:0px;
	margin:0 auto;
	text-align:left;
}

.index {
	background:url(../img/common/main_back_001.jpg) no-repeat top center #74767a;
}
.medical {
	background:url(../img/common/main_back_002.jpg) no-repeat top center #74767a;
}
.knowledge {
	background:url(../img/common/main_back_003.jpg) no-repeat top center #74767a;
}
.price {
	background:url(../img/common/main_back_004.jpg) no-repeat top center #74767a;
}
.faq {
	background:url(../img/common/main_back_005.jpg) no-repeat top center #74767a;
}
.flow {
	background:url(../img/common/main_back_006.jpg) no-repeat top center #74767a;
}
.first {
	background:url(../img/common/main_back_007.jpg) no-repeat top center #74767a;
}
.old {
	background:url(../img/common/main_back_008.jpg) no-repeat top center #74767a;
}
.doctor {
	background:url(../img/common/main_back_009.jpg) no-repeat top center #74767a;
}
.office {
	background:url(../img/common/main_back_010.jpg) no-repeat top center #74767a;
}



.contents_back {
	background:url(../img/common/left_contentes_back_001.png) repeat-y;
	
	width:717px;
	padding:12px 0px 5px 0px;
}
.contents_back2 {
	margin:0;
	padding:
	font-size:5px;
	line-height:5px;
}

/* ############################################## */

.header {
	width:950px;
	position:relative;
	margin:0;
}
.header p {
	font-size:10px;
	line-height:12px;
	position:absolute;
	color:#FFFFFF;
	top:3px;
	left:20px;
}
.head_menu {
	position:absolute;
	top:54px;
	left:577px;
}
.head_menu li {
	float:left;
	
}
.head_menu_001 a {
	background:url(../img/common/head_menu_001.jpg) no-repeat;
	width:177px;
	height:38px;
	text-indent:-9876px;
	display:block;
	margin:0px 5px 0px 0px;
}
.head_menu_001 a:hover {
	background:url(../img/common/head_menu_001.jpg) no-repeat;
	background-position:0px -38px;
	width:177px;
	height:38px;
	text-indent:-9876px;
	display:block;
	margin:0px 5px 0px 0px;
}
.head_menu_002 a {
	background:url(../img/common/head_menu_002.jpg) no-repeat;
	width:177px;
	height:38px;
	text-indent:-9876px;
	display:block;
}
.head_menu_002 a:hover {
	background:url(../img/common/head_menu_002.jpg) no-repeat;
	background-position:0px -38px;
	width:177px;
	height:38px;
	text-indent:-9876px;
	display:block;
}
.head_menu_003 a {
	background:url(../img/common/head_menu_003.jpg) no-repeat;
	width:89px;
	height:38px;
	text-indent:-9876px;
	display:block;
}
.head_menu_003 a:hover {
	background:url(../img/common/head_menu_003.jpg) no-repeat;
	background-position:0px -38px;
	width:89px;
	height:38px;
	text-indent:-9876px;
	display:block;
}

/* ############################################## */

.main_menu {
	width:950px;
	margin:0px auto 20px auto;
	position:relative;
}
.main_menu_button {
	position:absolute;
	width:896px;
	height:31px;
	top:0px;
	left:30px;
}
.main_menu_button ul {
	width:896px;
	height:31px;
}
.main_menu_button li {
	width:112px;
	height:31px;
	float:left;
}

/* ############################################## */

.contents_head {
	width:950px;
	margin:0;
}
.contents_bottom {
	width:950px;
	margin:0px auto 10px auto;
}
.contents {
	width:923px;
	background:url(../img/common/contents_back.png) ;
	padding:5px 14px 5px 13px;
    
	margin:0;	
}
.contents_left {
	float:left;
	width:206px;
}
.contents_right {
	float:right;
	width:717px;
}

/* ############################################## */

.footer {
	width:530px;
	margin:0px 0px 0px auto;
}
.footer li {
	float:left;
	margin:0px 10px 0px 0px;
	font-size:10px;
	line-height:14px;
}
.footer li img {
	vertical-align:top;
}

/* ############################################## */

a:link {
	color:#000000;
	text-decoration:underline;
}
a:visited {
	color:#000000;
	text-decoration:underline;
}
a:hover {
	color:#e0cc9e;
	text-decoration:underline;
}
a:active {
	color:#000000;
	text-decoration:underline;
}


.bottom_menu_second {
	margin:0px auto;
	width:680px;
}
.bottom_menu_second li {
	margin:0;
	padding:0;
	font-size:5px;
	line-height:5px;
}
.bottom_menu_second td {
	margin:0;
	padding:0;
}

