@charset "Shift_JIS"

/*---------------------------------------------------------
	みみはなのどクリニックCSS
----------------------------------------------------------*/

/* =========================================
　全体構造
========================================= */

/*	ボディー
------------------------------------- */
#body {
	margin-top:0px;
	margin-right:0px;
	margin-left:0px;
	margin-bottom:0px;
	color:#999999;
	padding:0;

}

#wrapper {
	margin:auto;
	width:700px;
	color:#999999;
	background:#FFFFFF;

}

/* リンク
------------------------------------- */
a:link, a:visited {
	color:steelblue;
	background:transparent;
	text-decoration:none;
}

a:hover, a:active {
	color:pink;
	background:transparent;
	text-decoration:underline;
}
/* フォント
------------------------------------- */
* {
	font-size: 12px;
	line-height: 140%;
	margin: 0px;
	padding: 0px;
}

/*  ヘッダ
------------------------------------- */
#header {
	width:700px;
	background-repeat:no-repeat;
	background-image:url(../img/hed-main.jpg);
	background-position:right 25px;

}

#header #logo {
	width:600px;
	margin:0;
	padding:0;
	display:block;
	float:right;
}

#header #logo1 {
	width:100px;
	margin:0px;
	padding:0;
	display:block;
	float:left;
}

#header .white{
	margin:0;
	padding:0;
	width:700px;
	hight:100px;
	float:left;
	text-indent:-9999px;
}

/*	見出し1
------------------------------------------- */
#header h1 {
	background-repeat: no-repeat;
	background-image:url(../img/hed-h.jpg);
	font-weight: normal;
	font-size:10px;
	color: #999999;
	float:right;
	margin-bottom:3px;
	padding-top:4px;
	padding-bottom:4px;
}

/*	見出し2
------------------------------------------- */
h2 {
	font-size: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-left-width: 8px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border: #999999;
	padding-left: 5px;
	text-align: left;
}

/*	見出し3
------------------------------------------- */
h3 {
	font-size: 12px;
	padding-top: 4px;
	padding-bottom: 3px;
	border-top-width:3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border: #999999;
	padding-left: 7px;
	text-align: left;
}

/*	見出し4
------------------------------------------- */
h4 {
	font-size: 12px;
	width: 542px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border: #999999;
	padding-left: 3px;
	text-align: left;
}


/* サブナビゲーション
----------------------------------- */
#subnavi {
	width:700px;
	height:20px;
	margin:auto;
	margin-top:15px;
	float:left;
}



/* 左メニュー
----------------------------------- */
#menu {
	background-repeat: repeat-y;
	background-position: 0px 0px;
	margin:0;
	width:133px;
	float:left;
	background-image:url(../img/b-02.jpg);
}
	
#menu ul{
	background-repeat: repeat-y;
	background-position: 0 0;
	position:relative;
	margin:0;
	padding:0;
}

#menu li {
	text-decoration:none;
	list-style-type:none;
	width:133px;
	margin:0;
	padding:0;
	text-indent:-9999px;
}

#menu li a{
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;

}

#menu li a:hover
{
background-position:-133px 0;
}

#menu #b-01 {
	text-indent:-999px;
	font-size:9px;
	margin-top:-2px;
	width:133px;
	background-image:url(../img/b-011.jpg);
}

#menu #m1 a{
	text-indent:-999px;
	width:133px;
	height:36px;
	background-image:url(../img/bt01.jpg);
}

#menu #m2 a{
	text-indent:-999px;
	width:133px;
	height:36px;
	background-image:url(../img/bt02.jpg);
}

#menu #m3 a{
	text-indent:-999px;
	width:133px;
	height:36px;
	background-image:url(../img/bt03.jpg);
}

#menu #m4 a{
	text-indent:-999px;
	width:133px;
	height:36px;
	background-image:url(../img/bt04.jpg);
}

#menu #m5 a{
	text-indent:-999px;
	width:133px;
	height:36px;
	background-image:url(../img/bt05.jpg);
}

#menu #m6 a{
	text-indent:-999px;
	width:133px;
	height:36px;
	background-image:url(../img/bt06.jpg);
}

#menu #m7 a{
	text-indent:-999px;
	width:133px;
	height:36px;
	background-image:url(../img/bt07.jpg);
}

#menu #m8 {
	text-indent:-999px;
	width:133px;
	height:110px;
	background-image:url(../img/b-03.jpg);
}

#menu #space {
	text-indent:-999px;
	width:133px;
	height:110px;
	background-image:url(../img/b-02.jpg);
}


/* フッター
--------------------------------------- */
 .footer {
	width:700px;
	margin:auto;
	margin-top:10px;
	padding-top:10px;
	background-image:url(../img/fter.jpg);
}




/* コンテンツ
----------------------------------- */
#contents {
	width:537px;
	height:200px;
	float:left;
	background: url(../img/backimg.jpg) no-repeat;
	margin: 5px 0px 5px 30px;
}

/* 最初に始める位置
--------------------------------------- */
#contents li#m1{
	width:547px;
	line-height:140%;
}

/* =========================================
　company.htmlのコンテンツ
========================================= */
#contents .main {
	margin: 0px;
}

/* バック画像
--------------------------------------- */
#contents .photo02 {
	background-color: #FFFFFF;
	background-img: url();
	background-repeat: no-repeat;
	background-position: right 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 1px;
	padding-bottom: 0px;
	font-size:12px;
	line-height:140%;
}

/* =========================================
　FONTのコンテンツ<p or span class>
========================================= */
.font1{
color:#FF0000;
}