@charset "utf-8";

/* ---------------------------------------------------
Theme Name: ZEROWEB Boss Blog
Description: zeroweb boss's blog template
Date: 2010 02 01
Version: 1.0
Author: ZERO WEB
Author URI: http://www.zero-web.co.jp/
Tags: Japanese,template
---------------------------------------------------*/

* {
	margin:0px;
	padding: 0px;
}

body {
	text-align: center;
	font-size: 90%;
	font-family: "ＭＳ Ｐゴシック","ＭＳ ゴシック",Arial;
	line-height: 150%;
	background: url(images/bg_body.gif);
}

a:link {
	text-decoration: none;
	color: #0000FF;
}
a:active {
	text-decoration: none;
	color: #0000FF;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: underline;
	color: #0000FF;
}

img {
	border: none;
}

.item a img{
padding:3px;
border:3px solid #cccccc;
}


.clear {
	clear: both;
	line-height: 1px;
}

#wrapper {
	width: 1018px;
	margin: 0px auto;
	text-align: left;
	background: #ffffff;
	overflow: auto;
}

/*---------------------
header
----------------------*/
#header {
	width: 1018px;
}
#header h2 {
	display: none;
}

#container {
	clear: both;
	width: 950px;
	margin: 0px 0px 0px 23px;
	overflow: hidden;
}


/*---------------------
main
----------------------*/
#main {
	width: 560px;
	float: left;
	padding: 35px 0px 35px;
}

#main .section {
	margin: 0px 0px 20px 0px;
	border-bottom: solid 2px #9c9c9c;
}
#main  h3 {
	border-left: solid 5px #FF8A00;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 10px;
}


#main .section_head {
	width: 580px;
	overflow: auto;
	margin: 0px 0px 15px;
}
#main .section_head .date {
	background: #000000;
	color: #ffffff;
	font-size: 12px;
	line-height: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
	width: 80px;
	text-align: center;
}

#main .section_head h2 {
	padding: 2px 2px 2px 7px;
	font-size: 34px;
	line-height: 36px;
	font-weight: normal;
}
#main .section_head h2 a {
	color: #cc0000;
}
#main .section .item {
	padding: 10px;
}

#main .section p {
	padding: 0px 0px 10px;
}

#main .section_footer {
	padding: 5px 10px 15px;
}
#main .section_footer .cate {
	padding: 0px 15px 0px 18px;
	background: url(images/icon_cate.gif) no-repeat left center;
	float: left;
}
#main .section_footer .comment {
	float: left;
	padding: 0px 15px 0px 18px;
	background: url(images/icon_comment.gif) no-repeat left center;
}
#main .section_footer .section .bookmark {
	padding: 10px 0px;
	text-align: right;
}
#main .section_footer .section .bookmark img {
	margin: 0px 5px;
}


#main .wp-pagenavi {
	margin: 10px auto;
	text-align: center;
}

#main .comment {
	padding: 5px 10px;
}
#main .comment textarea {
	width: 500px;
	height: 100px;
}
#main .comment form {
	margin: 0px 0px 20px;
}

#main .comment .hissu {
	color: #cc0000;
	font-weight: bold;
}
#main .comment p {
	margin: 0px 0px 10px;
	font-size: 90%;
	line-height: 120%;
}




/*---------------------
sidebar
----------------------*/
#sidebars {
	float: right;
	width: 355px;
	font-size: 120%;
	line-height: 160%;
	overflow: hidden;
}
#sidebars .widget {
    margin: 0px 0px 20px 0px;
	padding: 0px 0px 10px 0px;
	font-size: 100%;
}
#sidebars .widget ul {
	list-style: none;
}
#sidebar_top {
	margin: 0px 0px 10px;
	text-align:right;
}

#sidebar_l {
	width: 160px;
	float: left;
}

#sidebar_r {
	width: 180px;
	float: right;
}
#sidebars a {
	color: #0000FF;
}
#sidebars .widget h2 {
	color: #cc0000;
	font-size: 18px;
	font-weight: bold;
	border-bottom: dotted 2px #cccccc;
	margin: 0px 0px 10px;
}

#sidebars .widget ul li {
	list-style: none;
	background: url(images/icon_sidebar.gif) no-repeat 0px 8px;
	padding: 0px 0px 0px 10px;
}



/*---------------------
footer
----------------------*/
#footer {
	clear: both;
	padding:20px 0;
	text-align: center;
	font-size: 120%;
	background: #000000;
	color: #ffffff;
}

#footer .widget {
	font-size: 85%;
	float: left;
	width: 200px;
	padding: 10px;
	margin:5px 0px 15px 27px;
	text-align: left;
	background: #ffffff;
	color: #000000;
}
#footer .widget h2 {
	color: #9f3818;
	font-size: 16px;
	font-weight: bold;
	border-bottom: dotted 2px #cccccc;
	margin: 0px 0px 10px;
}

#footer ul {
	list-style: none;
}

#footer ul li {
}

#footer #copyright {
	clear: both;
}


#rss-3 ul li{
margin: 0px 0px 5px 0px;
font-size: 12px;
line-height: 1.2em;
}