@charset "UTF-8";
/*-----------------------------------------------------
gury.jp/lyrics/

FileName:   page.css
$Revision: 1.0 $
-----------------------------------------------------*/

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■■■■■■■■■■■ 基本設定 ■■■■■■■■■■■■*/

/*■■■基本設定 - 仕様*/
/*コンテンツメインカラー：#151515 */
/*コンテンツサブカラー：#cc0000 */

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■■■■■■■■■■■ ヘッダー ■■■■■■■■■■■■*/

/*■■■LYRIC設定 - ヘッダー*/
#header h1{
margin-bottom:20px;
}
#nav ul li{
margin-bottom:30px;
}



/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■■■■■■■■■■ メインカラム ■■■■■■■■■■■*/

/*■■■LYRIC設定 - メインカラム*/
.section{
margin:0;
padding:0;
float:left;
}
.sectionLeft{
width:220px;
}
.sectionLeft h3{
width:220px;
margin:15px 0 0 20px;
_margin:15px 0 0 10px;
}
.sectionLeft ul{
margin:15px 0 0 20px;
_margin:15px 0 0 10px;
padding:15px 0 0 20px;
_padding:15px 0 0 10px;
border-top:1px dotted #cc0000;
border-bottom:1px dotted #cc0000;
}
.sectionLeft ul li{
padding-bottom:15px;
}
.sectionRight{
width:550px;
padding-left:30px;
_padding-left:15px;
}
.section h1{
padding:5px 50px 5px 50px;
color:#ffffff;
font-size:90%;
font-weight:bold;
text-align:center;
}
.section p.pagetop{
padding:8px 15px 30px 0;
font-size:90%;
text-align:right;
}
.article{
width:528px;
margin:15px 10px 0 10px;
_margin:15px 5px 0 5px;
padding:0 0 10px 0;
float:left;
background:url("../images/lyricsBack.gif") right bottom no-repeat #000000;
border:1px solid #cc0000;
}
.article h2{
margin-bottom:10px;
padding:10px 0 10px 20px;
background:url("../../common/images/title_back.gif") #000000;
border-bottom:1px dotted #cc0000;
color:#ffffff;
font-size:120%;
font-weight:bold;
text-align:left;
}
.article p,
.article h4{
padding:0 10px 0 10px;
}
.article h4{
color:#999999;
font-size:90%;
font-weight:normal;
}
.article img{
float:right;
border:1px solid #151515;
}
/*■リンク*/
a{
text-decoration:none;
color:#cc0000;
}
/*■リンク：訪問済み*/
a:visited{
text-decoration:none;
color:#cc0000;
}
/*■リンク：マウスオーバー時*/
a:hover{
background:#cc0000;
text-decoration:none;
color:#ffffff;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■■■■■■■■■■■ フッター ■■■■■■■■■■■■*/
#footer{

}
