@charset "Shift_JIS";
@import "common.css";
*{
   margin:0;
   padding:0;
   font-family:"‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
   font-size:small;
   color:#333333;
   }

body{
    margin:0 auto;
	width:780px;
	background-color:#ffffff;
	background-image:url(img/bg.jpg);
	background-repeat:repeat;
	background-position:center;
	}
#header{
   width:780px;
   height:200px;
   background-image:url(img/top.jpg);
	background-attachment:scroll;
	background-position:center top;
	background-repeat:no-repeat;
   }
h1{
    padding:60px 0 0 270px;
	font-size:xx-large;
	font-weight:bolder;
	}
h2{
     padding: 10px 0 0 5px;
	 }
#content{
	width:570px;
	float: left;
	background-image:url(img/bg2.jpg);
	}
#side{
    width:180px;
	float:right;
	background-color:#ffffff;
	background-image:url(img/bg3.jpg);
	padding:10px;
	margin:0 auto;
		}
#side dt{
    border-left:solid 4px #006600;
	margin:5px 0;
	padding-left:30px;
	}
.entry{
    margin:10px 0;
	width:550px;
	padding:10px;
	}


.entry img{
    width:120px;
	margin-right:10px;
	float:left;
	}
.entry h2{
    width:450px;
	margin-bottom:10px;
	}
.entry h2 a{
     color:#FF9900;
	 }
p.foot{
    clear:both;
	width:480px;
	padding:10px 0;
	 }

dt.profile,dt.topics,dt.calendar,dt.recent_entry,dt.recent_comment,dt.archive,dt.category{
    font-size:medium;
	font-weight:bold;
	margin: 10px 0;
	background-image:url(img/bottun.jpg);
	width:150px;
	padding:7px 0 7px 5px;
	}
#side li{
    margin:5px 0 5px 0;
	}
#side ul{
    margin-left:10px;
	}
#side bb caption{
    margin-left:10px;
	}
caption,table{
    width:150px;
   color:#ffffff;
	}
dd.profile dd{
	width:150px;
	padding:5px;
   color:#006600;
	}

