@charset "utf-8";
/*
Theme Name: jctemp
Theme URI: http://www.izumojc.com/
Description: izumojc
Version: 1.6
Author: izumojc
Author URI: http://www.izumojc.com/
*/

/* 

	--css index--
	
		Structure
		Hyper Link
		Headers
		Images
		Entry
		Post
		Menu
		Sidebar
		Calendar
		Tags & Classes
		captions
		
*/

*{

	margin:0;
	padding:0;

}


/* Begin Structure */
body {
	margin: 0;
 	padding: 0;
	width:100%;
	text-align:center;
	color:#333;
	line-height:170%;
	font:12px/1.44 "Osaka", "ＭＳゴシック", Arial, sans-serif;
	background-color:#fff;
}
	
#wrap {

	width:1000px;
	margin:0 auto;
	text-align:center;
	background:url('images/back.gif') repeat-y 0 0;

}


#wrap:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #wrap {
    height: 1em;
    overflow: visible;
}
/**/


#header {

	width:950px;
	height:120px;
	margin:0 auto;
	text-align:left;
	background:url('images/header.gif') 0 0 no-repeat;
	position:relative;
	
}

#header h1{

	text-indent:-9999px;
	
}

#header h1.test2012{

	width:950px;
	height:100px;
	margin:0 auto;
	text-align:left;
	background:url('images/header2012.gif') 0 0 no-repeat;
	
}

#header h1 a{

	display:block;
	width:150px;
	height:100px;
	overflow:hidden;
	
}

#header ul{

	position:absolute;
	right:20px;
	top:45px;
	clear:left;

}

#header ul li{

	width:103px;
	float:left;
	text-indent:-9999px;
	list-style:none;
}

#header ul li a{

	width:103px;
	height:27px;
	overflow:hidden;
	display:block;
}

#header ul li#bt01 {

	background:url('images/headerbt01.gif') 0 0 no-repeat;
}

#header ul li#bt02 {

	background:url('images/headerbt02.gif') 0 0 no-repeat;
}


#header ul li#bt03 {

	background:url('images/headerbt03.gif') 0 0 no-repeat;
}

#header ul li#bt04 {

	background:url('images/headerbt04.gif') 0 0 no-repeat;
}


#columnwrap {

	width:950px;
	margin:20px auto;


}

#content {

	float:left;
	width: 700px;
	text-align:left;

}

#sidebar {
	
	float:left;
	width: 240px;
	text-align:left;

}

.post {
	margin: 0 0 40px;
	}


.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {

	padding-top: 20px;
	margin: 0 auto;
	width: 1000px;
	height: 60px;
	clear: both;
	background:url('images/back.gif') repeat-y 0 0;

}


/* End Structure */

/* Begin Hyper Link */

a{

	color:#333;

}

a:hover{

	color:#f7b52c;

}

a:visited{

	color:#f999;

}

a.imgbt{

	display:block;
	width:200px;
	padding:7px 0px 9px 10px;
	background:url('images/bt.gif') 0 0 no-repeat;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;

}



/* End Hyper Link */


/*	Begin Headers */


h1 {
	font-size: 1.8em;
	text-align: left;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

h3 {
	font-size: 1.3em;
	}

h4 {
	text-align:left;
	margin:3px 60px;
	}


h2.pagetitle {
	text-align: left;
}

#content h2 {

	padding: 14px 0px 12px 35px;
	background:url('images/h2midashi.gif') 0 0 no-repeat;
	
	}

#sidebar h2 {

	margin: 5px 0 0;
	padding: 0;
	
	}

h3 {
	padding: 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}


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 */



/* Begin entry  */

.entry{

	margin:10px 0px;
	text-align:center;

}

.entry p{

	margin:10px 60px;
	text-align:left;

}

.entry ol,.entry ul{

	margin:10px 60px;
	list-style:inside;
	text-align:left;

}

.entry h3{

	margin:20px 40px;
	border-bottom:1px #ccc dotted;
	border-left:5px #17adff solid;
	padding-left:10px;
	text-align:left;

}

