@charset "Shift_JIS"; 

*{
    margin:0;
    padding:0;
    border:none;
    font-size:12px;
    font-family:Arial,ＭＳ Ｐゴシック;
    line-height:1.6em;
}

body{background:url('bg.gif');}
p{margin:5px 30px;padding:10px;color:#333;background:url('bg.gif');}

/*======== 見出し要素 ========*/
h1{
    padding:10px 13px;
    font-weight:normal;
    font-size:20pt;
    font-family:Times New Roman;
}
h2{
    margin:10px 30px;
    letter-spacing:0.5em;
    font-weight:normal;
    font-size:20pt;
    font-family:Times New Roman;
    text-align:right;
    border-bottom:1px solid #ccc;
}
h3{font-family:Arial;margin:10px 30px;}
h4{font-family:Arial;margin:5px 30px 0;color:#999999;}

/*======== リンク ========*/
a{text-decoration:none;}
a:link,a:active,a:visited{color:#555;}
a:hover{color:#cccccc;}

/*======== 全体デザイン ========*/
#wrap{
    position:relative;
    width:800px;
}

#left{
    width:200px;
    float:left;
    background-color:transparent;
}
.box{ background:url('filter.png');margin:10px;}
 .menu_title{color:#555;font-weight:bold;padding:5px 13px 0;}
 p.menu_text{margin:0;padding:5px 13px;color:#333;background:none;}
 p.menu_bn{margin:0;padding:5px 13px;color:#333;background:url('filter.png');text-align:center;}
.menu{padding:10px 13px;}
.menu ul{list-style:none;}
.menu li a{
    font-size:13px;
    list-style:none;
    padding-left:14px;
    background:url(point.gif) no-repeat center left;
}
.menu li a:hover{background:url(point2.gif) no-repeat center left;}

#right{
    width:600px;
    float:right;
    background:url('img/filter.png');
}

#footer{
    width:600px;
    height:30px;
    line-height:30px;
    margin:10px 0;
    text-align:center;
    float:right;
    background:url('img/filter.png');
}

/*======== テキスト用 ========*/
.txt{}
.txt ul{list-style-type:circle;padding:0 45px;}
.txt li{list-style-type:circle;}

/*======== ブックマーク用  ========*/
.banner{padding:0 30px;}
.banner dl{margin-top:5px;clear:both;line-height:0px;}
.banner dt{width:200px;float:left;}
.banner dd{
    margin-left:210px;
    padding-top:0.1em;
    padding-left:0.5em;
    border-left:5px solid #dddddd;
}
