@charset "utf-8";
/*
--------------------------------------------------------
Title:丹野歯科医院様向けトップページ用CSS
Contents:
1.フォトナビゲーション
2.新着情報
3.iframe部分
4.メインコンテンツバナーナビゲーション
5.各種コンテンツボックス・・・本文
[+]コンテンツ最下段・挨拶部分ボックス

supplement:

Lastupdate:09/14/2008
producer:koizumi
Copyright(c)2008 OPENWEBSYSTEM co. All right reserved
--------------------------------------------------------
*/


/*=====1.フォトナビゲーション=====*/
/*全体の設定*/
ul#photomenu {
	text-align: left;
	margin-top: 25px;
}
ul#photomenu li {
	float: left;
	width: 135px;
	margin-right: 3px;
	/*margin-right: 5px;*/
	background: url(../img/bg06.jpg) right bottom no-repeat;
	text-align: left;

}
img.mphoto {
	display: block;
}
ul#photomenu p {
	float: left;
	width: 128px;
	height: 30px;
}
ul#photomenu p a {
	display: block;
	width: 128px;
	height: 30px;
}

/*最下層になるliにマウスオンの画像を読み込み。プリロードと画像切り替えチラつきの対処用*/
ul#photomenu p#photolink01 {
	background: url(../img/top_img06_ov.jpg) left top no-repeat;
}
ul#photomenu p#photolink02 {
	background: url(../img/top_img07_ov.jpg) left top no-repeat;
}
ul#photomenu p#photolink03 {
	background: url(../img/top_img20_ov.jpg) left top no-repeat;
}
ul#photomenu p#photolink04 {
	background: url(../img/top_img09_ov.jpg) left top no-repeat;
}

/*マウスオフの状態*/
ul#photomenu p#photolink01 a {
	background: url(../img/top_img06.jpg) left top no-repeat;
}
ul#photomenu p#photolink02 a {
	background: url(../img/top_img07.jpg) left top no-repeat;
}
ul#photomenu p#photolink03 a {
	background: url(../img/top_img20.jpg) left top no-repeat;
}
ul#photomenu p#photolink04 a {
	background: url(../img/top_img09.jpg) left top no-repeat;
}

/*マウスオンの画像切り替え*/
ul#photomenu p#photolink01 a:hover {
	background: url(../img/top_img06_ov.jpg);
}
ul#photomenu p#photolink02 a:hover {
	background: url(../img/top_img07_ov.jpg);
}
ul#photomenu p#photolink03 a:hover {
	background: url(../img/top_img20_ov.jpg);
}
ul#photomenu p#photolink04 a:hover {
	background: url(../img/top_img09_ov.jpg);
}

/*=====endフォトナビゲーション=====*/



/*=====2.新着情報=====*/
ul.whatnew {
	margin-top: 4px;
}

ul.whatnew li {
	margin-top: 5px;
	padding-left:23px;
	background: url(../img/indexahref.gif) left center no-repeat;
	font-size: 12px;
}

ul.whatnew li a:link {
	color: #666666;
}
ul.whatnew li a:hover{
	color: #333333;
	text-decoration: underline;
}
/*=====end新着情報=====*/



/*=====3.iframe部分=====*/
div.ifborder {
	width: 550px;
	margin: 0 auto;
	border: #42A77B solid 1px;
	border-top: #42A77B ridge 2px;
	border-left: #42A77B ridge 2px;
}
/*=====endiframe部分=====*/



/*=====4.メインコンテンツバナーナビゲーション=====*/
/*全体の設定*/
ul#bannermenu {
	margin-top: 15px;
	/*width: 560px;*/
}
ul#bannermenu li {
	overflow: hidden;
	width: 566px;
	height: 55px;
	margin-top: 4px;
}
ul#bannermenu li a {
	display: block;
	overflow: hidden;
	width: 566px;
	height: 55px;
}
ul#bannermenu li a img {
	width: 566px;
}

