/* CSS Document */

* {
	color:#000000;
	padding:0;
	font-size: 14px;
	line-height: 140%;
	margin: 0;
	font-family: Verdana, Arial, sans-serif;
}

body {
	background-repeat: repeat-x;
}

h2 {
	font-size: 16px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-left-width: 8px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #993333;
	border-left-color: #993300;
	color: #000033;
	line-height: 25px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-right: 3px;
	margin-left: 3px;
}



h4 {
	padding-left: 3px;
	margin: 5px;
}

h4,h4 a {
	color: #515151;
	line-height: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E7E7E7;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #DCDAD6;
}

a {
	color:#0000FF;
}

a:hover {
	text-decoration: none;
}

hr {
	clear: both;
	height: 1px;
	color: #CCCCCC;
	background-color: #CCCCCC;
}


/*
ベース
-------------------------------------------------------------------*/
#base {
	width:800px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-y;
	border-top-width: 5px;
	border-right-width: 1px;
	border-bottom-width: 5px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF9900;
	border-right-color: #CCCCCC;
	border-bottom-color: #FF9900;
	border-left-color: #CCCCCC;
}

#wrap {
	width: 790px;
	float: left;
	padding: 5px;
}


/*
ヘッダー
-------------------------------------------------------------------*/

#header {
	width:800px;
	height:120px;
	background-repeat: repeat-x;
	background-image: url(img/top6.jpg);
}

#header .logo_h {
	font-size: 26px;
	font-weight: bold;
	color: #FF8C3F;
}


h1 a {
	font-size: 20px;
	color: #330000;
	display: block;
	width: 760px;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 30px;
	text-align: right;
}


p#desc {
	margin-left: 30px;
	color: #663300;
	text-indent: 30px;
	text-align: right;
	margin-right: 20px;
}


/*ナビゲーション
----------------------------------------------- */
#nav {
	width:785px;
	height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
	padding-left: 15px;
	background-color: #FF6600;
}

#nav ul {
	list-style-type:none;
	padding-right: 5px;
	padding-left: 30px;
	padding-top: 3px;
  }
  
#nav table {
	float: right;
	margin-right: 10px;
}


#nav label {
	font-size: 10px;
	color: #FFFFFF;
}

#nav td {
	padding-left: 1px;
}

#nav li {
	float:left;
	line-height:normal;
	text-indent:0;
  }

#nav p {
	color: #FFFFFF;
	padding-top: 3px;
                font-size: 10px;
}
  
#nav a {
	color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 10px;
}

#nav a:hover {
	color: #333333;
	background-color: #DDDDDD;
	border-bottom-style: none;
}


/*
コンテンツ
-------------------------------------------------------------------*/

#contents {
	width:570px;
	float: right;
	padding: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}

#contents img {
	margin: 10px;
}

#contents p{
	padding-bottom: 10px;
	padding-left: 15px;
	color: #000000;
}


#contents h3 {
	font-size: 14px;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #FF6600;
	padding-left: 5px;
	background-image: url(img/dot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	color: #000000;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

/*
解説項目用
-------------------------------------------------------------------*/
.description{
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 10px;
}

.description p{
	padding:10px;
	margin:0;
	color: #000000;
}

/*
サイド・メニュー
-------------------------------------------------------------------*/
#side {
	float: right;
	width: 194px;
	padding: 5px;
}

#side_d {
	background-color: #CCCCCC;
	padding-top: 2px;
	border: 1px solid #C6C0B9;
}

#side_d h3 {
	display: block;
	width: 175px;
	line-height: 20px;
	text-align: center;
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 3px;
	background-color: #FF6600;
	font-size: 10px;
	letter-spacing: 0.1em;
	padding-top: 3px;
	padding-bottom: 5px;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #FFCC00;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FFCC00;
}

#side_d li {
	list-style-type: none;
}

#side_d li a {
	display: block;
	width:140px;
	font-size: 10px;
	text-decoration:none;
	color:#4B70CD;
	line-height: 15px;
	margin-top: 1px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 22px;
	padding-bottom: 5px;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	padding-top: 3px;
	border: 1px solid #CCCCCC;
}


#side_d li a:hover {
	background-color: #FFFFCC;
	color: #000099;
	background-image:url(img/.jpg);
	background-repeat: repeat-x;
}


#side img {
	border:none;
}

#side p {
	padding: 10px;
}

#side p a {
	font-size:10px;
	background-color: #FFFFFF;
	display: block;
	padding: 10px;
	line-height: 15px;
	border: 2px solid #C6BCB0;
}

/*
アドセンス
-------------------------------------------------------------------*/

.ads {
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
}

/*
フッタメニュー
-------------------------------------------------------------------*/

#f_menu {
	clear: both;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	text-align: center;
	background-color: #F0EFEE;
	background-image: url(img/dot.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#f_menu li {
	list-style-type: none;
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 10px;
}
#f_menu ul {
	margin-top: 5px;
	margin-bottom: 5px;
}
#f_menu li a {
	font-size: 10px;
}

/*
コピーライト
-------------------------------------------------------------------*/

address {
	font-style: normal;
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	background-color: #FF6600;
	background-image: url(img/dot.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-size: 10px;
	clear: both;
}

/*
TOPページ
-------------------------------------------------------------------*/

#contents .top_cat {
	background-image: url(img/dot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 5px;
	padding-right: 15px;
	padding-top: 5px;
	padding-left: 10px;
}


#contents .top_cat p a{
	font-size: 10px;
	padding-left: 5px;
}

