/* 全体の文字サイズ、行間、ページ背景 */
body{
font-size:0.875em;
line-height: 1.5em;
}

/* 見出し1 */
h1{
font-size: 18px;
margin-top:30px;
margin-bottom:25px;
}

/* 見出し2 */
h2{
font-size: 1em;
border-top: none;
border-left: solid 6px #990000;
border-right: none;
border-bottom: solid 2px #990000;
line-height: 23px;
padding-left: 5px;
margin-top: 30px;
margin-bottom: 30px
}

/* 全体の画像枠 */
img{
border:solid 1px #CCCCCC
}

/* コンテナ */
div#container{
width: 851px;
margin-left: auto;
margin-right: auto;
padding:20px;
border:groove 7px;
border-color:#990000;
}

/* ヘッダーにあるロゴの枠消し */
.img-border-none{
border-style:none
}

/* ヘッダー */
div#header{
width:851px;
height:149px
}

/* コンテンツ（全体） */
div#content-whole{
width: 681px;
float: right;
margin-left: auto;
margin-right: auto;
margin-bottom: 25px;
}

/* パンくずリスト */
div#bread{
margin-bottom:15px;
margin-top:0px;
font-size:0.85em
}

/* コンテンツ2（2段組上） */
div#content2{
width: 681px;
}

/* お気に入りに追加 */
div#favorite{
border:solid 2px;
border-color:#990000;
padding-top:10px;
padding-bottom:10px;
padding-left:20px;
margin-top:20px;
margin-bottom:20px;
font-size:13px;
}

/* アドセンス */
div#adsense{
width:340px;
margin-bottom:50px;
float: left;
}

/* コンテンツ5（2段組下）*/
div#content5{
width: 681px;
clear:both;
}

/* サブメニュー（フッター上） */
div#sub_menu_under{
border-top:solid 2px;
border-color:#999999;
padding-top:50px;
margin-top:50px;
margin-bottom:30px;
font-size:13px;
}

/* フッター */
div#footer{
border-top: solid 3px #990000;
width: 851px;
padding-top:20px;
clear:both;
font-size:13px;
}

/* アドレス */
address{
font-style: normal;
text-align: center;
}

/* 重要サイトへのリンク */
div#important_link{
font-size:12px;
}

/* 写真 */
div#img-a{
width:300px;
margin-top:7px;
margin-bottom:20px;
text-align:center;
float:left
}

/* 写真の説明 */
div#img-b{
width:351px;
margin-top:7px;
margin-bottom:7px;
padding-top:50px;
float:right;
}

/* テーブル */
div#table{
font-size:14px;
}

/* サイドバー・メインメニュー */
div#label{
padding-left:10px;
font-weight: bold;
color:#000000;
background-color:#CC6633;
font-size:14px;
padding:3px 0px 3px 10px;

}

/* サイドバー・全体のメニュー */
div#menu-left01 {
float: left;
width: 146px;
background-color: #F6F6F6;
font-size:13px;
margin:0px;
}

/* サイドバー・サブメニュー */
ul.sidemenu li a{
display: block;
line-height: 27px;
text-decoration: none;
color: #000000;
border-left:solid 5px;
border-bottom:solid 1px;
border-color:#CCCCCC;
padding-left: 10px;
margin-bottom:1px;
}

/* サイドバー・サブメニュー調整 */
ul.sidemenu{
margin-top: 0;
margin-bottom:0;
margin-left: 0;
padding-left: 0;
line-height: 0
}

/* サイドバー・サブメニューのリストマークを削除 */
ul.sidemenu li{
list-style-type: none
}

/* サイドバー全体のロールオーバー（ボタンの色） */
ul.sidemenu li a:hover{
border-left-color:#FF0000;
color:#CC0000;
}

/* サイトマップ */
div#sitemap{
width:120px;
float:left;
}


/* 上部メニュー（全体） */
#menu {
border-top:1px solid #CCCCCC;
border-right: 1px solid #CCCCCC;
border-left: 1px solid #CCCCCC;
margin-bottom:20px;
}

ul.menu_f01{
background-color: #F0F0F0;
height: 35px;
border-bottom: 5px solid #999999;
border-top: 1px solid #999999;
margin: 0px;
padding: 0px;
}

ul.menu_f01 li{
float: left;
border-right: 1px solid #999999;
display: block;
}

/* 通常の効果 */
ul.menu_f01 li a{
height: 20px;
width: 120px;
padding: 10px 0px 5px 0px;
border-bottom: 5px solid #999999;
font-size: 14px;
font-weight: bold;
color:#FFFFFF;
text-decoration: none;
display: block;
text-align: center;
background-color:#990000;
}


/* 下線のロールオーバー */
ul.menu_f01 li a.nowthis{
border-bottom: 5px solid #FF0000;
}


/* ロールオーバーしたときの効果 */
ul.menu_f01 li a:hover , ul.menu_f01 li a.nowthis{
padding: 10px 0px 5px 0px;
border-bottom: 5px solid #FF6699;
background-color:#990033;
color:#FFFFFF;
}
