/**ベース**/


* {
	padding: 0px;
	margin: 0px;


}
body {

	text-align:center;	

}

strong {

	color: #FF3300;

}


img {

	border: 0px;

}

#base{	
	width:800px;
	padding:0;
	margin:0 auto;
	text-align:left;
	background-image: url(img/bg.jpg);
}



/**ヘッダー**/

#head h1 a {

	background-image: url(img/head.jpg);
	background-repeat: no-repeat;
	display:block;
	height: 163px;
	color: #555555;
	font-size: 10px;
	padding-top: 10px; 
	text-indent: -9999px;
	text-decoration: none;
}


/**コンテンツ**/

#main {
	padding: 10px;
	background-image:url(img/bg.jpg);
	background-repeat: repeat-y;

}



#contents {

	float: right;
	width: 533px;

}


#contents p {
	font-size:14px;
	margin: 10px;
	line-height: 24px;
	background-image:url(img/note.jpg);
	padding: 0px 20px;

}



#clinic {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;


}


#pr h2 {
	font-size:14px;
	font-weight: bold;
	padding-left: 10px;
	margin-left: 30px;
	margin-right: 20px;
	border-left-width: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000033;
	border-right-color: #000033;
	border-bottom-color: #000033;
	border-left-color: #000033;

}

#pr h3 {
	font-size:12px;
	font-weight: bold;
	margin-left: 30px;
	margin-right: 20px;

}

#pr p {
	font-size:12px;
	margin-left: 30px;
	margin-right: 20px;
}

#pr p a {
	font-size:12px;
	

}

#clinic {
	margin-top: 20px;

}


#left {
	float: left;
	width: 150px;

}


#right {
	float: left;

}

table {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

th {

	background-color: #CCCCCC;
	padding: 10px;
	width: 80px;;
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-bottom-width: 1px;
}

td {
	padding: 5px;
	font-size: 12px;
	line-height: 18px;
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-bottom-width: 1px;
}

#down {
	padding-top: 10px;

}




/**サイド**/


#side {
	float: left;
	width: 230px;

}


#side ul {

	margin: 10px;

}

#side li {

	list-style: none;

}


#side li a {
	background-image: url(img/mark.jpg);
	background-repeat: no-repeat;
	padding-left: 30px;
	line-height: 30px;
	font-size: 16px;
	font-weight: bold;


}

.font10 {
	font-size: 12px;
	line-height: 15px;

}




#side #side_clinic {

	margin: 10px;

}




#side h3 a {
	line-height: 30px;
	font-size: 16px;
	font-weight: bold;


}




/**ベース**/




#foot {
	background-image: url(img/bg.jpg);
	background-repeat: repeat-y;
	font-size: 10px;
	display:block;
	line-height: 30px;
	padding: 10px;
	color: #333333;
	text-align: center;

}
