/*-------------------------------------------------
  map Skin Stylesheet

-------------------------------------------------*/

/*-------------------------------------------------
  General layout
-------------------------------------------------*/
body
{
/*	background: #EAE7D6; */
background-image: url(img/backimg.jpg);
background-position: center;
background-repeat: repeat-y;
	font: small Verdana,Sans-serif;
	line-height: 1.6em;
	color: #333;
	text-align: center;
	padding: 0;
	margin: 20px 0 20px 0;
		font-size: 95%;
}

/* Links */
a:link, a:visited
{
	color: #9D5C00;
	border-bottom: 1px dashed #DBBA8A;
	text-decoration: none;
}
a:visited
{
	color: #9D5C00;
}
a:active
{
	color: #9D5C00;
}
a:hover
{
	color: #ff0000;
	border-bottom: 1px solid #ff0000;
	text-decoration: none;
}

/* Lists */
ul
{
	list-style: square;
	padding: 0;
	margin: 0 0 0 15px;
}
ul li
{
	margin: 4px 0 4px 0;
}

/* Miscelaneous general stuff */
code
{
	color: #CC3300;
	font: 13px 'Courier New', Courier, Arial, sans-serif;
}
pre
{
	width: 462px;
	overflow: auto;
	border: 1px solid #EAE7D6;
	padding: 3px;
}
acronym, abbr
{
	cursor: help;
	border-bottom: 1px dotted #333;
}
del
{
	background: #FFFFCC;
	color: #ccc;
}
blockquote
{
	background: url("img/bg-quote.gif") top left no-repeat;
	padding: 8px 0 0 25px;
	margin: 10px;
}
.doNotDisplay, .none, caption
{
	display: none;
}
.underline
{
	text-decoration: underline;
}
.clear
{
	clear: both;
	height: 0.1px;
	padding: 0;
	margin: 0;
}

/*-------------------------------------------------
  Page wrappers
-------------------------------------------------*/
#page-wrapper
{
	text-align: left;
	width: 850px;
	padding: 0;
	margin: auto;
}
#content-wrapper
{
	width: 850px;
	margin: 0;
	padding: 0;
	background: #FFF url(img/bg-content.gif) right repeat-y;
}

/*-------------------------------------------------
  Header
-------------------------------------------------*/
#header
{
	height: 44px;
	padding: 0;
	margin: 0;
		border-bottom: 1px dotted #DEDEDE;
}
#header h1
{
	padding-left: 10px;
	margin: 0;
	margin-bottom: 5px;
		float: left;
}
#header a:link, #header a:visited
{
	color: #990000;
	border: none;
}
#header a:hover, #header a:active
{
	color: #CC0000;
}

/* Header main navbar */
#top_container
{
		height: 40px;
	background: #8C0000;
	background-image: url(img/obi.jpg);
	padding: 0;
	margin: 0;
}
#top_container ul
{
	padding: 0;
	margin: 0;
}
#top_container ul li
{
	list-style-type: none;
	display: block;
	float: left;
	font: 11px/30px "Lucida Grande", verdana, sans-serif;
	text-align: center;
	padding: 0;
	margin: 0;

}
.sublink{
	width: 95px;

}
#top_container a
{
	display: block;
	padding: 5px;
	color: #F8F2E5;
	text-decoration: none;
	border-top: none;
	border-right: 1px solid #A8B090;
	border-bottom: none;
}
#top_container li#active
{
	width: 174px;
	background: #CC0000;
	color: #fff;
	border-bottom: none;
}
#top_container a:hover
{
	background: #4A0000;
	color: #fff;
	border-bottom: none;
}

/* Header links */
.top_links {
	background: #F3F3E9;
	font-size: 10px;
	text-align: right;
	padding: 0 20px 0 0;
	margin: 0;
}
.top_links p {
	padding: 0;
	margin: 0;
}

/*-------------------------------------------------
  Main content
-------------------------------------------------*/
#main
{
	width: 554px;
	float: left;
	margin: 0;
	padding: 0 0 30px 0;
	background: #fff;
}
/* The image at the top of the main column */
.bar-head
{
	height: 157px;
	background: url("img/bg-header.jpg") top left no-repeat;
	padding: 0;
	margin: 0 0 15px 0;
}

.content-header
{
	padding: 0;
	margin: 15px;
}
.content-header h2
{
	color: #133902;
	font: bold 14px Verdana, 'Times New Roman', sans-serif;
	padding: 0;
	margin: 0;
}
.content-title
{
	padding: 0;
	margin: 0;
}
.content-title h3
{
	color: #990000;
	font: 24px Arial, 'Times New Roman', sans-serif;
	padding: 0;
	margin: 0 0 8px 0;
}
.content-title h3 a
{
	color: #990000;
	border: none;
}
.content-title h3 a:hover
{
	color: #FF0000;
	border: none;
}
.content
{
	padding: 10px;
	margin: 10px 5px 30px 5px;
/*	border: solid 1px #DBBA8A; */
}
.readmore
{
	text-align: right;
}
.entry-info
{
	font-size: 10px;
	text-align: right;
	line-height: 16px;
	padding: 0;
/*	border-top: 1px solid #ccc; */
	margin: 10px 0 10px 0;
}
.entry-info p
{
	padding: 0;
	margin: 0;
}
.entry .imgupload
{
	float: left;
	border: none;
	border: 1px solid #333;
	margin: 20px 10px 0 0;
}

