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

	site: Utsukushigaoka Mental Clinic
	name: category_common.css;

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

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	CATEGORY_COMMON
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/**base**/

body {
	background-color: #E9CBCA;	
}
#flashcontents {
	height: 240px;
}
#cantainer {
	background-image: url(../image/bg_head.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-color: #F8F2F2;
}

a {
	outline:0;
	text-decoration: underline;
	color: #7A4321;
}
a:hover {
	color: #A5592B;
	text-decoration: none;
}
#wrap {
	background-image: url(../../common/image/bg_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: auto;
	margin-left: auto;
	width: 948px;
}
#wrap2 {
	background-image: url(../../common/image/bg_main_bottom2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 948px;
	padding-bottom: 22px;	
}
#wrap3 {
	width: 896px;
	padding-right: 26px;
	padding-left: 26px;
}
#head {
	width: 896px;
	height: 72px;
}

/**NAVI**/
#navigation {
	margin-left: 35px;
}
#navigation li{
	float: left;
	margin-right: 1px;
}
#navigation .navi-1 a{
	background-image: url(../image/navigation_1.jpg);
	background-repeat: no-repeat;
	background-position: 0px top;
	height: 72px;
	width: 134px;
	text-indent: -9999px;
	display: block;
}
#navigation .navi-1 a:hover{
	background-position: 0px -72px;
}
#navigation .navi-2 a{
	background-image: url(../image/navigation_2.jpg);
	background-repeat: no-repeat;
	background-position: 0px top;
	height: 72px;
	width: 105px;
	text-indent: -9999px;
	display: block;
}
#navigation .navi-2 a:hover{
	background-position: 0px -72px;
}
#navigation .navi-3 a{
	background-image: url(../image/navigation_3.jpg);
	background-repeat: no-repeat;
	background-position: 0px top;
	height: 72px;
	width: 106px;
	text-indent: -9999px;
	display: block;
}
#navigation .navi-3 a:hover{
	background-position: 0px -72px;
}

/**totop**/
#totop a {
	background-image: url(../image/btn_totop.gif);
	background-position: 0px top;
	text-indent: -9999px;
	display: block;
	height: 25px;
	width: 143px;
	margin-left: 685px;
	margin-top: 45px;
}
#totop a:hover {
	background-position: 0px -25px;	
}
