/*
Theme Name: black
Theme URI: http://www.mycomfy.com
Description: black theme
Version: 1.0
Author:  mycomfy.com
Author URI: http://www.mycomfy.com/

This theme is education purpose.

*/

*{
	margin:0px;
	padding:0px;
}

/* for IE6 hack */
* html body {
	font-family:verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック";
	background-color:#2C2D27;
	color: #333;
	background-image: url(images/bg_img.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #fff;
}


/*--------------------------------------
	base
---------------------------------------*/

body {
	font-family:verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック";
	background-color:#2C2D27;
	color: #333;
	background-image: url(images/bg_img.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #fff;
}

/* for IE6 hack */
* html #container {
    margin-right: auto;
    margin-left: auto;
	padding-left:17px;
	padding-right:17px;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-y;
	background-position:center;
	text-align:center;
}


#container {
	width:814px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-y;
}

img {
	border:none;
}

h1,h2,h3,h4,h5 {
        margin: 0 0 1em 0;
        padding: 0;
        font-size: 100%;
}
ul {
	list-style-type: none;
}

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

/*=======================================
	 header
=======================================*/
/* for IE6 hack */
* html body div#header {
	display: block;
	background: url(images/headers_img.gif) no-repeat right;
	height: 140px;
	width: 835px;
	margin-top:30px;
	margin-left:auto;
	margin-right:auto;	
}

#header {
	display: block;
	background: url(images/headers_img.gif) no-repeat right;
	height: 140px;
	width: 835px;
	margin-top:30px;
	margin-left:auto;
	margin-right:auto;
	}
#header h1 {
	text-indent:-9999px;
	cursor:pointer;
}
#header h1 a {
	cursor:pointer;
}


/*-----site title-----*/
#header h1#sitename {
    margin: 0;
	padding: 25px 0 0 28px;/*25px 28px 0*/
	line-height: 1;
	font-size: 144%;
	font-weight: bold;
	text-indent:-9999px;
}

#header h1#sitename a {
	text-decoration: none;
}
#header h1#sitename a:hover {

}
#header p.description {
	margin: 0px;
	padding: 0 0 0 28px;/*0.3em 28px 0*/
	font-size: 92%;
	text-indent:-9999px;
}

/*=======================================
	contents
=======================================*/

#contents {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	width: 835px;
	height: auto;
}
/*-----clear fix-----*/
#contents:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

/*======================================
	main contents (right area)
=======================================*/
/* for IE6 hack */
* html body #main {
	float: left;
	width: 575px;
	height: auto;
	overflow-x: hidden;
	overflow-y: hidden;
}
#main {
	float: left;
	width: 575px;
	height: auto;
	overflow-x: hidden;
	overflow-y: hidden;
}
/*--------------------------------------
	entry
---------------------------------------*/
/* for IE6 hack */
* html body .entrybody {
	width: 527px;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	display: block;
}
.entrybody {
	width: 527px;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	display: block;
}

.entrybody .e_header {
	width: 535px;
	height: 22px;
	margin:0px;
	padding:0px;
}
.entrybody .e_mid {
	width: 505px;
	padding-left: 15px;
	padding-right: 15px;
	color: #666666;
	margin: 0px;
	line-height: 165%;
font-size: 75%;	
}

.posted  {
		font-size:80%;
		padding-left:15px;
		text-align:right;
}
.entry_footer {
	background-repeat:no-repeat;
	width: 535px;
	height: 22px;
	margin-bottom: 20px;
	margin-top: 0px;
	font-size:85%;

}

/*----- entry titlearea -----*/
.entrybody .titlearea {
	font-size: 0.85em;
	margin: 0px 0px 0px 0px;
	padding: 1px 0px 1px 0px;
	color: #000000;
	float: left;
	width:465px;
}

/*----- entry title -----*/
/**** entrybody h2 ****/
/* for IE6 hack */
* html body .h2 {
	background: url(images/t_arrow.gif) no-repeat left;	
	font-size:160%;
	margin-bottom:10px;
	font-weight:bold;
	color:#000000;
	padding:10px 0px 0px 15px;
	margin-bottom:10px;
	height:30px;
	width:505px;
}
.entrybody h2 {
	background: url(images/t_arrow.gif) no-repeat left;
	height:30px;
	font-size:160%;
	margin-bottom:15px;
	font-weight:bold;
	color:#000000;
	padding:10px 0px 0px 15px;
	margin-bottom:10px;
	width:505px;	
}
.entrybody h2 a {
	text-decoration: none;
}
.entrybody h2 a:visited {
	text-decoration: none;
}
.entrybody h2 a:hover {
	color: #e22c79;
}


/*----- entry data -----*/
.entrybody .data {
	font-size:70%;
}
.data p{
	padding:0px;
	margin:0px;
}

/**** post,cat ****/
/* for IE6 hack */
* html body .posttime {
	font-size:10px;
	line-height:normal;
	float:left;
	margin-top:0px;
	margin-bottom:5px;
}

.posttime {
	font-size:10px;
	line-height:normal;
	float:left;
	margin-top:5px;
	margin-bottom:5px;
}

/* for IE6 hack */
* html body .cat {
	font-size:10px;
	line-height:normal;
	margin-top:0px;
	margin-bottom:5px;
}
.cat {
	font-size:10px;
	line-height:normal;
	margin-top:5px;
	margin-left:10px;
	margin-bottom:5px;
}

/*--------------------------------------
	 entry text
---------------------------------------*/
/*----- entry_text box -----*/
.entry_text {
	clear:both;
	line-height:165%;
	padding:5px 15px 15px 15px;
	border-bottom: dotted 1px #999;	
}


