@import "advanced.css";

* {
	color:#333333;
	padding:0;
	font-size: 12px;
	line-height: 140%;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-image: none;
}

body {
	background-color: #e7e7e7;
	background-image: url(img/bg.gif);
	background-repeat: repeat-x;
}

a {
	color:#3478BC;
}

a:hover {
	text-decoration: none;
}

hr {
	clear: both;
	height: 1px;
}


/*
ベース
-------------------------------------------------------------------*/
#base {
	width:800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-top: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}

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


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

#header {
	width:800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/header.jpg);
	height: 120px;
}

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


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


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


/*ナビゲーション
----------------------------------------------- */
#nav {
	width: 802px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/nav.gif);
	height: 24px;
	padding-top: 6px;
}

#nav p{
	font-family: Verdana, Arial, sans-serif;
	margin: 0 0 0 20px;
}

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

#contents {
	width:570px;
	float: left;
}

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

#contents h2 {
	font-size: 16px;
	padding-left: 10px;
	color: #3F3F3F;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-left: 5px;
	font-weight: bold;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #AACE6F;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
	padding-top: 2px;
	padding-bottom: 2px;
}

#contents h3 {
	font-size: 14px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #A9B59B;
	padding-left: 7px;
	color: #555555;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 13px;
}

#contents h3 a {
	font-size: 14px;
}

/*
解説項目用
-------------------------------------------------------------------*/
.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: right;
	width: 195px;
	background-color: #EEEDE9;
	margin-right: 5px;
	padding-bottom: 10px;
}

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

#side_d {
	padding-top: 2px;
	margin-bottom: 5px;
	width: 180px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	border: 1px solid #fff;
	background-color: #b9b8ac;
}

#side_d h3 {
	display: block;
	width: 166px;
	line-height: 23px;
	color: #fff;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 3px;
	font-size: 10px;
	text-align: center;
	background-color: #666;
	background-image: url(img/side.gif);
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #969583;
	border-left-color: #969583;
	height: 23px;
}

#side_d ul {
	margin-bottom: 5px;
}

#side_d li a {
	display: block;
	width:140px;
	font-size: 10px;
	color:#666666;
	line-height: 15px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 3px;
	background-image:url(img/side_li.gif);
	background-repeat: no-repeat;
	background-color: #EEEEEE;
	padding-top: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #948C74;
	background-position: 7px center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CBC8BC;
	text-decoration: none;
}


#side_d li a:hover {
	background-color: #FCF9E4;
	color: #000000;
	text-decoration: none;
	background-position: 8px;
}


#side img {
	border:none;
}

#side p {
	padding: 10px;
}

#base #wrap #side #side_pr {
	margin: 8px;
	padding: 10px;
	border: 1px solid #DBD9D0;
	background-color: #F8F8F5;
}


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

.ads {
	margin: 0 0 10px 35px;
}


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

#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: #666;
	text-align: right;
	display: block;
	font-size: 10px;
	padding: 5px;
}

address a{ color: #666; text-decoration: none; }
address a:hover{ text-decoration: underline; }
	
/*
TOPページ
-------------------------------------------------------------------*/

#top_img {
	margin-bottom: 20px;
	padding: 5px 0;
	background-color: #EEEDE9;
	text-align: center;
}

#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;
}

.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;
}

/*
カテゴリーページ用
-------------------------------------------------------------------*/
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 p a{
	line-height: 20px;
}

.link{ text-align: right; }


#contents .entry-body2 h4{
	font-size: 14px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #A9B59B;
	padding-left: 7px;
	color: #555555;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 13px;
	background: none;
}

#contents .entry-body2 p{
	background: url(img/li.gif) no-repeat 0 3px;
	margin: 0 0 10px 20px;
	padding: 0 0 0 20px;
}

#contents .entry-body2 p a{
	line-height: 20px;
}

#contents .entry-body2 dl{
	margin: 0 0 0 20px;
}

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

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


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

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

#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 40px;
}

.sitemap li{
	line-height: 180%;
}

.sitemap ul.non{
	margin-left: 20px;
}