@charset "Shift_JIS";

/*=================================================================
	
	川鉄千葉病院 スタイル要素 CSS
	
	・Since: 2006.5
	・Modified: 2007.10/31
	・Editor: KIML
	・Customize:
		
=================================================================*/

body{
	color: #000000;
	background: #ffffff;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
}

a {
	color:#666666;
	text-decoration:underline;
}

a:hover {
	color:#0000ff;
	text-decoration:underline;
}

a.blue {
	color:#0000ff;
	text-decoration:underline;
}

a.blue:hover {
	color:#ff0000;
	text-decoration:underline;
}

p {
	font-size: 80%;
	line-height: 150%;
	margin: 0 0 20px 10px;
}

p.bottom_10 {
	margin: 0 0 10px 10px;
}

div {
	padding: 0;
	margin: 0;

}

span {
	padding: 0;
	margin: 0;
}

img {
	border: 0;
}

.fs10 {
	font-size: 10px;
	line-height: 130%;
}

.fs12 {
	font-size: 12px;
	line-height: 150%;
	font-weight: normal;
}

.fs12nl {
	font-size: 12px;
	font-weight: normal;
}

.gs10 {
	font-size: 10px;
	color: #777777;
}

.fs14 {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 14px;
	line-height: 150%;
}

.fs14b {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 14px;
	font-weight: bold;
}

.fs16 {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 16px;
	font-weight: normal;
}

.fs16b {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 16px;
	font-weight: bold;
}

.gs14 {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	line-height: 150%;

}

.gs12 {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	color: #666666;
	line-height: 150%;
}



.wh14b {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 14px;
	color: #ffffff;
	line-height: 150%;
	font-weight: bold;
}



.wh12 {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	color: #ffffff;
	line-height: 150%;
}

.wh10 {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 10px;
	color: #ffffff;
	line-height: 150%;
}



.super_large
{
	font-family: "ＭＳ Ｐゴシック";
	font-size: 300%;
	line-height: 130%;
}

.large_ss
{
	font-family: "ＭＳ Ｐゴシック";
	font-size: 100%;
	line-height: 130%;
}

.large_s
{
	font-family: "ＭＳ Ｐゴシック";
	font-size: 110%;
	line-height: 140%;
	font-weight: bold;
}

.middle_l
{
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 95%;
	line-height: 140%;
}



.middle_m {
	font-size: 80%;
	line-height: 135%;
}

.middle_m_red {
	font-size: 93%;
	line-height: 135%;
	color:#ff0000;
}

.middle_s {
	font-size: 70%;
	line-height: 135%;
}

h1 {
	padding: 0px;
	margin: 0px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 15px 0;
	padding: 0px;
}



h3 {
	width:557px;
	height:26px;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	background-image: url(../image/t_h3.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color:#333333;
	font-size: 95%;
	font-weight: bold;
	line-height: 100%;
	margin: 5px 0 5px 3px;
	padding: 5px 0px 5px 25px;
}

h3.mini{
	width:379px;
	height:26px;
	background-image: url('../image/t_h3m.gif');
	background-repeat: no-repeat;
	background-position: left top;
	color:#333333;
	font-size: 95%;
	font-weight: bold;
	margin: 6px 0 5px 3px;
	padding: 4px 0px 5px 20px;
}

h4 {
	font-size: 16px;
	line-height: 120%;
	font-weight: bold;
	margin: 0 0 5px 0;
	color: #0033ff;
}

h5 {
	font-size: 80%;
	line-height: 1em;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 5px;
	margin-left: 0;
	color: #ff0000;
}

br.cl{
	clear:both;
}

.ta_right {
	text-align: right;
}

.vi_hidden {
	visibility : hidden;
}


