/*  
Theme Name: Juggling theme
Theme URI: http://stepstage.jp/
Description: Juggling Kazho's theme
Version: 0
Author: Yuichiro MIYAJIMA
Author URI: http://stepstage.jp/
*/

@charset "utf-8";

/* リセットCSS */
html{color:#000;background:url(images/background.gif);}
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;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
legend{color:#000;}
/* フォント指定 */
body {
  font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size:16px;
/*\*/
  font-size:100%;
/**/
}

/* 全体レイアウト */
#page {
	margin: 0 auto;
	padding: 0;
	width: 770px;
	}

#header {
	color:#FFFFFF;
	width: 770px;
}
/* 画像置換 */
#header h1 {
	width: 230px;
	height: 60px;
	text-indent: -9999px;
	background:url(images/logo.gif) no-repeat left top;
	border:0px;
	margin:0;
	padding:0;
	}
#header h1 a{
	display:block;
	width:230px;
	height:60px;
	text-decoration:none;
	}
#header .description{
	margin:0 10px 10px 10px;
	color: #AAAAAA;
}

#headimage1 {
	font-family:'ＭＳ Ｐゴシック',sans-serif;
	background:no-repeat;
	background-image:url(images/headimage1.gif);
	margin:10px 0;
	padding:140px 370px 40px 110px;
	height: 50px;
	width: 290px;
	color:#FFFFFF;
	}

#headimage2 {
	font-family:'ＭＳ Ｐゴシック',sans-serif;
	background:no-repeat;
	background-image:url(images/headimage2.gif);
	margin:10px 0;
	padding:140px 370px 40px 110px;
	height: 50px;
	width: 290px;
	color:#FFFFFF;
	}

#headimage3 {
	font-family:'ＭＳ Ｐゴシック',sans-serif;
	background:no-repeat;
	background-image:url(images/headimage3.gif);
	margin:10px 0;
	padding:140px 370px 40px 110px;
	height: 50px;
	width: 290px;
	color:#FFFFFF;
	}

#headimage4 {
	font-family:'ＭＳ Ｐゴシック',sans-serif;
	background:no-repeat;
	background-image:url(images/headimage4.gif);
	margin:10px 0;
	padding:140px 370px 40px 110px;
	height: 50px;
	width: 290px;
	color:#FFFFFF;
	}

#content {
	font-size:94%;
	line-height:146%;
	zoom: 100%;
	height:100%;
	min-height: 100%;
	}

#content:after {
	content: " ";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
	}

#content li {
	margin:10px 20px;
	padding:0 0 0 20px;
	background:url(images/li.gif) top left no-repeat;
	}

#blogcontent {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

#sidebar li {
	margin:0;
	padding:0;
	background:none;
	}

#footer {
	margin:10px 0 0 0;
	clear: both;
	color: #AAAAAA;
	font-size:69%;
	line-height:162%;
	text-align:center;
	}

#footer p {
	color: #AAAAAA;
	}

#footer a:link    { color: #999999; text-decoration: none; }
#footer a:visited { color: #999999; text-decoration: none; }
#footer a:hover   { color: #9999FF; text-decoration: none; }
#footer a:active  { color: #9999FF; text-decoration: none; }

/* End Structure */



/*	Begin Headers */
h1 {
	margin: 20px 0 10px 0;
	font-size:128%;
	line-height:163%;
	border-width:1px;
	border-color:#aaaaaa;
	border-style:solid;
	padding:0 0 0 20px;
	background:#efefef url(images/h1gb.gif) no-repeat left;
	}

h2 {
	margin: 20px 0 10px 0;
	font-size:128%;
	line-height:163%;
	font-weight:bold;
	border-width:1px;
	border-color:#aaaaaa;
	border-style:solid;
	padding:0 0 0 20px;
	background:#efefef url(images/h1gb.gif) no-repeat left;
	text-align:left;
	}

h3 {
	margin: 20px 0 10px 0;
	font-size:107%;
	line-height:163%;
	font-weight:bold;
	border-width:0 0 1px 1px;
	border-color:#aaaaaa;
	border-style:solid;
	padding:0 0 0 20px;
	background:#efefef url(images/h1gb.gif) no-repeat left;
	text-align:left;
	}

/* 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 {
	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 {
	text-align:center;
	}

.clearboth {
	clear:both;
	}

.videoset {
	padding:20px 0 0;
	clear:both;
}

.videocomment {
	float:right;
	margin:-20px 0 0;
	width:420px;
}

/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>/**/body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>/**/body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.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;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



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



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* 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;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/

/* フラッシュ用設定 */

#flowplayerholder {
	width:320px;
	height:262px;
}


/* 
  -- 透明感のある、角丸ボックス(黒、ヘッダ用) --
*/

.roundbox_black {
 min-width:20em;
 color:#fff;
}

.roundbox_black .hd .c,
.roundbox_black .ft .c {
 font-size:1px; /* ensure minimum height */
 height:13px;
}

