@charset "EUC-JP";

/* sb design template -Summer Breeze- Copyright 2005 Toshihiro Abe. All rights reserved. */
/* ++++ Contents Index ++++
	1. Reset
	2. Global Settings
	3. Layout
	4. Header
	5. Entry
	6. Comment
	7. Trackback
	8. Navigation
	9. Footer
	10. Typography
  ++++++++++++++++++++ */
/* [Reset] */
* {
	margin: 0;
	padding: 0;
}

/* [Global Settings] */
/*body {
		margin:0;
		padding:0;
		font-family:arial ,sanzs-serif;
		word-break:break-all;
		text-align:center;
		color:#666;
}
p {
	margin-bottom: 1em;
}
img {
	border: 0;
}
	a{color:#666;text-decoration:underline;}
	a:link{}
	a:visited{}
	a:active{}
	a:hover{color:#a6a6a6;text-decoration:none;}
div {
	text-align: left;
}
table {
	border: 0;
}
ul {
	list-style: none;
}
strong {
	color: #F90;
	font-weight: bold;
}

.hide {
	display: none;
}
.clear {
	font-size: 1px;
	line-height: 1px;
	clear: both;
}*/
/* [Layout] */
/*div#wrapper {
		width:760px;
		text-align:left;
		margin:0 auto;
		text-align:center;
		word-break:break-all;
		background:url(./img/wa_bg.gif) repeat-y 50% 0;
}
div#header {
	height:251px;
	width:760px;
	margin:0 auto;
	text-align:left;
	padding-left: 20px;
	background-attachment: scroll;
	background-image: url(./img/topimg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

	#header a{color:#7a9640;text-decoration:none;}
	#header a:link{text-decoration:none;}
	#header a:visited{text-decoration:none;}
	#header a:hover{color:#7a9640;text-decoration:underline;}

	.blogtitle{
	font-size:26px;
	font-weight:bold;
	padding:10px 0 0 0px;
	text-align:left;
	letter-spacing:2px;
	margin-bottom: 8px;
	}

	.description{
	color:#7A9640;
	font-size:13px;
	font-weight:bold;
	padding:0 0 0 0px;
	text-align:left;
	letter-spacing:2px;
	width: 290px;
	line-height: 140%;
	}
	
	#blogcontainer{
		width:720px;
		text-align:center;
		margin:0 auto;
		word-break:break-all;
		padding-top:20px;
	}


div#contents {
		float:right;
		width:500px;
		text-align:center;
		margin:0 auto;
}
*/
div#pagenavi {
	width: 500px;
	text-align: center;
	color: #CCC;
	font-size: 10px;
	padding-bottom: 15px;
}
/*
div#navigation {
	width:200px;
	float:left;
	background:#733f34;
	text-align:right;
	padding-bottom:30px;
	font-size: 80%;
}

div#footer {
	width: 690px;
	height: 20px;
	background: transparent url(http://unohama50.com/blog/template/sb_footer_bg.gif) no-repeat;
	margin: 30px 0;
}
*/
/* [Header] */
/*div#title {
	color:#80b22b;
	width: 448px;
	height: 170px;
	float: left;
	padding: 2px 0px 0px 0px;
}
div#title h1 {
	font-size: 26px;
	line-height: 1em;
	font-weight: bold;
	padding-bottom: 2px;
}
div#title h1 a,
div#title h1 a:active {
	color:#80b22b;
}
div#title h1 a:hover {
	color:#80b22b;
	text-decoration: underline;
}*/
dl#search {
	width: 200px;
}
dl#search dt {
	width: 180px;
	margin-bottom: 20px;
}
dl#search dd {
	text-align: center;
}

