a	{
	color: #017acd;
}

/* コンテナ */
div#container	{
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0; 
	background-color: #f0f0f0;
}

/* キャッチコピー */
div#catchcopy p 	{
	margin: 0;
	font-family: serif;
	font-size: 200%;
	font-color:#000000;
}

/* ヘッダー */
div#header	{
	background-color: #017acd;
	background-image: url(http://kareigawa.jp/kareigawa/image/tree_001.jpg);
	margin-top: 0px;
	padding: 28px 20px 300px;
}

div#header h1	{
	margin: 0;
}

div#header p	{
	color: #ffffff;
	font-size: 0.75em;
	margin: 0;
}

/* パンくずリスト */
p#bread	{
	font-size: 0.75em;
	margin-top: 3px;
	margin-bottom: 30px;
}


/* コンテンツ */
div#content	{
	width: 564px;
	float: right;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
}

div#content h2	{
	background-color: #51a895;
	background-image: url(bar-blue.png);
	background-repeat: no-repeat;
	font-size: 0.875em;
	color: #ffffff;
	line-height: 28px;
	padding-left: 6px;
	margin-top: 0;
	margin-bottom: 0;
}

div#content h3	{
	background-color: #e0e0e0;
	background-image: url(bar-green.png);
	background-repeat: no-repeat;
	font-size: 0.875em;
	line-height: 23px;
	padding-left: 30px;
	margin-top: 30px;
	margin-bottom: 0;
}

div#content p	{
	font-size: 100%;
	line-height: 1.6;
	margin-top: 10px;
}


/* 左サイド　まとめ */
div #leftside	{
	float: left;
}

/* サイドバー */
div#sidebar	{
	width: 166px;
	margin-bottom: 0px;
}

ul.sidemenu	{
	font-size: 90%;
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
	line-height: 0;
}

ul.sidemenu li	{
	list-style-type: none;
}

ul.sidemenu li a	{
	display: block;
	line-height: 35px;
	text-decoration: none;
	color: #000066;
	background-color: #51a895;
	border-bottom: solid 1px #ffffff;
	padding-left: 10px;
}

ul.sidemenu li a:hover	{
	background-color: #8cc8bb;
}

ul.sidemenu li.current a {
	background-color: #8cc8bb;
}

/* サイドバー　サブ */
div#sidebar_sub	{
	width: 130px;
	margin-bottom: 0px;
}

ul.sidemenu_sub	{
	font-size: 90%;
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
	line-height: 0;
}

ul.sidemenu_sub li	{
	list-style-type: none;
}

ul.sidemenu_sub li a	{
	display: block;
	line-height: 30px;
	text-decoration: none;
	color: #000066;
	background-color: #51a895;
	border-bottom: solid 1px #ffffff;
	padding-left: 10px;
}

ul.sidemenu_sub li a:hover	{
	background-color: #8cc8bb;
}

ul.sidemenu_sub li.current a {
	background-color: #017acd;
}


p.feed	{
	margin-bottom: 10px;
}

p.feed a	{
	font-size: 0.75em; 
	color: #444444;
	text-decoration: none;
	line-height: 30px;
	border: solid 1px #888888;
	padding: 5px;
}

p.feed img	{
	border: none;
	vertical-align: middle;
}



/* ページ先頭へのリターン */
.top 		{
	clear: both;
	font-size: 80%;
}

/* メールアドレス */
div#contact	{
	clear:both;
}
	
/* フッター */
div#footer	{
	background-image: url(line-blue.png);
	background-repeat: repeat-x;
	width: 760px;
	margin-top: 0;
	padding-top: 8px;
	clear: both;
}

address	{
	font-size: 0.75em;
	font-style: normal;
	text-align: center;
}

/* ThickBox */
#photoList li {
        float: left;
        list-style: none;
        width: 160px;
        padding: 20px 10px 20px 10px;
}


