/* ページ基本設定 */

body {
	margin-top: 10px;
	padding: 0;
	background: url(../img/back01.gif) repeat-x left top;
	color: #333333;
	text-align: center;
}

h1, h2, h3 {
	margin: 0;
	text-transform: lowercase;
	font-weight: normal;
	color: #559106;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h1 {
	letter-spacing: -1px;
	font-size: 32px;
}
h2 {
	font-size: 23px;
}

p, ul, ol {
	margin: 0 0 2em 0;
	text-align: left;
	letter-spacing: 0.05em;
	line-height: 1.5em;
}
dt,dd {
	text-align: left;
	line-height: 1.5em;
}
blockquote {
	padding-left: 20px;
	text-align: left;
	line-height: 1.5em;
	border-left: #006e54 2px solid;
}

a:link {
	text-decoration: none;
	color: #006e54;
}
a:visited {
	text-decoration: none;
	color: #006e54;
}
a:hover, a:active {
	text-decoration: underline;
	color: #38b48b;
}

#page {
	width: 800px;
	margin: 0 auto;
}
#content {
	float: right;
	width: 585px;
	background: url(../img/back02.gif) repeat-x left top;
}

img {
	border: none;
}
img.left {
	float: left;
	margin-right: 10px;
}
img.right {
	float: right;
	margin-left: 10px;
}


/* ポスト */

.post {
	padding: 0 0 15px 0;
}
.post .title {
	margin: 0 0 20px 0;
	padding: 10px 0 10px 0;
}
.post h1 {
	color: #006e54;
	font-size: 22px;
	border-bottom: #006e54 1px solid;
	border-left: #006e54 4px solid;
}
.post h2 {
	height: 32px;
	padding: 8px 0 0 15px;
	background: url(../img/title01.gif) no-repeat left top;
	font-size: 16px;
	letter-spacing: 0.2em;
	color: #006e54;
	font-weight: bold;
	text-transform: none;
}

.post .entry {
	padding: 0 15px;
}

/* フォーム */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

/* ヘッダー */

#header {
	width: 800px;
	height: 35px;
	margin: 0 auto;
	background: url(../img/menu.gif) no-repeat left top;
}

#menu {
	float: left;
	width: 800px;
	height: 35px;
}

#menu ul {
	margin: 0;
	padding: 0px 0 0 10px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	margin-right: 3px;
	padding: 6px 15px;
	letter-spacing: -.5px;
	text-decoration: none;
	text-transform: lowercase;
	font: 15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

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

#menu .current_page_item a {
	color: #FFFFFF;
}

/* ロゴ */

#logo-wrap {
	width: 800px;
	margin: 0 auto;
	padding: 10px 0 10px 0;
}

#logo {
	width: 800px;
	height: 200px;
	margin: 0 auto;
	background: url(../img/top0906.jpg) no-repeat left top;
}

#logo h1, #logo h2 {
	float: right;
	margin: 0;
	padding: 0 20px 0 0;
	line-height: normal;
}

#logo h1 { 
	padding-top: 143px;
	font-family: "Georgia", "Times New Roman", "Times", serif;
	font-size:30px;
	font-style: italic;
}

#logo h1 a {
	text-decoration: none;
	color: #FFFFFF; 
}

#logo h1 a:hover { text-decoration: underline; }

#logo h2 {
	padding: 115px 0 0 5px;
	font: italic 13px Georgia, "Times New Roman", Times, serif;
	color: #000000;
}

#logo p a {
	text-decoration: none;
	color: #B6ACA2;
}
#logo p a:hover { text-decoration: underline; }

/* サイドバー */

#sidebar {
	float: left;
	width: 200px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 40px;
	padding: 0;
}

#sidebar li ul {
	padding-bottom: 20px;
}

#sidebar li li {
	margin: 0;
	padding-left: 15px;
	background: url(../img/point.gif) no-repeat left 6px;
	font-size: 12px;
	font-family: "ＭＳ ゴシック", Osaka-等幅, monospace;
}

#sidebar h2 {
	height: 25px;
	padding: 0px 0 0 15px;
	margin-bottom: 10px;
	background: url(../img/menu_side.gif) no-repeat left top;
	font-size: 15px;
	color: #DADADA;
}

/* Boxes */

.box1 {
	padding: 20px;
}

.box2 {
	color: #BABABA;
}

.box2 h2 {
	margin-bottom: 15px;
	font-size: 16px;
	color: #FFFFFF;
}

.box2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  {
	color: #EDEDED;
}

/* フッター */
#footer-wrap {
	width: 800px;
	height: 35px;
	margin: 0 auto;
	background: url(../img/menu.gif) no-repeat left top;
}

#footer {
	margin: 0 auto;
	height: 35px;
	min-height: 35px;
	padding: 0;
}

html>body #footer {
	height: auto;
}

#footer p {
}

#legal {
	clear: both;
	padding-top: 8px;
	text-align: center;
	color: #999999;
	font-size: 11px;
}

#legal a {
	color: #999999;
}