dl#search dd input.form {
	width: 130px !important;
	width: 132px;
	background-color: #EEE;
	border: 1px solid #CCC;
}
dl#search dd input.button {
	margin-top: 10px;
}
/* [Entry] */
div.entry {
	width: 500px;
	padding-bottom: 50px;
	font-size: 100%;
	line-height: 120%;
}
div.entry h2 {
		color:#fff;
		font-size:120%;
		font-weight:bold;
		padding:5px 10px 5px 10px;
}
div.entry h2 a:link,
div.entry h2 a:hover {
		color:#733f34;
	text-decoration: underline;
}
div.entry h2 a:active {
	color:#733f34;
}
div.entry_author {
	width: 500px;
	margin-top: 10px;
	margin-bottom: 20px;
	background:url(./img/wa_ic02.gif) no-repeat;
	padding-left: 20px;
	font-weight: bold;
	text-align: right;
}
/*div.entry_author a {
	color:#80b22b;
}*/
div.entry_body {
	margin-bottom: 18px;
	padding:5px 10px 5px 10px;
}
div.entry_more {
	margin-bottom: 18px;
}
div.entry_state {
	clear: both;
	width: 500px;
	color: #CCC;
	text-align: right;
}
div.entry img.pict {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 18px;
	text-align: center;
}
div.entry img.thumb {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
div.entry blockquote {
	padding: 15px 15px;
	margin-bottom: 30px;
	background-color: #EEE;
}
div.entry ul{
	list-style-type: disc;
	padding-left: 20px;
	margin-bottom: 30px;
}
div.entry ol{
	list-style-type: decimal;
	padding-left: 20px;
	margin-bottom: 30px;
}
div.entry em{
	font-weight: bold;
}
div.entry table {
	border-top: 1px solid #EEE;
	border-left: 1px solid #EEE;
	margin-bottom: 18px;
}
div.entry table th {
	padding: 5px;
	border-bottom: 1px solid #F90;
	border-right: 1px solid #DDD;
}
div.entry table td {
	padding: 5px;
	border-bottom: 1px solid #DDD;
	border-right: 1px solid #DDD;
	vertical-align: top;
}
div.entry dl {
	margin-bottom: 18px;
}
div.entry dl dt {
	color: #F90;
	font-weight: bold;
	padding-bottom: 10px;
}
div.entry dl dd {
	padding: 0 0 10px 20px;
}
/* [Comment] */
div#comments {
	width: 500px;
	padding-bottom: 50px;
}
div#comments h3 {
	width: 500px;
	font-size: 14px;
	font-weight: bold;
	color: #999;
	padding-bottom: 5px;
	margin-bottom: 15px;
	border-bottom: 1px solid #CCC;
}
div#comments dl.comment_body {
	width: 500px;
	padding-bottom: 30px;
}
div#comments dl.comment_body dt {
	width: 500px;
	color: #CCC;
	text-align: right;
	padding-bottom: 2px;
	margin-bottom: 5px;
	border-bottom: 1px solid #FFE6C0;
}
div#comments h4 {
	width: 408px !important;
	width: 500px;
	border: 1px solid #DDD;
	font-size: 12px;
	font-weight: bold;
	color: #CCC;
	padding: 5px 10px;
	background-color: #FFF;
}
dl#comment_form {
	width: 388px !important;
	width: 500px;
	border-bottom: 1px solid #DDD;
	border-right: 1px solid #DDD;
	border-left: 1px solid #DDD;
	background: #FFF;
	padding: 10px 20px;
}
dl#comment_form dt {
	padding-bottom: 5px;
}
dl#comment_form dd {
	padding-bottom: 15px;
}
dl#comment_form dd label {
	padding: 0 10px;
}
dl#comment_form dt label#labelsubmit {
	display: none;
}
dl#comment_form dd input.form {
	width: 200px !important;
	width: 202px;
	background-color: #EEE;
	border: 1px solid #CCC;
}
dl#comment_form dd textarea {
	width: 300px !important;
	width: 302px;
	background-color: #EEE;
	border: 1px solid #CCC;
}
dl#comment_form dd input.button {
	padding: 2px 5px;
	margin-right: 10px;
}
/* [Trackback] */
div#trackback {
	width: 500px;
	padding-bottom: 50px;
}
div#trackback h3 {
	width: 500px;
	font-size: 14px;
	font-weight: bold;
	color: #999;
	padding-bottom: 5px;
	margin-bottom: 15px;
	border-bottom: 1px solid #CCC;
}
p.tb_link {
	width: 418px !important;
	width: 530px;
	margin-bottom: 30px;
}
div#trackback dl.tb_body {
	width: 500px;
	padding-bottom: 30px;
}
div#trackback dl.tb_body dt {
	width: 500px;
	color: #CCC;
	padding-bottom: 2px;
	margin-bottom: 5px;
	border-bottom: 1px solid #FFE6C0;
}
/* [Profile] */
div#profile {
	width: 500px;
	padding-bottom: 50px;
}
div#profile h2 {
	width: 500px;
	margin-top: 10px;
	margin-bottom: 20px;
	background:url(./img/wa_ic02.gif) no-repeat;
	padding-left: 20px;
	font-weight: bold;
	font-size: 80%;
}
div.profile_body {
	margin-bottom: 18px;
	font-size: 80%;
}
/* [Navigation] */
/*div#navigation dl {
	margin-bottom: 30px;
}
div#navigation dt {
	width: 180px !important;
	width: 200px;
	padding: 0 0 2px 20px;
	margin-bottom: 4px;
	font-size:90%;
	background:url(./img/wa_ic02.gif) no-repeat;
	text-align: left;
	border-bottom: 1px solid #CCCCCC;
	font-weight: bold;
}
div#navigation ul {
}*/