.entry table{

	margin:10px auto;
	text-align:left;

}


/* End Entry */

/* begin Post */

.post{

	padding:10px;
	border:3px #eee solid;
	margin:10px 20px;

}

.post h3{

	margin:10px 40px;
	border-bottom:1px #ccc dotted;
	text-align:left;

}

.post h3 a{

	text-decoration:none;
	color:#333:

}

.post h3 a:hover{

	text-decoration:none;
	color:#999:

}

.post small{

	margin:10px 40px;

}

.postmetadata{

	margin:10px 60px;

}

/* End Post*/



/* 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 {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
/*	text-align: justify; */
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


/* Begin menubar */

#menubar {

	width:950px;
	height:60px;
	margin:0 auto;
	text-align:center;
	background:url('images/menu_back.gif') 0 0 no-repeat;

}

#menubar ul{

	width:889px;
	margin:0 auto;
	clear:left;
}

#menubar ul li{

	width:127px;
	float:left;
	text-indent:-9999px;
	list-style:none;
}

#menubar ul li a{

	width:127px;
	height:45px;
	overflow:hidden;
	display:block;
}

#menubar ul li#bt01 {

	background:url('images/bt01.gif') 0 0 no-repeat;
}

#menubar ul li#bt01:hover {

	background:url('images/bt01_h.gif') 0 0 no-repeat;
}

#menubar ul li#bt01h {

	background:url('images/bt01_h.gif') 0 0 no-repeat;
}

#menubar ul li#bt02 {

	background:url('images/bt02.gif') 0 0 no-repeat;
}

#menubar ul li#bt02:hover {

	background:url('images/bt02_h.gif') 0 0 no-repeat;
}

#menubar ul li#bt02h {

	background:url('images/bt02_h.gif') 0 0 no-repeat;
}

#menubar ul li#bt03 {

	background:url('images/bt03.gif') 0 0 no-repeat;
}

#menubar ul li#bt03:hover {

	background:url('images/bt03_h.gif') 0 0 no-repeat;
}

#menubar ul li#bt03h {

	background:url('images/bt03_h.gif') 0 0 no-repeat;
}

#menubar ul li#bt04 {

	background:url('images/bt04.gif') 0 0 no-repeat;
}

#menubar ul li#bt04:hover {

	background:url('images/bt04_h.gif') 0 0 no-repeat;
}

#menubar ul li#bt04h {

	background:url('images/bt04_h.gif') 0 0 no-repeat;
}

#menubar ul li#bt05 {

	background:url('images/bt05.gif') 0 0 no-repeat;
}

#menubar ul li#bt05:hover {

	background:url('images/bt05_h.gif') 0 0 no-repeat;
}

#menubar ul li#bt05h {

	background:url('images/bt05_h.gif') 0 0 no-repeat;
}

#menubar ul li#bt06 {

	background:url('images/bt06.gif') 0 0 no-repeat;
}

#menubar ul li#bt06:hover {

	background:url('images/bt06_h.gif') 0 0 no-repeat;
}

#menubar ul li#bt06h {

	background:url('images/bt06_h.gif') 0 0 no-repeat;
}

#menubar ul li#bt07 {

	background:url('images/bt07.gif') 0 0 no-repeat;
}

#menubar ul li#bt07:hover {

	background:url('images/bt07_h.gif') 0 0 no-repeat;
}

#menubar ul li#bt07h {

	background:url('images/bt07_h.gif') 0 0 no-repeat;
}


/* End menubar */


/* Begin Sidebar */

#sidebar ul{

	list-style-type: none;
	margin:10px auto;

}


#sidebar li.page_item a{

	display:block;
	width:230px;
	padding:9px 5px;
	background:url('images/menubt01.gif') 0 0 repeat-x;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	color:#333;
	text-decoration:none;
	font-weight:bold;
	

}

#sidebar li.page_item a:hover{

	background:url('images/menubt02.gif') 0 0 repeat-x;

}

#sidebar ul ul{

	list-style-type: none;
	margin:0px auto;
}

