/* common 
-----------------------------*/
home { 
    margin:0;
    padding:0;
    font-size:100%;
}
body,div{
    margin:0;
    padding:0;
    font-size:1.0em;
    line-height:0;
}
h1,h2,h3,h4,h5 {
    margin:0;
    padding:0;
    font-weight:normal;
    font-size:1.0em;
}
img {
    border:none;
    margin:p;
    padding:0;
    line-height:0;
}
.wrapper {
    width:960px;
    margin:0 auto;
}
a:hover img {
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    text-decoration:none;
    border:none;
}
.fr01 {
    float:left;
    width:475px;
}
.fr01.rt {
    width:485px;
}
.mt01 {
    margin-top:10px;
}
.mt02 {
    margin-top:25px;
}
.rt01 {
    margin-right:10px;
}
.rt02 {
    margin-right:20px;
}
div.lnk01 {
    background:url(../img/bg_lnk01.jpg) no-repeat;
    height:170px;
    text-align:center;
}
div.lnk02 {
    background:url(../img/bg_lnk02.jpg) no-repeat;
    height:130px;
    text-align:center;
    padding:20px 0 0 0;
}
div.lnk03 {
    background:url(../img/bg_lnk03.jpg) no-repeat;
    height:140px;
    text-align:center;
    padding:20px 0 0 0;
}

/* clearfix
-----------------------------*/
.clear {
	clear:both;
}
.clearfix {}
.clearfix:after {
	content: ""; 
	display: block; 
	clear: both;
}

