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

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

/* 見出し1 */
div#content h1{
font-size: 1.25em;
line-height: 28px;
border-left:solid 7px #FF6699;
border-bottom: solid 2px #FF6699;
padding-left:7px;
margin-bottom:30px;
clear:both
}

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

/* コンテナ */
div#container{
width: 851px;
margin-left: auto;
margin-right: auto;
background-color:#FFFFFF;
border: 4px;
border-style:double;
border-color:#FFCCCC;
padding:20px;
}

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

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

/* コンテンツ1（ヘッダー下） */
div#content1{
width: 833px;
background-color:#FF6699;
padding:0px 3px 3px 15px;
margin-bottom:20px;
}

/* コンテンツ1（ヘッダー下）の文字 */
div#content1_font{
font-size: 14px;
color: #ffffff;
height:15px;
margin:3px 3px 3px 15px;
}

/* パンくずリスト */
p#bread	{
margin-top: 10px;
margin-bottom: 10px
}

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

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

/* サブメニュー（1段用） */
div#sub_menu{
border:solid 2px;
border-color:#FF9999;
padding-top:7px;
padding-bottom:7px;
padding-left:10px;
margin-top:20px;
margin-bottom:20px;
font-size:14px;
}

/* サブメニュー2（2段用） */
div#sub_menu2{
border:solid 2px;
border-color:#FF9999;
padding-left:10px;
margin-top:20px;
margin-bottom:20px;
font-size:14px;
}

/* コンテンツ3（左上・アドセンス用） */
div#content3{
width: 680px;
margin-bottom:30px;
float: left
}

/* コンテンツ4（右上・写真用）未使用*/
div#content4{
width: 320px;
float: right;
margin-bottom:30px;
text-align:center
}

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

/* 写真 */
div#pic{
float:left;
}

/* 写真のコメント（写真大） */
div#pic_comment1{
float:left;
padding-top:70px;
padding-left:50px;
}

/* 写真のコメント（写真小） */
div#pic_comment2{
float:left;
padding-top:35px;
padding-left:50px;
}

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


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

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

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



/* --- ★★新サイドバー★★ --- */

/* サイドバーの項目 */
div#sidebar_head{
margin-top:0px;
line-height: 30px;
background-color:#FFCCCC;
text-align:center;
font-weight:bold;
font-size:14px;
}

/* サイドバー1 */
div#sidebar1 {
width: 150px;
float: left;
background-color:#FFFFFF;
}

/* サイドバー（スポンサー） */
div#sidebar_sponsor {
width: 150px;
float: left;
}

/* サイドバーのメニュー */
ul.sidemenu{
margin-top: 0;
margin-left: 0;
padding-left: 0;
line-height: 0;
font-size:13px
}

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

/* サイドバー全体のボタン */
ul.sidemenu li a{
display: block;
line-height: 30px;
text-decoration: none;
color: #000000;
border-left: solid 2px #FFCCCC;
border-right: solid 2px #FFCCCC;
border-bottom: solid 2px #FFCCCC;
padding-left: 15px;
}

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

