/*
ここは消さないで下さい!
CSSLicense: Tsunehisa Hazama
*/

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	background-color: #FFFFFF;
	margin : 0px;
	color:#666;
	font-size: 12px;
	line-height: 150%;
}

/* 画像の属性 */
img {
	border-style: none;
}

/* strongの色 */
/*strong {
	color: #FF0000;
	font-size:14px;
}*/
	
/*フィールド属性 */
fieldset {
	font-size:12px;
	line-height: 150%;
	color: #666;
	margin : 5px 0px 5px 5px;
	padding: 5px;
	text-align: left;
	text-valign: top;
}

legend {
	font-size: 14px;
	font-weight: bold;
	color : #990073;
	clear: both;		
}

/*その他*/
.detail {
	text-align:right;
	font-size: 10px;
	margin : 0px;
	padding :0px 10px 0px 10px;
}

.magmag{
	padding :0px 10px 10px 10px;
	font-size: 10px;
	line-height: 150%;
}

/* リンクの属性（未指定時） */

a:link {
	/*color: blue;*/
	color:#69C;
	text-decoration:none;
}

a:hover {
	color: #72DEC4;
	text-decoration:underline;
	/*color: #CC0000;
	background-color: #FFFF00;*/
}
a:visited {
	text-decoration:none;
}
a.icon {
	background: url(http://www.kuchikomi-dental-navi.com/MT/img/icon_li.gif) no-repeat left center;
	padding: 0px 0px 0px 12px;
}

/* --------- 基本設定 ----------------------------------　*/
#base
{
	width: 760px;
	margin-top : 0px;
	margin-left: auto;
	margin-right: auto;
	background-color:white;
}

#wrapper
{
	width: 760px;
	border-left: 1px solid #BBB;
	border-right: 1px solid #BBB;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: url("http://www.kuchikomi-dental-navi.com/MT/img/top01.gif");
	background-repeat: no-repeat;
}
/*------------------------------------------------------ */

/* ブログの枠等の属性 */

#container{
	width:760Px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
		
/*ヘッダー部分*/
#header	{
	margin : 0px;
	padding: 0Px;
	height : 100px;
}

#header h1{
	margin-top : 0px;
	margin-bottom: 0px;
	text-indent: -10000px;
}
		
#header h1 a {
	/*width:300px;*/
	width:500px;
	height:90px;
	background-image: url("http://www.kuchikomi-dental-navi.com/MT/img/top01.gif");
	background-repeat: no-repeat;
	display: block;
}

#header h1 a:hover {
	background-image: url("http://www.kuchikomi-dental-navi.com/MT/img/top01.gif");
}

/*20070501 add -------------------------------------*/
div#banner-description h2 {
	font-size: 12px;
	font-family: Verdana,Helvetica,sans-serif;
	color: #ccc;
	margin-top : 5px;
}
/*----------------------------------------------↑--*/

/*-----サイド(left)--------*/

#sidebar {
	width: 185PX;
	float: left;
	margin: 0px;
	color: #666;
	font-size: 12px;
	line-height;150%;
}

/*フィールド属性 otherpage  */
#sidebar fieldset {
	font-size:10px;
	line-height: 130%;
	color: #666;
	margin : 0px 0px 5px 5px;
	padding: 5px;
	text-align: left;
	text-valign: top;
}

#sidebar legend {
	font-size: 12px;
	color : blue;
}

#sidebar .box1{
	width: 170px;
	height: 90px;
	display: block;
	margin: 5px 2px 3px 3px;
	padding: 5px;
	color : #FFF;
	background-image: url("http://www.kuchikomi-dental-navi.com/MT/img/s_box01.gif");
	background-repeat: no-repeat;
}

#sidebar .box2{
	width: 170px;
	height: 200px;
	display: block;
	margin: 5px 2px 3px 3px;
	padding: 5px;
	color : #FFF;
	background-image: url("http://www.kuchikomi-dental-navi.com/MT/img/s_box02.gif");
	background-repeat: no-repeat;
}
#sidebar .box2 p {
	color: #FFF;
	font-size:10px;
	margin:60px 0px 0px 0px;
}

