/*
Theme Name: studio9
Theme URL: http://www.photo-studio9.com/
Description: studio9標準デザイン（サイドバー、フッター）
Version: 2.0
Author: kazuo
Author URI: http://www.photo-studio9.com
*/

/***** right column *****/

.col_r_h{
	position: relative;
	z-index: 0;
	height: 50px;
}
.col_r_h_shadow{
	position: absolute;	z-index: 5;
	top: 5px;  left: 3px;
  width: 90%;  height: 20px;  max-width:300px;
  background: #777;
  box-shadow: 0 15px 10px #999;
  transform: rotate(-2deg);
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
}
.col_r_h_title{
	position: absolute;
	z-index: 10;
	width:100%;	height: 40px;
	background: #f3f3f3;
	border-left: 8px solid #5db5e8;
}
.col_r_h_title_h{
	background: none;
	font-size: 24px; font-weight: bold;
	padding: 7px 0 0 15px;
}

/* google adsense */
.col_r_gad{
	margin:0;
}
.gad_side_300{
	margin: 5px 0;
}
.gad_side_vlong{
	margin:10px 5px 15px 40px;
}
/* end google adsense */

/* amazon widget */
.col_r_amz{
	margin:0;
}

.amz_side_vlong{
	margin:10px 5px 15px 40px;
}
/* end amazon widget */

.col_r_menu{
margin-left: 20px;
margin-bottom: 10px;
}
.col_r_menu a{
	text-decoration: none;
	color: #3a3a3a;
}
.col_r_menu a:hover{
	text-decoration: none;
	color: #ff778e;
	text-shadow:1px 1px 3px #999;
}
/*.col_r_menu a:visited{
	text-decoration: none;
	color: #3a3a3a;
}*/

.col_r_menu li{
	font-size: 18px; font-weight: bold;
	margin: 2px 0;
}
.col_r_menu_sub li{
	font-size: 16px; font-weight: normal;
	margin:0 0 0 10px;
}

.col_r_twt{
	margin:0 5px 20px 5px;
}
.col_r_wjt{
	margin:0 0 20px 0;
}

.col_r_fb{
	margin:0 5px 10px 5px;
	background: #fff;
}



.col_r_content_continuous{
	width: 300px;
	margin-top: 10px;
	overflow:hidden;
}





.colRight_top{
	position:relative;
	background:url(../images/side_title.png) 0 0 no-repeat;
	padding-left:23px;
	margin:10px 0;
	height:40px;
	color:#516000;
}

.colRight_mid{
	margin:10px 5px 10px 5px;
}

.colRight_mid_continuous{
	margin:35px 5px 10px 5px;
}

.colRight_top h3{
	font-size:24px;
	font-weight:bold;
	position:absolute;
	top:15px;
	padding:0;
}

/*お知らせ*/
.studio9_news_wrapper{
	
}
.studio9_news_content, .studio9_news_content_single{
	width:255px;
	height:315px;
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
	border-bottom:1px solid #AAA;
	border-right:1px solid #AAA;
	background: url(../images/white-opacity-60.png) ;
	/*border:1px dashed #F3F;*/
	border-radius: 5px;
	margin-bottom:20px;
	margin-left:5px;
}
.studio9_news_content_single{
	height:200px;
}
.studio9_news_wrapper h3, .studio9_news_wrapper h3.news_single{
	color:#fff;
	height:20px;
	margin:0;
	font-size:14px;
	letter-spacing:0.5em;
	text-align:center;
	background:#516000;
	border-bottom:1px solid #AAA;
	border-radius: 5px 5px 0 0;
	font-weight:bold;
	overflow:hidden;
}
.studio9_news_wrapper h3.news_single{
	height:20px;
	font-size:14px;
}

.studio9_news_wrapper .ichiran{
	height:22px;
	overflow:hidden;
}
.studio9_news_wrapper .ichiran a{
	color:#099;
	font-size:12px;
	margin:2px 10px;
	display:block;
	text-align:right;
}
.studio9_news_wrapper .ichiran a:hover{
	color:#666;
	text-decoration:none;
	
}


.studio9_news{
	margin:0;
	height:257px;
	overflow:auto;
}
.studio9_news_single{
	margin:0;
	height:147px;
	overflow:auto;
}


