/* CSS Document */

body{
margin:0;
padding:0;
font-size:12px;
color:#505050;
line-height:150%;
background: #FFFFFF url(./img/bg.gif) repeat-y center;
}
pre{margin:0;padding:0;}

img{
	border: none;
	display: block;
}

#wrapper{
width:715px;
background-color:#ffffff;
margin:0 auto;
padding:0;
}

/*ヘッダー*/
#head{
width:715px;
height:85px;
margin:0;
padding:0;
}
#head:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#logo{
	float: left;
	width: 182px;
}

#h_navi{
	float: right;
	width: 532px;
}

/*ナビ*/
#g_navi{
list-style:none;
margin:0;
padding:0;
}

#g_navi li{
display:inline;
width:182px;
height:33px;
text-indent:-9999px;
}

#g_navi li a{
width:182px;
height:39px;
display:block;
background-image:url('http://www.kobayashident.jp/common/img/navi.jpg');
background-repeat:no-repeat;
overflow: hidden;
}

#g_navi li a:hover{
background-image:url('http://www.kobayashident.jp/common/img/navi_hover.jpg');
}

#g_navi li a#top{
background-position:0 0;
}

#g_navi li a#message{
background-position:0 -39px;
}

#g_navi li a#info{
background-position:0 -78px;
}

#g_navi li a#diagnosis{
background-position:0 -117px;
}

#g_navi li a#atmosphere{
background-position:0 -156px;
}



/*コンテンツエリア*/
#contents{
clear:both;
width:715px;
background-image:url(http://www.kobayashident.jp/common/img/contents_bg.gif);
background-repeat:repeat-y;
margin:0;
padding:0;
}

#contents_i{
clear:both;
width:715px;
background-image:url(http://www.kobayashident.jp/common/img/index_bg.gif);
background-repeat:repeat-y;
margin:0;
padding:0;
}

#contents_L{
float:left;
width:182px;
margin:0;
padding:0 0 10px 0;
}


#contents_R{
float:right;
width:533px;
margin:0;
padding:0 0 15px 0;
}


/*フッター*/
#foot{
clear:both;
width:715px;
margin:0;
padding:0;
font-size: 10px;
}

#foot p{
	line-height: 1.2;
	border-top: solid 1px #d2d2d2;
	border-bottom: dotted 1px #d2d2d2;
	padding: 5px 0 6px 0;
}

#foot address{
clear: both;
font-style:normal;
padding:0;
line-height: 1.5;
margin-top: 7px;
}
#foot address strong{
	font-weight: normal;
	font-size: 12px;
}
#foot div{
color: #9e9e9e;
padding: 0;
}





/*フォント関連*/
p,span,h1,h2,h3,h4,h5,h6,textarea,input{
margin:0;
padding:0;
}
em{font-style:normal;}

h1{
	height: 20px;
	line-height: 20px;
	font-size:10px;
	color: #9b9b9b;
	font-weight:normal;
	text-align: right;
}

.blue{
color:#27DCB3;
font-weight:bold;
}

.red{
color:#FF0000;
font-weight:bold;
}

.bold{
font-weight:bold;
}

.big{
font-size: 14px;
}

.small{
font-size:10px;
}



/*リンク*/
a{

}

a:link{
color:#00b1fb;
text-decoration: underline;
}

a:visited{
color:#00b1fb;
text-decoration: underline;
}

a:hover{
color:#00b1fb;
text-decoration: none;
}

a:active{
color:#00a4e9;
text-decoration: none;
}

/*共通*/
.left{
float:left;
}

.right{
float:right;
}

.clear{
	display: block;
	clear:both;
	height: 1px;
	font-size: 1px;
	text-indent: -9999px;
	overflow: hidden;
}

.block{
display:block;
}

.pagetop{
	clear: both;
	width: 521px;
	height: 11px;
	background: url(http://www.kobayashident.jp/common/img/pagetop.gif) no-repeat right;
	margin: 10px 0 10px 0;
}
.pagetop a{
	display: block;
	float: right;
	width: 95px;
	height: 11px;
	font-size: 10px;
	text-indent: -9999px;
	overflow: hidden;
}

/* table */
.table1{
	width: 513px;
	border-top: solid 1px #E3E3E3;
}
.table1 th, .table1 td{
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: left;
	vertical-align: top;
	border-bottom: solid 1px #E3E3E3;
}
.table1 th{
	font-weight: normal;
	color: #0939A7;
	padding-left: 7px;
}
.table1 td{width: 390px;}

.btnt{margin: 12px 0 0 0;}
.btnt td{
	padding-right: 35px;
}

/* text */
.text{
	padding: 12px 15px 0 12px;
}
.text h4{
	font-size: 12px;
	font-weight: normal;
	color: #0939A7;
	margin-bottom: 5px;
}
.text strong{
	font-weight: normal;
	color: #1BA214;
}
.text div.fleft{
	width: 195px;
	float: left;
}
.text div.fright{
	width: 195px;
	float: right;
}
.text div.fright img{
	margin-left: 10px;
}


/* リスト */
ul{margin-left:20px;padding:0px;margin-top:5px;}
