 /* CSS Document */

body 	{
margin: 0;
padding: 0; 
font-family: Lucida Grande,sans-serif,'Hiragino Kaku Gothic Pro',"Osaka", "‚l‚r‚oƒSƒVƒbƒN";
color: #000000;
background-image:url(../images/bg_main.jpg);
}

* {
	margin: 0;
	padding: 0;
	font-size: 14px;
}

h1,h2,h3,h4,h5,h6,p,div,span {
margin:0px;
padding:0px;
line-height:100%;
}

#container {
	background-image:url(../images/bg_contain.jpg);
	width:800px;
	font-size:13px;
	line-height:17px;
}

#footer {
	background-image:url(../images/bg_footer.jpg);
	height:59px;
}
#foot_tx {
	margin-top:30px;
}

p {
	font-size:13px;
	line-height:20px;
}

.cleard {
clear:both;
height:6px;
}

.clearc {
clear:both;
height:20px;
}

.cleare {
clear:both;
height:40px;
}
#bnr {
	font-size:12px;
	line-height:16px;
}
#tokuten {color: #072F39;
		 font-weight:bold;
		 font-size:12px;
}

#tokuten a{
	color:#AE1619;
	text-decoration:none;
}
#tokuten a:visited{
	color:#AE1619;
	text-decoration:none;
}
#tokuten a:hover{
	color:#EA8C8E;
	text-decoration:underline;