/*最下層になるliにマウスオンの画像を読み込み。プリロードと画像切り替えチラつきの対処用*/
ul#bannermenu li#bmitem01 {
	background: url(../owsimg/menu_banner01.gif) left top no-repeat;
}
ul#bannermenu li#bmitem02 {
	background: url(../owsimg/menu_banner02.gif) left top no-repeat;
}
ul#bannermenu li#bmitem03 {
	background: url(../owsimg/menu_banner03.gif) left top no-repeat;
}
ul#bannermenu li#bmitem04 {
	background: url(../owsimg/menu_banner04.gif) left top no-repeat;
}
ul#bannermenu li#bmitem05 {
	background: url(../owsimg/menu_banner05.gif) left top no-repeat;
}
ul#bannermenu li#bmitem06 {
	background: url(../owsimg/menu_banner06.gif) left top no-repeat;
}
ul#bannermenu li#bmitem07 {
	background: url(../owsimg/menu_banner07.gif) left top no-repeat;
}

/*マウスオフの状態*/
ul#bannermenu li#bmitem01 a {
	background: url(../owsimg/menu_banner01.gif) left top no-repeat;
}
ul#bannermenu li#bmitem02 a {
	background: url(../owsimg/menu_banner02.gif) left top no-repeat;
}
ul#bannermenu li#bmitem03 a {
	background: url(../owsimg/menu_banner03.gif) left top no-repeat;
}
ul#bannermenu li#bmitem04 a {
	background: url(../owsimg/menu_banner04.gif) left top no-repeat;
}
ul#bannermenu li#bmitem05 a {
	background: url(../owsimg/menu_banner05.gif) left top no-repeat;
}
ul#bannermenu li#bmitem06 a {
	background: url(../owsimg/menu_banner06.gif) left top no-repeat;
}
ul#bannermenu li#bmitem07 a {
	background: url(../owsimg/menu_banner07.gif) left top no-repeat;
}

/*マウスオンの画像切り替え*/
ul#bannermenu li#bmitem01 a:hover {
	background-position: 0 -55px;
}
ul#bannermenu li#bmitem02 a:hover {
	background-position: 0 -55px;
}
ul#bannermenu li#bmitem03 a:hover {
	background-position: 0 -55px;
}
ul#bannermenu li#bmitem04 a:hover {
	background-position: 0 -55px;
}
ul#bannermenu li#bmitem05 a:hover {
	background-position: 0 -55px;
}
ul#bannermenu li#bmitem06 a:hover {
	background-position: 0 -55px;
}
ul#bannermenu li#bmitem07 a:hover {
	background-position: 0 -55px;
}

/*=====endメインコンテンツバナーナビゲーション=====*/




/*=====5.各種コンテンツボックス=====*/
div.contentsbox {
	width: 540px;
	margin-top: 15px;
	padding: 10px 10px 20px;
	background: #E6DEB8;
	border: #333333 solid 1px;
	color: #666666;
	font-size: 12px;
	line-height: 24px;
}



h2.contentshead {
	height: 22px;
	margin-bottom: 10px;
	padding-left: 23px;
	background: url(../owsimg/conthead.gif) left top no-repeat;
	color: #006633;
	font-size: 15px;
	font-weight: bold;
	line-height: 22px;
}

div.contentsbox h3 {
	font-weight: bold;
}

div.contentsbox h3.orengehead {
	color: #ff6600;
	font-size: 14px;
}



div.contentsbox .fleft {
	display: block;
	float: left;
}
div.contentsbox .fright, div.contentsbox2 .fright {
	display: block;
	float: right;
}

p.fleft {
	width: 335px;
}

ul.fleft {
	width: 325px;
}

ul.cont2list li {
	list-style: inside decimal;
	color: #ff6600;
	font-weight: bold;

}
ul.lh18 {
	line-height: 18px;
}

div.contentsbox dl {
	font-size: 12px;
	line-height: 24px;
}
div.contentsbox dt {
	color: #ff6600;
	font-weight: bold;
}


div.contentsbox table#table1 th {
	width: 33%;
	text-align: center;
}
div.contentsbox table#table1 td {
	color: #333333;
	text-align: left;
	vertical-align: top;
	line-height: 16px;
}
div.contentsbox table#table1 td.centering {
	text-align: center;
}

