@charset "utf-8";

/*
Theme Name: Onbrass
Theme URI: http://www.soram.net/onbrass/
Author: Sora
Description: Onbrass's theme
Version: 20091129
*/

/* ====================
         Common
==================== */
* {
	margin: 0;
	padding: 0;
}

body {
	background-image: url(images/background_bace.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font: 12px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 1.3;
	color: #513b2f;
}

img {
	border: none;
}

li {
	list-style: none;
}

/* Clearfix */
.clearfix:after {
  content: "."; 
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.blogparts {
	text-align: center;
	margin: 10px auto;
}

a { color: #513b2f; text-decoration: none; }
a:link { color: #513b2f; text-decoration: none; }
a:visited { color: #513b2f; text-decoration: none; }
a:hover { color: #FF0066; text-decoration: underline; }
a:active { color: #FF0066; text-decoration: none; }

#leftontents a { color: #FF0066; text-decoration: none; }
#leftontents a:link { color: #FF0066; text-decoration: none; }
#leftontents a:visited { color: #FF0066; text-decoration: none; }
#leftontents a:hover { color: #513b2f; text-decoration: underline; }
#leftontents a:active { color: #513b2f; text-decoration: none; }



/* Layout */
#wrapper {
	width: 900px;
	margin: 0 auto;
}

#header {
	position: relative;
	padding-bottom: 20px;
}

#contents {
	background: url(images/background_contents.jpg) top left repeat-y;
	padding: 0 15px 20px;
}

#maincontents {
	width: 650px;
	float: left;
}

#main_page {
	width: 100%;
	background: url(images/background_right.jpg) top right no-repeat;
}

#main_category {
	width: 600px;
	float: left;
}

#leftontents {
	width: 200px;
	padding-left: 20px;
	float: right;
	background: url(images/background_right.jpg) top right no-repeat;
	text-align: center;
}

#left_category {
	width: 250px;
	padding-left: 20px;
	float: right;
	background: url(images/background_right.jpg) top right no-repeat;
	text-align: left;
}

#footer {
	clear: both;
	width: 900px;
	height: 50px;
	margin: 0 auto;
	background: url(images/background_footer.jpg) top left no-repeat;
	/* margin-top: -15px; */
}


/* Header */
h1 {
	background: url(images/logo_onbrass.png) top left no-repeat;
	margin-top: 82px;
	margin-left: 90px;
	width: 187px;
	height: 60px;
	text-indent: -9987em;
}

h1 a {
	display: block;
	widows: 187px;
	height: 60px;
	overflow: hidden;
}

#header ul {
	margin: 30px auto 0;
	width: 700px;
}

#header li {
	margin-left: 10px;
	display: inline;
}

#header #memberonly {
	position: absolute;
	top: 30px;
	right: 5px;
	width: 160px;
}

#header ul a {
	padding: 5px;
	text-decoration: none;
	color: #513b2f;
}

#header ul a:hover {
	 background-color: #FFFFFF;
}


/* Contents */
h2 {
	background: url(images/point_h2.png) top left no-repeat;
	padding-left: 25px;
	font-size: 16px;
	font-weight: bold;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0;
}

p {
	margin: 0 20px 5px 20px;
}

.entry {
	margin-left: 10px;
	margin-right: 10px;
}

p.postinfo {
	text-align: right;
	margin-top: 20px;
}

span.pageprev { float: left;}
span.pagenext { float: right;}

#comments { clear: both; }


/* Footer */
#footer address {
	font-style: normal;
	font-family: Verdana, sans-serif;
	text-align: center;
	padding-top: 16px;
}


/* ====================
       Top Page
==================== */
h2.h2_top {
	padding-left: 0;
	background: none;
}

ul.ul_whats {
	margin: 10px 20px 20px;
}

#maincontents p.key_img {
	margin: 0 0 10px;
}


/* ====================
    Category Page
==================== */
#main_category h3 {
	margin: 10px 0;
	padding: 5px;
	background-color: #fff;
	font-size: 14px;
}

#main_category .post img {
	display: block;
	margin: 10px auto;
	padding: 5px;
	background-color: #fff;
}



/* ====================
      Link Page
==================== */
.linkcat h2 {
	margin-top: 20px;
}

.linkcat li {
	margin-bottom: 5px;
}

.linkcat li a {
	font-weight: bold;
}