/* CSS Document */

body {
padding:0;
margin:0;
background-image: url(../images/bg.jpg);
background-repeat: repeat-x;
font-size:small;
color:#5B4B2E;
line-height: 150%;
font:ＭＳ ゴシック","Osaka－等幅,Arial, Helvetica, sans-serif;
text-align: justify;
text-justify:distribute;
scrollbar-3dlight-color:#F0EBCC;
scrollbar-arrow-color:#F6F1D8;
scrollbar-darkshadow-color:#C2BC97;
scrollbar-face-color:#C5BF98;
scrollbar-highlight-color:#D4CDA4;
scrollbar-shadow-color:#DAD3A9;
scrollbar-track-color:#F0EBCC;
}
.right {
float:right;
}
.left {
float:left;
}
.clear {
clear:both;
}
table {
border-collapse:collapse;
}
p {
margin:0 0 10px;
padding:0;
}

/*-- 共通ID、CLASS --*/
/*-- ----------------------------------------------------------------------------- --*/
#wrapper {
margin:0 auto 0 auto;
padding:100px 0 0 0;
width:900px;
background-image:url(../images/bg_wrapper.jpg);
background-repeat:no-repeat;
position: relative;
}
#wrapper2 {
margin:0 auto 0 auto;
padding:31px 43px 20px 43px;
width:814px;
background-image:url(../images/bg_wrapper.jpg);
background-repeat:no-repeat;
position: relative;
}
#pr {
width:276px;
height:206px;
margin:0 0 0 230px;
padding-top:126px;
}

/*-- フッターナビゲーション --*/
/*-- ----------------------------------------------------------------------------- --*/
.fnavi {
	margin:0 auto 0 15px;
	height: 19px;
}
.fnavi ul {
margin:0;
padding:0;
list-style:none;
float: right;
}
.fnavi ul li {
margin:0 20px 0 0;
padding:0;
float:left;
}

/*-- ボックス（バックグラウンド含む） --*/
/*-- ----------------------------------------------------------------------------- --*/
.bg_box_footer {
background-image:url(../images/bg_footer.gif);
background-repeat:repeat-x;
height:35px;
}

/*-- 透過画像 --*/
/*-- ----------------------------------------------------------------------------- --*/
.person01 {
position:absolute;
left:613px;
top:177px;
}
.person02 {
position:absolute;
left: -26px;
top: 409px;
}
.club {
position:absolute;
left: -20px;
top: 33px;
}
.btn_blog {
position:absolute;
left: 562px;
top: 241px;
}
.btn_contact {
position:absolute;
left: 481px;
top: 399px;
}
.fukidashi {
position:absolute;
left: -64px;
top: 346px;
}
.club02 {
position:absolute;
left: 558px;
top: 17px;
}

/*-- IE6用透過設定 --*/
/*-- ----------------------------------------------------------------------------- --*/
*html .touka,.person01,.person02,.club,.btn_blog,.btn_contact,.club02,.logo {
behavior: expression(IEPNGFIX.fix(this));
} 

/*-- 全角・半角 --*/
/*-- ----------------------------------------------------------------------------- --*/
.zenkaku {
ime-mode: active;
}
.hankaku {
ime-mode: inactive;
}

/*-- スペース --*/
/*-- ----------------------------------------------------------------------------- --*/
.space01 {
margin-bottom:5px;
}
.space02 {
	margin-bottom:15px;
}

/*-- リンク --*/
/*-- ----------------------------------------------------------------------------- --*/
#main a:link { color:#5b4b2e; text-decoration:underline; }
#main a:visited { color:#5b4b2e; text-decoration:underline; }
#main a:hover { color:#5b4b2e; text-decoration:none; }
