/*

Theme Name: themes001
Theme URI: http://www.ritsmate.jp/
Description: The original designed theme for website.
Version: 1.0
Author: Toshiyuki Tanaka
*/


/* Begin Images */
div#wp-contents p, h3, h4 {
	clear: both;
	}

div#wp-contents 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) */

div#wp-contents p a img {
	border: 1px solid #999999;
	}

div#wp-contents p a img.noborder,div#wp-contents p a:hover img.noborder {
	border: none;
	}

div#wp-contents p a:hover img {
	border: 1px solid #000000;
	}

div#wp-contents img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

div#wp-contents img.alignright {
	margin: 5px 0 10px 15px;
	padding: 0px;
	display: inline;
	}

div#wp-contents img.alignleft {
	padding: 0px;
	margin: 5px 15px 10px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */


/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
/*	text-align: justify; */
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


/* WP-Table CSS File v1.50 */

table.wptable {
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	margin: 5px 0px;
	width: 100%;
}

/* header row*/
.wptable th {
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	padding: 10px;
	margin: 0px;
	background: #efefef;
	font-weight: normal;
}

/* normal row*/
.wptable td {
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	padding: 10px;
	margin: 0px;
}

/* alternative rwo */
.wptable tr.alt {
  	background-color: #F4F4EC; 
}
