@charset "utf-8";
*{
	margin:0px;
	padding:0px;
	list-style:none;
	}

h2{
	font-size:120%;
	padding:20px 0px 5px;
	}

h2.pagetitle{
	background:#666666;
	color:#FFFFFF;
	padding:4px;
	margin:0px 0px 30px;
	text-align:center;
	}
	

a{
	text-decoration:none;
	color:#003399;
	}

a:hover{
	color:#CC3300;
	}

p{
	margin-bottom:10px;
	font-size:90%;
	line-height:1.4em;
	}

img{
	border:0px;
	}

body{
	background:url(images/background_01.jpg) repeat-x;
	font-family: arial,sans-serif,Verdana;
	font-size:85%;
	color:#666666;
	}

#header{
	height:186px;
	padding-top:34px;
	padding-left:128px;
	/*background:url(images/bk_header_01.jpg) no-repeat;*/
	}

/*.kyo-mise #header{
	background:url(images/bk_header_02.jpg) no-repeat;
	}

.homme #header{
	background:url(images/bk_header_03.jpg) no-repeat;
	}

.kamishichiken #header{
	background:url(images/bk_header_04.jpg) no-repeat;
	}*/

#headerimg{
	width:80px;
	float:left;
	}

#headerimg a{
	display:block;
	height:180px;
	width:80px;
	background:url(images/logo_01.jpg) no-repeat;
	text-indent:-200px;
	overflow:hidden;
	}

#mainMenu ul{
	padding-top:109px;
	padding-left:183px;
	}

#mainMenu li{
	float:left;
	margin-right:20px;
	}

.menuEvent a{
	background:url(images/menuEvent.jpg) no-repeat;
	width:83px;
	height:20px;
	display:block;
	overflow:hidden;
	text-indent:-200px;
	}

.menuKyomise a{
	background:url(images/menuKyomise.jpg) no-repeat;
	width:102px;
	height:20px;
	display:block;
	overflow:hidden;
	text-indent:-200px;
	}

.menuHomme a{
	background:url(images/menuHomme.jpg) no-repeat;
	width:121px;
	height:20px;
	display:block;
	overflow:hidden;
	text-indent:-200px;
	}

.menuKamishichiken a{
	background:url(images/menuKamishichiken.jpg) no-repeat;
	width:97px;
	height:20px;
	display:block;
	overflow:hidden;
	text-indent:-200px;
	}

.menuAbout a{
	background:url(images/menuAbout.jpg) no-repeat;
	width:66px;
	height:20px;
	display:block;
	overflow:hidden;
	text-indent:-200px;
	}

.menuContact a{
	background:url(images/menuContact.jpg) no-repeat;
	width:88px;
	height:20px;
	display:block;
	overflow:hidden;
	text-indent:-200px;
	}

#sideMenu{
	/*background:url(images/bk_sideMenu.jpg) no-repeat;*/
	width:228px;
	height:42px;
	}

#sideMenu ul{
	padding-top:9px;
	padding-left:26px;
	}

#sideMenu li{
	float:left;
	margin-right:20px;
	}

#page{
	width:820px;
	margin:0px auto;
	background:url(images/bk_page_01.jpg) repeat-y;
	}

#pageTop{
	background:url(images/header_01.jpg) no-repeat;
	}

#sidebar{
	width:228px;
	margin-left:35px;
	margin-top:15px;
	float:left;
	}

#contentTop{
	/*background:url(images/bk_content_01.jpg) no-repeat;*/
	}

#content{
	width:420px;
	padding:10px 40px;
	margin-left:29px;
	float: left;
	}

#clear{
	clear:both;
	}

.contetBottom{
	height:50px;
	background:url(images/contentBottom.jpg) no-repeat;
	}

#footer{
	height:50px;
	padding-top:10px;
	background:#000000;
	color:#CCCCCC;
	}

#footer p{
	width:750px;
	display:block;
	margin:0px auto;
	font-size:80%;
	}

#footer a{
	color:#999999;
	}

#searchform{
	border:#CCCCCC 1px solid;
	padding:10px 30px;
	margin:20px 0px 0px;
	}

#searchform label{
	font-size:80%;
	}

.post{
	margin-bottom:50px;
	}

.post h3{
	font-weight:bold;
	border-bottom:#666666 2px solid;
	border-right:#666666 1px solid;
	border-top:#CCCCCC 1px solid;
	border-left:#CCCCCC 1px solid;
	font-size:120%;
	padding-left:15px;
	line-height:2.5em;
	background:url(/blog/wp-content/themes/YUZUKI/images/back_title.jpg) repeat-x bottom;
	clear:both;
	}


small.date{
	display:block;
	margin-bottom:10px;
	text-align:right;
	}

#wp-calendar{
	font-size:80%;
	padding:0px 12px;
	}

#wp-calendar caption{
	font-size:160%;
	padding:10px 0px 0px;
	font-weight:bold;
	letter-spacing:-1;
	border-bottom:#999999 1px solid;
	}

#wp-calendar th{
	padding-top:5px;}

#wp-calendar caption a{
	color:#666666;
	}

#wp-calendar caption a:hover{
	color:#CC3300;
	}

#sidebar .ec3_events li{
	font-size:80%;
	line-height:2em;
	}

#sidebar ul ul ul{
	padding:0px 0px 0px 12px;
	}

#content ul ul{
	padding:0px 0px 0px 12px;
	}

ul.topList{
	margin-top:10px;
	}

.topList li{
	font-size:65%;
	}

.topList a{
	font-size:170%;
	display:inline;
	}

.postmetadata{
	font-size:80%;
	}

.wp-pagenavi{
	margin-bottom:20px;
	padding-top:10px;
	}


/*	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
	}

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* 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 */





body.kyo-mise{
	background:url(images/back_kyomise.jpg) repeat-x;
	}

.kyo-mise #pageTop{
	background:url(images/header_kyomise.jpg) no-repeat;
	}

.kyo-mise #headerimg a{
	background:url(images/logo_kyomise.jpg) no-repeat;
	}



body.homme{
	background:url(images/back_homme.jpg) repeat-x;
	}

.homme #pageTop{
	background:url(images/header_homme.jpg) no-repeat;
	}

.homme #headerimg a{
	background:url(images/logo_homme.jpg) no-repeat;
	}



body.event{
	background:url(images/back_event.jpg) repeat-x;
	}

.event #pageTop{
	background:url(images/header_event.jpg) no-repeat;
	}

.event #headerimg a{
	background:url(images/logo_event.jpg) no-repeat;
	}



body.tsutsu-uraura{
	background:url(images/back_tsutsu-uraura.jpg) repeat-x;
	}

.tsutsu-uraura #pageTop{
	background:url(images/header_tsutsu-uraura.jpg) no-repeat;
	}

.tsutsu-uraura #headerimg a{
	background:url(images/logo_tsutsu-uraura.jpg) no-repeat;
	}