/* navigation at the bottom of the content */
.navi-pages
{
/*	background: #FBF8EF; */
	font-size: 11px;
	text-align: right;
	padding: 10px;
	margin: 15px;
}
.navi-pages p
{
	padding: 0;
	margin: 0;
}
/* Top content message box */
.message-box
{
	background: #FBF8EF;
	font-size: 12px;
	padding: 10px;
	margin: 15px;
}
/* comments */
table#postcomment tr td
{
	font: 11px Verdana, Arial, sans-serif;
}
table#postcomment tr td p
{
	margin: 4px 0 4px 0;
}
#comments, #comments-post, #trackbacks
{
	font-size: 11px;
	line-height: 17px;
	padding: 0;
	margin: 20px 15px 10px 15px;
}
#comments h4, #comments-post h4, #trackbacks h4
{
	color: #990000;
	font: bold 14px Verdana, 'Times New Roman', sans-serif;
	padding: 0;
	margin: 0 0 20px 0;
}
.comment-item, .trackbacks-item
{
	padding: 0 0 20px 0;
	border-bottom: 1px solid #f3f3f3;
	margin: 5px 0 20px 0;
}
.comment-text p, .comment-info p, .trackbacks-text p, .trackbacks-info p
{
	padding: 0;
	margin: 0 0 8px 0;
}
.comment-info, .trackbacks-info
{
	font-size: 10px;
	text-align: right;
}

/*-------------------------------------------------
  Side bar
-------------------------------------------------*/
#sidebar
{
	width: 296px;
	float: right;
	font-size: 11px;
	line-height: 16px;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
.sidebar-wrapper
{
	margin: 10px;
}
#sidebar .box-1
{
	margin: 0 0 30px 0;
}
#sidebar .box-1 li
{
	list-style-image: url(img/011-003.gif);
	list-style-position: outside;
	margin-top: 5px;
	vertical-align: text-top;
	text-transform: uppercase;
	line-height: 140%;
	margin-left: 10px;
	padding-left: 10px;
	text-indent: 15px;
}
#sidebar h4
{
	color: #990000;
	font: bold 12px Verdana, Arial, sans-serif;
	padding: 0;
	margin: 0 0 8px 0;
}
.pagenavi{
	font-size: 130%;
	color: #3f3f3f;
}
/*-------------------------------------------------
  Footer
-------------------------------------------------*/
#footer
{
	background: #F4F4EA;
	font-size: 10px;
	padding: 0;
	margin: 0;
}
.footer-i
{
	padding: 10px;
	margin: 0px;
}
.footer-i p
{
	padding: 0;
	margin: 0;
}

/*-------------------------------------------------
  Forms
-------------------------------------------------*/
textarea.text, input.formfield
{

	font: 11px Verdana, Arial, sans-serif;

}
input.formfield
{
	background: #FFFFFB;
	border: 1px solid #D3D3D3;
	width: 180px;
	margin-right: 0px;
}
input.formbutton
{
	background: #9B0000;
	color: #fff;
	width: 50px;
	font: 11px Verdana, Arial, sans-serif;
}
input.hidden{
margin: 0px;
padding: 0px;

}
/*-------------------------------------------------
  Miscelaneous
-------------------------------------------------*/
.trackbacks-text h5
{
	font: bold 11px Verdana, Arial, sans-serif;
	color: #993300;
	padding: 0;
	margin: 0;
}

/*-------------------------------------------------
  Menu
-------------------------------------------------*/
.menu a{
	display: block;
	color: #A52A2A;
	padding: 3px;
	font-size: 120%;
	text-indent: 15px;
	background-image: url(img/011-002.gif);

	background-position: left;
	background-repeat: no-repeat;
}
.menu a:hover{
	background-color: #FFDAB9;
}
.menu a:visited{
	color: #CA3333;
}

/*-------------------------------------------------
  Seach
-------------------------------------------------*/
.searchformbox{
	text-align: right;
	padding-right: 25px;

	margin-bottom: -10px;
}
/*------------------------------------------------
 RSSfeeder
------------------------------------------------*/
.RSSAtom{
	border: 1px solid #BDB76B;
	padding: 5px;
	width: 250px;
	height: 130px;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	overflow: auto;
} 
.feeds li{
	list-style-image: url(img/011-003.gif);
	vertical-align: text-top;
	text-transform: uppercase;
	line-height: 110%;
	
}

.toptext{
	float: left;
	font:10px;
	text-indent: 10px;
	color: #666666;
}

.form{
	margin-top: 10px;
	padding: 0px;
	vertical-align: bottom;
	height: 30px;

}
#mlout ul{
	padding-left: 15px;
	padding-right: 15px;
	margin-right: 15px;
	border: dashed 1px #666666;
	list-style: none;
	background-color: #EEEEEE;
}
#mlout li{
margin-top: 20px;
margin-bottom: 50px;
padding: 15px;
	border: dashed 1px #666666;
	background-color: #fff;
}

.pageswitch{

text-align: right;
margin-right: 5px;
}
.rikanjitable{

		width: 95%;
		margin-bottom: 40px;
}
.rikanjitable td{
	padding-right: 30px;
	border-bottom: dotted 1px #ccc;
}
.kanren{

}
.greeting{
	border: 1px dashed #E38FAA;
	padding: 5px;
}