@charset "utf-8";
/*
Theme Name: labo
Theme URI: http://www.kikumasamune.co.jp/labo/
Description: 菊正宗の<a href="http://www.kikumasamune.co.jp/labo/">日本酒研究</a>のテーマ
Version: 1.0
Author: SIXBIRD
Author URI: http://www.6-bird.net/
Tags: white, two column

	nihonsyu v1.0
	 http://www.kikumasamune.co.jp/labo/

	This theme was designed by sidekick and built by SIXBIRD.
*/

/*
######################################
  Base 
######################################
*/
body {
	background: #FFFFFF url(images/bg.jpg) repeat center top;
}
#header {
	background: url(none);
	height: auto;
}
#content {
	background: #FFFFFF url(images/bg_contents_top.jpg) repeat-x left top;
	left: 50%;
	width: 860px;
	margin-left: -450px;
	padding: 30px 20px 30px 20px; 
}
*:first-child + html #content { /*IE7*/
	zoom: 1;
}

/* Left */
#mainContent {
	float: left;
	width: 610px;
}
/* Right */
#sideContent {
	float: right;
	width: 220px;
}
#footerWrap {
	background-color: #FFFFFF;
}

/* link */
a:active, a:visited, a:link {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}


/*
############################
  Logo 
############################
*/
#logo {
	float: left;
	height: 50px;
}
#logo a {
	background: url(images/logo.png) no-repeat left top;
	width: 379px;
	height: 0;
	padding-top: 30px;
	display: block;
	overflow: hidden;
}

/*
############################
  Top Logo 
############################
*/
#logoTop {
	float: right;
	height: 50px;
}
#logoTop a {
	background: url(images/logo_top.png) no-repeat left top;
	width: 174px;
	height: 0;
	margin-top: 22px; 
	padding-top: 28px;
	display: block;
	overflow: hidden;
}


/*
############################
  Menu 
############################
*/
#gMenu {
	clear: both;
	width: 900px;
	height: 40px;
}
#gMenu ul {
	text-decoration: none;
	list-style-type: none;
}
#gMenu li {
	display: inline;
}
#gMenu a {
	float: left;
	background: url(images/menu.png) no-repeat left top;
	width: 180px;
	height: 0;
	padding-top: 40px;
	overflow: hidden;
}
/* お燗研究所 */
#gMenu li.cat-item-1 a {
	background-position: 0 0;
}
/* Category 2 */
#gMenu li.cat-item-5 a {
	background-position: -180px 0 ;
}
/* Category 3 */
#gMenu li.cat-item-6 a {
	background-position: -360px 0;
}
/* Category 4 */
#gMenu li.cat-item-7 a {
	background-position: -540px 0;
}
/* Category 5 */
#gMenu li.cat-item-10 a {
	background-position: -720px 0;
}



/*
############################
  Main Images 
############################
*/
#headerMain {
	clear: both;
	padding: 5px 0;
}
* html #headerMain, *:first-child + html #headerMain  {/*ie6,7*/
	padding-top: 3px;
}
#headerMain h1 {
	width: 900px;
	height: 0;
	padding-top: 290px;
	display: block;
	overflow: hidden;
}
/* トップ */
body#home #headerMain {
	background: #6A3768;
}
body#home #headerMain h1 {
	background: url(images/top/img_main.jpg) no-repeat left top;
}

/* お燗研究所 */
body#category-okan #headerMain {
	background: #922C2C;
}
body#category-okan #headerMain h1 {
	background: url(images/category_01/img_main.jpg) no-repeat left top;
}

/* Category 2 */
body#category-cate-2 #headerMain {
	background: #922C2C;
}
body#category-cate-2 #headerMain h1 {
	background: url(images/category_02/img_main.jpg) no-repeat left top;
}

/* Category 3 */
body#category-cate-3 #headerMain {
	background: #922C2C;
}
body#category-cate-3 #headerMain h1 {
	background: url(images/category_03/img_main.jpg) no-repeat left top;
}

