/*

Theme Name: themes001
Theme URI: http://www.kin-kagi.com/
Description: themes for kibougaoka-culture-park.
Version: 1.00
Author: Toshiyuki Tanaka
Author URI: http://www.kin-kagi.com/

*/


/* Begin Images */
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: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;
	}

.alignright 02{
	text-align: right;
                      margin:0px 80px 0px 0px;
	}


.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 */