/* CSS Document */

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

body {
	background-image: url(img/back.jpg);
}

h2 {
	font-size: 14px;
	color: #000000;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #C5C2D9;
	border-left-color: #554eaa;
	background-color: #e1deff;
	line-height: 25px;
	margin-top: 5px;
	margin-bottom: 15px;
	margin-right: 5px;
	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:#0033ff;
}

a:hover {
	text-decoration: none;
	color:#ff7722;
}

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


/*
ベース
-------------------------------------------------------------------*/
#base {
	width:800px;
	margin-right: auto;
	margin-left: auto;
	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: #6a6ab2;
	border-right-color: #aaaacc;
	border-bottom-color: #cacaff;
	border-left-color: #aaaacc;
	background-color: #FFFFFF;
}

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


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

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

h1 {
	padding-top: 72px;
	padding-left: 65px;
	color: #999999;
}

#logo {
	position: absolute;
	left: 50px;
	top: 30px;
	width: 350px;
	line-height: 40px;
	height: 40px;
}

#logo img {
	display: inline;
}

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


/*ナビゲーション
----------------------------------------------- */
#nav {
	width:785px;
	height: 23px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e5e2f9;
	padding-left: 15px;
	background-color: #eeeeee;
	margin-bottom: 5px;
}

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

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


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

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

#nav a {
	color: #3333ee;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 10px;
}

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


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

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

#contents p{
	padding-bottom: 15px;
	padding-left: 15px;
	color: #000000;
	font-size: 14px;
	letter-spacing: 1pt;
}

#contents h3 {
	font-size: 14px;
	color: #333333;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #776eaa;
	padding-left:10px;
	padding-bottom:2px;
	background-image: url(img/dot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	line-height: 23px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
#contents table{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 25px;
	margin-right: 10px;
}

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

.description p{
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin:0;
	color: #000033;
	font-size: 14px;
	letter-spacing: 1pt;
}

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

#side_d {
	margin-top: 5px;
	margin-bottom: 30px;
	padding-top: 2px;
	background-color: #f5f5ff;
	border: 1px solid #B5B2C1;

}

#side_d h3 {
	display: block;
	width: 165px;
	line-height: 23px;
	color: #FFFFFF;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	background-color: #9993dd;
	font-size: 10px;
	letter-spacing: 0.1em;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #5553aa;
	padding-left: 10px;
}
#side_d ul {
	margin-bottom: 7px;
}

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

#side_d li a {
	display: block;
	width:160px;
	font-size: 12px;
	text-decoration:none;
	color:#000000;
	line-height: 20px;
	margin-top: 1px;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
	padding-right: 5px;
	padding-left: 5px;
	background-repeat: repeat-x;
	background-color: #f1efff;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CFC2C2;
	border-right-color: #CFC2C2;
	border-bottom-color: #CFC2C2;
	border-left-color: #CFC2C2;
}

#side_d li a:hover {
	background-color: #FFFFFF;
	color: #FF7722;
	background-image: none;
}


#side img {
	border:none;
}

#side p {
	padding: 10px;
}

#side p a {
	font-size:10px;
	background-color: #EFEFE9;
	display: block;
	padding: 10px;
	line-height: 15px;
	border: 1px solid #BEBBA0;
}

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

.ads {
	margin-top: 30px;
	margin-bottom: 50px;
	margin-left: 30px;
}


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

#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: #bbbbbb;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	background-color: #eeeeff;
	background-image: url(img/dot.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-size: 10px;
	clear: both;
}
address a {
	text-decoration: none;
	color:#bbbbbb;
	font-size: 10px;
}
address a:hover {
	text-decoration: none;
	color:#bbbbbb;
	font-size: 10px;
}


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

#top_img {
	width:100%;
	text-align: center;
	background-color: #eeeef1;
	border: 1px solid #C5C2D9;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 20px;
}

#contents .top_cat {
	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-left:10px;
	margin-bottom:0;
	font-weight: bold;
	background-image: url(img/dt.jpg);
	background-position: left;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 25px;
	}
.ctgy dt a {
	color: #555555;
	line-height: 16px;
}
.ctgy dt a:hover{ color:#3333FF; }

.ctgy dd{
	font-size:12px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
	padding-bottom: 10px;
	margin-top: 1px;
	margin-bottom: 10px;
	line-height: 20px;
}
.ctgy dd a {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #AAAAAA;
	padding-left: 10px;
	margin-left: 3px;
}
.pr{
	padding:10px 20px 0px 10px;
	margin-bottom: -5px;
	text-align: right;
	color: #aaaaaa;
	text-decoration:none;
	font-size: 10px;
	}
.pr a:link ,.pr a:visited ,.pr a:hover ,.pr a:active {
	text-decoration: none;
	font-style:normal;
	font-size:10px;
	color: #aaaaaa;
	}

/*
カテゴリーページ用
-------------------------------------------------------------------*/
.cat_list {
	margin-bottom: 50px;
}
.cat_list dt{
	background-image: url(img/sankaku.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left:17px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	margin-left: 15px;
}
.cat_list dt a {
	font-size: 14px;
	color: #0000bb;
	font-weight:700;
	letter-spacing: 0.25em;
}
.cat_list dt a:hover {
	text-decoration: none;
	color:#ff7722;
}
.cat_list dd{
	margin:0px 25px 10px 50px;
	font-size:12px;
	line-height:1.4em;
	letter-spacing: 0.2em;
	color: #777777;
}

/*
エントリページ用
-------------------------------------------------------------------*/
.entry-body{
	padding-right: 20px;
	padding-left: 13px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	margin-bottom: 50px;
}
.entry-body p a {
	font-size: 14px;
}
.entry-body table td a {
	font-size:12px;
	color:#0033ff;
	font-weight:900;
}
/*
リンク集用
-------------------------------------------------------------------*/
.link-body{
	padding-right: 20px;
	padding-left: 13px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.link-body p {
	font-size: 14px;
}
.link-body p a {
	font-size: 14px;
}


