* {
	margin: 0;
	padding: 0;
}

html{height: 100%;}

/* BODY */
body {
	background: url(/img/base.gif);
	margin: 0;
	padding: 0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 85%;
	line-height:150%;
	color: #333;
	list-style: none;
	text-align: center;
	}
	
/* 画像の属性等 */
img {border: 0;}

/* リンクの属性 */
a:link, a:visited, a:active {color: #224465;text-decoration: none;}
a:hover{color : #FF3300;text-decoration: underline;}

/* コンテンツ枠*/
#wrapper{
	width: 740px;
	margin: 0 auto;
	text-align: center;
	background: url("http://www.matsumoto-hospital.or.jp/img/back.gif") repeat-y;
	}

/*ページ幅*/
#container_top{
	width:720Px;
	margin: 0 auto;
	background: url("http://www.matsumoto-hospital.or.jp/img/back00.jpg") no-repeat;
	text-align:left;
	position: relative;
	}

#container{
	width:720Px;
	margin: 0 auto;
/*	background: url("http://www.matsumoto-hospital.or.jp/img/back00.jpg") no-repeat;　*/
	text-align:left;
	position: relative;
	}

/*ヘッダー*/
#header	{margin : 0px; padding: 0px; height : 150px;
	background: url("http://www.matsumoto-hospital.or.jp/img/back00.jpg") no-repeat;
}
#header h1{margin-top : 0px; margin-bottom: 0px; text-indent: -1000px;}
#header h1 a {
	width:400px;
	height:100px;
	background-image: url("http://www.matsumoto-hospital.or.jp/img/back00.jpg") no-repeat;
	display: block;
	}
#header h1 a:hover {background: url("http://www.matsumoto-hospital.or.jp/img/back00.jpg");}

#header2 {margin : 0px; padding: 0px; height : 150px;
	background: url("http://www.matsumoto-hospital.or.jp/img/header.jpg") no-repeat;
}
#header2 h1{margin-top : 0px; margin-bottom: 0px; text-indent: -1000px;}
#header2 h1 a {
	width:400px;
	height:100px;
	background-image: url("http://www.matsumoto-hospital.or.jp/img/header.jpg") no-repeat;
	display: block;
	}
#header2 h1 a:hover {background: url("http://www.matsumoto-hospital.or.jp/img/header.jpg");}

/*  ナビボタン  */
.navi1 {
	position: absolute;
	top: 5px;
	right: 10px;
	font-family:"Century Gothic", Helvetica, sans-serif;
	font-size: 100%;
	text-align: right;
	}

.navi1 a:link, .navi1 a:visited, .navi1 a:active {color: #435160;text-decoration: none;}
.navi1 a:hover {color: #FA3A3A; text-decoration: underline;}

/*コンテンツ*/
#content {
	width: 510Px;
	float: right;
	padding: 5px 10px 10px 10px;
	margin: 0;
}

#content .box4{
	width: 250px;
	height: 188px;
	background: url("http://www.matsumoto-hospital.or.jp/img/box04.gif") no-repeat;
	margin: 0px auto;
	display: block;
	overflow: hidden;
}

#content .box4 h4{
	font-size: 10px;
	font-weight: normal;
	text-align: center;
}

#content .box4-inner{
	padding: 5px;
	font-size: 10px;
	line-height: 120%;
}

					
#content h2	{
	width: auto;
	padding: 3px 5px 3px 32px;
	border: 1px solid #CCC;
/*	border-left: 5px solid #264C72;  */
	color: #264C72;
	font-size: 117%;
	font-weight: bold;
	line-height: 130%;
	background: #FFF url("http://www.matsumoto-hospital.or.jp/img/h2_back.gif") no-repeat left top;
text-align:left;
}
	
#content h3 {
	padding: 10px 0 0 5px;
	border-bottom: 1px solid #CCC;
	color: #666;
	font-size: 100%;
	font-weight: bold;
	line-height: 120%;
	display: block;
	text-align: left;
}

#content h4 {
	margin: 20px 0 0 0;
	padding: 0 10px;
	border-bottom: 1px solid #DDD;
	color: #124D61;
	font-size: 100%;
	font-weight: bold;
	line-height: 120%;
	display: block;
	text-align: left;
	}

#content h5 {
	padding: 0 10px;
	color: #666;
	font-size: 85%;
	line-height: 120%;
	display: block;
	text-align: left;
}

#content .doc{
	padding: 10px 0 10px 10px;
	text-align: left;
	font-size: 100%;
	line-height: 150%;
}

#content p {
	margin: 10px 0;
}

/*インフォメーションボックス属性*/
#content .info {
	width: auto;
	margin: 0;
	text-align: left;
}

#content .info h2{
	width: auto;
	padding: 3px 5px 3px 32px;
	border: 1px solid #CCC;
