/*************************
  全ページ共通
*************************/
body,td,th {
	font-family: ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3;
}
ul,li {
	margin: 0px;
	padding: 0px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(img/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFFFFF;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	vertical-align:bottom;
	display:block;
}
.clear {
	clear: both;
}
/*************************
  クリアフィクス
*************************/
.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*************************
  レイアウト構造
*************************/
#container {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
}
#header_box {
	height: 100px;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
}

#header_l {
	float: left;
	width: 420px;
}
#header_r {
	float: right;
	width: 180px;
}

#contents_and_menu {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	width: 770px;
}
#menu_area {
	width: 180px;
	padding-left: 15px;
	float: left;
}
#contents_area {
	width: 575px;
	float: left;
}
#contents_area a {
	color: #FF3300;
}
#mainphoto {
	margin-bottom: 10px;
	height: 160px;
	width: 575px;
}
/*************************
  ニュース記事関連
*************************/
.topics_box {
	clear: both;
}
.topics_title {
	background-color: #3C5D10;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	font-size: 14px;
	line-height: 140%;
	font-weight: bold;
	color: #FFFFFF;
}
#contents_area .topics_box .topics_title a {
	color: #FFFFFF;
	text-decoration: none;
}
.topics_data {
	font-size: 0.75em;
	line-height: 25px;
	text-align: right;
	height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #3C5D10;
	margin-bottom: 30px;
}
.photo_and_txt {
	margin-bottom: 30px;
}
.topics_photo_area {
	float: left;
	width: 100px;
	line-height: 140%;
	font-size: 13px;
}
.topics_photo_style {
	margin-bottom: 10px;
}
.topics_photo_style2 {
	margin-bottom: 20px;
	margin-top: 20px;
	list-style-type: none;
	display: block;
}
#contents_and_menu #contents_area .topics_box .photo_and_txt .topics_txt_area .topics_photo_style2 li {
	float: left;
	margin-right: 10px;
}

.topics_txt_area {
	float: left;
	width: 450px;
	margin-left: 15px;
	line-height: 140%;
	text-align: left;
	font-size: 13px;
	margin-bottom: 20px;
}

/*************************
  メニュー関連
*************************/
#calendar_box {
	background-color: #EEE5D6;
	margin-bottom: 10px;
	padding: 10px;
}
#calendar {
	width: 160px;
	font-size: 13px;
}
.youbi {
	line-height: 20px;
	font-weight: bold;
	text-align: center;
}
.day {
	line-height: 20px;
	text-align: center;
	color: #333333;
}
#calendar a {
	text-decoration: none;
	background-color: #F7BFB7;
	color: #000000;
}


#new_box {
	background-color: #EEE5D6;
	margin-bottom: 10px;
	line-height: 140%;
	font-size: 12px;
	padding: 10px;
}
.new_kiji_set {
	width: 160px;
	clear: both;
	margin-bottom: 10px;
}



.new_kiji_icon_box {
	float: left;
	height: 40px;
	width: 40px;
	margin-right: 5px;
	margin-bottom: 10px;
}
.new_kiji_box {
	margin-bottom: 10px;
}
#member_box {
	background-color: #EEE5D6;
	margin-bottom: 10px;
	line-height: 140%;
	font-size: 12px;
	padding: 10px;
}
#member_box a {
	color: #FF3300;
	text-decoration: none;
}

.member_set {
	width: 160px;
	clear: both;
	margin-bottom: 10px;
}

.icon_box {
	float: left;
	height: 40px;
	width: 40px;
	margin-right: 5px;
	margin-bottom: 10px;
}
.name_box {
	margin-bottom: 10px;
}
.name_style {
	font-weight: bold;
	color: #FF3300;
}
#category_box {
	background-color: #EEE5D6;
	margin-bottom: 10px;
	line-height: 140%;
	font-size: 13px;
	clear: both;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#category_box li {
	text-align: left;
	margin-bottom: 10px;
	padding-left: 15px;
	list-style-position: outside;
	list-style-type: none;
	background-image: url(img/pointmark.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#category_box a {
	color: #000000;
	text-decoration: none;
}
#category_box a:hover {
	color: #006600;
}
#melma_box {
	margin-bottom: 10px;
}
#mioclub_box {
	margin-bottom: 10px;
}

#search_box {
	background-color: #EEE5D6;
	margin-bottom: 10px;
	padding: 10px;
	text-align: left;
}


#syunkuru_box {
	margin-bottom: 10px;
}
#search_box input {
	margin-bottom: 5px;
}

