@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	list-style: none;
	border: none;
}

html {
	SCROLLBAR-FACE-COLOR: white;
	SCROLLBAR-HIGHLIGHT-COLOR: darkred;
	SCROLLBAR-SHADOW-COLOR: darkred;
	SCROLLBAR-3DLIGHT-COLOR: white;
	SCROLLBAR-ARROW-COLOR: darkred;
	SCROLLBAR-TRACK-COLOR: white;
	SCROLLBAR-DARKSHADOW-COLOR: white;
}

body {
	background: #FFFFFF;
	margin: 0; 
	padding: 0;
	color: #666666;
	SCROLLBAR-FACE-COLOR: white;
	SCROLLBAR-HIGHLIGHT-COLOR: darkred;
	SCROLLBAR-SHADOW-COLOR: darkred;
	SCROLLBAR-3DLIGHT-COLOR: white;
	SCROLLBAR-ARROW-COLOR: darkred;
	SCROLLBAR-TRACK-COLOR: white;
	SCROLLBAR-DARKSHADOW-COLOR: white;
}

img {
	border:none;
	padding:10px;
}

p, h1, dt, dd, td, ul, li {
	font-family:Verdana, Arial, sans-serif, "メイリオ";
	font-size: 12px;
	color:#666666;
	text-align:left;
	line-height:170%;
}

li {
	list-style-image:url(../IMAGE/321action/icon_RO2.gif);
	list-style-position:inside;
}

h1, dt {
	font-weight:bold;
}
dt {
	text-indent:1.0em;
}

dd {
	text-indent:2.0em;
}
	
#top {
	margin:0 auto;
	width:700px;
	padding-bottom:30px;
}	

#copyright {
	width:700px;
	margin:0 auto;
	font-family:Verdana, Arial, sans-serif, "メイリオ";
	font-size: 11px;
	color:#CCCCCC;
	text-align:center;
}

#copyright a:link, a:visited, a:active {
	font-size: 11px;
	color:#CCCCCC;
	text-align:center;
}

#copyright a:hover {
	font-size: 11px;
	color:#FFCC00;
	text-align:center;
}	
