﻿
/* メインスタイル */
body{
margin: 0px;
padding: 0px;
background-color: #ffffff;
background-image: url(img/bg.gif);
//background-repeat: repeat-x;
//background-attachment: fixed;
color:#664400;
font-family: sans-serif;
line-height: 1.2em;
letter-spacing: 0.1em;
}

.main{
margin: 0px;
padding: 5px;
width:710px;
margin-left:auto;
margin-right:auto;
background-color: #ffffff;
background-image: url(img/main_bg.jpg);
border-top: 0px;
border-right: 1px #bbbbbb solid;
border-bottom:0px;
border-left: 1px #bbbbbb solid;
}

.banner_box{
padding:0px 0px 0px 0px;
width:710px;
height:200px;
align: center;
background-image: url(img/site_banner.gif);
}

.left_box{
margin: 0px;
padding: 5px;
width:360px;
float: left;
}

.right_box{
margin: 0px;
padding: 5px;
width:260px;
float: right;
}

.bottom{
color: #660000;
font-size: 80%;
clear: both;
}


/* メニュー部分 */

.menu{
margin: 0px;
padding: 30px 10px 10px 10px;
font-family: Times New Roman;
list-style-type: none;
font-size: 20px;
}

.menu_c{
margin: 0px;
display: inline;
padding: 0px 30px 0px 30px;
}

.non{
margin: 0px;
display: inline;
padding: 0px 30px 0px 30px;
color: #cc9966;
}

#m_link a:link { color: #333333; text-decoration: none; }
#m_link a:visited { color: #333333; text-decoration: none; }
#m_link a:hover { color: #ffffcc;}
#m_link a:active { color: #B04213; }


/* 全ページ汎用 */

.title{
font-family: Times New Roman;
font-size: 18px;
color:#660000;
}

.content{
margin:0px;
padding:10px;
font-size: 12px;
text-align:left;
}

#link a:link { color: #cc0000; text-decoration: none; border-bottom:1px dashed #FF9900;}	/* 未訪問 */
#link a:visited { color: #993333; text-decoration: none; border-bottom:1px dashed #FF9900;}	/* 訪問済み */
#link a:hover { color: #FF6666; border-bottom:1px dashed #FF9900;}	/* ポイント時 */
#link a:active { color: #FF9900; border-bottom:1px dashed #FF9900;}	/* 選択中 */

#tb table{
width: 300px;
border: 1px #cccccc solid;
}

#img a:link { color: #339900; text-decoration: none; border-bottom:0px;}	/* 未訪問 */
#img a:visited { color: #336633; text-decoration: none; border-bottom:0px;}	/* 訪問済み */
#img a:hover { color: #FF6666;}	/* ポイント時 */
#img a:active { color: #FF9900;}	/* 選択中 */

/* リンクページ */

.list_title{
margin:0px;
padding:5px;
background-color: #660000;
color: #ffffff;
}

.link_txt{
font-size: 80%;
}