.studio9_news_wrapper ul{
	margin:0;
}
.studio9_news_wrapper li{
	padding:5px;
	border-bottom:#ccc 1px dashed;
	list-style:none;
}
.studio9_news_wrapper li:hover{
	color:#360;
	background:#fff2eb;
}


.studio9_news_wrapper li span{
	font-size:12px;
	font-style:italic;
	font-weight:normal;
	display:block;
	text-align:right;
}
.studio9_news_wrapper h4{
	color:#555;
	font-size:12px;
	margin:3px 0px;
	font-weight:bold;
}

/*slide menue*/

.sidemenu{
	margin:0px 0px;
}

.sidemenu ul{
    list-style: none;
    margin:0;
    padding:0;
    width:215px;
}
.sidemenu ul li ul{
    width:190px;
}
.sidemenu ul li{
    margin:0;
    padding:2px;
    background-color: none;
}
.sidemenu ul li a{
    
    border:none;
	color:#516000;
    padding-left: 0px;
    display:block;
    text-decoration: none;
    font-size:19px;
	font-weight: nomal;
    height:23px;
}

.sidemenu ul li a img{
	margin-left:7px;
}

.sidemenu ul li ul a{
	color:#333;
    border:none;
    margin-top:2px;
    padding-left: 20px;
    display:block;
    text-decoration: none;
    font-size:15px;
    height:20px;
    font-weight: normal;
    background: none;
}
.sidemenu ul li a:hover{
	font-size:19px;
	-moz-opacity:0.75;
	opacity:0.75;
	text-shadow:1px 1px 2px #ccc;
}
.sidemenu ul li ul a:hover{
    font-size:15px;
}

.sidemenu ul li ul{
    display:none;
}




/****WordPress Popular Posts****/
/* title styles */
.wpp-post-title{
	color:#555;
	font-size:14px;
	margin:5px 0px;
	font-weight:bold;
	vertical-align:text-top;
}

ul.wpp-post-list{
	margin:10px 8px 10px;
}

.wpp-post-list li{
	overflow:hidden;
	margin:5px 0;
}

.wpp-post-list li .wpp-date{
	font-size:10px;
}


/* thumbnail styles */
img.wpp_cached_thumb {
	border:none;
	float:left;
	margin-right:5px;
	padding:1px;
	border:#ccc 1px solid;
}

.wpp-post-list img.wpp_cached_thumb:hover{
	-moz-opacity:0.75;
	opacity:0.75;
}


/* excerpt styles */
.wpp-excerpt {
}

/* Stats tag styles */
.post-stats {
	font-size:9px;
	font-weight:bold;
}
	
	.wpp-comments {
	}
	
	.wpp-views {
	}
	
	.wpp-author {
		font-style:italic;
	}
	
	.wpp-date {
	}

/* WP-PostRatings styles */
.wpp-rating {
}



/*twitter update*/

#twitter{
	margin-top:0;
}

#twitter #twitter_update_list {
	padding-left:0px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size:14px;
	/*font-style:italic;*/
	line-height:125%;
	color:#333;
}

#twitter #twitter_update_list li{
	margin:8px 0px 5px 0px;
	list-style-type:none;
	padding-bottom:10px;
	border-bottom:#999 1px dashed;
}


/***** footer *****/

#footerInner {
	width:960px;
	margin:10px auto;
	color:#797979;
}

#footer_info {
	padding-left:25px;
	padding-top:10px;
	height:30px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height:125%;
	color:#333;
}


#footer_info li {
	margin:0px 2px;
	padding:0;
	text-align:center;
	float:left;
	position::relative;
	overflow:hidden;
}

#footer_info li a{
	color:#333;
	text-decoration:none;
	margin: 0 0;
	display:block;
	text-shadow:#DDD 1px 1px;
}

#footer_info li a:hover{
	color:#666;
	text-shadow:#DDD 1px 3px;
}



#copyright{
	width:960px;
	margin:0 auto;
	font-size:13px;
	color:#515151;
	padding-top:25px;
	text-align:center;

}

#copyright a{
	color:#515151;
	text-decoration: none;

}

#copyright a:hover{
	color:#CD850C;
	text-decoration: underline;

}