/*コンテンツ最下段・挨拶部分ボックス*/
div.contentsbox2 {
	width: 540px;
	margin-top: 40px;
	padding: 10px 10px 20px;
	background: #E6DEB8;
	border: #333333 solid 1px;
	color: #333333;
	font-size: 12px;
	line-height: 24px;
}

div.contentsbox2 p {
	margin-bottom: 18px;
}

/*20101212*/
.notice_article {
	width: 560px;
	margin-top: 6px;
	padding: 1px 0;
	background: #2e885d;
}
.notice_article li {
	margin: 0 1px;
}
.notice_article li a {
	display: block;
	overflow: hidden;
	width: 558px;
	height: 0;
	padding-top: 42px;
	background: url(../img/index-img/pageinnavi.jpg) left top no-repeat;
}

.notice_article li.na01 {
	margin-bottom: 1px;
}
.notice_article li.na02 a {
	margin-bottom: 1px;
	background-position: left -42px;
}
.notice_article li.na03 a {
	margin-bottom: 1px;
	background-position: left -84px;
}
.notice_article li.na04 a {
	background-position: left -126px;
}

.notice_article li.na01 a:hover {
	background-position: -558px top;
}
.notice_article li.na02 a:hover {
	background-position: -558px -42px;
}
.notice_article li.na03 a:hover {
	background-position: -558px -84px;
}
.notice_article li.na04 a:hover {
	background-position: -558px -126px;
}

/*========================================
RSS info
========================================*/
/*def*/
#infoBox {
	margin: 15px 0;
}
#infoBox div.rssFeed {
}
#infoBox div.rssHeader {
	overflow: hidden;
	width: 560px;
	height: 55px;
	background: #88c9ae url(../img/index-img/contents_header02.png) left top no-repeat;
	/*line-height: 40px;*/
}
#infoBox div.rssHeader a {
	display: block;
	margin-top: 25px;
	margin-left: 56px;
	margin-right: 56px;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	text-decoration: underline;
}
#infoBox div.rssHeader a:hover {
	color: #1c5a64;
}
#infoBox div.rssBody {
	width: 560px;
/*     border-bottom: 1px #adadad solid;
     border-left: 1px #adadad solid;
     border-right: 1px #adadad solid;
	 text-align: left;
	 font-size: 14px;*/
}
#infoBox div.rssBody ul {
     border-bottom: 1px #adadad solid;
     border-left: 1px #adadad solid;
     border-right: 1px #adadad solid;
	 text-align: left;
	 font-size: 14px;
}
#infoBox li.rssRow {
	clear: both;
	margin: 0 10px 10px;
	padding: 10px 0;
	border-bottom: #e5e5e5 dotted 1px;
	font-size: 16px;
}
#infoBox li.rssRow h4 {
	margin-bottom: 2px;
	margin-right: 10px;
	padding-left: 15px;
	background: url(../img/index-img/list_arrow01.png) left center no-repeat;
	line-height: 16px;
}
#infoBox li.rssRow div {
	font-size: 12px;
}
#infoBox li.rssRow a{
	color: #666666;
}
#infoBox li.rssRow a:hover {
	color: #333333;
	text-decoration: underline;
}
li.odd {
}
li.even {
}

