/* css reset */
* {
 margin:0;
 padding:0;
 font-style:normal;
 font-size:100%;
 word-break:break-all;
}

i {
 font-style:italic;
} 

/* Google */
div.mainfoot {
	text-align: center;
	margin-top: 20px;
}


/* base setting */
html {
 background:#730000 url(../html/images/bg.jpg) repeat-x 0px 32px;
}

body {
	margin:0 auto 0px;
	background-color:#730000;
	color:#BA7745;
	font-size:small;
	padding: 0px;
	background-image: url(../html/images/bg.jpg);
	background-repeat: repeat-x;
}

#leftMenu ul,
#rightMenu ul {
 list-style-type:none;
 list-style-position:outside;
}

#columnContents li,
#contents li {
 margin-left:2em;
 list-style-position:outside;
}

#columnContents li,	/*20070525_ogu add*/
#leftMenu li,
#rightMenu li {
	margin:0px 0px 0px 10px;
	padding-left:30px;
	background:url(../html/images/lbtn01.gif) no-repeat 0px 2px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 4px;
}

ol {
 margin-left:2em;
 list-style-position:outside;
}

#columnContents ol,			/*20070525_ogu add*/
//#columnContents ol li,	/*20070525_ogu comment*/
#contents ol li {
 margin-left:0.5em;
 padding:0;
 background:none;
}

a img {
 border:none;
}

a {
	color:#BA7745;
	text-decoration: underline;
}

a:visited {
	color:#BA7745;
	text-decoration: underline;
}

a:hover {
 color:#FDA937;
}

/* pagetop */
#pagetopParagraph {
 position:absolute;
 top:-1em;
 line-height:1;
 visibility:hidden;
}

#headerpr {
	color: #000000;
	padding-right: 10px;
}

#headerpr a{
	color: #000000;
	text-decoration: underline;
}

#headerpr a:hover{
	color: #999900;
	text-decoration: none;
}



/* header */
#header {
	padding:0px;
	background:#FFFFFF url(../html/images/headbg.jpg) no-repeat center top;
	height: 232px;
	width: 806px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #000000;
}

#header h1 {
	font-size:x-large;
	font-weight: normal;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
}

#header a {
 color:#000000;
 text-decoration:none;
}

#header a:hover {
 text-decoration:underline;
}

#toPortalTop {
 margin:0;
 padding-right:10px;
 text-align:right;
}

#headline {
	font-weight:normal;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 30px;
}

/* container */
.container {
	background-image: url(../html/images/bodybg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	width: 806px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 30px;
}

/* footer */
#footer {
	clear:both;
	text-align:center;
	background:url(../html/images/footbg.jpg) no-repeat center top;
	color:#BA7745;
	height: 25px;
	width: 806px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: x-small;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 30px;
}

#footer a {
 color:#BA7745;
}

/* left menu */
#leftMenu {
 float:left;
 width:182px;
 padding:20px 15px 10px 20px;
}

/* right menu */
#rightMenu {
 float:left;
 width:182px;
 padding:20px 0 10px 15px;
}

/* main contents */
#columnContents {
 float:left;
 width:360px;
 margin:30px 6px;
/* width:336px;
 margin:30px 18px;*/
}

#contents {
 width:500px;
 margin:0 auto 20px;
}

/* content block */
div.contentBlock {
	background-color:#ffffff;
	color:#BA7745;
}

h2 {
	margin-bottom:10px;
	padding:3px 0 2px 0px;
	background:url(../html/images/bgimg_tit.gif) no-repeat left bottom;
	color:#BA7745;
	font-weight:bold;
	font-size: medium;
}

h3 {
	padding:2px 0 2px 20px;
	background:url(../html/images/lbtn02.gif) no-repeat 0px 0px;
	color:#BA7745;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 10px;
}

h4 {
	padding:2px 0 2px 20px;
	background:url(../html/images/lbtn02.gif) no-repeat 0px 0px;
	color:#BA7745;
	font-weight: bold;
	margin-bottom: 10px;
}

/* contents table */
table.list {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BA7745;
	border-left-color: #BA7745;
	margin-top: 5px;
	margin-bottom: 30px;
}

table.list th,
table.list td {
	border-right: 1px solid #BA7745;
	border-bottom: 1px solid #BA7745;
	padding: 2px;
}

table.list th {
 background-color:#42A5D5;
 color:#FFFFFF;
}

table.list td {
 background-color:#ffffff;
 color:contents_color;
}

