@charset "UTF-8";

/*
 * ===========================================
 * 日本メディカルセンター ウェブサイト
 * リンクリストスタイル定義
 * ===========================================
 *
 * $Id: base.css,v 1.17 2010-04-10 13:10:41 cvsuser Exp $
 *
 * @author S.Sugaya(sugaya@technohead.jp)
 */

#contents H1 {
	display: block;

	font-size: 100%;
	font-weight: bold;

	background: #E0FBF9 url(../_img/title_header.jpg) no-repeat left center;
	border: 1px solid #32C2B8;

	margin-top: 10px;
	margin-bottom: 10px;
	padding: 2px 15px;
}

#linkblockmain {

 width: 840px;

 margin-top: 40px;
 margin-bottom: 80px;
 background-color: #fff;

 text-align: left;

}

#block_left {
 width: 400px;
 height: 100%;
 border: solid 0px #666;
 background-color: #fff;
 float: left;
}


#block_right {
 width: 400px;
 border: solid 0px #666;
 background-color: #fff;
 margin-top: 0px;
 height: 100%;
 float: right;
}

.linktitle {
 font-size: 1.0em;
 color: #000;
 padding-top: 5px;
 padding-left: 10px;
 padding-bottom: 5px;
 margin-bottom: 30px;
 text-align: center;
 background-color: #a9eeea;
 line-height: 18px;
 border-bottom: 1px solid #999;
 border-top: 1px solid #999;
 font-family:"メイリオ", Meiryo,  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.nameblock {
 width: 390px;
 font-size: 0.92em;
 font-weight: bold;
 color: #fff;
 margin-top: 10px;
 margin-left: 0px;
 padding-top: 6px;
 padding-left: 10px;
 padding-right: 0px;
 padding-bottom: 8px;
 line-height: 13px;
 text-align: left;
 font-family:"メイリオ", Meiryo,  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
 background-color: #fff;
 border-bottom: 1px solid #999;
}


a:linkname {
 background-color: #23528a;
}

a:hover.linkname {
 color: #ffbbdd;
 font-style: normal;
 text-decoration: none;
 background-color: #eef;
}