/* for IE5Mac */
/*\*//*/
div#navigation ul {
	padding: 0 0 0px 17px;
}
/*
div#navigation ul li {
	padding-bottom: 0px;
}
div#navigation dd {
	padding-bottom: 0px;
	text-align: left;
	font-size: 80%;
}*/
/* ++++ Calendar ++++ */
dl#calendar table {
	width: 200px;
}
dl#calendar table th,
dl#calendar table td {
	line-height: 1em;
	text-align: center;
	padding: 2px;
	font-size:80%;
}
dl#calendar table th {
	padding-bottom: 5px;
}
dl#calendar table td span.today {
	color: #F90;
}
dl#calendar table td span.today a {
	color: #F90;
}
dl#calendar table td span.today a:active,
dl#calendar table td span.today a:hover {
	color: #F30;
}
/* ++++ Extra ++++ */
dl#extra {
	width: 180px;
}
dl#extra dt {
	display: none;
}
dl#extra ul {
	padding: 0;
	list-style: none;
	list-style-image: none;
	font-size: 10px;
	text-align: left;
}
p#link2top {
	font-size: 80%;
}
/* [Footer] */
/*
div#footer address {
	padding: 5px 0 0 120px;
	font-style: normal;
	font-size: 10px;
	line-height: 1em;
	color: #FFF;
}
*/

/*以下追加*/

/*　全ページ共通ベースとなるCSS　*/


/*　各ブラウザごとの異なる余白リセット
------------------------------------------　*/
*{
	margin:0px;
	padding: 0px;
}

/*　共通タグ設定
------------------------------------------　*/
body {
	font-size: 80%;
	margin: 0px auto;
	padding: 0px;
	background: #F8F2E6 url(http://unohama50.com/img/bg.gif) repeat-x 0px -3px;
	text-align: center;
}

img,a img{
	border: 0px;
	margin: 0px;
	padding: 0px;
	vertical-align: text-bottom;
}

th p,td p,div p{
	font-size:100%;
	line-height:140%;
	margin-bottom: 0.5em;
	margin-top: 0px;
	padding-top: 0px;
}

h1,h2,h3,h4{
	font-size:100%;
	font-weight: normal;
	line-height: 100%;
	margin: 0px;
	padding: 0px;
}

ul{
	list-style: none;
}

ul,li,ol{
	margin: 0px;
	padding:0px;
}

hr{
	margin: 0px;
	padding:0px;
}

blockquote{
	text-align: center;
	text-indent: 0em;
	margin: auto;
}

/*　共通リンク設定
------------------------------------------　*/
a:link,a:visited{
	color: #733F34;
	text-decoration: underline;
}

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



