@charset "utf-8";
/* 全体・背景 */
body{
background-color:#FFFFFF;
background-image:url(../image/background.gif);
background-repeat:repeat-x;
background-position:center top;
margin:0px;
}
a{
display:block;
text-decoration:none;
}
p{
font-size:0.75em;
}
span{
visibility:hidden;
}
strong{
font-size:1.25em;
}
#wrapper{
position:relative;
width:1008px;
margin:0px auto;
}
/* タイトル */
#logo{
position:absolute;
width:200px;
height:120px;
background-image:url(../image/title.gif);
}
/* ヘッダー */
#header{
position:absolute;
width:798px;
height:40px;
left:210px;
background:url(../image/header.gif);
}
/* メニュー、ボタン */
#menu01{
position:absolute;
top:130px;
left:10px;
width:180px;
height:30px;
background-image:url(../image/homebtn01.gif);
}
#menu01:hover{
background:url(../image/homebtn02.gif);
}
#menu02{
position:absolute;
top:170px;
left:10px;
width:180px;
height:30px;
background-image:url(../image/aboutbtn01.gif);
}
#menu02:hover{
background:url(../image/aboutbtn02.gif);
}
#menu03{
position:absolute;
top:210px;
left:10px;
width:180px;
height:30px;
background-image:url(../image/listbtn01.gif);
}
#menu03:hover{
background:url(../image/listbtn02.gif);
}
#menu04{
position:absolute;
top:250px;
left:10px;
width:180px;
height:30px;
background-image:url(../image/gallerybtn01.gif);
}
#menu04:hover{
background:url(../image/gallerybtn02.gif);
}
#menu05{
position:absolute;
top:290px;
left:10px;
width:180px;
height:30px;
background-image:url(../image/dojinbtn01.gif);
}
#menu05:hover{
background:url(../image/dojinbtn02.gif);
}
#menu06{
position:absolute;
top:330px;
left:10px;
width:180px;
height:30px;
background-image:url(../image/cgrecbtn01.gif);
}
#menu06:hover{
background:url(../image/cgrecbtn02.gif);
}
#menu07{
position:absolute;
top:370px;
left:10px;
width:180px;
height:30px;
background-image:url(../image/bbsbtn01.gif);
}
#menu07:hover{
background:url(../image/bbsbtn02.gif);
}
#menu08{
position:absolute;
top:410px;
left:10px;
width:180px;
height:30px;
background-image:url(../image/wikibtn01.gif);
}
#menu08:hover{
background:url(../image/wikibtn02.gif);
}
#menu09{
position:absolute;
top:450px;
left:10px;
width:180px;
height:30px;
background-image:url(../image/linkbtn01.gif);
}
#menu09:hover{
background:url(../image/linkbtn02.gif);
}
/* 萌え連リンク*/
#a_banner{
position:absolute;
top:500px;
left:0px;
width:200px;
height:40px;
}
/* カウンター */
#counter{
position:absolute;
top:0px;
left:220px;
width:290px;
}
/* ホームへ・サイトマップ・お問い合わせ */
#sitemap{
position:absolute;
top:10px;
left:700px;
width:300px;
text-align:center;
}
/* 同人活動(過去作品紹介) */
#doujin_o{
position:absolute;
top:60px;
left:210px;
width:798px;
height:60px;
background:url(../image/doujin-old01.gif);
}
/* みんなの萌え連Vol.ZERO紹介 */
#zero{
position:absolute;
top:140px;
left:210px;
width:798px;
height:650px;
padding:10px 40px 10px 40px;
background:url(../image/old_window.gif);
}
/* みんなの萌え連Vol.ICHI紹介 */
#ichi{
position:absolute;
top:800px;
left:210px;
width:798px;
height:650px;
padding:10px 40px 10px 40px;
background:url(../image/old_window.gif);
}
/* みんなの萌え連Vol.NI紹介 */
#ni{
position:absolute;
top:1460px;
left:210px;
width:798px;
height:650px;
padding:10px 40px 10px 40px;
background:url(../image/old_window.gif);
}
/*リスト内設定*/
.title{
text-align:center;
font-size:1.75em;
}
.type{
text-align:center;
}
.price{
text-align:center;
}
.contents01{
text-align:center;
font-size:1.25em;
}
.contents02{
text-align:left;
vertical-align:top;
}
.circlecut01{
text-align:center;
font-size:1.25em;
width:200px;
}
.circlecut02{
width:200px;
}
.first{
text-align:center;
font-size:1.5em;
}
.jacket01{
text-align:center;
font-size:1.25em;
width:200px;
}
.jacket02{
text-align:center;
width:200px;
}
.illustrator{
text-align:center;
font-size:1.25em;
}
.h_name{
text-align:left;
vertical-align:top;
}
/* 同人新作情報移動ボタン */
#doujin_newbtn{
position:absolute;
top:2120px;
left:724px;
width:285px;
height:40px;
background-image:url(../image/doujin-newbtn01.gif);
}
#doujin_newbtn:hover{
background:url(../image/doujin-newbtn02.gif);
}
/* フッター */
#footer{
position:absolute;
top:2170px;
left:0px;
width:1008px;
height:30px;
background:url(../image/footer.gif);
}

