@charset "UTF-8";

/* model */
body{
font-size:13px;
color:#dbdbdb;
background:#000000;
margin-top:2px;
}
.boss{
clear:both;
}
a{
color:#9c0000;
text-decoration:none;
}
a:visited{
color:#969696;
text-decoration:none;
}
a:hover{
color:#f20000;
text-decoration:underline;
}

/* outline */
.outline{
width:750px;
margin:0 auto;
background:#000000;
}
/* top */
.outline .header{
width:750px;
height:150px;
background:#000000 url(http://blog-imgs-56-origin.fc2.com/2/b/a/2banhiraki/yz125_top.jpg);
/* 横幅750px 高さ150pxの画像を差し替え可能です。 
高さは、すぐ↑の【height:150px;】の数値を変えてもらえればできますよん。
*/
}
.header h1{
font-size:26px;
margin:20px 0 0 10px;
}
.header .sub{
margin-left:25px;
}
/* left */
.left{
width:150px;
float:left;
background:transparent;
}
.left .top{
width:150px;
color:#cc9933;
font-weight:bold;
/* border-bottom:1px solid #9c0000;*/
border-bottom:1px solid #1b34e2;
padding:2px;
margin:2px 0;
background:transparent;
}
.left .com{
width:150px;
padding:2px 2px 5px;
/* border-bottom:3px double #9c0000;*/
border-bottom:3px double #1b34e2;
margin-bottom:5px;
background:#121212;
}
.left .com a{
color:#72b5dc;
text-decoration:none;
}
.left .com a:visited{
color:#969696;
text-decoration:none;
}
.left .com a:hover{
color:#0072e3;
text-decoration:underline;
}
.left .com li{
margin-left:-15px;
}



/*アーカイブ折りたたみ*/
.archive-date {
overflow: auto;
height: 310px;
}




/* right */
.right{
width:590px;
float:right;
}
.right .kiji{
width:588px;
border:1ps solid #111111;
background:transparent;
}
.right .kiji .top{
width:585px;
color:#ffffff;
font-size:15px;
font-weight:bold;
margin:2px auto 5px;
padding:3px 3px 1px;
/* background:#9c0000; */
background:#1b34e2;
float:left;
}
.right .kiji .top a{
color:white;
text-decoration:none;
}
.right .kiji .top a:visited{
color:white;
text-decoration:none;
}
.right .kiji .top a:hover{
color:white;
text-decoration:underline;
}
.right .kiji .com{
width:560px;
padding:3px;
margin:2px auto 5px;
background:#121212;
}
.right .kiji .bottom{
width:500px;
font-size:10px;
color:#ffffff;
text-align:right;
margin:2px auto 5px;
padding:3px 3px 1px;
background:transparent;
float:right;
}
.footer{
width:750px;
margin:2px auto;
background:transparent;
text-align:right;
padding:3px;
}