/* Category 4 */
body#category-cate-4 #headerMain {
	background: #922C2C;
}
body#category-cate-4 #headerMain h1 {
	background: url(images/category_04/img_main.jpg) no-repeat left top;
}

/* Category 5 */
body#category-cate-5 #headerMain {
	background: #922C2C;
}
body#category-cate-5 #headerMain h1 {
	background: url(images/category_05/img_main.jpg) no-repeat left top;
}



/*
############################
  for Top Page 
############################
*/
.cateInfo {
	clear: both;
	background: url(images/dotted_line.gif) repeat-x left top;
	padding-top: 15px;
	margin-top: 15px;
}
.cateInfoFirst {
	background: url(none);
	padding-top: 0;
	margin-top: 0;
}
* html .cateInfo h3.postTitle {/* ie6 */
	line-height: 1.5em;
}
.cateInfo h3.postTitle, .cateInfo p {
	overflow: hidden;	/* for modern browser */
	zoom: 1;	/* ie6 */
}




.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}


small {
	font-size: 10px;
	line-height: 1.5em;
}

h1, h2, h3 {
	font-weight: bold;
}
.entry h1 {
	font-size: 16px;
	margin: 30px 0 20px;
}
.entry h2 {
	font-size: 15px;
	margin: 30px 0 15px;
}
.entry h3 {
	font-size: 14px;
	margin: 30px 0 10px;
}
h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
}




/* index.php のh2,h3 */
h2#categoryTitle {
	margin-bottom: 20px;
	color: #FFFFFF;
	font-size: 15px;
}
h2#categoryTitle .categoryTitleInner {
	padding: 10px 10px;
	width: 590px;
}
h2.postTitle, h3.postTitle {
	font-size: 13px;
	color: #9F2E2E;
	padding-bottom: 12px;
	margin-bottom: 10px;
	line-height: 1em;
}
* html h3.postTitle, *:first-child + html h3.postTitle  {/*ie6,7*/
	line-height: 1.1em;
}
h2.postTitle a, h3.postTitle a {
	text-decoration: none;
}
body#home h2#categoryTitle {
	background: url(images/top/bg_category_title_btm.gif) no-repeat left bottom;
}
hbody#home 2#categoryTitle .categoryTitleInner {
	background: url(images/top/bg_category_title_top.gif) no-repeat left top;
}
body#home h2.postTitle, body#home h3.postTitle, body#home h3.home {
	background: url(images/top/posttitle_line.gif) no-repeat left bottom;
}

body#category-okan h2#categoryTitle {
	background: url(images/category_01/bg_category_title_btm.gif) no-repeat left bottom;
}
hbody#category-okan 2#categoryTitle .categoryTitleInner {
	background: url(images/category_01/bg_category_title_top.gif) no-repeat left top;
}
body#category-okan h2.postTitle, body#category-okan h3.postTitle, body#home h3.category-okan {
	background: url(images/category_01/posttitle_line.gif) no-repeat left bottom;
}

body#category-cate-2 h2#categoryTitle {
	background: url(images/category_02/bg_category_title_btm.gif) no-repeat left bottom;
}
hbody#category-cate-2 h2#categoryTitle .categoryTitleInner {
	background: url(images/category_02/bg_category_title_top.gif) no-repeat left top;
}
body#category-cate-2 h2.postTitle, body#category-cate-2 h3.postTitle, body#home h3.category-cate-2 {
	background: url(images/category_02/posttitle_line.gif) no-repeat left bottom;
}

body#category-cate-3 h2#categoryTitle {
	background: url(images/category_03/bg_category_title_btm.gif) no-repeat left bottom;
}
hbody#category-cate-3 h2#categoryTitle .categoryTitleInner {
	background: url(images/category_03/bg_category_title_top.gif) no-repeat left top;
}
body#category-cate-3 h2.postTitle, body#category-cate-3 h3.postTitle, body#home h3.category-cate-3 {
	background: url(images/category_03/posttitle_line.gif) no-repeat left bottom;
}

