@charset "Shift_JIS";
/*共通　全体
-------------------------------------*/
body {
	font-size: 10px;
	margin: 0;
	padding: 0;
	line-height: 1.4em;
	background-image:url(img/img_back.jpg);
}
strong {
	font-weight:normal;
	}

.style1 {font-size: 10px}
.style2 {color: #339900}

/*共通　リンク
-------------------------------------*/
a:link {
	color:#990000;
	text-decoration: underline;
}
a:active {
	color: #990000;
	text-decoration: underline;
}
a:visited {
	color: #990000;
	text-decoration: underline;
}
a:hover {
	color: #6600CC;
	text-decoration: underline;
}
/*共通　全体画像
-------------------------------------*/
img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
a img {
	border: none;
}
/*共通　リスト
-------------------------------------*/
ul,li,ol{
	margin: 0;
	padding: 0;
}
/*ブロック分け。
-------------------------------------*/
#wrap{
	width: 800px;
	
	text-align: left;
	background-color:#FFFDC2;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #663366;
	border-right-color: #999999;
	border-bottom-color: #663366;
	border-left-color: #999999;
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#footer{
	width: 100%;
	height: 60px;
	clear: both;
	font-size:16px;
	background-color: #DFDFDF;
	text-align: center;
	margin:0;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #7C5943;
}

#footer a{
color:#000;
text-decoration:none;
font-weight:bold;
}

/*上部タイトル部分　カンバン
-------------------------------------*/
.img_top{
	width:800px;
	height:223px;
	background-color: #DDDDDD;
	background-image:url(img/img_top.jpg);
}

h1{
	font-size: 12px;
	color:#fff;
	margin: 0px;
	padding: 0.5em 1em;
	background-color: #8C977D;
}
h1 a:link{
	color:#fff;
	text-decoration: none;
}

h1 a:visited {
	color: #fff;
	text-decoration: underline;
}


h1 a:hover {
	color: #ff0000;
	text-decoration: underline;
}
/*イントロ
-------------------------------------*/
#intro{
	font-size: 10px;
	font-weight: normal;
	margin: 0px;
	padding: 10px 2em;
	color: #666666;
	background-color: #FFFFFF;
}

/*メインコンテンツ部分　ブロック
-------------------------------------*/
#main{
	width: 580px;
	float: right;
	border-left:1px solid #FFF;
	border-right:1px solid #FFF;
	background-color:#F0F0F0;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;

}


/*メインコンテンツ部分　共通
-------------------------------------*/
#main .body{
	margin: 12px;
	border-bottom: 1px dotted #999999;
	padding-bottom: 10px;
	color:#999999;
}
/*メインコンテンツ部分　タイトルとコメント
-------------------------------------*/
#main h2{
	background-color: #DDDDDD;
	background-image:url(img/img_title.jpg);
	height:25px;
	color:#000000;
	border-bottom: 0px solid #FFF;
	font-size: 16px;
	margin:0;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 25px;
}
#main h2 a{
	color: #fff;
	text-decoration: none;
}
#main h2 a:hover{
	color: #FF99CC;
	text-decoration: underline;
}
.comment{
	font-size:14px;
	color:#666666;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 30px;
	margin-left: 30px;
	line-height:1.5em;
}

/*メニュー部分
-------------------------------------*/
#menu{
	width: 195px;
	float: left;
	margin: 0;
	font-size: 12px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 10px;
	background-color: #ffffff;
}
#menu h3{
	width:160px;
	height:32px;
	padding:5px 0 0 40px;
	margin:15px 0 5px 0;
	background-image:url(img/img_menu.jpg);
	background-repeat:no-repeat;
	color: #FFFFFF;
	font-size: 12px;
}
#menu div.contets{
	margin: 5px;
}

#menu a:link {
	color:#000000;
	text-decoration: none;
}
#menu a:active {
	color: #FFFFFF;
	text-decoration: none
}
#menu a:visited {
	color: #000000;
	text-decoration: none
}
#menu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


/*メニュー部分　カテゴリー
-------------------------------------*/
.category ul { 
	margin: 0;
	padding: 0px; 
}
.category li{
	margin: 0 0 0 5px;
	padding: 0;
	list-style: none;
	font-size: 12px;
}
.category li a {
	display: block;
	text-decoration: none;
	color: #FFF;
	width: 150px;
	padding:3px 4px;
	margin: 0;
	border-bottom: 1px solid #8C977D;
	background-color: #FFFFFF;
	border-left: 4px solid #8C977D;
}
.category li a:hover {
	color: #fff;
	text-decoration:none;
	background-color: #8C977D;
	border-left: 4px solid #009900;
}

/*メニュー部分　カテゴリー２
-------------------------------------*/
.category2 ul { 
	margin: 0;
	padding: 0px; 
}
.category2 li{
	margin: 0 0 0 5px;
	padding: 0;
	list-style: none;
	font-size: 12px;
}
.category2 li a {
	display: block;
	text-decoration: none;
	color: #000;
	width: 150px;
	padding:3px 4px;
	margin: 0;
	border-bottom: 1px solid #8C977D;
	border-left: 4px solid #8C977D;
	background-color: #FFFFFF;
} 
.category2 li a:hover {
	color: #FFF;
	text-decoration:none;
	background-color: #8C977D;
	border-left: 4px solid #009900;
}


/*上下メニュー抜粋リンク　ブロック
-------------------------------------*/
.prevpage{
	text-align: right;
	color: #663366;
	background-color: #FFFFFF;
	border-top: 1px solid #F0F0F0;
	border-bottom: 1px solid #F0F0F0;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

/*テーブル関係
-------------------------------------*/
table,tr,th,td{
	font-size: 14px;
}

/*予備枠
-------------------------------------*/
.ad{
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.ad2{
	clear: both;
	text-align:right;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}

/*yomiサーチリンク集
-------------------------------------*/
.link{
	color:#333333;
}

#log{
	color:#333333;
	font-size:14px;
	background-color:#FFFFFF;
	width:100%;
	border:#336600;
}
#log-1{
	background-color:#D2BBAC;
}
#log-3{
	background-color:#BFC6B7;
}
.ad3{
	line-height:150%;
}
.ad4{
	line-height:160%;
	font-size:10px;
}

