/* html */
html,body {	height: 100%;}
body {
	margin:0px;
	text-align: center;
	background: #FFFFFF;
}
body,td {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 12px;
	line-height: 130%;
	color: #333333;
}

img { border:0;}

/* link */
a { text-decoration: underline;}
a:link { color: #FF007F;}
a:visited { color: #FF007F;}
a:hover { color:#FF99CC;}
a:active { color:#FF99CC;}


#header { background: url("image/header_bg.gif") center top repeat-x;}
#footer { background: url("image/footer_bg.gif") center bottom repeat-x;}

.fr { border:3px double #FF007F;}
.lineb { border-bottom:1px solid #DEDEDE;}

.dd { color:#666666; line-height:150%; padding:0 20px 0 20px;}