@charset "utf-8";

*{margin: 0;padding: 0;}
a {text-decoration : none;}
a:visited{color :#FFFFFF;}
a:active{color :#FFFFFF;}
a:link{color :#FFFFFF;}

/* ===============フレーム配置スタイル=============== */
html{
height:100%;
overflow:hidden;
display: block;
}

body{
font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
height:100%;
width:100%;
margin:0px auto;
display: block;
background: #002200;
}

/* ヘッダーフレーム */
#hd_f{
position: absolute;
height: 100px;
width: 100%;
margin: 0px;
border: 0px;
padding: 0px;
background-color: #002200;
background-image: url(img/up_back.jpg);
background-repeat: no-repeat;
color: #FFFFFF
}

/* レフトーフレーム */
#lt_f{
position: absolute;
left: 0px;
top: 100px;
bottom: 30px;
width: 160px;
overflow: auto;
background-color: #002200;
background-image: url(img/left_back.jpg);
background-repeat: no-repeat;
background-color: #002200;
color: #000000;
}

/* メインフレーム */
#main_f{
position: absolute;
left: 163px;/* 3pxはマージン */
top: 91px;/* 3pxはマージン */
right: 0px;
bottom: 30px;
overflow: auto;
background-color: #002200;
color: #FFFFFF;
}

/* フッターフレーム */
#ft_f{
position: absolute;
bottom: 0px;
right: 0px;
left: 0px;
height: 30px;
margin: 0px;
border: 0px;
padding: 0px;
width: 100%;
background-color: #002200;
color: #FFFFFF;
}

/* ===============上段フレーム内部スタイル=============== */
/* タイトルライン */
.tline{
position: relative;
width: 1023px;
height: 46px;
margin-top:0px;
margin-left: 0px;
float: left;
}

/* タイトルボックス */
.tbox{
position: absolute;
width: 280px;
height: 82px;
margin-top:5px;
margin-left: 0px;
text-align: center;
float: left;
padding-top: 12px;
}

/* メニューボックス(上段フレームバナー広告ありの場合に使用) */
.menubox{
position: absolute;
margin-top:3px;
margin-left: 280px;
width: 730px;
padding-top: 3px;
}

/* メニューボックス上段(上段フレームバナー広告なしの場合に使用) */
.menubox1{
position: absolute;
margin-top:16px;
margin-left: 286px;
width: 730px;
padding-top: 3px;
}

/* メニューボックス下段(上段フレームバナー広告なしの場合に使用) */
.menubox2{
position: absolute;
margin-top:42px;
margin-left: 286px;
width: 730px;
padding-top: 3px;
}


/* メニューライン */
.menu-line1{
clear: both;
}

