@charset "UTF-8";


/*common
--------------------------------------------------------*/

body {
	font-size:12px;
	color: #666666;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
	line-height: 180%;
} 

img {
    border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



/*layout
--------------------------------------------------------*/

#wrapper {
	text-align: left;
	width: 925px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 42px;
}
#pan {
	text-align: right;
}



#header {
	width: 925px;
}



#nav {
	width: 925px;
}



#main-over {
	height: 35px;
}


#main {
	background-image: url(../../doctor/bg-doctor.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
}

#main-concept {
	background-image: url(../../concept/bg-concept.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
}

#main-care {
	background-image: url(../../care/bg-care.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
}

#main-clinic {
	background-image: url(../../clinic/bg-clinic.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
}

#main-case {
	background-image: url(../../case/c_img/bg-case.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
}

#main-info {
	background-image: url(../../info/bg-info.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
}



#main-bg {
	background-image: url(../../doctor/bg-main.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}

#main-bg-concept {
	background-image: url(../../concept/bg-main.jpg);
	background-repeat: repeat-y;
}

#main-bg-care {
	background-image: url(../../care/bg-main.jpg);
	background-repeat: repeat-y;
}


#main-bg-clinic {
	background-image: url(../../clinic/bg-main.jpg);
	background-repeat: repeat-y;
}

#main-bg-case {
	background-image: url(../../case/c_img/bg-main.jpg);
	background-repeat: repeat-y;
}

#main-bg-info {
	background-image: url(../../info/bg-main.jpg);
	background-repeat: repeat-y;
}


#side {
	width: 295px;
	float: left;
}


#side-case {
	width: 268px;
	float: left;
}


#content {
	float: left;
	width: 570px;
	margin-bottom: 50px;
}

#case_content {
	float: left;
	width: 620px;
	margin-bottom: 50px;
}

#main-under {
	clear: both;
	height: 60px;
	background-image: url(../img/bg-under.jpg);
	background-repeat: no-repeat;
}


#footer {
	padding-left: 25px;
	clear: both;
	height: 250px;
}

#wrapper-expense {
	text-align: left;
	width: 534px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 42px;
	margin-bottom: 80px;
}




/*link
--------------------------------------------------------*/


#content a:link{ 
	color: #FF8635;
	text-decoration: underline;
}
#content a:visited { 
	color: #FF8635;
	text-decoration: underline;
}
#content a:hover { 
	color: #FF0000;
	text-decoration: underline;
}

#side-case a:link{ 
	color: #FF8635;
	text-decoration: underline;
}
#side-case a:visited { 
	color: #FF8635;
	text-decoration: underline;
}
#side-case a:hover { 
	color: #FF0000;
	text-decoration: underline;
}

#case_content a:link{ 
	color: #FF8635;
	text-decoration: underline;
}
#case_content a:visited { 
	color: #FF8635;
	text-decoration: underline;
}
#case_content a:hover { 
	color: #FF0000;
	text-decoration: underline;
}

#wrapper-expense a:link{ 
	color: #FF8635;
	text-decoration: underline;
}
#wrapper-expense a:visited { 
	color: #FF8635;
	text-decoration: underline;
}
#wrapper-expense a:hover { 
	color: #FF0000;
	text-decoration: underline;
}



#pan a:link {
	color: #666666;
	text-decoration: underline;
}


#pan a:visited {
	color: #666666;
	text-decoration: underline;
}


#pan a:hover {
	color: #333333;
	text-decoration: underline;	
}




#footer a:link {
	color: #666666;
	text-decoration: underline;
}


#footer a:visited {
	color: #666666;
	text-decoration: underline;
}


#footer a:hover {
	color: #333333;
	text-decoration: underline;	
}




#bu a:link {
	color: #666666;
	text-decoration: underline;
}


#bu a:visited {
	color: #666666;
	text-decoration: underline;
}


#asp a:link {
	color: #FF6600;
	text-decoration: underline;
}


#asp a:visited {
	color: #FF6600;
	text-decoration: underline;
}


#asp a:hover {
	color: #FF6600;
	text-decoration: underline;	
}




/*font-size
--------------------------------------------------------*/

.txt10 {
	font-size:10px;
	line-height:14px;
}




/*other
--------------------------------------------------------*/

.clearfix:after {
    content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}


.clearfix { display: inline-block;}

/*Hides from IE-mac ¥*/
* html .clerfix { height: 1%;}
.clearfix {display: block; }
/* End hide from IE-mac */

.title {
	font-size: 12px;
	color: #666666;
	background-image: url(../../case/c_img/title_bg.jpg);
	background-repeat: no-repeat;
	padding-left: 24px;
	padding-bottom: 10px;
	padding-top: -10px;
}
.main_bg {
	background-image: url(../../case/c_img/main_bg.jpg);
	background-repeat: repeat-y;
}

.asp12 {
	color: #FF6600;
	background-image: url(../../asp_point.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 20px;
}
