/* CSS Document */

/* Begin Typography & Colors */

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}


#footer {
	background: #eee url('images/kubrickfooter.jpg') no-repeat top;
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

.entry p a:visited {
	color: #0084bd;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 1.2em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {

	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}


/* End Typography & Colors */



/* Begin Structure */

.narrowcolumn {
	float:left;
	margin: 5px 0 0px 40px !important;
	margin: 5px 0 0px 20px;
	width: 561px;
	}
	

.post {
	margin: 0 0 40px;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* 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 {
	display: inline;
	}

img.alignleft {
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists*/

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}



/* 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: 554px;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */

#comment{
	width:561px;
}

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	margin:0 0 15px 0;
	}

.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 */


/* 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;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}


/* 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 */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

h1.page_h1{
	font-size: 28px;
	text-align: left;
	padding:30px 0 0 0px;
	margin: 0 0 30px 0;
	color:#000000;
	
}

/*=============================
全体をリセット
=============================*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
	margin:0;
	padding:0;
	letter-spacing:0.047em;
}
table{
	border-collapse:collapse;
	border-spacing:0;
	font-size:inherit;
	}
img{
	vertical-align:bottom;
	/*behavior: url(js/iepngfix.htc);*/
	}
fieldset,img{
	border:0;
}
sup{
	vertical-align:text-top;
}
sub{
	vertical-align:text-bottom;
}
input,textarea,select{
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}

a{ text-decoration: underline;color: #0084bd;}
a:hover{ text-decoration: none;color: #0084bd;}
a:visited{color: #0084bd;}


/*.clearfix:after {  
content: ".";  
display: block;  
visibility: hidden;  
height: 0.1px;  
font-size: 0.1em;  
line-height: 0;  
clear: both;  
}  */

/*.clearfix { display: inline-block; }*/

/* Hides from IE-mac \*/
/** html .clearfix { height: 1%; }
.clearfix { display: block; }*/
/* End hide from IE-mac */

/*=============================
		bodyに指定
=============================*/

body {
	font-family:"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ ゴシック","MS Gothic";
	font-size:12px;
	width: 100%; height: 100%;
	margin: 0 auto;
	}


#page {
	margin: 0px auto;
	padding: 0 0 0px 0;
	width: 860px;
	text-align: left;
	}

#header 	{
	height: 53px;
	width: 860px;
	background:#fff url(img/share/header_bg.gif) 0 0 no-repeat;
	}
	
#header .logo{
	float:left;
	width:283px;
	height:37px;
	margin:11px 0 0 0;
}

ul#global_nav{
		float:left;
		width: 557px; height: 22px;
		margin:21px 0 0 20px;
}

/*------------global_nav btnに指定------------*/
#global_nav li{
		display: block;
		float: left;
		list-style-type: none;
		margin:0px;
		height: 22px;
}

#global_nav li a{
		display: block;
		margin: 0 14px 0 0px;
		padding:0 0 0 17px;
		height: 22px;
		text-decoration: none;
		color: #2c2c2c;
}

#global_nav li.home_btn a{
		width:41px;
}
#global_nav li.information_btn a{
		width:77px;
}
#global_nav li.profile_btn a{
		width:42px;
}
#global_nav li.works_btn a{
		width:46px;
}
#global_nav li.stage_btn a{
		width:39px;
}
#global_nav li.links_btn a{
		width:31px;
}
#global_nav li.contact_btn a{
		width:54px;
}

#global_nav li a:hover{ 
		text-decoration: none;
		color: #2c2c2c;
}

#global_nav li a{
		background: url(img/share/hear_menu_yajirushi.gif) 0 0 no-repeat;
}
#global_nav li.now a{
		background: url(img/share/hear_menu_yajirushi.gif) 0 -22px no-repeat;
}

#global_nav li a:hover{ 
		background: url(img/share/hear_menu_yajirushi.gif) 0 -22px no-repeat;
}	




/*ブログページ対応*/