/* コンテンツ内装飾 */
div.dayline {
	margin: 0 0 50px 50px;
	text-align: left;
	line-height: 1.5em;
}
div.daylink {
	margin: 10px 20px 10px 0;
	text-align: right;
	font-size: 12px;
}

div.greentable80 {
	width: 80%;
	padding: 10px;
	margin: 5px 0 30px 0;
	border: #559106 1px solid;
	text-align: center;
}


/* 旅行記用 */
ul.title2{
	margin: 10px auto;
	padding: 10px;
	width: 90%;
	border: #006e54 1px solid;
	text-align: left;
	white-space: nowrap;
	list-style-image:url('../img/blank.gif');
}
ul.title2 a {
	text-decoration: none;
}
ul.title2 a:hover, a:active {
	text-decoration: underline;
}
ul.title2 a:visited {
	text-decoration: none;
}
div.cost {
	margin-left:50px;
	text-align: left;
}
div.cost table {
}
div.cost td {
	line-height: 130%;
}
div.cost td.cost {
	padding-left: 30px;
	text-align: right;
}
div.cost a:link {
	color: #1E1E3C;
	text-decoration: underline;
}
div.cost a:visited {
	color: #1E1E3C;
	text-decoration: underline;
}
div.cost a:active {
	color: #1E1E3C;
	text-decoration: underline;
}
div.cost a:hover {
	color: #50A0A0;
	text-decoration: underline;
}
img.tphoto {
	padding: 10px;
}
dl.tdinner dt {
	font-weight: bold;
}
dl.tdinner dd {
	margin-left: 20px;
}
div.fotozo {
	padding: 7px 0 0 0;
	text-align: center;
	font-size: 80%;
}
span.fotozo {
	font-size: 80%;
}

/* 日記 */

div.daytitle {
	color: #006e54;
	font-size: 22px;
	border-bottom: #006e54 1px solid;
	border-left: #006e54 4px solid;
	margin: 0 0 50px 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}	
div.title {
	width: 500px;
	padding: 0px;
	margin: 50px 0px 20px 0px;
	color: #ffffff;
	font-weight: bold;
	background-color: #50A0A0;
}	

div.date {
	height: 44px;
	text-align: left;
	margin: 20px 350px 20px 0px;
	padding: 10px 0 8px 20px;
	color: #555555;
	font-size: 18px;
	font-weight: bold;
	font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
	letter-spacing: 0.1em;
	background-image : url("../diary/diarydate.gif");
	background-repeat: no-repeat;
}
div.dayphoto {
	margin: 5px 0px;
	text-align: center;
}
div.dayphototitle{
	padding-bottom: 10px;
	font-size: 80%;
	text-align: center;
}
div.dayphototitler{
	padding-bottom: 10px;
	color: #8BA574;
	font-size: 70%;
	text-align: center;
}
div.day {
	text-align: left;
	padding: 0px 10px;
}
div.day p img {
	padding: 10px;
}
div.d-mor {
	background-color: #e5e5e5;
	background-image : url("../diary/d-mor.gif");
	background-repeat: no-repeat;
	margin: 10px 0 20px 0;
	padding : 10px 0px 10px 90px;
	line-height: 1.5em;
	color: #666666;
}
div.d-lun {
	background-color: #e5e5e5;
	background-image : url("../diary/d-lun.gif");
	background-repeat: no-repeat;
	margin: 10px 0 20px 0;
	padding : 10px 0px 10px 90px;
	line-height: 1.5em;
	color: #666666;
}
div.d-din {
	background-color: #e5e5e5;
	background-image : url("../diary/d-din.gif");
	background-repeat: no-repeat;
	margin: 10px 0 20px 0;
	padding : 10px 0px 10px 90px;
	line-height: 1.5em;
	color: #666666;
}
div.d-can {
	background-color: #e5e5e5;
	background-image : url("../diary/d-can.gif");
	background-repeat: no-repeat;
	margin: 10px 0 20px 0;
	padding : 10px 0px 10px 90px;
	line-height: 1.5em;
	color: #666666;
}
div.hrdiary1 {
	width: 510px;
	height:20px;
	margin: 0 auto;
	padding: 10px 0 30px 0;
	background-image : url("../diary/diarybar01.gif");
	background-repeat: no-repeat;
	border: 0px;
	text-align: center;
}
div.hrdiaryfooter {
	width: 510px;
	height:20px;
	margin: 0 auto;
	padding: 10px 0px 30px 0px;
	background-image : url("../diary/diarybar02.gif");
	background-repeat: no-repeat;
	border: 0px;
	text-align: center;
}
table.photo {
}
table.photo td{
	text-align: right;
}
table.diary {
	border-collapse: collapse;
}
table.diary td {
	padding: 0.4em 1dm;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
table.diary td.title{
	text-align: center;
	font-weight:bold;
	padding: 0.4em 1dm;
	border-top: 2px solid #999999;
	border-bottom: 2px solid #999999;
}
div.attention {
	margin: 0px 50px 30px 50px;
	padding: 10px;
	border: #006e54 1px solid;
	text-align: center;
	letter-spacing: 0.05em;
	line-height: 1.5em;
	font-size: 13px;
}