.roundbox_black .ft .c {
 height:14px;
}

.roundbox_black .hd {
 background:transparent url(images/roundbox_bk_tl.gif) no-repeat 0px 0px;
}

.roundbox_black .hd .c {
 background:transparent url(images/roundbox_bk_tr.gif) no-repeat right 0px;
}

.roundbox_black .bd {
 background:transparent url(images/roundbox_bk_ml.gif) repeat-y 0px 0px;
}

.roundbox_black .bd .c {
 background:transparent url(images/roundbox_bk_mr.gif) repeat-y right 0px;
}

.roundbox_black .bd .c .s {
 margin:0px 4px 0px 4px;
 background:#000 url(images/roundbox_bk_ms.jpg) repeat-x 0px 0px;
 padding:1em;
}

#footer .roundbox_black .bd .c .s {
 height:100%;
}
.roundbox_black .ft {
 background:transparent url(images/roundbox_bk_bl.gif) no-repeat 0px 0px;
}

.roundbox_black .ft .c {
 background:transparent url(images/roundbox_bk_br.gif) no-repeat right 0px;
}

/* 
  -- 角丸ボックス(白、コンテンツ用) --
*/

.roundedcornr_box_white {
   background: #efefef;
}
.roundedcornr_top_white div {
   background: url(images/roundedcornr_wh_tl.png) no-repeat top left;
}
.roundedcornr_top_white {
   background: url(images/roundedcornr_wh_tr.png) no-repeat top right;
}
.roundedcornr_bottom_white div {
   background: url(images/roundedcornr_wh_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_white {
   background: url(images/roundedcornr_wh_br.png) no-repeat bottom right;
}

.roundedcornr_top_white div, .roundedcornr_top_white, 
.roundedcornr_bottom_white div, .roundedcornr_bottom_white {
   width: 100%;
   height: 10px;
   font-size: 1px;
}
.roundedcornr_content_white { margin: 0 10px; }

/* 
  -- 角丸ボックス(白地黒枠線、コンテンツ用) --
*/

/* set the image to use and establish the lower-right position */
    .threecolumn, .threecolumn_body, .threecolumn_head, .threecolumn_head h3{
      background: transparent url(images/3columnbox.png) no-repeat bottom right}
    .threecolumn{
    /* intended total box width - padding-right(next) */
      width:215px !important; /* IE Win = width - padding */
      width: 228px; 
    /* the gap on the right edge of the image (not content padding) */
      padding-right:15px; /* use to position the box */
      margin:0 0 20px 0;
      float:left;}

    /* set the top-right image */
    .threecolumn_head{background-position:top right;
    /* pull the right image over on top of border */
      margin-right:-15px; 
    /* right-image-gap + right-inside padding */
      padding-right:40px}

    /* set the top-left image */
    .threecolumn_head h3{
      background-position:top left;
      margin:0; /* reset main site styles*/ 
      border:0; /* ditto */
    /* padding-left = image gap + interior padding ... no padding-right */
      padding:25px 0 15px 25px; 
      height:auto !important;
      height:1%} /* IE Holly Hack */

    /* set the lower-left corner image */
    .threecolumn_body{
      background-position:bottom left;
      margin-right:15px; /* interior-padding right */ 
      padding:15px 0 15px 25px} /* mirror .threecolumn_head right/left */

    .threecolumn_margin{
      width: 10px; 
      float:left;}

    .threecolumn img{
	margin:0 0 0 15px;
      }

    .column{
        float:left;
	background:url(images/column.gif) left top no-repeat;
	width:223px !important; /* IE Win = width - padding */
	width:223px;
	height:200px;
	padding:10px;
	margin:0 5px 0 0;
      }

    .column img{
	margin:15px 0 15px 0;
      }

    .columnend{
	clear:both;
	width:100%;
	height:0;
	margin:0;
	padding:0;
}


/* 
  -- 横ヘッダーメニュー --
*/
#menuwapper_l{
	height:42px;
	width:100%;
	background:url("images/menu_leftside.gif") no-repeat top left;
}
#menuwapper_r{
	height:42px;
	width:100%;
	background:url("images/menu_rightside.gif") no-repeat top right;
}
ul#menu{
	margin:0 10px;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:36px;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	background:transparent url("images/menu_off.gif") repeat-x top left;
	border-bottom:4px solid #303030;
	border-top:1px solid #919191;
}
ul#menu li{
	display:block;
	float:left;
	margin:0;
	}
ul#menu li a{
	display:block;
	float:left;
	color:#888888;
	text-decoration:none;
	font-weight:bold;
	padding:12px 20px 0 20px;
	height:24px;
	background:transparent url("images/menu_divider.gif") no-repeat top right;
	}
ul#menu li a:hover{
	background:transparent url("images/menu_hover.gif") no-repeat top right;	
	}

ul#menu li.current_page_item a{
	background:transparent url("images/menu_hover.gif") no-repeat top right !important;
	}

