@charset "UTF-8";

@import "base.css";

/*全般設定*/
body{text-align:center;}
#wrapper{width:800px; margin:0 auto; text-align:left; background:url(../images/mid.jpg) repeat-y;}
#contents{padding:20px 35px;}
#main{float:left; width:480px;}
#side{float:right; width:220px; border-left:#CCCCCC 1px solid; border-right:#CCCCCC 1px solid; border-bottom:#CCCCCC 1px solid;}
#head{background:url(../images/top.jpg) no-repeat; height:102px;}
#foot{background:url(../images/btm.jpg) no-repeat; height:100px;}
#footer{padding-top:20px;}
a:link{color:#333333;}

/*ヘッド*/
#head h1{text-indent:-9999px;}

/*サイド*/
#side h3{background:url(../images/side_ttl.jpg) no-repeat;height:30px;border-top:1px #CCCCCC solid;border-bottom:1px #CCCCCC solid;font-weight:bold;line-height:30px;padding-left:10px;}
#side .side_box{padding:20px 10px;}
#side .side_box a{display:block; height:17px; line-height:17px; padding-left:20px; margin-bottom:0.5em;}
#side .side_box a.one{background:url(../images/crown_1.jpg) no-repeat;}
#side .side_box a.two{background:url(../images/crown_2.jpg) no-repeat;}
#side .side_box a.three{background:url(../images/crown_3.jpg) no-repeat;}
#side .side_box a.four{background:url(../images/crown_4.jpg) no-repeat;}
#side .side_box a.five{background:url(../images/crown_5.jpg) no-repeat;}
