/*
	Theme Name: YB-Light
	Description: Easy and light theme by <a href="http://blog.seonews2.com/">Yellow Blog</a>
	Author: Aivar Azizov
	Author URI: http://blog.seonews2.com/
	Version: 1.3
	Tags:two columns,fixed width,white,light,blue,pink,easy,tags

*/

/* Reset ------------------- */
 
* { margin: 0; padding: 0; }


/* Global ------------------- */
 
body {
	color: #333;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-attachment: fixed;
}

ul { list-style: none; }
ol { list-style-position: inside; }

h1, h2, h3 { font: normal 24px Verdana; color: #eb95b8; }
h1 { font-size: 20px; margin-bottom: 7px; }
h2 {
	font-size: 18px;
	margin-bottom: 5px;
}
h3 { font-size: 16px; margin-bottom: 5px; }

a {
	text-decoration: none;
	color: #333;
}
a:hover { color: #333; }

h1 a {
	text-decoration: none;
	text-indent: -9999px;
}
h1 a:hover { color: #eb95b8; }

p { line-height: 18px; padding-bottom: 20px; }

pre { border: 1px solid #d5d8f9; background: #fafafa url(images/bg-block.png); padding: 10px; margin-bottom: 20px; }

.iepngfix { behavior: expression(IEPNGFIX.fix(this)); }
* html .iepngfix { behavior: expression(IEPNGFIX.fix(this)); }
.clear {
	clear: both;
}

.img { border: 0 none; }
.img a { border: 0 none; }

/* Blocks ------------------- */

img.bgmaximage{
  position:fixed !important;
}
#maincontent {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
}
#container {
	width: 100%;
	margin: 0;
	overflow: hidden;
}
#header {
	height: 210px;
	clear: both;
	width: 200px;
	background-image: url(images/sidebar.png);
	background-repeat: repeat;
	background-position: 0px 0px;
	left: 0px;
	top: 0px;
}
*html #header {
	behavior: expression(IEPNGFIX.fix(this));
	filter: Alpha(opacity=85);
    opacity:0.8;
}
#header h1 {
	text-indent: -9999px;
	behavior: expression(IEPNGFIX.fix(this));
	background-image: url(http://www.kisekiso.com/images/logo.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 200px;
	width: 200px;
}
#header h1 a {
	display: block;
	height: 200px;
	width: 200px;
	left: 0px;
	top: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
}
#content {
	width: 60%;
	float: left;
	padding: 20px;
	font-family: ＭＳ Ｐ明朝,細明朝体,serif;
	behavior: expression(IEPNGFIX.fix(this));
	background-image: url(images/post.png);
	background-repeat: repeat;
	background-position: 0px 0px;
	margin-left: 4%;
}
#content-top {
	width: 60%;
	float: left;
	padding: 20px;
	background-image: none;
	margin-left: 4%;
}
#sidebar {
	width: 200px;
	float: left;
	background-image: url(images/sidebar.png);
	background-repeat: repeat;
	background-position: 0px 0px;
	padding-top: 40px;
	padding-bottom: 60px;
}
*html #sidebar {
	behavior: expression(IEPNGFIX.fix(this));
	filter: Alpha(opacity=85);
    opacity:0.8;
}
#footer {
	clear: both;
	font-size: 11px;
	text-align: center;
	padding: 20px 0 10px 0;
	position: relative;
	bottom: 0px;
}

/* Logo ------------------- */

#logo { position: absolute; top: 50px; left: 15px; font: normal 28px Verdana; color: #549bcc; text-decoration: none; }


/* Header ------------------- */

#header ul { position: absolute; top: 175px; right: 15px; overflow: hidden; }
#header ul li { float: left; }
#header ul li a { color: #549bcc; text-decoration: underline; font-size: 14px; }
#header ul li a:hover { color: #eb95b8; }

/* Sidebar ------------------- */

#sidebar .block {
	margin-bottom: 10px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 6%;
}
#sidebar .block h2 {
	color: #FFF;
}
#sidebar .block li {
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 6px;
}
#sidebar .block li a {
	color: #FFF;
	text-decoration: none;
}
#sidebar .block li a:hover {
	color: #09F;
}

/* Post ------------------- */

