*{
    margin:0;
    padding:0;
}
body{
    background:#ffffff;
    font-family:"ヒラギノ角ゴ Pro W3", "メイリオ", Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:normal;

}
a:link { color:#999999; text-decoration: none;}
a:visited { color:#999999; text-decoration: none;}
a:hover { color:#0000ff; }
a:active { color: #ff8000; }


div.mainsection{
    width:864px;
    position:relative;
    margin:10px 10px;
}
/*
    top block
*/
div.tpline{
    position:relative;
    height:48px;
    overflow:hidden;
    background:#101010;
}
img.pfs{
    position:absolute;
    width:230px;
    height:48px
    top:0;
    left:0;
    border:none;

}
p.www{
    color:#eeeeee;
    float:right;
    text-align:center;
    font-size:12px;
    display:inline;
    margin-right:10px;
    margin-top:24px;
    font-family: "Arial Black", "Arial Bold", sans-serif;
}
div.catch{
    height:36px;
    overflow:hidden;
    margin-top:6px;
}
div.catch p{
    font-family:"Folk Regular";
    text-align:center;
    font-size:14px;
}

/*
    topic title block
*/
div.ttline{
    position:relative;
    height:48px;
    overflow:hidden;
    border-style: dotted none none;
    border-color: #777777;
    border-width: 1px 0px 0px;
}
div.ttline img.cal{
    position:absolute;
    width: 36px;
    height: 48px
    top:0;
    left:0;
}
div.ttline p.title{
    position:absolute;
    top:10px;
    left:48px;
    font-size:28px;
    line-height:28px;
    color:#777777;
    font-family:"Ryumin ExtraBold KL";
}
div.ttline div.pictitle{
    position:absolute;
    top:0;
    left:48px;
}
div.ttline p.date{
    position:relative;
    top:14px;
    font-size:20px;
    line-height:20px;
    color:#777777;
    text-align:right;
    font-family:"Shin Go Regular";
}
div.pictline{
    position:relative;
	width:852px;
	height:200px;
    overflow:hidden;
	clear:both;
	border:#ffffff 6px solid;
	-moz-box-shadow:1px 1px 5px #222222;
	-webkit-box-shadow:1px 1px 5px #222222;
    box-shadow:1px 1px 5px #555599;
}
div.textblock, div.commt{
    margin:20px 70px;
}
div.textblock p{
    margin-top:13px;
    font-size:13px;
    line-height:160%;
    font-family:"Shin Go Light";
}
div.textblock p:first-letter{
    font-size:270%;
    line-height:100%;
    float:left;
}
div.textblock h4{
    margin-top:13px;
    font-size:13px;
    font-weight: normal;
    line-height:160%;
    font-family:"Shin Go Medium";    
}
div.textblock h5{
    margin-top:13px;
    font-size:13px;
    font-weight: normal;
    line-height:160%;
    font-family:"Shin Go Medium";    
    text-align:right;
}
div.commt p{
    margin-top:13px;
    font-size:13px;
    line-height:160%;
    font-family:"Shin Go Light";
}
div.boxshadow{
    border: #000077 1px solid;
    box-shadow: 2px 2px 3px #555599;
    margin: 7px 3px;
}
div.footer{
    position:relative;
    border-style: dotted none none;
    border-color: #777777;
    border-width: 1px 0px 0px;
}
div.footer p{
    text-align:center;
    margin:6px auto;
    font-size:12px;
    line-height:160%;
    display:block;
    color:#999999;
}