#sidebar ul ul li.page_item{

	list-style-type: none;
	text-indent:15px;
	
}


	
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* table */

table{

	width:600px;
	margin:20px auto;

}

.entry table td p{

	margin:10px 10px;

}

.entry table td h4{

	margin:10px 10px;

}

table.tabletype01{

	border-top:1px #999 solid;
	border-left:1px #999 solid;
	width:600px;
	margin:20px auto;

}

table.tabletype01 td{

	border-bottom:1px #999 solid;
	border-right:1px #999 solid;
	padding:6px;

}

table.tabletype01 th{

	border-bottom:1px #999 solid;
	border-right:1px #999 solid;
	padding:6px;
	font-weight:bold;
	background-color:#eff4cf;

}

table.tabletype02{

	width:500px;
	margin:20px auto;
	font-size:16px;

}

table.tabletype02 td{

	padding:3px 3px;

}

table.tdcenter td{

	text-align:center;
	padding:5px 20px;;

}

table.postinfolist{

	width:600px;
	margin:10px auto;
	font-size:14px;
	border:5px solid #eee;

}

table.postinfolist td{

	padding:3px 5px;
	text-align:left;
	border-bottom:1px dotted #eee;

}

table.postinfolist td.imgtd{

	width:100px;
	text-align:center;

}

table.calendartable{


	width:640px;
	margin:10px auto;
	border-top:1px #ccc solid;
	border-left:1px #ccc solid;
	font-size:12px;	
	
}

table.calendartable th{


	background-color:#eff4cf;
	padding:3px 5px;
	border-bottom:1px #ccc solid;
	border-right:1px #ccc solid;
	text-align:center;
	width:50px;
	
}

table.calendartable td{


	padding:3px 5px;
	border-bottom:1px #ccc solid;
	border-right:1px #ccc solid;

	
}

table.calendartable td li{

	list-style-position:inside;
	
}



table.calendartable td.calday{

	font-weight:bold;
	width:50px;
	text-align:center;
	
}

table.nextbt{

	width:640px;
	margin:5px auto;
	border:none;
	
}

table.nextbt td{

	border:none;
	
}

table.nextbt td.rightbox{

	width:350px;
	text-align:right;
	
}

table.nextbt td.leftbox{

	width:350px;
	text-align:left;
	
}
/* End table */


/* other class*/

.wpcf7{

	text-align:left;

}

ul.entrylistul{

	margin:10px 40px;
	padding:10px;
	border:3px #eee solid;
	list-style-position:inside;

}

ul.entrylistul li{

	border-bottom:1px #ccc dotted;
	margin:10px auto;

}

.breadcrumb{

	margin:10px 20px;

}

.linkul{

	margin:10px;
	text-align:center;

}

.linkul li{

	margin:5px auto;

}

	#top_main{
		width:950px;
		height:230px;
		margin:0px auto;
		background-image:url(images//top_main_background.gif);
		background-repeat:no-repeat;
	}
	
	#top_main_photo{
		position:relative;
	}


	#top_main_photo IMG {
		position:absolute;
		top:0px;
		right:5px;
		z-index:8;
		opacity:0.0;
	}
	
	#top_main_photo IMG.active {
		z-index:10;
		opacity:1.0;
	}
	
	#top_main_photo IMG.last-active {
		z-index:9;
	}
	



	#top_mainbox{
		width:950px;
		height:300px;
		margin:0px auto;

	}
	
	#top_mainbox_photo{
		position:relative;
	}


	#top_mainbox_photo IMG {
		position:absolute;
		top:0px;
		right:3px;
		z-index:8;
		opacity:0.0;
	}
	
	#top_mainbox_photo IMG.active {
		z-index:10;
		opacity:1.0;
	}
	
	#top_mainbox_photo IMG.last-active {
		z-index:9;
	}



h3.memberstatus{

		margin-left:0px;

}

h3.memberdesc{

		margin-left:0px;

}

.memberdescbox{

		margin-left:10px;

}

.memberdescbox img{

		margin-right:20px;

}

.memberdescbox p{

		margin-left:20px;

}

