/* CSS Document */

@charset "shift_jis";

/*全体設定
---------------------------------*/
body{
	margin:0px;
	padding:0px;
	border:1px;
	background:#ffffff;
	font-size:12px;
	color:#333333;
	line-height:140%;
	letter-spacing:1px;
}

img{
	border:none;
}

div.clear{
	clear:both;
}

/*リンク設定
---------------------------------*/
a:link{
	color:#331919;
	font-weight:bold;
	text-decoration:none;
}

a:visited{
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

a:hover{
	color:#31A482;
	font-weight:bold;
	text-decoration:none;
}

a:active{
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}	

/*全体レイアウト
---------------------------------*/
#wrapper{
	width:700px;
}

#header{
	width:700px;
	margin:10px 0 5px;
	float:left;
}

#header_left{
	float:left;
	width:290px;
	padding-left:10px;
}

#header_right{
	float:left;
	width:390px;
	padding:5px;
	text-align:right;
	color:#754951;
}

#photo{
	clear:both;
	height:100px;
	background-color:#CCCCCC;
	border-top:15px solid #331919;
	border-bottom:15px solid #331919;
/* height仮 */
}

h1{
	margin:10px 15px;
	font-size:12px;
	font-weight:normal;
}

#container{
	width:700px;
	margin-top:20px;
	position: relative;
}

#index{
	position:absolute;
	top:0;
	left:5px;
	width:150px;
}

#contents{
	width:475px;
	margin-left:200px;	
}

#footer{
	clear:both;
	margin-top:30px;
	border-top:5px solid #331919;
}

/*タイトル右
---------------------------------*/
#header_right img{
	margin:3px 0 0 0;
	}


/*メニュー
---------------------------------*/
ul{
	list-style:none;
	margin:0 0 0 5px;
	padding:0;
}

li{
	display:block;
	border-bottom:1px dashed #666666;
}

li.top{
	border-top:1px dashed #666666;
}


/*診療案内
---------------------------------*/
#annai{
	width:150px;
	margin:15px 0;
	padding:1px;
	border:1px solid #331919;
}

#annai p{
	margin:3px 30px;
	color:#331919;
}
	

/*お知らせ
---------------------------------*/
#oshirase{
	width:475px;
}

#infobox{
	height:155px;
	padding:8px;
	border-bottom:1px solid #331919;
	overflow-y:scroll;
}

/*4つの特徴
---------------------------------*/
#tokucho{
	width:475px;
	margin-top:30px;
}

#tokucho p{
	margin:0;
	padding:5px 5px 5px 25px;
}

h2{
	margin:10px 0 10px;
}

h3{
	margin:0;
}

/*フッター
---------------------------------*/
address{
	margin:7px 0 15px;
	font-style:normal;
	text-align:center;
}
.red {
	color: #FF0000;
}


#copyright{
	font-style:normal;
	text-align:center;
}
#counter {
	padding-top: 10px;
	padding-left: 25px;
}