/*------ new ------*/
#topInfoWrap {
	/*width: 560px;
	margin: 10px auto;*/
	padding-top: 8px;
	padding-bottom: 10px;
	background: #FFF8D3;
	background: -webkit-linear-gradient(top, #FFFDF2, #FFF8D3);
	background: -moz-linear-gradient(top, #FFFDF2, #FFF8D3);
	background: -o-linear-gradient(top, #FFFDF2, #FFF8D3);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFDF2), to(#FFF8D3));/*Android2.3*/
	background: linear-gradient(to bottom, #FFFDF2, #FFF8D3);
	border-bottom: #FFE684 solid 1px;
	/*border-radius: 3px;*/
	/*box-shadow: 0 0 0px 3px #FFE684;*/

}
p.infoTitle {
	position: relative;
	margin: 0 8px;
	padding: 5px;
	background: #FF9347;
	border-radius: 3px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
/*p.infoTitle:before {
	position: absolute;
	display: block;
	content: "!";
	width: 24px;
	top: -6px;
	left: -6px;
	border: #FF9347 solid 1px;
	background: #fff;
	color: #FF9347;
	border-radius: 50%;
	font-size: 16px;
	text-align: center;
	line-height: 24px;
}*/

#topInfo {
	margin: 8px 10px 0;
}
#topInfoWrap li.rssRow p, #topInfoWrap li.rssRow div {
	display: inline;
	zoom: 1;
}
#topInfoWrap li.rssRow p {
	margin-right: 5px;
}
#topInfoWrap li.rssRow a {
	color: #333;
	text-decoration: underline;
}
#topInfoWrap li.rssRow a:hover {
	color: #9a9a9a;
}
#topInfoWrap li.rssRow div {
	font-size: 12px;
}
#topInfoWrap li.rssRow div:before {
	content: "["
}
#topInfoWrap li.rssRow div:after {
	content: "]"
}

#topInfoNotes {
	padding: 5px 8px;
	background: #FFFDF2;
/*	background: -webkit-linear-gradient(top, #FFFDF2, #FFF8D3);
	background: -moz-linear-gradient(top, #FFFDF2, #FFF8D3);
	background: -o-linear-gradient(top, #FFFDF2, #FFF8D3);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFDF2), to(#FFF8D3));/*Android2.3*/
	/*background: linear-gradient(to bottom, #FFFDF2, #FFF8D3);*/
	border-bottom: #FFEdec solid 1px;
}
#topInfoNotes ul {
	font-size: 80%;
}
#topInfoNotes ul li {
	list-style: inside disc;
	margin-top: 4px;
	padding-top: 6px;
	border-top: #eaeaea dotted 1px;
	line-height: 140%;
}
#topInfoNotes ul li:first-child {
	margin-top: 0;
	border-top: none;
}
#infoNotesInner {
	margin: 5px;
}
#infoNotesInner h2 {
	font-weight: bold;
	font-size: 90%;
}
#infoNotesInner p {
	margin-top: 10px;
	font-size: 80%;
	line-height: 140%;
}
#infoNotesInner a {
	color: #44d;
	text-decoration: underline;
}
#infoNotesInner a:hover {
	color: #FF9347;
}

/*=====end各種コンテンツボックス=====*/



/*治療内容用に既存のものからコピー09.06.03*/
/*---treatment---*/

.treatment01 {
	margin:10px 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color:#333333;
	text-align: left;
}


.treatment01 a:link,.treatment01 a:visited {
width:128px;
height:30px;
display:block;
background-image:url(../img/tre_bg01.jpg);
background-repeat:no-repeat;
text-indent:25px;
color:#006633;
}

.treatment01 a:hover,.treatment01 a:active {
width:128px;
height:30px;
display:block;
background-image:url(../img/tre_bg01_ov.jpg);
background-repeat:no-repeat;
/*text-indent:25px;*/
color:#009933;
}

.treatment01 a strong {
color:inherit;
}

.treatment01 a.big:link,.treatment01 a.big:visited {
width:128px;
height:45px;
display:block;
background-image:url(../img/tre_bg02.jpg);
background-repeat:no-repeat;
color:#006633;
text-indent:0px;
}

.treatment01 a.big:hover,.treatment01 a.big:active {
width:128px;
height:45px;
display:block;
background-image:url(../img/tre_bg02_ov.jpg);
background-repeat:no-repeat;
color:#009933;
text-indent:0px;

}
.treatment01 a.big strong {
display:block;
margin-left: 25px;
color:inherit;
}

.top_img{
 margin: 0px 5px 10px 5px
	}
.bg05 {
	background-image: url(../img/bg05.jpg);
	background-repeat: repeat-y;
}

.side{
 border-left-style:solid;
 border-left-width:2px;
	border-left-color:#339966;
	border-right-style: solid;
	border-right-width:2px;
	border-right-color:#339966;
	line-height:18px;
}
.margin_l_5 {
 margin-left: 5px;
	}