#sidebar .box2 a:link,#sidebar .box2 a:visited {
	color: #FFF;
	text-decoration:none;
}

#sidebar .box2 a:hover {
	color:#FF6600;
	text-decoration:underline;
}

#sidebar h2 {
	font-size: 12px;
	font-family: Verdana,Helvetica,sans-serif;
	border-style: solid;
	border-color: #FF80C0;
	border-width: 0px 0px 1px 10px;
	color: #8080C0;
	background-color: #DCDCED;
	margin-top : 5px;
	margin-bottom: 5px;
}

#sidebar h3 {
	font-size: 12px;
	font-family: Verdana,Helvetica,sans-serif;
	color: #666;
	margin: 2px 5px 2px 5px;
}

#sidebar p {
	color:#666;
}

dt {
	margin-left : 10Px;
}

dd {
	margin-left : 40px;
}

/*------メニュー部分------*/

.menu a	{
	color:#444;
	text-decoration:none;
	width:180px;
	height:25px;
	background-image: url("http://www.kuchikomi-dental-navi.com/MT/img/menu01.gif");
	background-repeat: no-repeat;
	text-indent: 15px;
	text-valign: center;
	display: block;
	font-size: 12px;
	padding-top: 5px;
	margin: 1px 2px 1px 3px;
}
		
.menu a:hover{
	color:#444;
	background-image: url("http://www.kuchikomi-dental-navi.com/MT/img/menu02.gif");
	background-repeat: no-repeat;
	background-color: #FFF;
}

#searchform	{
	margin-top: 5px;
}
		
#searchform p	{
	margin-top: 2px;
	margin-bottom: 2px;
}

/*エントリー部分*/
#content {
	width: 560px;
	float: right;
	margin : 0px 5px 0px 5px ;
	font-size: 12px;
	line-height :150%;
}

#content p {
	clear: both;
	color:#666;
	margin: 5px 5px 0px 15px;
	font-size: 12px;
	line-height: 130%;
}

#content h2 {
	border-style: solid;
	border-color: #FF80C0;
	border-width: 0px 0px 1px 15px;
	margin: 10px 5px 5px 10px;
	padding:5px 0px 3px 5px;
	font-size:14px;
	font-weight:bold;
}

#content h3 {
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana,Helvetica,sans-serif;
	border-bottom: 1px solid #CCC;
	color: #666;
	margin: 10px 0px 2px 15px;
}

#content a {
	/*color: blue;*/
	color: #69C;
	text-decoration:none;
}

#content a:hover {
	/*color : #FF6600;*/
	color : #72DEC4;
	text-decoration:underline;
}		
#content a:visited {
	text-decoration:none;
}		

/*記事枠の設定*/

#content .box1{
	float: left;
	width: 250px;
	height: 250px;
	background-image: url("http://www.kuchikomi-dental-navi.com/MT/img/box01.gif");
	background-repeat: no-repeat;
	margin: 5px 0px 0px 3px;
	padding: 10px;
	color: #666;
	font-size: 12px;
	display: block;
}

#content .box2{
	float: right;
	width: 250px;
	height: 250px;
	background-image: url("http://www.kuchikomi-dental-navi.com/MT/img/box02.gif");
	background-repeat: no-repeat;
	margin: 5px 0px 0px 0px;
	padding: 10px;
	color: #666;
	font-size: 12px;
	display: block;
}

#content .box3{
	float: left;
	width: 535px;
	height: 80px;
	background-image: url("http://www.kuchikomi-dental-navi.com/MT/img/box03.gif");
	background-repeat: no-repeat;
	margin: 5px 0px 5px 3px;
	padding: 10px;
	color: #666;
	font-size: 12px;
	display: block;
}

#content .box4{
	float: left;
	width: 113px;
	height: 180px;
	background-image: url("http://www.kuchikomi-dental-navi.com/MT/img/box04.gif");
	background-repeat: no-repeat;
	margin: 10px 0px 10px 5px;
	padding: 10px;
	color: #666;
	font-size: 10px;
	display: block;
}

#content .box4 img{
	border:1px solid #ccc;
}
#content .box4 p{
/*	font-size:14px;*/
	margin:3px 5px;
}

