body{
background-color:#FFFFCC;
font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#container{
width:800px;
height:1370px;/*ここで全体の高さを調節*/
margin:0 auto;
background-color:#FFFFFF;
border-top:1px solid #CCCCCC;
border-left:1px solid #CCCCCC;
border-right:1px solid #CCCCCC;
}
#header{
width:800px;
height:120px;
background-image:url(img/head.gif);
background-repeat:no-repeat;
margin-bottom:10px;
padding:0;
}
#header p{
font-size:11px;
margin:5px 0px 0px 10px;
color:#FFFFFF;
}
h1{
font-size:36px;
margin:10px 0px 0px 10px;
padding:0;
color:#9D6759;
font-family:"ＤＦＧ太丸ゴシック体-U","ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
font-weight:normal;
position: relative;
}
h1 a:link{ /* リンク関係の設定 */
padding: 0px;
color: #773D34 !important;
border-top: none !important;
text-decoration:none;
}
h1 a:visited{ /* リンク関係の設定 */
padding: 0px;
color: #773D34 !important;
border-top: none !important;
text-decoration:none;
}
h1 a:hover{ /* リンク関係・ポインタを乗せたときの設定 */
padding: 0px;
border-top: none !important;
color: #773D34 !important;
border-bottom:2px dotted #FFFFFF;
}
h1 span {
color: #FFFFFF;
display: block;
position: absolute;
top: -2px;
left: -2px;
}
h2{
width:610px;
font-size:14px;
border-bottom:1px dashed #FF7700;
color:#FF7700;
margin:0 0 0 5px;
text-align:left;
}
#contents{
width:800px;
height:auto;
}
/******* 左 *******/
#contents .left{
width:620px;
float:left;
border:1px solid #FFBC66;
margin-left:5px;
}
.title{
width:620px;
height:24px;
background-image:url(img/title_bg.gif);
background-repeat:no-repeat;
font-size:12px;
color:#333333;
margin:0;
padding:7px 0px 0px 0px;
font-weight:bold;
text-align:left;
}
.time{
color:#999999;
font-size:11px;
margin:5px 0px 5px 0px;
}
.photo img{
width:102px;
height:102px;
border:1px solid #333333;
text-align:left;
}
.photo_txt p{
font-size:12px;
color:#999999;
line-height:120%;
margin:5px 0 0 0;
text-align:left;
}
/******* 右 *******/
#contents .right{
width:150px;
height:1218px;/*ここで高さを調節*/
float:right;
margin-right:5px;
border:1px solid #FECE3A;
background-color:#FFFFCC;
}
.title2{
width:150px;
height:24px;
background-image:url(img/title_bg2.gif);
background-repeat:no-repeat;
font-size:12px;
color:#333333;
margin:0;
padding:7px 0px 0px 0px;
font-weight:bold;
}
.ranking{
font-size:11px;
color:#333333;
text-align:left;
}
.ranking a{
color:#333333;
text-align:underline;
padding-top:2px;
}
/******* フッター *******/
#footer{
width:800px;
height:24px;
background-image:url(img/foot_bg.gif);
background-repeat:repeat-x;
margin:0 auto;
padding:0;
border:1px solid #CCCCCC;
}
#footer h3{
font-size:11px;
color:#333333;
text-align:right;
margin:5px 10px 0px 0px;
padding:0;
}
#footer h3 a{
color:#333333;
}