body#category-cate-4 h2#categoryTitle {
	background: url(images/category_04/bg_category_title_btm.gif) no-repeat left bottom;
}
hbody#category-cate-4 h2#categoryTitle .categoryTitleInner {
	background: url(images/category_04/bg_category_title_top.gif) no-repeat left top;
}
body#category-cate-4 h2.postTitle, body#category-cate-4 h3.postTitle, body#home h3.category-cate-4 {
	background: url(images/category_04/posttitle_line.gif) no-repeat left bottom;
}

body#category-cate-5 h2#categoryTitle {
	background: url(images/category_05/bg_category_title_btm.gif) no-repeat left bottom;
}
hbody#category-cate-5 h2#categoryTitle .categoryTitleInner {
	background: url(images/category_05/bg_category_title_top.gif) no-repeat left top;
}
body#category-cate-5 h2.postTitle, body#category-cate-5 h3.postTitle, body#home h3.category-cate-5 {
	background: url(images/category_05/posttitle_line.gif) no-repeat left bottom;
}

/* POST AUTHER & POST DATE */
p.postAuthor {
	background: url(images/dotted_line.gif) repeat-x left bottom;
	margin-bottom: 20px;
	padding-bottom: 10px;
	text-align: right;
	font-size: 10px;
	line-height: 1em;
}



/* ENTRY AREA */
.entry {
	clear: both;
}
.entry p {
	margin-bottom: 1.8em;
}


.postmetadata {
	text-align: right;
	font-size: 10px;
	line-height: 1em;
}
.postmetadata a {
	color: #333333;
	text-decoration: none;
}
.postmetadata a:hover {
	text-decoration: underline;
}
.entry img, .cateInfo img {
	border: 5px solid #E9DEC8;
}


strong {
	font-weight: bold;
}
em {
	font-style: italic;
}





/*
######################################
  Comments 
######################################
*/
#comment {
	clear: both;
	margin-bottom: 30px;
}
#comment h3 {
	clear: both;
	font: 15px Georgia, serif;
	margin-bottom: 10px;
}


.tbList li, .commentlist li, #commentform input, #commentform textarea {
	font-size: 11px;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

.commentlist cite, .commentlist cite a {
	}

.commentlist li {
	margin: 0 0 15px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	margin: 10px 5px 10px 0;
}

.tbList li {
	margin: 0 0 15px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	border:1px solid #DDDDDD;
}

#commentform {
	margin: 5px 10px 0 0;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 450px;
	padding: 2px;
}
#commentform #submit {
	margin: 0 0 5px auto;
}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
}
.alt {
	margin: 0;
	padding: 10px;
	}

.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	font-weight: normal;
}
/* End Comments */


.nocomments, blockquote, strike {
	color: #666666;
}

code {
	font-size: 1.1em;
}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
}

.trackback {
	margin-bottom: 30px;
}
.trackback h3 {
	font: 15px Georgia, serif;
	margin-bottom: 10px;
}
#tb_url {
	width: 450px;
	padding: 5px;
	border: none;
	background: #EEEEEE;
}
/* End Typography & Colors */



/* Begin Structure */
#page {
}




/*
############################
  Post 
############################
*/
.post {
	background: url(images/bg_content_mdl.gif) repeat-y left top;
	margin-bottom: 30px;
}
.postInnerTop {
	background: url(images/bg_content_top.jpg) no-repeat left top;
	padding: 20px;
}
.postInnerBtm {
	clear: both;
	background: url(images/bg_content_btm.gif) no-repeat left bottom;
	margin-top: 10px;
	padding: 10px 20px;
}
.post hr {
	background: url(images/dotted_line.gif) repeat-x left top;
	display: block;
	height: 1px;
	width: 100%;
	border: none;
	margin-bottom: 15px;
}



.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

/* End Structure */






