@charset "EUC-JP";

/* 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:1000px;
margin:0 auto;
background:#000000;
}
/* top */
.outline .header{
width:1000px;
height:327px;
background:#000000 url(http://blog-imgs-29.fc2.com/a/k/i/akirac5644/200905top.jpg);
/* 横幅750px 高さ150pxの画像を差し替え可能です。 
高さは、すぐ↑の【height:150px;】の数値を変えてもらえればできますよん。
*/
}
.header h1{
font-size:16px;
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;
padding:2px;
margin:2px 0;
background:transparent;
}
.left .com{
width:180px;
padding:2px 2px 5px;
border-bottom:3px double #9c0000;
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;
}
/* right */
.right{
width:800px;
float:right;
}
.right .kiji{
width:798px;
border:1ps solid #111111;
background:transparent;
}
.right .kiji .top{
width:780px;
color:#ffffff;
font-size:15px;
font-weight:bold;
margin:2px auto 5px;
padding:3px 3px 1px;
background:#9c0000;
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:750px;
padding:3px;
margin:2px auto 5px;
background:#121212;
}
.right .kiji .bottom{
width:750px;
font-size:10px;
color:#ffffff;
text-align:right;
margin:2px auto 5px;
padding:3px 3px 1px;
background:transparent;
float:right;
}
.footer{
width:1000px;
margin:2px auto;
background:transparent;
text-align:right;
padding:3px;
}