/*  
Theme Name: maicro baits
Theme URI: http://www.maicrobaits.jp/
Description: maicro baitsのテーマ
Copyright: 2008
Version: 1.0
Author: Ryosuke Hosoi
Tags: fixed width, simple, clean, one columns, orange
*/

/* サイト全体
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

* {
	margin: 0;
	padding: 0;
	outline: none;
}
body {
	margin:  6px 0 0;
	font: normal 100%/160% Sans-Serif;
	background: #fff url(images/bg.png) repeat-x;
}
li {
	list-style: none;
}
hr {
	clear: both;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	visibility: hidden;
	margin: 0;
	padding: 0;
}
/* 見出し
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

h1, h2, h3, h4, h5 {
	clear: both;
	font-family: Sans-Serif;
	font-weight: bold;
	color: #fa9300;
}
h1 {
	font-size: 1.3em;
}
h2 {
	font-size: 1.2em;
}
h3 {
	font-size: 1.1em;
}
/* リンク
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #84755c;
}
/* ページ全体の要素
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#wrapper {
	position: relative;
	width: 860px;
	padding: 0 10px;
	margin: 0 auto;
}
#wrapper:after, #header:after, .post:after, .post-date:after {
	content:  ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#header {
	position: relative;
	height: 140px;
	margin-bottom: 10px;
}
#content {
	width: 790px;
	float: left;
	min-height: 455px;
	padding: 25px 0 5px 0;
}
#sidebar {
	display: none;
}
/* ヘッダ内要素
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#site-meta {
	position: absolute;
	left: 0;
	top: 10px;
}
#site-meta img {
	border: 0px;
	vertical-align: top;
}
#header ul {
	position: absolute;
	left: 120px;
	bottom: 1px;
	font: 13px Sans-Serif;
	font-weight: bold;
	list-style: none;
	margin-top: -6px;
	padding: 0;
	text-transform: none;
}
#header li {
	display: inline;
}
#header li a {
	float: left;
	display: block;
	padding: 8px 7px 8px 7px;
	color: #84755c;
	text-decoration: none;
	margin-right: 2px;
	background:#fa9300;
	border: 1px solid #ffffff;
	border-bottom: none;
	width: 80px;
	text-align: center;
}
#header li a:hover {
	color: #f7951e;
	background-color:#fff;
	border: 1px solid #ffffff;
	border-bottom: none;
}
#header li.current_page_item a {
	color: #3E1403;
	background-color:#FFF;
	border: 1px solid #ffffff;
	border-bottom: none;
}
#header li.current_page_parent a {
	color: #3E1403;
	background-color:#FFF;
	border: 1px solid #ffffff;
	border-bottom: none;
}
#header li.current_page_ancestor a {
	color: #3E1403;
	background-color:#FFF;
	border: 1px solid #ffffff;
	border-bottom: none;
}
/* 投稿/ページの要素
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.post {
	margin: 0 0 40px 0;
	padding: 0 0 10px 0;
}
.post h2 {
	margin: 0 0 .2em;
	font-size: 1.6em;
}
.post h2 a {
	color: #864901;
}
.post h2 a:hover {
	color: #84755c;
}
.post-info {
	background: url(images/hr.gif) 0% 0% no-repeat;
	padding: 5px 0;
	font-size: 90%;
	margin: 10px 0;
	color: #999;
}
.post-info a {
	color: #999;
}
.post-info a:hover {
	color: #84755c;
}
.post-info .setting, .post-entry .setting {
	padding:3px;
	padding-left:20px;
	margin-right: 5px;
}
.post-info .datetime, .post-entry .datetime {
	background:#fff url(images/clock.png) no-repeat 0 2px;
}
.post-info .user, .post-entry .user {
	background:#fff url(images/user.png) no-repeat 0 2px;
}
.post-info .filedlink, .post-entry .filedlink {
	background:#fff url(images/document.png) no-repeat 0 2px;
}
.post-info .commentslink, .post-entry .commentslink {
	background:#fff url(images/comments.png) no-repeat 0 2px;
}
.post-info .editlink, .post-entry .editlink {
	background:#fff url(images/write.png) no-repeat 0 2px;
}
.post-entry p {
	margin: 0 0 1em 0;
}
.post-entry a {
	color: #4f6373;
}
.post-entry a:hover {
	color: #84755c;
}
.post-entry span.more-link {
	display: block;
	margin: 10px 0;
}
.post-entry span.more-link a {
	color: #864901;
}
.post-entry span.more-link a:hover {
	color: #84755c;
}
.post-entry ul, .post-entry ol {
	margin: 0 0 0.2em 0;
}
.post-entry ul {
	margin-left: 1.5em;
}
.post-entry ul li, .post-entry ol li {
	list-style: circle;
	border-bottom: 1px solid #fafafa;
	padding: 0;
}
.post-entry ol {
	margin-left: 2em;
}
.post-entry ol li {
	list-style: decimal;
}
.post-entry blockquote {
	margin: 1.5em;
	padding: 1em;
	color: #999;
	font-style: italic;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	clear: both;
}
.post-entry img {
	float: left;
	margin: .4em 0 0 1em;
	padding: 0 10px 10px 0;
}
.post-entry img.align-right {
	float: right;
	margin: .4em 0 0 1em;
	padding: 0 0 10px 10px;
}
.post-entry img.align-left {
	float: left;
	margin: .4em 1em 0 0;
	padding: 0 10px 10px 0;
}
.post-entry img.align-center {
	display: block;
	margin: .4em auto;
	padding: 0 10px 10px 10px;
}
.post-meta {
	font-size: 95%;
	color: #999;
}
.post-meta a {
	color: #999;
}
.post-meta a:hover {
	color: #84755c;
}
.post-arch-info {
	font-size: 95%;
	color: #999;
	margin: 0 0 2em;
	padding: 0 0 1em;
	border-bottom: 1px solid #f5f5f5;
}
.wp-pagenavi {
	font-size: 11px;
	text-transform: uppercase;
	clear: both;
	color: #555;
	padding: 0;
	text-align: right;
}
.wp-pagenavi a, .wp-pagenavi .current {
	padding: 3px 7px;
	border: 1px solid #ccc;
	color: #f7951e;
	margin-left: 1px;
	font-weight: normal;
}
.wp-pagenavi a:hover, .wp-pagenavi .current {
	color: #555;
	background: #e2e2e2;
	font-weight: normal;
}
.wp-pagenavi .pages {
	float: left;
	line-height: 13px;
}

/* トップページのニュース一覧
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */
div.home-news {
	float: left;
	width: 320px;
	margin-right: 1em;
}
ul.home-news {
	margin-left: 0em;
}
ul.home-news li {
	list-style: none;
}
ul.home-news li p {
	font-size: 90%;
	margin: 0 0 0 0.5em;
}

