@charset "Shift_JIS";

/* 
======================================================
米本皮フ科医院
〒417-0057 静岡県富士市瓜島町32番地
［作成日　2009年3月30日］
====================================================== */


/*------------------------------------------------------------------
　［1］		基本設定
　［1-2］	汎用
　［2］		ヘッダー
　［3］		メインコンテンツ
　［3-1］	トップメイン
　［3-2］	トップサイド
　［4］		フッター
　［5］		中ページ　汎用

--------------------------------------------------------------------*/


/* ==========================================================
	［1］基本設定
========================================================== */
body {
	margin: 0px auto;
	text-align: center;
	background-image: url(../img/back-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	
}
/*	全体幅750ピクセル
----------------------------------*/
/*回り込み*/
#container:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#container {display:inline-table;}
#container {height:1%;}
#container {
	display: block;
	font-size: 90%;
	width: 750px;
	text-align: left;
	padding-top: 15px;
	background-color: #FFFFFF;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 10px;
	color: #666666;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

#container-top:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#container-top {display:inline-table;}
#container-top {height:1%;}
#container-top {
	display: block;
	font-size: 90%;
	width: 750px;
	text-align: left;
	padding-top: 25px;
	background-color: #FFFFFF;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 10px;
	color: #666666;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}


h1,
h2,
h3,
h4 {
	margin: 0px;
	padding: 0px;
}
img {border: 0px;}

a:link,
a:visited {
	color: #008CD6;
}
a:hover {
	color: #333333;
	text-decoration: none;
}


/* ==========================================================
	［1-2］汎用
========================================================== */
.font01 {color: #F00;}


/* ==========================================================
	［2］ヘッダー
========================================================== */
#header {
	marign: 0px;
	float: left;
	width: 750px;
	margin-bottom: 22px;
}
/*　ロゴ　*/
#header h1 {
	margin: 0px;
	padding: 0px;
	float: left;
}
/*　グローバルナビゲーション　*/
#hnavi {
	float: right;
	width: 200px;
	text-align: right;
	padding-bottom: 18px;
	padding-top: 3px;
}
#topimg {
	margin-bottom: 15px;
	float: left;
}

/*	ヘッダーメニュー
----------------------------------*/
#headermenu {
	clear: both;
}
#headermenu ul {
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 0px;
}
#headermenu ul li {
	float: left;
	list-style-type: none;
}


/* ==========================================================
	［3］メインコンテンツ（トップ・中ページ汎用）
========================================================== */
#contents {
	width: 750px;
	padding-bottom: 10px;
	float: left;
}


/* ==========================================================
	［3-1］トップメイン
========================================================== */
#topmain {
	float: left;
	width: 475px;
}

/*	診療科目ボックス（汎用）
----------------------------------*/
.medicalBox {
	margin-bottom: 33px;
	float: left;
	margin-top: 0px;
	width: 475px;
}
h2.medicalBox-ph {
	float: left;
	margin-top: 0px;
	margin-right: 13px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.medicalBox dl {
	width: 320px;
	float: left;
	margin-top: 0px;
	padding-top: 0px;
}
.medicalBox dt {
	margin-bottom: 5px;
	margin-top: 0px;
	padding-top: 0px;
}
.medicalBox dd {
	margin-left: 0px;
	line-height: 1.6em;
}

/*	クリニックからのお知らせ
----------------------------------*/
#topinfoarea {
	margin: 15px 0 33px 0;
	height: 250px;
	overflow-y:scroll;
}
.freetxtarea-txt {
	max-height: 350px;
	margin-bottom: 30px;
	overflow-y:scroll;
}
.freetxtarea-txt dl,
#topinfoarea dl {
	margin-right: 10px;
	margin-bottom: 30px;
}
.freetxtarea-txt dt,
#topinfoarea dt {
	margin: 0;
	padding: 0 0 0 15px;
	background: url(../img/top/icon-info.gif) no-repeat 1px 4px;
	color: #ff8000;
	font-weight: bold;
}
#topinfoarea dt span {
	display: block;
}
.freetxtarea-txt dt span,
#topinfoarea dt span {
	padding: 3px 0 3px 2px;
	color: #008cd6;
}
.freetxtarea-txt dt span a,
#topinfoarea dt span a {
	color: #008cd6;
	text-decoration: none;
}
.freetxtarea-txt dt span a:hover,
#topinfoarea dt span a:hover {
	color: #0066cc;
	text-decoration: none;
}
.freetxtarea-txt dd,
#topinfoarea dd {
	margin: 0;
	padding: 0 0 0 15px;
	color: #666;
	line-height: 1.2em;
}
.freetxtarea-txt dd {
	padding-top: 15px;
}

/* ==========================================================
	［3-2］トップサイド
========================================================== */
#topside {
	float: right;
	width: 250px;
}
/*	サイドコンテンツボックス（汎用）
----------------------------------*/
.sideBox {
	margin-bottom: 25px;
}
.sideBox h3 {
	margin: 0px 0px 5px 0px;
}
.sideBox p {
	line-height: 1.6em;
	margin: 0px;
}

#topside address {
	font-style: normal;
	line-height: 1.6em;
	margin-top: 25px;
}


/* ==========================================================
	［4］フッター
========================================================== */
#footer {
	clear: both;
	width: 750px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #999999;
	text-align: center;
	line-height: 2em;
	font-size: 10px;
	margin-top: 5px;
}


/* ==========================================================
	［5］中ページ　汎用
========================================================== */
.no-txt {
	text-align: center;
	float: left;
	padding-top: 200px;
	padding-bottom: 200px;
	width: 750px;
}

.freetxtarea {
	margin-bottom: 20px;
	padding-right: 10px;
}
.freetxtarea h2 {
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
.freetxtarea p {
	line-height: 1.5em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
.freetxtarea-txt {
	padding-left: 1.5em;
	padding-right: 1em;
}
.freetxtarea-txt_aisatsu {
	padding-left: 1.5em;
	padding-right: 1em;
	font-size: 115%;
}
h3.subtitle {
	line-height: 2.2em;
	background-image: url(../img/title/subtitle-bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 30px;
	font-size: 14px;
	color: #008CD6;
	padding-left: 1em;
	margin-bottom: 3px;
}
h3.subtitle-orange {
	line-height: 2.2em;
	background-image: url(../img/title/subtitle-bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 30px;
	font-size: 14px;
	color: #FF6600;
	padding-left: 1em;
	margin-bottom: 5px;
}
/*	.freetxtarea汎用テーブル装飾
----------------------------------*/
.freetxtarea table {
	font-size: 100%;
	color: #666666;
	margin-bottom: 5px;
	margin-left: 1.2em;
	padding-right: 1em;
}
.freetxtarea th {
	text-align: left;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
}
.freetxtarea td {
	line-height: 1.6em;
}
.bd-line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.freetxtarea ul.listblue {
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 20px;
}
.freetxtarea ul.listblue li {
	margin-left: 25px;
	padding-left: 15px;
	line-height: 1.8em;
	list-style-type: none;
	background-image: url(../img/in/icon01.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.freetxtarea ul.listorange {
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 20px;
}
.freetxtarea ul.listorange li {
	margin-left: 25px;
	padding-left: 15px;
	line-height: 1.8em;
	list-style-type: none;
	background-image: url(../img/in/icon02.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.pagetop {
	text-align: right;
}

.topmedical {
	color: #666666;
	font-size: 100%;
}