/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	margin: 0 0 10px 10px;
	display: inline;
	}

img.alignleft {
	margin: 0 10px 10px 0;
	display: inline;
	}
.cateInfo img.alignleft {
	margin: 0 10px 0 0;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
.btnStudy img{
	border: none;
	margin: 0;
}
p.btnStudy  {
	margin-top: 1em;
}

/* End Images */



/*
############################
  Entry 
############################
*/
html>body .entry ul {
	margin-left: 20px;
	margin-bottom: 1.5em;
	list-style-image: none;
	list-style-type: circle;
	}

html>body .entry li {
	margin: 5px 0;
	padding-left: 5px;
}


.entry ol {
	padding: 0 0 0 20px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}



/*
######################################
  Right Side 
######################################
*/
#sideContent {
	color: #FFFFFF;
}
#sideContent h3 {
	font-size: 13px;
	width: 210px;
	height: 42px;
	line-height: 42px;
	margin: 0px;
	padding-left: 10px;
	font-weight: normal;

}

#sideContent ul, #sideContent ul ol {
	margin: 0;
	padding: 0;
}

#sideContent ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}

#sideContent ul p, #sideContent ul select {
	margin: 5px 0 8px;
	}

#sideContent ul ul, #sideContent ul ol {
	margin: 5px 0 0 0;
	}

#sideContent ul ul ul, #sideContent ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sideContent ul ol li {
	list-style: decimal outside;
}

#sideContent ul ul li {
	margin: 3px 0 0;
	padding: 0 0 0 15px;
}
#sideContent ul ol li {
	margin: 3px 0 0;
	padding: 0;
}
#sideContent ul ul li a, #sideContent ul ol li a {
	text-decoration: none;
}
#sideContent ul ul li a:hover, #sideContent ul ol li a:hover {
	text-decoration: underline;
}


.widget {
	padding-bottom: 20px;
}
.widgetInner {
	padding: 0 15px;
}

.sideAreaLine {
	background: url(images/side_line.gif) no-repeat left top;
	display: block;
	width: 220px;
	height: 4px;
	margin-bottom: 15px;
}


/*
############################
  Category Profile
############################
*/
#categoryProfile {
	margin-bottom: 10px;
	background: #222222;
}
#categoryProfile h3 {
	background: url(images/bg_category_profile_top.jpg) no-repeat left top;
}
#categoryProfile p {
	padding: 15px 10px;
	font-size: 11px;
}
#categoryProfileBtm {
	background: url(images/bg_category_profile_btm.gif) no-repeat left bottom;
	height: 5px;
}


/*
############################
  Sub Category 
############################
*/
#subCategory {
	margin-bottom: 15px;
}
#subCategory ul {
	margin: 15px 10px -0.5em;
	padding: 0;
}
#subCategory li a {
	background: url(images/icon/icon_circle.png) no-repeat left center;
	margin-bottom: 1em;
	padding-left: 15px;
	line-height: 1em;
}
* html #subCategory li a {/*ie6*/
	margin-bottom: 5px;
}
#subCategory li a {
	color: #FFFFFF;
	text-decoration: none;
}
#subCategory li a:hover {
	text-decoration: underline;
}
#subCategoryBtm {
	height: 5px;
}

/* トップ */
body#home #subCategory h3 {
	background: url(images/top/bg_subcategory_top.jpg) no-repeat left top;
}
body#home #subCategoryBtm {
	background: url(images/top/bg_subcategory_btm.gif) no-repeat left bottom;
}
body#home #subCategory {
	background: #6A3768;
}

/* お燗研究所 */
body#category-okan #subCategory h3 {
	background: url(images/category_01/bg_subcategory_top.jpg) no-repeat left top;
}
body#category-okan #subCategoryBtm {
	background: url(images/category_01/bg_subcategory_btm.gif) no-repeat left bottom;
}
body#category-okan #subCategory {
	background: #922C2C;
}