#top_img {
	width:100%;
	text-align: center;
	background-color: #CCCCCC;
	border: 1px solid #C6CFD0;
	
}

.ctgy dt{
	margin-bottom:0;
	font-weight: bold;
	background-image: url(img/dt4.jpg);
	background-position: left;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
	}
.ctgy dt a {
	color: #555555;
	line-height: 16px;
}
.ctgy dt a:hover{ color:#FF3333; }

.ctgy dd{
	font-size:12px;
	margin-bottom: 10px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #AAAAAA;
	padding-bottom: 10px;
	margin-top: 5px;
}

.ctgy dd a {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #fff;
	padding-left: 5px;
	margin-left: 5px;
}


/*
カテゴリーページ用
-------------------------------------------------------------------*/
.cat_list dt{
	background-image: url(img/sankaku.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left:15px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.cat_list dd{
	margin-bottom:10px;
	font-size:12px;
	margin-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 5px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #E1E1E1;
	padding-left: 10px;
}

/*
エントリページ用
-------------------------------------------------------------------*/
.entry-body{
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#contents p{
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(img/note_line.gif);
	margin-right: 30px;
	margin-left: 10px;
	line-height: 20px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.sp {
	font-weight: bold;
	color: #CC3300;
}

.sb {
	font-weight: bold;
	color: #ff0000;
                font-size: small;
}

.wan{
        font-size:13px;
        color: #660000;
        background: #fff;
        padding:0px 15px 0px 15px;
        margin:0px 30px 0px 15px;
        border: 3px solid #fff;
        text-align: left;
        text-decoration: underline;
	}

.wan2{
        font-size:14px;
        color: #660000;
        background: #fff;
        padding:0px 15px 0px 5px;
        margin:0px 30px 0px 5px;
        text-align: left;
        	}

.wan2 a {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #AAAAAA;
	padding-left: 5px;
	margin-left: 5px;
}


h3.ke {
      font-size: 14px;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #FF6600;
	padding-left: 5px;
	background-image: url(img/dot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	color: #000000;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	}

.ctgy2 dt{
                margin-top: 20px;
	margin-bottom: 0px;
	font-weight: bold;
	background-image: url(img/dt3_bl.jpg);
	background-position: left;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
	}
.ctgy2 dt a {
	color: #0000ff;
                line-height: 16px;
                
}
.ctgy2 dt a:hover{ color:#0000ff; }

.ctgy2 dd{
	font-size:14px;
               	margin-bottom:10px;
	margin-top:0px;
                margin-left:0px;
                border: 1px solid #fff;
                padding:0px 10px 10px 10px;
	background-color: #fff;
                height: 110px;
                border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
         }


.ctgy2 dd img {
        float:left;
        margin-right: 7px;
        margin-top: 5px;
        margin-bottom: 5px;
        margin-left: 0px;
        border: 1px solid #000000;
}


.h3.ke {
	font-size: 16px;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #FF6600;
	padding-left: 5px;
                padding-top: 3px;
                padding-bottom: 3px;
	background-image: url(img/dot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	color: #515151;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

.wan2{
        font-size:14px;
        color: #660000;
        background-color: #fff;
        padding:0px 15px 0px 5px;
        margin:0px 30px 0px 5px;
        text-align: left;
        	}

.wan2 a {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #AAAAAA;
	padding-left: 5px;
	margin-left: 5px;
}

.aka {
        color: #ff0000;
        font-weight: bold;
}

.ki {
        background: #ffff00;
        font-weight: bold;
}

.ao {
        color: #000099;
        font-weight: bold;
}

.sp {
	font-weight: bold;
	color: #CC3300;
        font-size:16px;
}

.sb {
	font-weight: bold;
	color: #ff0000;
                font-size: small;
                text-decoration: underline;
}

.nakao h3 {
        border-left:7px solid #ff6600;
        border-bottom:1px solid #000000;
        background-color: #f8f8f8;
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	text-align: left;
	font-weight: bold; 
	margin: 0px 0px 20px 0px;
	padding:1px 0 1px 10px;
	}

.nakao dl{
text-align: left;
}

.nakao dt{
	margin-bottom:0;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
        border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #AAAAAA;
	}
.nakao dt a {
	color: #555555;
	line-height: 16px;
}
.nakao dt a:hover{ color:#FF3333; }

.nakao dd{
	font-size:12px;
	margin-bottom: 10px;
	padding-left: 15px;
	padding-bottom: 10px;
	margin-top: 5px;
}

.nakao dd a {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #AAAAAA;
	padding-left: 5px;
	margin-left: 5px;
}

.rank {
	font-weight: bold;
	color: #000000;
        background-image: url(img/tama_04b.gif);
        background-position: left;
        background-repeat: no-repeat;
        padding: 0px 0px 0px 25px;
        font-size:14px;
}

.rank1 {
	font-weight: bold;
	color: #ff0000;
}

.rank2 {
	font-weight: bold;
	color: #ff6600;
}

.rank3 {
	font-weight: bold;
	color: #008700;
}

.wan7 {
        font-size:14px;
        color: #000000;
        background: #ffffcc;
        padding:20px 15px 20px 15px;
        margin:20px 15px 20px 15px;
        border: 1px solid #ff6600;
        font-weight: bold;
	}
