@import "advanced.css";

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

body {
	background-color: #C1BEAB;
	background: url(img/bg4.jpg) repeat-x top fixed;
}

h2 {
	font-size: 16px;
	background-color: #E9E7E0;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-left-width: 8px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #D9D6CA;
	border-left-color: #444444;
	color: #333333;
	line-height: 25px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-right: 3px;
	margin-left: 3px;
}



h4 {
	clear: both;
}

a { color:#1d3994; }
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-image: url(img/base_bg.gif);
	background-repeat: repeat-y;
	border: 3px solid #444444;
}

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


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

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

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


h1 a {
	font-size: 20px;
	color: #666666;
	display: block;
	width: 400px;
	text-decoration: none;
	padding-top: 20px;
	padding-bottom: 5px;
	padding-left: 30px;
}


p#desc {
	margin-left: 30px;
	color: #999999;
}


/*ナビゲーション
----------------------------------------------- */
#nav {
	width:785px;
	height: 25px;
	background-image: url(img/nav2.jpg);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
	padding-left: 15px;
}

#nav p {
	color: #EEEEEE;
	padding-top: 3px;
}

#nav table {
	float: right;
	margin-right: 10px;
}


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

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

#nav a {
	color: #EEEEEE;
	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: left;
	padding: 5px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
}

#contents img {
	margin: 10px;
}

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

#contents h3 {
	font-size: 14px;
	border-left: 7px solid #D3A863;
	margin: 0 0 10px 5px;
	padding: 5px 0 0 5px;
	background: url(img/dot.gif) repeat-x bottom;
	color: #515151;
}

/*
解説項目用
-------------------------------------------------------------------*/
.description{
	margin: 0 15px 10px 15px;
	padding: 5px 10px;
	background-color: #F5F4F1;
	border-right: 1px dotted #999;;
	border-bottom: 1px dotted #999;
	border-left: 1px dotted #999;
}

.description p{
	background-image: url(img/note_line.gif);
	line-height: 25px;
	color: #333;
	padding: 5px 0 0 0;
}

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

#side h3 {
	background: url(img/15.gif) no-repeat;
	line-height: 25px;
	text-align: center;
	font-size: 10pt;
	font-weight: normal;
	color: #fff;
}

.side_d{
	width: 194px;
	_width: 196px;
	border-style: solid solid none solid;
	border-color: #94AA74;
	border-size: 1px;
	border-width: 1px;
	margin-bottom: 20px;
}

.side_d ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

.side_d li {
	line-height: 32px;
	text-decoration: none;
}

.side_d li a, #side_d li a:visited {
	color: #5E7830;
	display: block;
	background: url(img/menu1.gif);
	background-repeat:no-repeat;
	padding-left: 10px;
	line-height: 32px;
}


.side_d li a:hover {
	color: #26370A;
	background: url(img/menu1.gif) 0 -32px;
	background-repeat:no-repeat;
	padding-left: 10px;
	line-height: 32px;
}

.side_d li a:active {
	color: #26370A;
	background: url(img/menu1.gif) 0 -64px;
	background-repeat:no-repeat;
	padding-left: 10px;
	line-height: 32px;
}


#side img {
	border:none;
}

#side p {
	padding: 5px;
	font-size: 10pt;
	line-height: 150%;
}

#side p a {
}

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

.ads {
	margin-top: -10px;
	margin-bottom: 10px;
	border-left: dotted 1px #cccccc;
	padding-left: 25px;
}

.ads p{
	margin-bottom: 0px!important;
	margin-left: -10px;
	font-size: 8.5pt!important;
}

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

#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: #DDDDDD;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	background-color: #505F40;
	background-image: url(img/dot.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-size: 10px;
	clear: both;
}

address a{ color: #DDDDDD; text-decoration: none; }
address a:hover{ text-decoration: underline; }
	
/*
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;
}



#contents .top_cat h4{
	margin-bottom: 10px;
	font-weight: bold;
	background: url(img/dt4.jpg) no-repeat left;
	padding: 0 0 0 18px;
	border: none;
}

#contents .top_cat h4 a{
	color: #555555;
	line-height: 16px;
}

#contents .top_cat h4 a:hover{ color:#FF3333; }

#contents .top_cat ul{
	margin: 0 0 0 30px;
	padding: 0;
	list-style-type: none;
}

#contents .top_cat li{
	float: left;
	background: url(img/list.gif) no-repeat left;
	font-size:12px;
	padding: 0 0 0 15px;
}

#contents .top_cat li a{
	display: block;
	width: 220px;
	line-height: 180%;
}

#contents .top_cat hr{
	clear: both;
	margin: 0 0 20px 0;
	padding-top: 20px;
	background: url(img/dot.gif) repeat-x bottom;
	border: none;
}

#top_img {
	width:100%;
	text-align: center;
	background-color: #666666;
	border: 1px solid #C6CFD0;
	background-image: url(img/linebg3.jpg);
	
}

.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: 10px;
	line-height: 2.0em;
}

/*
カテゴリーページ用
-------------------------------------------------------------------*/
dl.cat_list{
       margin: 10px 15px;
}

.cat_list dt{
        background: url(img/sankaku.gif) no-repeat 0 5px;
        padding-left: 15px;
}

.cat_list dd{
	margin: 5px 15px 20px 15px;
        font-size:12px;
}


/*
エントリページ用
-------------------------------------------------------------------*/
.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;
}

.entry-body p{
	background-image: url(img/note_line.gif);
	line-height: 25px;
	margin-bottom: 10px;
	padding: 5px 0 0 0;
}

.entry-body p a{
	line-height: 25px;
}

.link{ text-align: right; }


/*
更新情報
-------------------------------------------------------------------*/

#contents h4{
	border: none;
	background: url(img/pick.gif) no-repeat 0 5px;
	backdround-color: #fff;
	margin-top: 10px;
	padding-left: 40px;
}

#contents .news dt{
	background: url(img/li.gif) no-repeat left;
	padding-left: 20px;
	line-height: 20px;
}

#contents .news dd{
	margin-left: 20px;
	margin-bottom: 5px;
}

/*
サイトマップ
-------------------------------------------------------------------*/

.sitemap{
	margin: 20px 30px;
}

#contents .sitemap li{
	line-height: 200%;
}

ul.non li{
	list-style-type: ciecle;
	list-style-position: outside;
	margin-left: 15px;
}

.blue{ line-height: 25px; }
.red{ line-height: 25px; }
.impact{ line-height: 25px; color: #000; }