/*div##blog_contents {
	background:#ffffff;
}

div#blog_contents h3{
		font-size:1.4em;
		font-weight:normal;
		color:#000;
		padding:11px 0 0 0px;
		height:25px; width:535px;
		background: url(img/share/h3_title_bg.gif) 0 0 no-repeat;
}
div#blog_contents h3 a{
		color:#FFFFFF;
}
div#blog_contents h3 a:hover{
		color:#FFFFFF;
		text-decoration:none;
}
div#blog_contents h3 a:link{
		color:#FFFFFF;
}
div#blog_contents h3 a:visited{
		color:#FFFFFF;
}

div#blog_contents .entry{
		 background:#f8f8fc;
		 border:#8e8e8e solid 1px;
		 padding:10px 15px 10px 15px;
}

div#blog_contents .entry p{
		font-size:1.2em;
		line-height:1.6em;
		margin:0px 0 20px 0;
}

div#blog_contents .entry h5{
		border-bottom:#2a2a80 solid 1px;
		background: url(img/share/h5_title_icon.gif) 0 1px no-repeat;
		margin:0 0 6px 0;
		padding:0 0 1px 7px;
		font-size:1.2em;
		font-weight:bold;
		line-height:1.5em;
}*/

/*#menu{
	float:left;
	display:block;
	background:#fff;
	padding:5px 0 0 4px;
	margin:0px 0 0 37px !important;
	margin:0px 0 0 18.5px;
	width:200px;
	height:auto;
	}*/
	
/*#menu ul{
	margin:5px 0 0 0 ;
	list-style:none;
	}

#menu ul a{
	color:#00208b;
}

.schedule_contents_list{
		padding:0 10px 5px 10px;
		margin:0 0px 0 0px;
		border-bottom:2px solid #0A0D54;
		}

.history_table{
		border-collapse:collapse;
		border-top:#CCCCCC solid 1px;
		margin:0px;
		font-size:1.2em;
		color:#4D4D4D;
		width:520px;
}

.history_table td{
		padding:10px;
		line-height:150%;
		border-bottom:#CCCCCC solid 1px;
}
.history_td_left{
		width:103px;
		vertical-align:top;
}

.diary_rss{
	line-height:20px;
	padding:0 0 0 10px;
}*/





/*下層ページ対応*/
#main_part{
float:left;
}

.lower_h1_title{
		font-size:14px;
		font-weight:bold;
		color:#000;
		margin:30px 0px 0px 20px;
		padding:0px 0 0 14px;
		height:25px; width:820px;
		background: url(img/share/lower_h1_title.gif) 0 0 no-repeat;
}


div.lower_outframe{
float:left;
padding:0px 0px 0px 20px;
}


div.lower_outframe .entry{
		 padding:10px 0px 0px 0px;
}

div.lower_outframe .entry img{
		/*float:left;*/
		 margin:0px 10px 0px 0;
}

div.lower_outframe .entry p{
		font-size:14px;
		line-height:20px;
		margin:5px 0 18px 0;
}


div.lower_outframe .entry h4{
		background: url(img/share/top_h4_title_bg.gif) 0 0px no-repeat;
		margin:0 0 10px 0;
		padding:0px 0 0px 15px;
		font-size:14px;
		font-weight:bold;
		line-height:110%;
		height:20px;
}




/*下層ページ-リンクページ対応*/
div.lower_outframe .link_entry li{
		font-size:1.0em;
		line-height:1.2em;
		list-style:none;
		margin:0px 0 10px 0;
}

div.lower_outframe .link_entry ul.blogroll{
		margin:0px 0 26px 0;
		}

div.lower_outframe .link_entry ul li ul li{
		font-size:1.2em;
		line-height:1.6em;
		padding: 0 0 0 13px;
		margin:0px 0 15px 0;
		background:url('img/share/footer_icon.gif') 0 3px no-repeat;
}
div.lower_outframe .link_entry ul li.linkcat{
		padding: 0 0 0px 0px;
}




.breadcrumb{
	float: left;
	font-size:1.2em;
	margin: 17px 0 7px 28px !important;
	margin:17px 0 7px 14px;
	width:780px;
	background:#ffffff;

}
.kaso_h1{
	font-size:1.6em;
}

.lftable{
	font-size:1.2em;
	margin:0px 0 20px 0;
}
.lftable td{
	padding:3px;
}
/*=============================
		containerに指定
=============================*/



a.pagetop_btn{
	float:right;
	display:block;
	width:860px; height:18px;
	background:url('img/share/top_of_page.gif') top right no-repeat;
}

a:hover.pagetop_btn{
	background:url('img/share/top_of_page.gif') top right no-repeat;
}

#footer_copyright{
	float:left;
	width:860px;
	height:30px;
	background:url('img/share/footer_bg.gif') 0 0 no-repeat;
}






