@charset "utf-8";


/* 初期化設定 */

body,div,pre,p,blockquote, 
form,fieldset,input,textarea,select,option, 
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6, 
table,th,td,embed,object { 
	margin: 0; 
	padding: 0; 
	vertical-align: baseline; 
} 


ul, ol, li, dl, dt, dd {
	list-style: none;
} 

table,th,td,img {
	margin: 0; 
	padding: 0; 
	border:0;
} 

/* 共通 */

body {
	background-color:#EDEDED;
}

h1,h2{
	padding:0px;
	margin:0px;
}

p {
	font-size:0.8em;
	line-height:1.6em;
	padding-bottom:10px;
	color:#494949;
}

.hide {
	display:none;
}

.clear{
	clear:both;
}

.new{
	color:#ff0000;
}


.font{
	font-size:0.8em;
	line-height:1.5em;
	color:#494949;	
}

ol{
	margin:0 0 10px 20px;
}

ol li{
	list-style-type:decimal;
}


/* link */

a { 
	color: #0099FF; 
	text-decoration: none; 
}

a:hover {
	text-decoration: underline; 
}