/* page navigation */
p.toBlogTop {
 margin:5px 10px 20px 20px;
 text-align:left;
 font-size:x-small;
}

p.toPagetop {
	text-align:right;
	font-size:x-small;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #BA7745;
}

p.toPagetop a {
	color:#BA7745;
	text-decoration: none;
}

p.toPagetop a:hover {
	color:#BA7745;
	text-decoration: underline;
}


table.pageNavi {
	width:100%;
	color:#BA7745;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BA7745;
}

table.pageNavi td {
 padding-top:1px;
 vertical-align:middle;
}

table.pageNavi td.prev {
 width:33%;
 padding-left:3px;
 font-size:x-small;
 color:#FFFFFF;
}

table.pageNavi td.now {
	width:34%;
	text-align:center;
}

table.pageNavi td.next {
 width:33%;
 padding-right:3px;
 text-align:right;
 font-size:x-small;
}

table.pageNavi a {
 color:#BA7745;
}

/* plugin loop */
div.plugin {
	overflow:hidden;
	background-image: url(../html/images/plugin_bg.gif);
	background-repeat: repeat;
	background-position: 0px 0px;
}

div.plugin h2 {
	margin-bottom:10px;
	padding:30px 10px 0;
	background:url(../html/images/plugin_h.gif) no-repeat 0px 0px;
	font-weight:bold;
	font-size: small;
	margin-right: 0px;
	margin-top: 0px;
	margin-left: 0px;
}

div.plugin h2 a {
 color:#BA7745;
}

div.plugin h2 img {
 vertical-align:bottom;
}

div.plugin div.body {
	margin:0px;
	line-height:1.3;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
}

div.plugin p {
	margin:0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

div.plugin p#sml {
	margin:8px 10px 0px 5px;
	font-size: x-small;
}

div.plugin dl {
	margin:0;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

div.plugin img {
 border:none;
}

div.pluginf {
	background-image: url(../html/images/plugin_f.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 15px;
	margin-bottom: 15px;
	padding: 0px;
	margin-top: 0px;
}

p.pluginSitemap {
 margin:10px 0;
}

p.banner {
 text-align:center;
}

/* evaluate */
div.evalu {
	border: 1px solid #009999;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

div.evalu div.body {
	margin:5px 10px;
	line-height:1.3;
}

div.evalu h2 {
	margin-bottom:10px;
	padding:5px 0 0 10px;
	font-weight:bold;
	font-size: small;
	background-image: none;
}




/* syndicate */
#syndicate {
 padding:5px;
}

#syndicate div.banner {
 padding-bottom:3px;
 text-align:center;
}

#syndicate div.banner img {
 border:none;
}

/* free comment */
div.freeComment {
 margin:0 10px 10px;
 line-height:1.2;
}

/* sitemap */
p.sitemapBanner {
 margin-bottom:5px;
 text-align:center;
}

#sitemap h3 {
 margin:10px 0;
}

#sitemap ul {
 margin:0 0 5px;
 padding:0 0 10px 20px;
 overflow:hidden;
}

#sitemap ul li {
 margin:0 0 5px;
 background:none;
}

/* QR code */
p.qrcode {
 text-align:center;
}

/* profile */
div.plugin dd.profile {
 padding:0;
}

div.plugin table.profile {
 width:175px;
 margin-top:5px;
}

div.plugin div.profileImages {
 text-align:center;
}

div.plugin div.profileImages img {
 padding:3px 0;
}

table.profile th,
table.profile td {
 padding:2px 4px 2px 5px;
}

table.profile th {
	text-align:left;
	color:#BA7745;
	font-weight:normal;
	padding-left: 10px;
	font-size: x-small;
	vertical-align: top;
}

table.profile td {
	width:120px;
	font-size: x-small;
	text-align: left;
	vertical-align: top;
}

/* calender */
div.calender {
 margin:0 auto 20px;
}

div.calender * {
 overflow:visible;
}

div.calender p.clhead {
	text-align:center;
	letter-spacing: 0.5em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #BA7745;
	font-size: x-small;
	padding-bottom: 5px;
}

div.calender table {
 margin:5px auto 0;
 border-collapse:collapse;
}

div.calender table th,
div.calender table td {
	padding:0 5px;
}

div.calender table th {
	text-align:right;
	font-weight:bold;
	color:#BA7745;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
}

div.calender table td {
	text-align:right;
	font-family: Arial, Helvetica, sans-serif;
}

