body {
margin: 0px 0px 15px 0px;
background-color: #FFCCFF;
text-align: center;
font-size: 12px;
color: #333333;
}
/* リンク設定 */ a {
text-decoration:none; 
}
a:link {
color: #ff6600;
}
a:visited {
color: #ff33cc;
}
a:active {
color: #3399ff;
}
a:hover {
text-decoration: underline; 
background: none;
color: #ff33cc; 
}/* 見出し設定 */
h1, h2, h3 {
margin: 0px;
padding: 0px;
font-weight: normal;
}
/* サイト全体設定 */
#container {
line-height: 130%;
margin-right: auto;
margin-left: auto;
text-align: left;
padding: 0px;
width: 780px;
border: 2px solid #FF9900;
background-color: #FFFFFF;
}
/* サイトヘッダー設定 */
#banner {
font-family: Verdana, Arial, sans-serif;
color: #000000;
background-image: url("img/header.gif");
background-repeat: no-repeat;
background-position:center center
width:780px;
height: 130px;
text-align: left;
padding: 15px;
}
/* ヘッダースタイル設定その１ */#banner-img {
display: none;
}#banner a {
color: #0066FF;
font-weight: bold;
text-decoration: none; 
}
#banner a:hover {
color: #FDBB53;
font-weight: bold;
text-decoration: none; 
}
/* ヘッダースタイル設定その２ */
#banner h1 {
font-size: 25px;
}
#banner h2 {
font-size: 12px;
padding: 42px 0px 0px 10px;
}
/* コンテンツ部設定 */
#center {
float: left;
width: 400px;
overflow: hidden;
}
.content {
padding: 10px 15px 5px 15px;
font-family: Verdana, Arial, sans-serif;
}/* メニュー部位置決め設定 */
#right {
float: left;
width: 190px;
overflow: hidden;
}
/* コンテンツ部<h2>見出し設定 */
.content h2 {
font-family: Verdana, Arial, sans-serif;
color: #3399FF;
text-align: left;
font-weight: bold;
font-size: 14px;
margin-bottom: 5px;
padding-left: 5px;
border-bottom: solid 2px;
}
/* コンテンツ部<h3>見出し設定 */
.content h3 {
font-family: Verdana, Arial, sans-serif;
color: #3399FF;
text-align: left;
font-weight: bold;
font-size: 14px;
border-style: solid;
border-width: 1px;
border-color: #3399FF;
padding: 5px;
margin-top:10px;
margin-bottom:20px;
}
/* サイドメニュー領域設定設定 */
.sidebar {
padding: 10px;
}
/* サイドメニュー<h2>見出し設定 */
.sidebar h2 {
color: #3399FF;
font-family: Verdana, Arial, sans-serif;
font-size: 11px;
text-align: center;
font-weight: bold;
border-style: solid;
border-width: 1px;
border-color: #3399FF;
padding: 3px;
margin-bottom:10px;
}
/* サイドメニュー<ul>部設定 */
.sidebar ul {
padding-left: 0px;
margin: 0px;
margin-bottom: 30px;
}
.sidebar ul ul {
margin-bottom: 0px;
}
/* カテゴリー<ul>部左領域設定 */
.sidebar #categories ul {
padding-left: 5px;
}
/* サイドメニュー<li>部設定 */
.sidebar li {
font-family: Verdana, Arial, sans-serif;
font-size: 12px;
text-align: left;
line-height: 150%;
padding-left: 5px;
list-style-type: none;
}/* 検索部設定 */
.link-note {
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
line-height: 150%;
text-align: left;
padding: 2px;
margin-bottom: 5px;
}
/* フッター部設定 */
.footer {
font-family: Verdana, Arial, sans-serif;
color: #FFFFFF;
font-size: 10px;
background-color:#FF9900;
text-align: center;
padding: 2px;
}

/* 「詳細はこちら」部設定 */
.next {
font-size: 12px;
}
/* エントリーカテゴリー部設定 */
.category {
font-size: 10px;
text-align:right;
border-bottom: dotted 1px;
margin-bottom:20px;
}
/* パンくず部設定 */
.pan {
font-size: 12px;
padding-bottom: 10px;
}



