@charset "utf-8";

a:link {
color:#b4104a;
text-decoration:underline;
}
a:visited {
color:#b4104a;
}
a:hover {
color:#999999;
}
a:active {
color:#b4104a;
}

img {
border:medium none;
}

.clearfix:after {
clear:both;
content:".";
display:block;
height:0;
visibility:hidden;
}
.clearfix {
display:inline-table;
min-height:1%;
}
* html .clearfix {
height:1%;
}
.clearfix {
display:block;
}

.point {
	color:#E80000;
}

body, p, h1, h2, h3, h4, dl, dt, dd, ul, img, em, form {
font-size:1em;
font-weight:normal;
font-family:"Lucida Grande","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","Lucida Sans Unicode",Arial,Verdana,sans-serif;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0;
}

body {
font-size:75%;
line-height:180%;
text-align:center;
background:#f6f6f6 url(../images/bg_body.jpg) repeat-x left top;
color:#444444;
}

#wrapper {
	width:900px;
	text-align:left;
	margin:0 auto;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
}