/*	border-left: 5px solid #FF6680; */
	color: #295178;
	font-size: 117%;
	font-weight: bold;
	line-height: 130%;
	background: #FFF url("http://www.matsumoto-hospital.or.jp/img/h2_back2.gif") no-repeat left top;
}

#content .info .info_doc {
	padding: 10px 0 10px 10px;
	font-size: 100%;
	color: #0F3357;
	line-height: 150%;
}

/*アドセンス属性*/
#content .ads {
	font-size: 100%;
	text-align: center;
	margin: 10px 5px 10px 5px;
	}
#content .ads .slink{
	margin: 0px; 
	font-size: 9px; 
	color: #999;
	text-align: left;
}

/*その他属性*/
#content ol{
	margin: 0 0 20px 0;
}
#content li{
	margin: 10px 0 0 20px;
}
	
/*リンク属性(h2)*/
#content a:link.c1, #content a:visited.c1, #content a:active.c1{color: #526495;text-decoration: none;}
#content a:hover.c1{color : #FE480B;}

/* contenntリンク属性 */
#content a:link, #content a:visited, #content a:active {color: #526495;text-decoration: none;}
#content a:hover{color : #FE480B;text-decoration: underline;}

/*----- trackbacks & Comments-----*/
.comments,
.comments-content,
.trackbacks{
	margin: 0;
}

.comments-header,
.comment-header,
.comment-content,
.comment-footer,
.comments-open-header,
.comments-open-content,
#comments-open-footer,
.comments-closed,
#comment-form-external-auth,
.comments-open-moderated,
#comment-form-name,
#comment-form-email,
#comment-form-url,
#comment-form-remember-me,
#comments-open-text,
.trackbacks-header,
.trackbacks-info,
.trackback-content,
.trackback-footer{
	margin-bottom: 0.5em;
}

.comments,
.trackbacks{
    overflow: hidden;
    width: 100%;
}

#comment-author, #comment-email, #comment-url, #comment-text {
    width: 90%;
}

#comment-bake-cookie {
    margin-left: 0;
    vertical-align: middle;
}

#comment-submit {
    font-weight: bold;
}

	
/*Entrymore*/
#content .next a:link, #content .next a:visited, #content .next a:active {
	float: right;
	margin: 0px 5px 10px 0px;
	color: #C16101;
	background-image: url("http://www.matsumoto-hospital.or.jp/img/more01.gif");
	background-repeat: no-repeat;
	width: 100px;
	height: 18px;
	display: block;
	font-size: 84%;
	text-align: center;
	text-decoration: none;
	}

#content .next a:hover {
	color: #C16101;
	background-image: url("http://www.matsumoto-hospital.or.jp/img/more02.gif");
	background-repeat: no-repeat;
	}

.rss {
	clear: both;
	margin: 0px;
	padding: 5px 5px 5px 5px;
	text-align: right;
	font-size: 84%;
	}

.rss img{border-style: none; vertical-align: middle;}


/*サイドバー(左)*/
#sidebar {
	float: left;
	width: 185px;
	margin: 0;
/*	background: #FFF; */
	overflow-x: hidden;
}

#sidebar h2{
	margin: 5px 5px 0 10px;
	border: 1px solid #555;
	background: #04EEFD;
	font: bold 117%/1.7  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	color: #FFF;
	text-align: left;
	text-indent: 5px;
}

/*　アドセンス　*/
#sidebar .ads{
	margin: 0 5px 0 10px;
}

#sidebar .search{	
	margin: 0 5px 0 10px;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}

/*　検索窓　*/
#sidebar .search div {
	padding: 10px;
	text-align: left;
}

/* カテゴリ指定 */
#sidebar .cat{
	margin: 0;
}

#sidebar .cat h2{
	margin: 5px 5px 0 10px;
	border: 1px solid #555;
	background: #04EEFD;
	font: bold 117%/1.7  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	color: #FFF;
	text-align: center;
	text-indent: 5px;
}

#sidebar ul.menu{
	margin: 0 5px 0 10px;
	padding: 0;
	list-style-type: none;
}

#sidebar ul.menu li{
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}

#sidebar ul.menu li.tc1 a {
	display: block;
	margin: 0;
	padding: 5px 0px 5px 20px;
	background: #f5f5f5 url("http://www.matsumoto-hospital.or.jp/img/menu01.gif") no-repeat;
	color: #111987;
	font-size: 100%;
	text-decoration: none;
	text-align: left;
}

#sidebar ul.menu li.tc1  a .des{
	padding: 5px;
	background: #f5f5f;
	color: #3D7A8F;
	font: normal 85%/1.5  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	text-align: left;
}

#sidebar ul.menu li.tc1 a:hover {
	background: #FFF url("http://www.matsumoto-hospital.or.jp/img/menu02.gif") no-repeat;
	color: #333;
}