/* 商品一覧ページ
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */
p.product {
	clear: none;
	float: left;
	text-align: center;
	margin-right: 1em;
}
p.product img {
	border: 0px;
}
/* 商品詳細ページ
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */
img.title {
	float: none;
	border: 0px;
}
img.photo {
	float: right;
	border: 0px;
}
img.photo-center {
	display: block;
	margin: 0.4em auto;
	border: 0px;
}
img.photo-left {
	float: left;
	border: 0px;
}
p.catch {
	clear: left;
	text-align: center;
}
p.spec {
	clear: left;
}
p.spec .catch {
	text-align: center;
}
p.desc {
	clear: both;
}

p.cc {
	text-align: center;
	float: left;
	width: 120px;
	padding: 0 0.5em 1em 0;
	margin: 0;
}
p.cc img {
	border: 0px;
}
p.cc2 {
	text-align: center;
	float: left;
	width: 120px;
	height: 120px;
	padding: 0em 1em 1em 1em;
	margin: 0;
}
p.cc2 img {
	border: 0px;
}
p.back {
	clear: both;
	text-align: right;
}

/* アイコン付きのリンク
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */
a.back, p.back a {
	background: url(images/back.gif) no-repeat center left;
	padding: 0 0 0 18px;
}
a.cc {
	background: url(images/graphics.gif) no-repeat center left;
	padding: 0 0 0 18px;
}
a.video {
	background: url(images/multimedia.gif) no-repeat center left;
	padding: 0 0 0 18px;
}
a.movie {
	background: url(images/movie.gif) no-repeat center left;
	padding: 0 0 0 18px;
}
a.go {
	background: url(images/forward.gif) no-repeat center left;
	padding: 0 0 0 18px;
}
a.mail {
	background: url(images/mail.gif) no-repeat center left;
	padding: 0 0 0 18px;
}

.post-entry object {
	clear: left;
	float: left;
	margin: 0 1em 2em 0;
}

/* 問い合わせフォーム
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */
form.wpcf7-form {
	margin-left: 2em;
}

/* WP 2.6 REQUIRED ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/* フッタの要素
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#footer_wrap {
	position: relative;
	clear: both;
	background: #808080 url(images/footer.png) repeat-x;
	text-align: center;
	padding: 20px 0 20px 0;
	color: #eee;
	margin-top: 0px;
}
#footer {
	position: relative;
	clear: both;
	text-align: left;
	font-size: 12px;
	width: 860px;
	padding: 0 10px;
	margin: 0 auto;
}
#footer a {
	color: #eee;
}
#footer a:hover {
	color: #f7951e;
}
#rss {
	position: absolute;
	right: 20px;
	bottom: 0;
	margin: 0;
}
#rss-entries {
	background: url(images/rss-entries.png) no-repeat 0 0;
	border: none;
	float: left;
	height: 18px;
	margin: 0 4px 0 0;
	padding: 0;
	text-decoration: none;
	text-indent: -3000px;
	width: 46px;
}
#rss-entries:hover {
	background: url(images/rss-entries.png) no-repeat 0 -18px;
}