/* Category 2 */
body#category-cate-2 #subCategory h3 {
	background: url(images/category_02/bg_subcategory_top.jpg) no-repeat left top;
}
body#category-cate-2 #subCategoryBtm {
	background: url(images/category_02/bg_subcategory_btm.gif) no-repeat left bottom;
}
body#category-cate-2 #subCategory {
	background: #922C2C;
}

/* Category 3 */
body#category-cate-3 #subCategory h3 {
	background: url(images/category_03/bg_subcategory_top.jpg) no-repeat left top;
}
body#category-cate-3 #subCategoryBtm {
	background: url(images/category_03/bg_subcategory_btm.gif) no-repeat left bottom;
}
body#category-cate-3 #subCategory {
	background: #922C2C;
}

/* Category 4 */
body#category-cate-4 #subCategory h3 {
	background: url(images/category_04/bg_subcategory_top.jpg) no-repeat left top;
}
body#category-cate-4 #subCategoryBtm {
	background: url(images/category_04/bg_subcategory_btm.gif) no-repeat left bottom;
}
body#category-cate-4 #subCategory {
	background: #922C2C;
}

/* Category 5 */
body#category-cate-5 #subCategory h3 {
	background: url(images/category_05/bg_subcategory_top.jpg) no-repeat left top;
}
body#category-cate-5 #subCategoryBtm {
	background: url(images/category_05/bg_subcategory_btm.gif) no-repeat left bottom;
}
body#category-cate-5 #subCategory {
	background: #922C2C;
}


/*
############################
  Recent Entry  (全カテゴリ同じ)
############################
*/
#recentEntry {
	margin-bottom: 15px;
}
#recentEntry ul {
	margin: 15px 10px -0.5em;
	padding: 0;
}
#recentEntry li a {
	background: url(images/icon/icon_circle.png) no-repeat left center;
	margin-bottom: 1em;
	padding-left: 15px;
	line-height: 1em;
}
* html #recentEntry li a {/*ie6*/
	margin-bottom: 5px;
}
#recentEntry li a {
	color: #FFFFFF;
	text-decoration: none;
}
#recentEntry li a:hover {
	text-decoration: underline;
}
#recentEntryBtm {
	height: 5px;
}
#recentEntry h3 {
	background: url(images/top/bg_entry_top.jpg) no-repeat left top;
}
#recentEntryBtm {
	background: url(images/top/bg_entry_btm.gif) no-repeat left bottom;
}
#recentEntry {
	background: #A37B35;
}


#sideBanner {
}
#sideBanner li {
	background: url(none) !important;
	padding-left: 0  !important;
}


/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sideContent #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sideContent #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

/* End Form Elements */






/* Begin sideContent */
#sideContent
{
}

#sideContent form {
	margin: 0;
	}
/* End sideContent */



/* Begin Calendar */

#wp-calendar {
	empty-cells: show;
	width: 190px;
	color: #757472;
}

#wp-calendar a {
	text-decoration: none;
	display: block;
	font-weight: bold;
}

#wp-calendar caption {
	text-align: center;
	font-weight: bold;
	color: #44562C;
	margin-bottom: 15px;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	text-align: center;
}
#wp-calendar th, #wp-calendar tr {
	font-size: 11px;
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 11px;
	font-weight: normal;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #f6f5f1; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 10px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.hidden {
	display: none;
	}



.navigation {
	clear: both;
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-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;
}
/* End captions */


/* ----- Style for Ktai Entry ----- */
.photo {
	padding-right:6px;
	float:left;
	line-height:110%;
	font-size:0.85em;
	text-indent:0;
}
.photo img {
	background:white;
	margin:0 4px 4px 0;
	padding:3px;
	border:1px solid #999;
}
.photo-end {
	clear:left;
}
/* ---------- */


/* iepngfix */
/*
#logo a, #contentBtm, #headerMain a {
	behavior: url(../../../../common/js/iepngfix.htc)
}
*/