/*======================================
	sidebar
=======================================*/
/* for IE6 hack */
* html body #side {
	width: 216px;
	float: right;
	margin: 0 0px 50px 0;
	padding: 0px 0px 0px 5px;
}
#side {
	width: 216px;
	float: right;
	margin: 0 5px 50px 0;
	padding: 0px 0px 0px 5px;
}
#side p {
	margin-top:0px;
	padding:0px;
}

#side #recentposts h2{
	background: url(images/re_entry.gif) no-repeat left center;
	text-indent:-9999px;
	margin-top:15px;
	margin-bottom:10px;
	width: 216px;
	height: 27px;
}
#side #calendar h2{
	background: url(images/calendar.gif) no-repeat left center;
	text-indent:-9999px;
	margin-top:15px;
	margin-bottom:10px;
	width: 216px;
	height: 27px;	
}
#side #re_comment h2{
	background: url(images/comment.gif) no-repeat left center;
	text-indent:-9999px;
	margin-top:15px;
	margin-bottom:10px;
	width: 216px;
	height: 27px;	
}
#side #link h2{
	background: url(images/link.gif) no-repeat left center;
	text-indent:-9999px;
	margin-top:15px;
	margin-bottom:10px;
	width: 216px;
	height: 27px;	
}
#side #archive h2{
	background: url(images/archive.gif) no-repeat left center;
	text-indent:-9999px;
	margin-top:15px;
	margin-bottom:10px;
	width: 216px;
	height: 27px;	
}
#side #category h2{
	background: url(images/category.gif) no-repeat left center;
	text-indent:-9999px;
	margin-top:15px;
	margin-bottom:10px;
	width: 216px;
	height: 27px;	
}
#side #search h2{
	background: url(images/search.gif) no-repeat left center;
	text-indent:-9999px;
	margin-top:15px;
	margin-bottom:10px;
	width: 216px;
	height: 27px;	
}
#side ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
/* for IE6 hack */
* html body #side li {
    margin: 0px 15px;
	font-size:12px;
}

#side li {
    margin: 3px 0 8px 15px;
	font-size:12px;
}

#side .olink p {
	margin-bottom:5px;
	padding:0px;
}

/*-----calendar-----*/
#calendar {
	font-family:Verdana;
	color:#666;
}
#calendar table {
	font-size:10px;
	width:196px;
	margin:0px;
	padding:0px;
	border-spacing:0px;
	border-collapse:collapse;
}
#calendar th {
	font-size:10px;
	font-weight:normal;
	color:#666;
	margin:0px;
	padding:0px;
	width:28px;
	height:20px;
	text-align:center;
}

#calendar td {
	border:none;
	font-size:10px;
	text-align:center;
	color:#666;
	margin:0px;
	padding:0px;
	height:20px;
}

#calendar td a:link {
	padding:2px 6px;
}


caption {
	text-align:left;
	font-size:12px;
	margin-bottom:0px;
}

/*======================================
	footer
=======================================*/
* html body #footer {
	width: 900px;
	height: 25px;
	margin: 25 auto 0 auto;
	padding: 0px;
	clear: both;
	font-family:Verdana;
	font-size:10px;
}
#footer {
	width: 900px;
	height: 25px;
	margin: 25 auto 0 auto;
	padding: 0px;
	clear: both;
}
address {
	font-style: normal;
    margin: 0;
    padding-top: 10px;
	text-align: center;
	color:#FFFFFF;
}
#footer p {
	margin: 0;
	padding-top: 3px;
	text-align: center;
	color:#666;
	font-size:10px;
}

#footer a:link {
	text-decoration:none;
	color:#666;
}
#footer a:hover {
	text-decoration: underline;
	color:#F69;
}
#footer a:visited {
	text-decoration: none;
	color:#666;
}

.h_navi {
    margin:0px 0 10px;
    padding-left: 5px;
    font-size: 10px;
	text-align:left;
}
/* navigation */
.single_nav {
    margin:0px 5px 15px auto;
	font-size:75%;
	text-align:right;
	padding-right:40px;
}
/* comment color */
.date,
.trackbacks_header,
.comments_header,
.comments_open_header {
    color:#990000;
    background: #FFFFFF;
}
/* an article or comment */
#comments, .entry {
    width:530px;
    margin: 0 5px 15px;
    color: #000000;
    background: #fff;
/*    background-position: right; 
    background-repeat: repeat-y; 
    background-image: url(".gif");*/
    font-size: 12px;
    line-height:150%;
    word-break: break-all;
}

#comments h3 {
	font-size:12px;
    color:#990000;
	margin-top:20px;
	margin-bottom:5px;
	background-color:#F4F4F2;
	padding:3px;
	border-left:solid 3px #990000;
}

.trackback_footer,
.comment_footer {
    margin-right: 2px;
    padding-top: 3px;
    border-top: 1px dotted #990000;
    font-size: 10px;
    text-align: right;
	padding-bottom:20px;
}

/* comment and trackback */
#comments_open_data p {
	font-size:10px;
}
#comment_post {
   font-weight: bold;
}
#comment_author, #comment_email, #comment_url, #comment_text {
   width: 220px;
}
#comment {
    width: 400px;
}
#comment_bake_cookie {
   margin-left: 2px;
   vertical-align: middle;
}
#comments_open_footer {
    text-align: center;
}
.comments_open label {
    display: block;
}
/* form */
form {
    margin: 0px;
}
#searchform fieldset {
    border: none;
}
#search-options,
input {
    padding: 1px;
}
#searchtext {
    width: 150px;
}

#pagetitle h2{
	font-size:14px;
    color:#990000;
	margin-bottom:30px;
	background-color:#F4F4F2;
	padding:3px;
	border-left:solid 3px #990000;
}
.entry_text .d_pun {
	font-size:10px;
	margin-top:15px;
	margin-bottom:10px;
}
