/* CSS Document */

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

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

a {
	color:#223A5C;
}

a:hover {
	text-decoration: none;
}

a img {
	border:none;
}

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

strong {
	color: #CC3300;
}


.chui {
	font-size: 10px;
	color: #FF0000;
}


/*
ベース
-------------------------------------------------------------------*/
#base {
	width:750px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/base_bg.jpg);
	background-color: #FFFFFF;
	margin-top: 1px;
}

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


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

#header {
	width:750px;
	height:85px;
	background-image: url(img/header.png);
}



h1  {
	text-decoration: none;
	font-weight: normal;
	margin-left: 285px;
	padding-top: 5px;
	font-size: 10px;
	color: #777777;
}


#header #sub {
	font-size: 12px;
	font-weight: normal;
	color: #ffffff; 
	margin-top: 32px;
	margin-left: 187px;
}


/*ナビゲーション
----------------------------------------------- */
#navi{
        margin:0px 0px 0px 10px;
        text-align: left;
}
#navi a{
        color: #0000FF;
        font-size: small;
}
#navi a:visited {
        color: #0000FF;
        font-size: small;
}

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

#contents {
	width:560px;
	float: right;
}

#contents p{

	background-image: url(img/note_line.gif);
	margin-right: 15px;
	margin-left: 10px;
	line-height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 10px;
}

#contents h2 {
	background-color: #EEEEFF;
	font-size: 14px;
	padding-left: 10px;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 15px;
	margin-right: 7px;
	margin-left: 5px;
	font-weight: bold;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #223A5C;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #bbbbbb;
	padding-top: 2px;
	padding-bottom: 2px;
}


#contents h3 {
	font-size: 14px;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #223A5C;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #777777;
	padding-left: 10px;
	color: #333333;
	line-height: 20px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#contents h4 {
	font-size: 12px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #2D5991;
	padding-left: 10px;
	color: #2D5991;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
}

#contents #c_pad {
	padding: 10px;
}

#contents #c_pad p a {
	line-height: 20px;
}

#contents #c_pad p strong {
	line-height: 20px;
}

#contents #top_img {
	text-align: center;
	padding: 2px 2px 2px 2px;
	background-color: #E8E6D0;
	border: 1px solid #C2BE83;
}

/*
カテゴリーページ用
-------------------------------------------------------------------*/
.cat_list dt{
	background-image: url(img/sankaku.gif);
	background-position: left;
	background-repeat: no-repeat;
	margin-left: 5px;
	padding-left:15px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.cat_list dd{

	background-image: url(img/note_line.gif);
	margin-bottom:10px;
	margin-left: 20px;
	font-size:12px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	line-height: 20px;
}

/*
エントリページ用
-------------------------------------------------------------------*/
.entry-body{
	padding-right: 5px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}


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

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

#side_d {
	padding-top: 2px;
	width: 175px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}

#side_d h3 {
	width: 175px;
	line-height: 24px;
	color: #FFFF99;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 3px;
	background-color: #777777;
	font-size: 14px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #223A5C;
}
#side_d h4 {
	width: 175px;
	line-height: 18px;
	color: #ffffff;
	margin-right: auto;
	margin-left: auto;
	background-color: #999999;
	font-size: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #223A5C;
}


#side_d ul {
	margin-bottom: 5px;
	margin-right: 5px;
	margin-left: 5px;
}
#side_d li  {
	display: block;
	font-size: 10px;
	background-image:url(img/li.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	color:#223A5C;
	line-height: 15px;
	margin-top: 1px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 3px;
	padding-left: 10px;
	padding-bottom: 2px;
	padding-top: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D5D1AA;
}

#side_d li a {
	font-size:10px;
	text-decoration:none;
	color:#223A5C;

}

#side_d li a:hover {
	font-size:10px;
	text-decoration:none;
	color:#223A5C;

}


#side img {
	border:none;
}

#side_s {
	width: 175px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 10px 0px 0px 10px;
	line-height: 13px;
	font-size: 12px;
	color:#aa2222;
}

#side p {
	padding: 10px;
}

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


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

#f_menu {
	clear: both;
	padding-top: 2px;
	padding-bottom: 0px;
	text-align: center;
	background-color: #EEEEEE;
	background-repeat: repeat-x;
	border-top: 1px solid #E2E2DE;
	border-left: 1px solid #E2E2DE;
	border-right: 1px solid #E2E2DE;
}
#f_menu li {
	list-style-type: none;
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #aaaaaa;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 10px;
}
#f_menu ul {
	margin-top: 2px;
	margin-bottom: 0px;
}
#f_menu li a {
	font-size: 10px;
	text-decoration:none;
	color: #aaaaaa;

}

#f_menu p {
	font-size: 10px;
	color: #333333;
}


/*
コピーライト
-------------------------------------------------------------------*/
address {
	font-style: normal;
	color: #aaaaaa;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 5px;
	display: block;
	background-color: #EEEEEE;
	font-size: 10px;
	border-left: 1px solid #E2E2DE;
	border-right: 1px solid #E2E2DE;
}
address a {
	font-size: 10px;
	text-decoration:none;
	color: #aaaaaa;

}