div.calender table td.clon {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

div.calender table td.cloff {
}

div.calender table th.clsat,
div.calender table td.clsat {
 color:#006666;
}

div.calender table th.clsun,
div.calender table td.clsun {
 color:#FF6600;
}

/* ranking */
div.plugin p.ranklink {
 margin-top:3px;
 text-align:right;
 line-height:1;
}

/* rss img */
div.plugin p.rss {
 margin-top:3px;
 text-align:right;
 line-height:1;
}/* font size set for contribute */
span.xxs {
 font-size: xx-small;
}

span.xs {
 font-size: x-small;
}

span.s {
 font-size: small;
}

span.l {
 font-size: large;
}

span.xl {
 font-size: x-large;
}

span.xxl {
 font-size: xx-large;
}/* ubcBlock */
div.ubc {
 margin:20px 0 10px;
 padding-bottom:10px;
 overflow:hidden;
}

div.ubc p.category {
 padding-top:10px;
}

div.ubc p.date {
 padding-right:5px;
 text-align:right;
 font-size:x-small;
}

div.ubc div.body {
 padding:0 0px;
 line-height:1.5;
}

/* 本文内 liフォーマット add_ogu 20070604 */
div.ubc div.body li,
div.ubc div.extend li{
 background:none ! important;
}

div.ubc div.extend {
 margin:10px 0;
 padding:0 10px;
 line-height:1.5;
}

div.ubc p.imtag {
 margin-bottom:3px;
}

div.ubc p.morelink {
 margin:0 5px 5px;
 text-align:right;
 font-size:x-small;
}

div.ubc p.posted {
 padding:10px 5px 0;
 text-align:right;
 color:#009999;
 font-size:x-small;
}

div.ubc p.posted a {
 color:#009999;
}

div.ubc p.posted a:hover {
 color:#FDA937;
}

div.ubc p.parentLink {
 margin:4px 10px 0 0;
 text-align:right;
 line-height:1;
}

/* trackback & comment */
#ubcTrackback {
	/* margin:0 40px 20px 20px; */
 margin:30 0 20px;
	padding-top:10px;
	padding-bottom: 20px;
}

#ubcComment {
/* margin:0 40px 20px 20px; */
 margin:0 0 20px 0;
}

#ubcComment h3 {
 margin:20px 0;
}

#ubcTrackback p.tburl {
 margin:3px 0 10px 10px;
}

/* A.Horimoto #ubcTrackback input 2006/12/01  */
#ubcTrackback input {
	margin: 3px 0 10px;
	width: 340px;
	padding: 0px 5px;
}

#ubcTrackback div.content,
#ubcComment div.content {
	margin:0px 0 10px;
}

#ubcTrackback p.posted,
#ubcComment p.posted {
	padding:2px 4px;
	background-color:#000000;
	color:#BA7745;
	overflow:hidden;
	font-size: x-small;
	margin-bottom: 5px;
}

#ubcTrackback p.posted a,
#ubcComment p.posted a {
 color:#BA7745;
}

#ubcTrackback p.pageNavi,
#ubcComment p.pageNavi {
	padding:2px 0 2px 20px;
	background:url(../html/images/lbtn02.gif) no-repeat 0px 0px;
	color:#BA7745;
	font-weight: bold;
	margin-bottom: 10px;
}

#ubcTrackback div.content div.body,
#ubcComment div.content div.body {
 padding:3px 5px;
 overflow:hidden;
}

#ubcComment table.commentForm {
 margin:0px 0 10px;
}

#ubcComment table.commentForm th {
	vertical-align:top;
	color:#BA7745;
	text-align: right;
	padding-top: 3px;
	font-weight: normal;
	padding-right: 5px;
	white-space: nowrap;
	padding-left: 5px;
}

#ubcComment table.commentForm td {
 margin:-1em 0 5px 4em;
}

#ubcComment table.commentForm input {
 /* width:400px */
 width:285px
}

#ubcComment table.commentForm textarea {
 /* width:400px */
 width:285px;
 height:8em;
}

#ubcComment form {
 width:100%;
 margin-bottom:20px;
 padding:5px 0 10px;
}

#ubcComment p.submit {
	margin:0 auto;
	text-align:left;
	padding-left: 4.3em;
}

#ubcComment p.submit input {
}

#ubcComment p.submitBack {
 text-align:left;
}

#ubcComment p.submitBack a {
 padding:2px 4px;
 color:#999999;
}

#ubcComment p.submitBack a:hover {
 background-color:#e8e4e0;
 color:#003c49;
}

/* search result */
#searchResults p.result {
 margin:5px 0;
}

