@charset "EUC-JP";
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	2008年10月リニューアル時、新規作成のcssは以下の4ファイル
	・contents.css
	・default.css
	・imp.css
	・ref.css
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


* { 
margin: 0; 
padding: 0; 
font-size: 100%; 
text-decoration: none; 
}


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}


h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-family:Georgia, "Times New Roman", Times, serif;
}

li {
	list-style-type: none;
}

img {
	border: 0;
}

.cl {
	clear: both;
	line-height: 0%;
	font-size: 0%;
}

.dspBlk {
	display:block;
}

.dspInl {
	display:inline;
}


/*	align
==========================================================*/
.rit {
	text-align: right;
}

.cen {
	text-align: center;
}

.lft {
	text-align: left;
}

.vtop {
	vertical-align: top;
}

.vmid {
	vertical-align: middle;
}

.vbtm{
	vertical-align: btm;
}

/*	float
==========================================================*/
.flL {
	float: left;
}

.flR {
	float: right;
}