/* メニューTOP(上段フレームバナー広告ありの場合に使用)  */
.menutop-bc{
width :117px;
color: #FF0000;
font-size: 12px;
font-weight: bold;
text-align:center;
background-color: #424200;
border-top: 2px solid #6A6A00;
border-left: 2px solid #6A6A00;
border-right: 2px solid #202000;
border-bottom: 2px solid #202000;
padding-top:2px;
padding-bottom:1px;
float: left
}
a.menutop-bc:hover{
background-color: #996600;
border-top: 2px solid #B77B00;
border-left: 2px solid #B77B00;
border-right: 2px solid #573A00;
border-bottom: 2px solid #573A00;
color: #FFFF00;
}
a.menutop-bc:visited{color :#FFFF00;}
a.menutop-bc:active{color :#FFFFFF;}
a.menutop-bc:link{color :#FFFF00;}


/* メニューTOP(上段フレームバナー広告なしの場合に使用) */
.menutop-nb{
width :117px;
color: #FF0000;
font-size: 12px;
font-weight: bold;
text-align:center;
background-color: #424200;
border-top: 2px solid #6A6A00;
border-left: 2px solid #6A6A00;
border-right: 2px solid #202000;
border-bottom: 2px solid #202000;
padding-top:4px;
padding-bottom:3px;
float: left
}
a.menutop-nb:hover{
background-color: #996600;
border-top: 2px solid #B77B00;
border-left: 2px solid #B77B00;
border-right: 2px solid #573A00;
border-bottom: 2px solid #573A00;
color: #FFFF00;
}
a.menutop-nb:visited{color :#FFFF00;}
a.menutop-nb:active{color :#FFFFFF;}
a.menutop-nb:link{color :#FFFF00;}


/* メニュー(上段フレームバナー広告ありの場合に使用)  */
.menu-bc{
width :117px;
color: #FFFFFF;
font-size: 12px;
font-weight: bold;
text-align:center;
background-color: #424200;
border-top: 2px solid #6A6A00;
border-left: 2px solid #6A6A00;
border-right: 2px solid #202000;
border-bottom: 2px solid #202000;
padding-top:2px;
padding-bottom:1px;
float: left
}
a.menu-bc:hover{
background-color: #996600;
border-top: 2px solid #B77B00;
border-left: 2px solid #B77B00;
border-right: 2px solid #573A00;
border-bottom: 2px solid #573A00;
color: #FFFF00;
}

/* メニュー(上段フレームバナー広告なしの場合に使用)  */
.menu-nb{
width :117px;
color: #FFFFFF;
font-size: 12px;
font-weight: bold;
text-align:center;
background-color: #424200;
border-top: 2px solid #6A6A00;
border-left: 2px solid #6A6A00;
border-right: 2px solid #202000;
border-bottom: 2px solid #202000;
padding-top:4px;
padding-bottom:3px;
float: left
}
a.menu-nb:hover{
background-color: #996600;
border-top: 2px solid #B77B00;
border-left: 2px solid #B77B00;
border-right: 2px solid #573A00;
border-bottom: 2px solid #573A00;
color: #FFFF00;
}

/* バナー枠1枠目用 */
.tb1{
position: absolute;
margin-top:53px;
margin-left: 295px;
text-align: center;
border: 3px solid #002200;
background-color: #424200;
padding: 2px;
clear: both;
}

/* バナー枠2枠目用 */
.tb2{
position: absolute;
margin-top:53px;
margin-left: 435px;
text-align: center;
border: 3px solid #002200;
background-color: #424200;
padding: 2px;
}

/* バナー枠3枠目用 */
.tb3{
position: absolute;
margin-top:53px;
margin-left: 575px;
text-align: center;
border: 3px solid #002200;
background-color: #424200;
padding: 2px;
}

/* バナー枠4枠目用 */
.tb4{
position: absolute;
margin-top:53px;
margin-left: 715px;
text-align: center;
border: 3px solid #002200;
background-color: #424200;
padding: 2px;
}

/* バナー枠5枠目用 */
.tb5{
position: absolute;
margin-top:53px;
margin-left: 855px;
text-align: center;
border: 3px solid #002200;
background-color: #424200;
padding: 2px;
}

/* ===============左フレーム内部スタイル=============== */
/* 大枠 */
.owaku{
position: relative;
}

/* バナー枠1段用 */
.lb1{
position: absolute;
margin-top:2px;
margin-left: 15px;
text-align: center;
border: 2px solid #002200;
background-color: #424200;
padding: 2px;
}

/* バナー枠2段用 */
.lb2{
position: absolute;
margin-top:46px;
margin-left: 15px;
text-align: center;
border: 2px solid #002200;
background-color: #424200;
padding: 2px;
}

/* バナー枠3段用 */
.lb3{
position: absolute;
margin-top:90px;
margin-left: 15px;
text-align: center;
border: 2px solid #002200;
background-color: #424200;
padding: 2px;
}

/* バナー枠4段用 */
.lb4{
position: absolute;
margin-top:134px;
margin-left: 15px;
text-align: center;
border: 2px solid #002200;
background-color: #424200;
padding: 2px;
}

/* バナー枠5段用 */
.lb5{
position: absolute;
margin-top:178px;
margin-left: 15px;
text-align: center;
border: 2px solid #002200;
background-color: #424200;
padding: 2px;
}

/* バナー枠6段用 */
.lb6{
position: absolute;
margin-top:222px;
margin-left: 15px;
text-align: center;
border: 2px solid #002200;
background-color: #424200;
padding: 2px;
}

/* バナー枠7段用 */
.lb7{
position: absolute;
margin-top:266px;
margin-left: 15px;
text-align: center;
border: 2px solid #002200;
background-color: #424200;
padding: 2px;
}

/* バナー枠8段用 */
.lb8{
position: absolute;
margin-top:310px;
margin-left: 15px;
text-align: center;
border: 2px solid #002200;
background-color: #424200;
padding: 2px;
}

/* バナー枠9段用 */
.lb9{
position: absolute;
margin-top:354px;
margin-left: 15px;
text-align: center;
border: 2px solid #002200;
background-color: #424200;
padding: 2px;
}

/* バナー枠10段用 */
.lb10{
position: absolute;
margin-top:398px;
margin-left: 15px;
text-align: center;
border: 2px solid #002200;
background-color: #424200;
padding: 2px;
}

/* バナー枠11段用 */
.lb11{
position: absolute;
margin-top:442px;
margin-left: 15px;
text-align: center;
border: 2px solid #002200;
background-color: #424200;
padding: 2px;
}

/* バナー枠12段用 */
.lb12{
position: absolute;
margin-top:486px;
margin-left: 11px;
text-align: center;
border: 2px solid #002200;
background-color: #424200;
padding: 2px;
}

/* バナー枠13段用 */
.lb13{
position: absolute;
margin-top:530px;
margin-left: 15px;
text-align: center;
border: 2px solid #002200;
background-color: #424200;
padding: 2px;
}

/* 以下は「人妻風俗リンク」用 */

/* 人妻風俗リンク 見出し背景 */
.midasi{
position: absolute;
margin-top:475px;
margin-left: 14px;
text-align:center;
background-color: #413586;
text-decoration : none;
border-top: 1px solid #6666CC;
border-left: 1px solid #6666CC;
border-right: 1px solid #330066;
border-bottom: 1px solid #330066;
color: #FFFFFF;
font-size: 12px;
font-weight: bold;
width :129px;
padding-top:1px;
padding-bottom:1px;
}

/* 人妻風俗リンクボックス */
.site{
position: absolute;
width: 129px;
margin-top:491px;
margin-left: 14px;
clear: both;
font-size: 12px;
}

/* サイト名 */
.lfl_sname{
width: 129px;
color: #FFFFFF;
font-weight: bold;
text-align:center;
background-color: #003300;
text-decoration : none;
border-top: 1px solid #005500;
border-left: 1px solid #005500;
border-right: 1px solid #001100;
border-bottom: 1px solid #001100;
padding-top:2px;
padding-bottom:1px;
float: left
}
a.lfl_sname:hover{
background-color: #FF6600;
border-top: 1px solid #FF9966;
border-left: 1px solid #FF9966;
border-right: 1px solid #FF3300;
border-bottom: 1px solid #FF3300;
color: #FFFF00;
}

