/*リンクの設定*/

/*通常リンク*/
a:link{
    color:#191970;		
    text-decoration:none;
}

a:visited{
    color:#191970;		
    text-decoration:none;
}

a:active{
    color:#BC8F8F;
    text-decoration:none;
}

a:hover{
    color:#8B0000;
    text-decoration:underline;
}

/*広告リンク*/
div.text a:link{
    color:#0000CD;
    text-decoration:underline;
		font-size:8pt;
}

div.text a:visited{
    color:#0000CD;
    text-decoration:underline;
		font-size:8pt;
}

div.text a:active{
    color:#BC8F8F;
    text-decoration:underline;
		font-size:8pt;
}

div.text a:hover{
    color:#DC143C;
    text-decoration:underline;
		font-size:8pt;
}

/*メニューバーリンク*/
span.menu a:link{
    color:#FAFAD2;		
    text-decoration:none;
}

span.menu a:visited{
    color:#FAFAD2;		
    text-decoration:none;
}

span.menu a:active{
    color:#FAF0E6;
    text-decoration:none;
}

span.menu a:hover{
    color:#F0E68C;
    text-decoration:underline;
}

/*基本設定*/
body{
    background-color:#FFE4E1;
    margin-left:0;
    margin-right:0;
    margin-top:0;
    margin-bottom:0;
    scrollbar-3dlight-color:#8B0000;
    scrollbar-arrow-color:#8B0000;
    scrollbar-base-color:#FFFFFF;
    scrollbar-darkshadow-color:#FFFFFF;
    scrollbar-face-color:#FFFFFF;
    scrollbar-highlight-color:#FFFFFF;
    scrollbar-shadow-color:#8B0000;
    scrollbar-track-color:#FFFFFF;
}

body,td{
    color:#696969;
    font-family:Verdana,Lucida Sans Unicode,Arial;
    font-size:8pt;
    letter-spacing:1px;
}

table{
    background-color:#ffffff;
}

td{
    line-height:130%;
}

ul,ol,dl{
    line-height:150%;
}

/*ログ表示設定*/
#log{
    width:100%;
}
/*ランキング順位*/
#log-0{
    background-color:#fff0f5;
    color:#8B0000;
    font-size:9pt;
}
/*タイトル*/
#log-1{
    background-color:#ffcccc;
    font-weight:bold;
    font-size:9pt;
}
/*カテゴリー*/
#log-2{
    background-color:#fff0f5;
    color:#191970;
    font-size:7pt;
}
/*説明文*/
#log-3{
    text-align:left;
    vertical-align:top;
		line-height:140%;
}
/*管理人コメント*/
#log-4{
    color:#4682B4;
}
/*更新日*/
#log-5{
    font-size:7pt;
}
/*修正・削除リンク*/
#log-6{
    font-size:7pt;
    color:#191970;
    clip:#191970;
    text-align:right;
}

/*更新・特典・特集・present*/
#log-7{
		color:#dc143c;
}

/*テキストサイズ設定*/
#mid{
    font-size:10pt;
}

#small{
    font-size:7pt;
}


/*カテゴリタイトルバー*/
#title-bar{
    color:#FAFAD2;
    font-size:10pt;
    font-family:10pt;
    background-color:#8B0000;
    font-weight:bold;
		padding-top:2;
		padding-bottom:2;
		padding-left:10;
		padding-right:2;
}

/*メニューバー*/
#menu-bar{
    background-color:#8B0000;
    color:#FAFAD2;
    cursor:#FAFAD2;
    text-align:right;
		padding-top:2;
		padding-bottom:2;
		padding-left:2;
		padding-right:10;
}

/*メニュー表示セル*/
#menu-cell{
    border-color:#8B0000;
    border-style:solid;
    border-left-width:0;
    border-right-width:1;
    border-top-width:0;
    border-bottom-width:2;
    color:#8B0000;
		padding-top:2;
		padding-bottom:2;
		padding-left:2;
		padding-right:2;
}

/*トップディレクトリ表示セル*/
#top-cell{
    border-color:#8B0000;
    border-style:solid;
    border-left-width:2;
    border-right-width:0;
    border-top-width:0;
    border-bottom-width:1;
		padding-top:2;
		padding-bottom:2;
		padding-left:10;
		padding-right:2;
}

/*広告の設定*/
/*広告タイトルバー*/
#PR-bar{
    background-color:#f5f5f5;
    color:#0000cd;
		border-color:#696969;
    border-style:solid;
    border-left-width:1;
    border-right-width:1;
    border-top-width:1;
    border-bottom-width:1;
		padding-top:2;
		padding-bottom:2;
		padding-left:2;
		padding-right:2;
}

/*広告テキスト*/
#pr-text{
		background-color:#f5f5f5;
    font-size:7pt;
    border-color:#696969;
    border-style:solid;
    border-left-width:1;
    border-right-width:1;
    border-top-width:1;
    border-bottom-width:1;
		padding-left:10;
    padding-right:10;
    padding-top:10;
    padding-bottom:10;
}

/*枠線の設定*/
#hr-1111{
		 border-style:solid;
		 border-color:#696969;
		 border-top-width:1;
		 border-bottom-width:1;
		 border-left-width:1;
		 border-right-width:1;
}
 
/*アンダーラインの設定*/
#hr-0100{
		 border-style:solid;
		 border-color:#696969;
		 border-top-width:0;
		 border-bottom-width:1;
		 border-left-width:0;
		 border-right-width:0;
}

/*トップラインの設定*/
#hr-1000{
		 border-style:solid;
		 border-color:#696969;
		 border-top-width:1;
		 border-bottom-width:0;
		 border-left-width:0;
		 border-right-width:0;
}