/*　共通ブロック設定
------------------------------------------　*/

#wallpaper{
	width: 822px;
	margin: 0px auto;
	padding: 0px;
	color: #666666;
	text-align: left;
}

/*　各ブロックの設定
------------------------------------------　*/
/*　ヘッダー　*/
#header {
	width: 802px;
	padding: 5px 10px 0px;
	margin: 0px;
	color: #F4EDEC;
}

#header .h-left {
	float: left;
	margin: 0px;
	padding: 5px 0px 0px 5px;
	width: 102px;
}

#header .h-right {
	float: right;
	margin: 0px;
	padding: 5px 5px 0px 0px;
	width: 675px;
}
#header .h-right .top-text {
	width: 320px;
	margin: 0px;
	padding: 4px 0px 8px;
	float: right;
	font-size: 80%;
	line-height: 120%;
}
#header .h-right .top-text h1 {
	font-size: 95%;
	line-height: 120%;
	margin: 0px;
	padding:0px;
}



/*　ナビゲーションメニュー　*/
#navi{
	margin: 0px;
	padding: 0px;
	clear: both;
	}

#navi ul{
	margin: 0px;
	padding: 0px;
	width: 674px;
	height: 28px;
}

#navi li{
	margin: 0px 5px 0px 0px;
	padding: 0px;
	float: left;
	vertical-align: text-bottom;
	height: 28px;
	line-height: normal;
}
#navi li.none{
	margin: 0px;
	padding: 0px;
}
#navi li img{
	margin: 0px;
	padding: 0px;
	vertical-align: text-bottom;
}


/*　トップイメージ　*/
#topimg{
	width: 800px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

#topimg img {
	margin: 0px;
	padding: 0px;
	vertical-align: text-bottom;
}

/*　コンテンツ
------------------------------------------　*/
/*　------------------------コンテンツ内容ブロック　*/
#main_body {
	width: 822px;
	padding: 0px;
	margin: 0px;
	background: url(http://unohama50.com/img/pagebg.gif) repeat-y left top;
}

/*
#contents-area {
	width: 760px;
	margin: 0px 0px 20px;
	padding: 0px 0px 0px 30px;
	background: url(http://unohama50.com/img/contents-bg.gif) repeat-y right top;
}
*/

/*　------------------------コンテンツ右側ブロック　*/
#right {
	width: 216px;
	margin: 0px;
	padding: 5px 20px 5px 0px;
	float: right;
}



/*　------------------------コンテンツ左側メニューブロック　*/
#left {
	width: 522px;
	padding: 0px 0px 0px 30px;
	margin: 0px;
	float: left;
}


/*　------------------------コンテンツフッターブロック　*/
#footer {
	width: 802px;
	margin: 0px 10px;
	padding: 0px;
	background: url(http://unohama50.com/img/footerbg.gif) repeat-x left top;
	color: #FFFFFF;
}

#footer p {
	text-align: right;
	padding: 5px 15px 5px 0px;
}
#footer a:link,
#footer a:visited{
	text-decoration: none;
	color: #ffffff;
}
#footer a:hover {
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}



/*　汎用CSS
------------------------------------------　*/
/* フロート解除 */
.clear {
	clear: both;
	font-size: 1px;
	margin: 0px;
	padding: 0px;
	line-height: normal;
}
.none {
	margin: 0px;
	padding: 0px;
}
.pagetop {
	margin: 0px;
	padding: 0px;
}

div#right dt {
	width: 200px;
	padding: 20px 0px 2px 0px;
	margin-bottom: 4px;
	font-size:120%;
	background:url(./img/wa_ic02.gif) no-repeat;
	text-align: left;
	border-bottom: 1px solid #CCCCCC;
	font-weight: bold;
}
div#right dd {
	line-height: 120%;
}



/* IE調整 */
#header .h-right .top-text {
	width: 320px;
	margin: 0px;
	padding: 4px 0px 8px;
	float: right;
	font-size: 80%;
	line-height: 120%;
	font-size: 10px;
}
