@charset "utf-8";

/* =================================================
共通設定
================================================= */

body  {
	font: 100% "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(../img/medi_header_bottomline.gif);
	background-repeat: repeat-x;
	background-position: 100% 85px;
}
#container {
	width: 800px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
} 

/* =================================================
フォント
================================================= */

.font_xx-small{
	font-size: 8px;
	font-weight: normal;
}
.font_x-small{
	font-size: 12px;
	font-weight: normal;
}
.font_small{
	font-size: 14px;
	font-weight: normal;
}

#mainContent h2 img {
	padding-bottom: 3px;
}

#mainContent .text {
	width: 580px;
	margin-right: auto;
	margin-left: auto;
	line-height: 120%;
	padding-bottom: 15px;
}

/* =================================================
ヘッダー
================================================= */
#header #headerIn {
	background-color: #A3B5DD;
	background-image: url(../img/medi_logo02.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 75px;
	width: 800px;
	margin-top: 6px;
	margin-bottom: 4px;
}
#header #bgline {
	width: 100%;
	height: 23px;
	padding-bottom: 5px;
}

/* =================================================
メニュー／左　ナビ
================================================= */

#colLeft {
	width: 171px;
	background-color: #7B9ED6;
	color: #FFF;
	float: left;
	background-image: url(../img/medi_gnav_bgbottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 100px;
}
#colLeft #globalNav {
	padding-left: 13px;
	padding-top: 12px;
}
#colLeft #globalNav ul {
	list-style-type: none;
}
#colLeft #globalNav ul li {
	padding-top: 2px;
	padding-bottom: 3px;
}

#colLeft #globalNav ul li .line01,
#colLeft #globalNav ul li .line02,
#colLeft #globalNav ul li .line03,
#colLeft #globalNav ul li .line04,
#colLeft #globalNav ul li .line05 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	display: block;
	height: 15px;
	padding-bottom: 3px;
	padding-top: 2px;
}
#colLeft #globalNav ul li a .line01,
#colLeft #globalNav ul li a .line02,
#colLeft #globalNav ul li a .line03,
#colLeft #globalNav ul li a .line04,
#colLeft #globalNav ul li a .line05 {
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 35px;
}
#colLeft #globalNav ul li .line01 {	background-image: url(../img/medi_gnav_b1f.gif); }
#colLeft #globalNav ul li .line02 {	background-image: url(../img/medi_gnav_1f.gif); }
#colLeft #globalNav ul li .line03 {	background-image: url(../img/medi_gnav_2f.gif); }
#colLeft #globalNav ul li .line04 {	background-image: url(../img/medi_gnav_3f.gif); }
#colLeft #globalNav ul li .line05 {	background-image: url(../img/medi_gnav_00.gif); }

#colLeft #globalNav ul li .in {
	margin-left: 35px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
	display: block;
}

#colLeft #globalNav .btn {
	height: 72px;
	width: 143px;
	margin-top: 5px;
	margin-bottom: 10px;
}
#colLeft #globalNav .text {
	width: 143px;
	padding-top: 5px;
	padding-bottom: 70px;
}

a:link {color: #FFF;text-decoration: none;}
a:visited {
	text-decoration: none;
	color: #FFC;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}
a:active {text-decoration: none;color: #FFF;}
#mainContent #footer {
	padding-top: 5px;
}

/* =================================================
本文／右
================================================= */

#container #mainContent {
	width: 626px;
	float: right;
	margin-right: 0px;
	padding-right: 0px;
}

/* =================================================
本文／右　フッター
================================================= */

#mainContent #footer address {
	font-style: normal;
	font-size: x-small;
	color: #708DC7;
	margin-left: 10px;
}

