* {
 padding:0;
 font-size: 12px;
 line-height: 160%;
 margin: 0;
 font-family: Verdana, Arial, sans-serif;
}

body{
 text-align: center;
 background-image: url(img/bg.gif);
 background-color: #999999;
 background-repeat: repeat;
}

#wrap{
 width: 750px;
 text-align: left;
 margin-top: 0;
 margin-right: auto;
 margin-bottom: 0;
 margin-left: auto;
}

/*
バナー
----------------------------------*/
.banner{
 height: 100px;
 background-image: url(img/headder.jpg);
}

.banner h1 a {
 color: #333333;
 padding-top: 25px;
 padding-left: 60px;
 font-size: 20px;
 line-height: 70px;
 text-decoration: none;
}

/*
コンテンツ
----------------------------------*/
.content{
 padding: 10px;
 background-color: #FFFFFF;
 float: left;
 width: 728px;
 background-repeat:repeat-y;
 border-top-color: #CCCCCC;
 border-right-color: #CCCCCC;
 border-bottom-color: #CCCCCC;
 border-left-color: #CCCCCC;
 border-right-width: 1px;
 border-bottom-width: 1px;
 border-left-width: 1px;
 border-right-style: solid;
 border-bottom-style: solid;
 border-left-style: solid;
}

img{ border-style: none; }

dt{
 line-height: 20px;
 background-image: url(img/dt.gif);
 background-repeat: no-repeat;
 padding-left: 25px;
 color: #333333;
 border-bottom-width: 2px;
 border-bottom-style: solid;
 border-bottom-color: #000000;
 margin-top: 10px;
 background-color: #CCCCCC;
}
dd{
 font-size: 10px;
 padding-top: 5px;
 padding-right: 20px;
 padding-bottom: 5px;
 padding-left: 20px;
 color: #333333;
 background-color: #FFFFFF;
 border-bottom-width: 1px;
 border-bottom-style: dotted;
 border-bottom-color: #000000;
 border-right-width: 1px;
 border-left-width: 1px;
 border-right-style: solid;
 border-left-style: solid;
 border-right-color: #000000;
 border-left-color: #000000;
}

.content ul{
 list-style-type: none;
 float: left;
}

.content ul li{
 float: left;
 width: 165px;
 display: block;
 margin-bottom: 7px;
 margin-right: 10px;
 background-image: url(img/top_li.gif);
 background-repeat: no-repeat;
 background-color: #FFFFFF;
}

.content li a {
 color: #333333;
 line-height: 22px;
 padding-left: 25px;
 font-size: 10px;
}
.link{ text-align :right; }

/*
アドセンス
----------------------------------*/
.ad { text-align: center; }
.ad p { font-size: 12px; }


/*
トップページ
----------------------------------*/
.mess{
 padding: 15px;
 background-color: #CCCCCC;
 margin: 10px;
 color: #333333;
 border: 1px solid #333333;
 background-image: url(img/bg.gif);
 background-repeat: repeat-x;
}

#top_list {
 float: left;
 margin-top: 5px;
 margin-bottom: 5px;
 width: 700px;
 padding-top: 10px;
 padding-bottom: 10px;
 padding-left: 10px;
 background-color: #999999;
 border: 1px solid #333333;
}
.mess p {
 font-size: 10px;
}






































































































































































