div.top-mioclub {
	width: 175px;
	margin-bottom: 8px;
	padding: 0px 0px 4px 0px;
	background: url(http://theoita.com/imgs/top/mioclub_01.gif) left top no-repeat;
	border: 1px solid #55300;
}
div.top-mioclub-link {
	width: 175px;
	height: 181px;
	margin: 0px;
	padding: 0px;
}
div.top-mioclub-inner {
	margin: 0px 2px 0px 3px;
	padding: 5px 0px 5px 0px;
	border: 3px solid #d0c19e;
}
/*************************
  フッター
*************************/
#copyright {
	clear: both;
	border-top: 2px solid #553300;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	font-size: 12px;
	width: 770px;
}
#inner {
	width: 370px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#small_logo {
	float: left;
	width: 113px;
}

#footer-menu {
	background-color: #381D00;
	font-size: 10px;
	color: #ffffff;
	text-align: center;
	clear: both;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
#footer-menu a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer-menu a:hover {
	text-decoration: underline;
}

/*追加*/
#contents_area .pending {
		font-size: 12px;
}
/*CONTENT STYLING*/
.content
{
	margin: 0 24px 30px 224px;
	padding: 0;
}
.contenttitle h2
{
	font-size: 18px;
	padding: 0 0 6px 0;
	margin: 0;
	background: url(img/01_dot.gif) bottom repeat-x;
	clear: both;
}

/*COMMENTS STYLING*/
.itemcomment
{
	margin: 10px 0 0 0;
	padding: 6px 42px;
	background: url(img/01_commentquote03.gif) no-repeat;
	background-position: 6px 9px;
	/*border: 1px solid white;*/
}
.itemcomment:hover
{
	background:url(img/01_commentquote04.gif) no-repeat;
	background-position: 6px 9px;
	/*border: 1px solid #CCCCCC;*/
}
.id1 /*This is to give the admin a special comment style, to distinguish him/her from the rest of the commentors*/
{
	background:url(img/01_commentquote02.gif) no-repeat;
	background-position: 6px 9px;
	/*border: 1px solid #B3C492;*/
}
.id1:hover
{
	background:url(img/01_commentquote02.gif) no-repeat;
	background-position: 6px 9px;
	/*border: 1px solid #B3C492;*/
}
.itemcomment h3
{
	font-size: 12px;
}
div.loginform .formfield, div.commentform .formfield, div.mailform .formfield { 
    display: block; 
}
.comments {
	background-color: #EEE5D6;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 14px;
	line-height: 140%;
	font-weight: bold;
	color: #080703;
	clear: both;
	margin-bottom: 20px;
	display: block;
}
.error {
	font-size: 12px;
	color: red;
	padding-bottom: 8px;
}
.pageswitch {
	font-size: 12px;
	text-align: center;
	padding-bottom: 3px;
}

form label {
	font-size: 0.8em;
}
.empty {
	font-size: 0.8em;
}
.commentbody {
	font-size: 0.8em;
}
/*SEARCH HIGHLIGHT COLOR*/
.highlight
{
	background: #DEFFA9;
}
.postmetadata {
	text-align: center;
	font-size: 0.75em
}

/*member list*/
dl.sample04 {
	width: 110%;
	margin-bottom: 30px;
	/*padding: 10px;*/
	/*border: 1px solid #999;*/
	overflow: hidden;
}

dl.sample04 dt {
	float: left;
	margin-left: 5px;
	margin-right: 10px;
	padding: 5px 0 0 12px;
}

dl.sample04 dd {
	padding: 5px 0px 5px 95px;
	border-bottom: 1px dotted #999;
/*	padding-left: 15px;*/
	margin: 0px;
}
dl.sample04 #mark {
	background: url(http://theoita.com/syundiary/skins/diary/img/mark.gif) no-repeat scroll 0 0.8em;
}

dl.sample04 dd a {
	font-weight: bold;
}
/*mioclub rss*/
div.top-rssitems {
	margin: 0px 5px 0px 5px;
	padding: 2px 0px 1px 0px;
	border-bottom: 1px solid #553300;
	text-align: left;
	font-size: 11px;
}
.imgleft {
	border:1px dotted #ccc;
	padding:7px; float:left;
	margin-right:12px;
	clear:both;
	margin-bottom:7px;
}
.imgright {
	border:1px dotted #ccc;
	padding:7px;
	float:right;
	margin-left:12px;
	clear:both;
	margin-bottom:7px;
}
.floatclear {
	clear:both;
}