/*trackbacks & Comments*/
/*#commentdata {
	border-bottom:1px dotted #ccc;
}*/

#content .post1 {
	border-top: solid 1px #AAAAFF;
	font-size: 10px;
	padding-top: 6px;
	margin-bottom: 30px;
}

#content #trackbackdata h3{
	font-size: 10px;
	color: #888;
	margin-bottom: 0px;
}

#content #tbdata. #content #commentdata p{
	font-size: 10px;
	color: #888;
	margin-top: 0px;
	margin-bottom: 0px;
}

#content #commentdata .post2 p{
	margin-bottom: 20px;
	font-size:10px;
	text-align: right;
	
	border-bottom:1px dotted #ccc;
}
#content .error {
	font-size : 14px;
	color: red;
	border: 1px solid red;
	padding: 5px;
	text-align: center;
}

/*20070613 add------------*/
#trackbackdata h4 {
	font-size: 12px;
	color: #888;
	margin-bottom: 0px;
}
#trackbackdata p {
	font-size: 12px;
	margin-left:8px;
}

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

/*フッター部分*/
#footer {
	width : 760px;
	clear: both;
	margin : 0px;
	padding: 10px;
}
		
#footer p {
	font-size: 10px;
}

#footer #link{
	font-size:10px;
	color:#666;
	margin-top:5px;
	margin-bottom:5px;
}

#footer a{
		color: blue;
}

#footer a:hover{
		color : #FF6600;
}		

#copyrights {
	border-top : 1px solid #BBB;
	border-bottom : 1px solid #BBB;
	width : 760px;
	clear: both;		
	font-size: 10px;
    text-align: center;
	height: 20px;
	margin: 10px 0px 0px 0px;
}

#copyrights p	{
	background: url("http://www.kuchikomi-dental-navi.com/MT/img/footer.gif");
	font-size: 10px;
	line-height: 170%;
	margin-top: 0;
	margin-bottom: 0;
	color: #666666;
}

/*  ナビボタン  */
#navi {
	background: url("http://www.kuchikomi-dental-navi.com/MT/img/navi.gif");
	background-repeat: repeat-x;
	width : 720px;
	clear: both;		
	font-size: 10px;
	height: 20px;
	margin: 0;
}	

.navi1 {
	float : left;
	padding : 0px 10px 0px 10px;
	border-right:dotted 1px #8080C0;
}

.navi1 a:link, .navi1 a:visited, .navi1 a:active {
	color: blue;
	text-decoration: none;
	}

.navi1 a:hover {
	color: #FF0000;
	}

/*  ページナビ  */
.navi2 {
	border-top : 1px solid #BBB;
	border-bottom : 1px solid #BBB;
	font-size: 10px;
	text-align: center;
	/*color:#666;*/
	color:#ff9933;
	margin : 5px 0px 10px 0px;
	padding : 2px 10px 2px 10px;
}

.navi2 a:link, .navi2 a:visited, .navi2 a:active {
	color: blue;
}

.navi2 a:hover {
	color: #FF0000;
}

/*デンタルナビ新着医院---------------------------------*/
div#dn-new {
	padding:0px;
	font-size:12px;
	line-height:1.8em;
}
/*
#dn-new ul {
	margin:3px;
	list-style-type:disc;
}
#dn-new li {
	line-height:1.8em;
	margin:0px;
}*/
.ft-big {
	font-size:14px;
}

/*20070502 add----------------------------------*/
.ent02 {
	/*height:160px;*/
	border-bottom:1px dashed #ccc;
}
.ent02 img {
	border:1px solid #ccc;
	margin:5px;
}
.kuchi {
	margin-top:5px;
	height:185px;
	border-bottom:1px dashed #ccc;
}
.kuchi img {
	border:1px solid #ccc;
	margin:5px;
}
p.pwd {
	margin:5px 0px 5px 10px;
}
p.pwd2 {
	margin:5px;
	text-align:center;
}
/*トップページ----------------------------------------*/
.ft_16 {
	font-size:16px;
}
/*20080925 add-----------------------------------------*/

div#movie_intro {
	background: #fff url(http://www.kuchikomi-dental-navi.com/MT/img/movie_02.jpg) top left;
	height:176px;

}