.post {
	margin-bottom: 15px;
}
.post .date { font-size: 16px; color: #abbbac; margin-bottom: 10px; }
.post h2 {
	font-size: 18px;
	color: #333;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	margin-bottom: 10px;
	padding-bottom: 2px;
	padding-left: 4px;
}
.post h3 {
	font-size: 16px;
	color: #FFF;
	background-color: #990;
	padding: 3px;
	margin-bottom: 8px;
}
.post h4 {
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 12px;
}
.post h5 {
	border: 1px solid #333;
	margin-left: 10px;
	padding: 4px;
	font-size: 14px;
	font-weight: bold;
	overflow: auto;
	margin-top: 0px;
	margin-bottom: 4px;
}
.post p {
	padding-right: 20px;
	padding-left: 20px;
	font-size: 14px;
}
.post p a { text-decoration: none; color: #549bcc; border-bottom: 1px solid #333; }
.post p a:hover { color: #555; border-bottom: 1px solid #555; }
.imging {
	background-color: #000;
	margin-bottom: 5px;
	text-align: center;
}

/* Cotact Form */

div#content_box dl {background: url(../img/border_dot.gif) no-repeat left bottom; clear: both;width: 430px;height: auto;padding: 10px 0 10px;margin-right: 0;font-size: 12px;border-bottom: 1px dotted #ccc;}
div#content_box dl dt {float: left;width: 105px;display: inline;background-image: url(images/form_li.gif);background-repeat: no-repeat;background-position: left bottom;}
div#content_box span.atention {font: 10px;color: #FF0000;}
*html div#content_box dl dd {margin-left: 110px;text-indent: -3px;}
*html div#content_box dl dd input#catalog1,
*html div#content_box dl dd input#catalog2,
*html div#content_box dl dd input#catalog3 {text-indent: 0;}

div#content_box dl>dd {text-indent: 0;padding-left: 110px;}
div#content_box dl dd:after {height: 0;visibility: hidden;content: ".";display: block;clear: both;}
div#content_box dl dd input,
div#content_box dl dd textarea {display:inline;}
div#content_box dl dd input#item_code {margin-right: 10px;}


/*
 * Comments
 *
 */
 
h2#comments { color: #549bcc; margin-bottom: 10px; font-size: 16px; }
 
.comment { background: #fafafa; padding: 10px; margin-bottom: 10px; color: #777; }
.comment p { color: #333; font-size: 11px; line-height: 16px; }
.comment .author { margin-bottom: 5px; }

.comment-form { position: relative;z-index: 10; }
.comment-form h3 { color: #333; }
.comment-form p {  padding-bottom: 5px; }
.comment-form .text { width: 150px; height: 20px; margin-top: 5px; }
.comment-form label { margin-left: 5px; }
.comment-form textarea { width: 380px; height: 70px; margin-top: 5px; }
.comment-form .submit { margin-top: 5px; padding: 3px 5px; margin-bottom: 10px; }

.center { text-align: center; font-size: 16px; }

#footer { color: #549bcc; }
#footer a {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
	line-height: 16px;
}

*/
.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;
	-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-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

*/
img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}

img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}
img.left {
	float: left;
	padding-right: 6px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.alt {
	width: 100%;
	float: left;
	margin-bottom: 12px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #990;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #990;
}

/* bunner ------------------- */

/* ttrw */
.bnr-tt {
	height: 120px;
	width: 100%;
	background-color: #666;
	clear: both;
	overflow: auto;
	background-image: url(images/bnr.gif);
	background-repeat: repeat;
}
.bnr-tt a {
	background-image: url(images/bnr_tt.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 120px;
	width: 600px;
	cursor:pointer;
}
#tt {
	background-position: 0px 0px;
}
#tt:hover,#tt.hover {
	background-position: 0px -120px;
}
/* sarah */
.bnr-sf {
	height: 120px;
	width: 100%;
	background-color: #666;
	clear: both;
	overflow: auto;
	background-image: url(images/bnr.gif);
	background-repeat: repeat;
}
.bnr-sf a {
	background-image: url(images/bnr_sf.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 120px;
	width: 600px;
	cursor:pointer;
}
#sf {
	background-position: 0px 0px;
}
#sf:hover,#sf.hover {
	background-position: 0px -120px;
}
/* onlinesotre */
.bnr-str {
	height: 40px;
	width: 160px;
	background-color: #666;
	clear: both;
	overflow: auto;
	background-image: url(images/bnr.gif);
	background-repeat: repeat;
}
.bnr-str a {
	background-image: url(images/bnr_store.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 40px;
	width: 160px;
	cursor:pointer;
}
#str {
	background-position: 0px 0px;
}
#str:hover,#str.hover {
	background-position: 0px -40px;
}
.btn_store {
	height: 100px;
	width: 100%;
	background-color: #666;
	clear: both;
	overflow: auto;
	background-image: url(images/bnr.gif);
	background-repeat: repeat;
}
.btn_store a {
	background-image: url(images/btn_store.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 100px;
	width: 500px;
	cursor:pointer;
}
#store {
	background-position: 0px 0px;
}
#store:hover,#store.hover {
	background-position: 0px -100px;
}

