@charset "EUC-JP";

/* ベース */

body {
	text-align:center;
	margin:20px;
	background-color:#eee;
}

/* 共通 */

body,th,td {
	font-size:12px;
	line-height:170%;
	font-family: "Hiragino Kaku Gothic Pro","Osaka",sans-serif;
}
h1 {font-size:20px; line-height:150%;}
h2 {font-size:16px; line-height:150%;}
h3 {font-size:14px; line-height:150%;}
h4 {font-size:12px; line-height:150%;}

.small {font-size:11px; line-height:150%;}

a:link  { color:#00f; }
a:visited { color:#f0f; }
a:active { color:#f00; }
a:hover { color:#f00; }

img {border: 0;}
table {border: 0;}
.clear {clear:both;}
.hide {display: none;}

/* エリアレイアウト */

div#header {
	width:800px;
	margin:auto;
	border:2px solid #999;
	background:#fff url(https://www.ognet.jp/blog/template/sake_titleback.jpg) no-repeat center top;
}

div#myaffiliate {
	width:800px;
	margin:auto;
	text-align:center;
	background-color:#fff;
	border-top:1px solid #999;
	padding-top:5px;
}

div#enclosure {
	width:800px;
	margin:auto;
	text-align:left;
	padding:30px 0;
	background-color:#fff;
	border-top:1px solid #999;
}

div#contents {
	padding-right:30px;
	width: 500px;
	float:right;
}

div#navigation {
	width: 240px;
	float:left;
}

div#pagenavi {
	font-size:11px;
	width: 500px;
	text-align:center;
	margin-bottom: 15px;
}

/* タイトル */

div#title {
	text-align:center;
	margin-top:95px;
}
div#title h1 a {
	color:#333;
	margin:5px 0px;
	text-decoration:none;
}
div#title p {
	margin:15px 30px;
}

/* エントリー */

div#entry_area,div#profile_area {
	width: 500px;
	border: 1px solid #999;
	margin-bottom:50px;
}
div#entry,div#profile {
	width: 460px;
	margin:25px;
}
div#entry h2 {
	width: 460px;
	border-left: 4px solid #999;
	border-bottom: 1px solid #999;
	padding-left:5px;
	padding-bottom:2px;
	margin-bottom: 5px;
}
div.entry_author {
	text-align: right;
	margin-bottom: 15px;
}
div.entry_state {
	clear: both;
	margin-top:15px;
	text-align: right;
	padding-top:5px;
	border-top: 1px solid #999;
}
div#entry img.pict {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 18px;
	text-align: center;
}
div#entry img.pict_left {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
div#entry img.pict_right {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}
div#entry img.thumb {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
div#entry em{
	font-weight: bold;
}
div#entry table {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
}
div#entry table th {
	padding: 5px;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	background-color: #fff;
}
div#entry table td {
	padding: 5px;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	vertical-align: top;
	background-color: #fff;
}

/* コメント・トラックバック */

div#comments,div#trackback {
	width:500px;
	margin-bottom:50px;
}
div#comments h3,div#trackback h3 {
	padding-bottom: 5px;
	border-bottom: 2px solid #999;
}
div.msg_author {
	text-align: right;
	margin: 15px 0px 5px;
	padding-bottom: 2px;
	border-bottom: 1px solid #999;
}
div#comments h4 {
	background-color:#eee;
	border: 1px solid #999;
	padding: 5px 10px;
	margin-top:30px;
	margin-bottom:0px;
}
div#comment_form {
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	background-color: #fff;
	padding: 10px 20px;
	margin-top:0px;
}
div.com_form_label {
	padding-bottom: 5px;
}
div.com_form_input {
	margin: 0px 10px 15px;
}
div.com_form_submit {
	margin: 0px 10px 15px;
}
p.tb_link {
	background-color: #eee;
	padding: 5px;
	margin-bottom: 30px;
	border: 1px solid #999;
	text-align: center;
}

/* プロフィール */

div#profile h2 {
	border-left: 15px solid #999;
	padding-left:5px;
	padding-bottom:2px;
	margin-bottom: 30px;
}

/* ナビゲーション */

div.navi {
	width: 240px;
	margin-bottom: 30px;
}
div.navititle {
	margin-left: 30px;
	padding-left: 5px;
	padding-bottom: 1px;
	margin-bottom: 10px;
	font-weight:bold;
	color: #000;
	border-left: 4px solid #999;
	border-bottom: 1px solid #999;
}
div.navi ul {
	list-style-type: none;
}

/* カレンダー */

div#calendar {
	width: 740px;
	text-align: center;
	background-color: #eee;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	color: #999;
	padding: 2px 0px;
	margin:auto;
}
div#calendar table {
	width: 210px;
}
div#calendar table th,
div#calendar table td {
	text-align: center;
	padding: 2px;
	background-color: #fff;
}
div#calendar span.today {
	background-color: #fc3;
}
.calendar_month {
	color: #000;
}
.weekday {
	color: #000;
}
.cell {
	color: #999;
}

/* Extra */

div#search {
	margin-left:30px;
	text-align: center;
	margin-bottom: 30px;
}
div#extra {
	margin-left:30px;
	padding: 10px 5px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	font-size:11px;
}
.counter {
	margin-left:30px;
	font-size:11px;
	text-align:center;
}

/* フッタ */

.page_top {
	width:740px;
	font-size:11px;
	text-align:right;
	margin: 0px 30px 10px;
}
p#footer {
	text-align: center;
	margin: 0px 30px;
	border: 1px solid #999;
	font-size:11px;
}

/*複数写真一括右寄せ*/

.sp2 {
	width:200px;
	float:right;
	margin:15px 0px 15px 15px;
}

/* My アフィリエイト */

div#myaffiliate img {
	margin:0px 3px;
}