#sidebar ul.menu li a {
	display: block;
	margin: 0;
	padding: 5px 0px 5px 30px;
	background: #f5f5f5 url("http://www.matsumoto-hospital.or.jp/img/menu03.gif") no-repeat;
	color: #303D6B;
	font-size: 100%;
	text-decoration: none;
	text-align: left;
}

#sidebar ul.menu li a .des{
	padding: 5px;
<!--	background: #f5f5f5; -->
	color: #366C7E;
	font: normal 73.7%/1.3  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	text-align: left;
}

#sidebar ul.menu li a:hover {
	background: #FFF url("http://www.matsumoto-hospital.or.jp/img/menu04.gif") no-repeat;
	color: #333;
}

#sidebar ul.menu li a:hover .des {
/*	background: #FFF;  */
}

	
/* What's New*/
.new_index{
	height:30px;
	margin; 10px 0px 0px 0px;
	background-color: #0066ca;
	background: url("http://www.matsumoto-hospital.or.jp/img/new.gif");
	background-repeat: no-repeat;
	border-bottom: 1px solid #888;
	}
.new {
	margin : 5px 5px 0px 5px;
	}
.new a{
	color:#FFF;
	text-decoration:none;
	font-size: 10px;
	line-height: 130%;
	margin: 0px;
	padding: 0px 0px 0px 15px;
	background: url("http://www.matsumoto-hospital.or.jp/img/new_list.gif");
	background-repeat: no-repeat;
	}
.new a:hover{color:#FFCC00;}

	
/*フッター*/
#footer{
	clear: both;
	width: auto;
	height: 40px;
	background: #111987;
	margin: 0;
	}

#footer div {
/*	float: right; */
	margin: 0;
	padding: 5px 10px 0 0;
	color: #CCC;
	font-size: 100%;
	line-height: 120%;
	text-align: center;
}

#footer a:link, #footer a:visited, #footer a:active {color: #FFF;text-decoration: none;}
#footer a:hover{color : #FF6060;text-decoration: underline;}


#footer img{border: 0;vertical-align: middle;}

#footer .banner{
	background-color: #FFF;
	margin: 0px;
	padding: 15px 5px 10px 5px;
	float: left;
	}

/*  ページナビ  */
.navi2 {
	margin: 0 0 5px 0;
	font-size: 10px;
	line-height: 130%;
	color:#666;
	text-align: left;
}

.navi2 a:link, .navi2 a:visited, .navi2 a:active {color: #3399CC; text-decoration: none;}
.navi2 a:hover {color: #FF6633; text-decoration: underline;}

/*  記事の右寄せ  */
.detail {text-align: right; font-size: 100%; margin: 0px 10px 0px 0px;}

/*  フォームメール用  */
.comments-head{
	margin: 10px 10px 10px 5px;
	font-size: 117%;
	font-weight: bold;
	color: #4A4A97;
	}

.comment-content{
	margin: 10px 0px 10px 10px;
	font-size: 100%;
	color: #666;
	line-height: 155%;
	}

.comment-view{
	margin: 0px 0px 10px 10px;
	font-size: 100%;
	color:  #3399CC;
	line-height: 155%;
	}

.comments-head{ 
margin: 10px 10px 10px 5px; font-size: 14px; 
font-weight: bold; color: #4A4A97; 
} 

.comment-content{ 
margin: 10px 0px 10px 10px; 
font-size: 12px; color: #666; 
line-height: 155%; 
}

 .comment-view{ 
margin: 0px 0px 10px 10px; 
font-size: 12px; 
color: #4A4A97; 
line-height: 155%; 
} 

/* タグ指定 */

.module-tagcloud{
	margin: 0;
}

.module-tagcloud h2{
 	margin: 10px 0 0 0;
 	height: 22px;
 	color: #FFF;
 	font-size: 100%;
 	font-weight: bold;
 	line-height: 180%;
 	text-indent: 10px;
 	text-align: left;
 	background: #0B9EB7;
 	display: block;
}

.module-tagcloud .module-content{
	margin: 0;
	background: #FFF;
	text-align: left; 
}

.module-tagcloud .module-content .module-list{
	padding: 5px;
	list-style: none;
}

.module-tagcloud .module-content .module-list .module-list-item { display: inline; }
.module-tagcloud .module-content .module-list li.taglevel1 { font-size: 19px; }
.module-tagcloud .module-content .module-list li.taglevel2 { font-size: 17px; }
.module-tagcloud .module-content .module-list li.taglevel3 { font-size: 15px; }
.module-tagcloud .module-content .module-list li.taglevel4 { font-size: 13px; }
.module-tagcloud .module-content .module-list li.taglevel5 { font-size: 11px; }
.module-tagcloud .module-content .module-list li.taglevel6 { font-size: 9px; }

.tag_line{
	margin: 10px;
	text-align: left;
}
