/*-----------------------------------------
 DEFAULT  ݒ
-----------------------------------------*/
* {  
    	margin:0;  
    	padding:0;  
}  
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;
}
.text-left {
	text-align: left;
	font-size: 85%;
}
.no {
	display: none;
}
.p85-left {
	font-size: 85%;
	color: #333333;
	text-align: left;
}
.p125 {
	font-size: 125%;
}
.p125-no {
	font-size: 125%;
	margin-bottom: 10px;
	font-weight: bold;
}
.p85 {
	font-size: 85%;
	color: #666666;
}
.p100-st {
	font-weight: bold;
	margin-bottom: 10px;
}
.new-p {
	color: #0033CC;
	font-size: 110%;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
.new-a {
	font-weight: bold;
	color: #006699;
	line-height: 110%;
	text-decoration: none;
}

