/*-----------------------------------------
 DEFAULT  初期設定
-----------------------------------------*/
* {  
    	margin:0;  
    	padding:0;  
}  
body {
	font-family:"Verdana", "ＭＳ ゴシック", "sans-serif";
	font-size:12px;
	line-height:1.7;
	text-align: center;
	letter-spacing: .5pt;
	background-color: #EEEEEE;


}  
html {  
    	overflow-y: scroll;
}  
h1,h2,h3,h4,h5,h6 {  
}  
p,li,dt,dl {  
    	line-height:1.6;  
}  
p,li,dt,dl,dd {  
    	margin:0 0 0 0;  
}  
li {  
    	list-style-type:none;  
}  
img {  
    	border:0;  
} 
address {  
    	font-style:normal;  
}  
.clear {
	clear:both;



}  
a {
	color: #3366FF;
}
a:hover {
	color: #FF0000;
}
#contents-main {
	height: auto;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
	background-image: url(../medic-image/back-1.jpg);
	background-repeat: repeat-y;



}
#contents {
	height: auto;
	width: 834px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;

}
#contents-800 {
	height: auto;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
	overflow: hidden;

}
.text-left {
	text-align: left;

}
.no {
	display: none;
}
.p85 {
	font-size: 85%;
	color: #666666;
}
.p100 {
	font-size: 100%;
	font-weight: normal;
}

