/* :::::::::::::::::::::::::::::::::::::::::::::

	site: Utsukushigaoka Mental Clinic
	name: base.css;

::::::::::::::::::::::::::::::::::::::::::::: */

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	COMMON
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

/*********************************base************************/
* {
	margin: 0px;
	padding: 0px;
}
a {
	outline:0;
	text-decoration: none;
	color: #7A4321;
}
a:hover {
	color: #A5592B;
	text-decoration: underline;
}
img{
	vertical-align:bottom;
	border:0;
}
hr {
	display: none;
}
ul,ol,li {
	list-style-type: none;
}
h1,h2,h3,h4,h5,h6,p,ul,ol,li {
	text-align: left;
}
p {
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
	color: #5E2321;
}

/*********************************font************************/
.f_topmedia {
	font-size: 75%;
	line-height: 140%;	
}
.f_pankuzu {
	font-size: 75%;
	line-height: 280%;	
}
.f_category_def {
	font-size: 80%;
	line-height: 160%;	
}
.f_category_atten {
	font-size: 70%;
	line-height: 130%;	
}
.f_prof_list {
	font-size: 80%;
	line-height: 180%;	
}

/**LAYOUT**/
#cantainer {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.layout-left {
	float: left;	
}
.layout-right {
	float: right;	
}
#footerwrap .layout-left {
	width: 563px;
	text-align: left;
}
#footerwrap .layout-right {
	width: 255px;
}


/**FOOTER**/
#footerarea {
	background-image: url(../image/bg_footer_body.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #EDCFCF;
}
#footer {
	background-image: url(../image/bg_footer_body_2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 948px;
	margin-right: auto;
	margin-left: auto;
	height: 185px;
}
#footerwrap {
	width: 828px;
	margin-right: 60px;
	margin-left: 60px;
	padding-top: 24px;
}
#footnavi li{
	float: left;
	margin-right: 22px;
	font-size: 0%;
	line-height: 0%;
}
#footnavi-1 a{
	background-image: url(../image/footnavi_1.gif);
	background-repeat: no-repeat;
	background-position: 0px top;
	text-indent: -9999px;
	display: block;
	height: 10px;
	width: 96px;
}
#footnavi-1 a:hover{
	background-position: 0px -10px;
}
#footnavi-2 a{
	background-image: url(../image/footnavi_2.gif);
	background-repeat: no-repeat;
	background-position: 0px top;
	text-indent: -9999px;
	display: block;
	height: 10px;
	width: 67px;
}
#footnavi-2 a:hover{
	background-position: 0px -10px;
}
#footnavi-3 a{
	background-image: url(../image/footnavi_3.gif);
	background-repeat: no-repeat;
	background-position: 0px top;
	text-indent: -9999px;
	display: block;
	height: 10px;
	width: 68px;
}
#footnavi-3 a:hover{
	background-position: 0px -10px;
}
#footnavi-4 a{
	background-image: url(../image/footnavi_4.gif);
	background-repeat: no-repeat;
	background-position: 0px top;
	text-indent: -9999px;
	display: block;
	height: 10px;
	width: 37px;
}
#footnavi-4 a:hover{
	background-position: 0px -10px;
}
#copyright {
	background-image: url(../image/copyright.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	height: 26px;
	width: 255px;

}
/***PNG_FIX***/
.iepngfix {  
	behavior: expression(IEPNGFIX.fix(this));  
} 

/***clearboth***/
.floatclear {
	clear:both;	
}

/*********************************hack************************/
.fixed {
	position:fixed;
	_position : absolute ;
}
.clearfix:after {

    content: "."; 

    display: block; 

    height: 0; 

    clear: both; 

    visibility: hidden;

}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/

* html .clearfix {height: 1%;}

.clearfix {display: block;}

/* End hide from IE-mac */
