@charset "utf-8";
/*
Theme Name: ヤマネウッディリフォームBLOG
Theme URI: 
Description: ヤマネウッディリフォームBLOG
Version: 1.0
Author: TSSソフトウェア
Author URI: http://www.tss-sw.co.jp/
Tags: 
*/

div.category ul li { list-style-type: none }


/* 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 {
	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
	}
/* End Images */


/*コメント*/
.alt {
    margin: 0;
    padding: 10px;
    background-color: #eee;
    border-top: solid 1px #005BAC;
    border-bottom: solid 1px #005BAC;
}
h3 {
    font-weight: bold;
    font-size: 1.1em;
    color: #000;
    text-decoration: none;
}
.commentlist {
    width:635px;
    padding: 0;
    margin:0 0 20px 0;
}
.commentlist li {
    margin: 5px 0 3px 0;
    padding: 5px 10px 3px;
    list-style: none;
    font-weight: bold;
}
.commentlist li .avatar { 
    float: right;
    border: 1px solid #eee;
    padding: 2px;
    background: #fff;
}
.commentlist p {
    margin: 10px 5px 10px 0;
}
.commentlist cite, .commentlist cite a {
    font-weight: bold;
    font-style: normal;
}
.commentlist p {
    font-weight: normal;
    line-height: 1.5em;
    text-transform: none;
}

#commentform p {
    margin: 5px 0;
}
.nocomments {
    text-align: center;
    margin: 0;
    padding: 0;
}
.commentmetadata {
    margin: 0;
    display: block;
}
.commentlist li, #commentform input, #commentform textarea {
    font-size:0.9em;
}


