/*
Theme Name: SayusCustom07
Theme URI: http://sayus.jp
Description: おさむらいさんサイトテーマ
Version: 0.19
Author: SayuSTUDIO
Author URI: http://sayus.jp
Tags: sayus
*/

/*****************ページ設定*****************/

* {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Osaka, Helvetica, Arial, Gothic, sans-serif;
}

body{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #626262;
	text-align:center;
	background: url(img/header_img.jpg) repeat-x top;
}

html{ 
    overflow-y:scroll; 
}

img{
	border: 0;
}

a {
	outline:none;
	text-decoration: none;
}

a:link { color:#000000; }
a:visited { color:#000000; }
a:active { color:#000000; }
a:hover { color:#ffffff; background:#ff6868;}

/*****************メインレイアウト設定*****************/

/*ラッパー領域設定*/
#wrapper{
	position: relative;
	text-align:left;
	width: 960px;
	margin: 0 auto;
}

/*ヘッダー領域*/
#header{
	height: 0;
	width: 960px;
	padding: 0;
	
	float:left;
}

/*メイン領域*/
#main{
	height: auto;
	width: 960px;
	padding:  0;
	float:left;
}

/*レフト領域*/
#left{
	height: auto;
	width: 200px;
	padding: 0;
	float:left;
}

#center_right{
	height: auto;
	width: auto;
	padding: 20px 0 0 0;
	float:left;
}

/*センター領域*/
#center{
	height: auto;
	width: 480px;
	padding: 0 20px 0 0;
	float:left;
}

/*ライト領域*/
#right{
	height: auto;
	width: 240px;
	padding: 0 20px 0 0;
	float:left;
}

/*フッター領域*/
#footer{
	height: 115px;
	width: 960px;
	padding: 0 0 0 0;
	text-align:left;
	background: url(img/footer_line.jpg) no-repeat;
	background-position:0px 60px;  
	clear:both;
}

.footer_l{
	height: auto;
	width: 885px;
	padding: 70px 0 0 0;
	float:left;
}

.footer_r{
	height: auto;
	width: 54px;
	padding: 0 0 0 0;
	float:left;
}

/*メンテナンス領域*/
#mente_mode{
	height: auto;
	width: 960px;
	padding:500px 0 0 0;
	background: url(img/mente.jpg) no-repeat center;

}
#twitter_div{
	font-size: 11px;
	line-height: 150%;
	margin: 0;
}


/*****************レフト設定*****************/

/*ロゴ領域*/
.logo{
	height: auto;
	width: 200px;
	padding: 0 0 7px 0;
	float:left;
}

/*メニュー領域*/
.menu{
	height: auto;
	width: 187px;
	padding:0 0 15px 13px;
	top:0px;
}

.menu ul{
	list-style: none;
	margin: 0; 
	padding: 0;
}

.menu li{
	padding-left: 0px; 
	clear:left;
}

.menu img{
	vertical-align: top;
}

/*罫線領域*/
.left_line{
	height: 20px;
	width: 200px;
	padding: 0;
	background: url(img/right_line.jpg) no-repeat top;
	float:left;
}

/*snsバナー領域*/

.sns{
	height: auto;
	width: 189px;
	padding: 5px 0 15px 10px;
	float:left;
}

.sns_banner{
	height: auto;
	width: auto;
	padding: 0;
	top:0px;
	float:left;
}

.sns_banner ul{
	list-style: none;
	margin: 0; 
	padding: 0;
}

.sns_banner li{
	padding: 0; 
	clear:left;
}

.sns_banner img{
	vertical-align: top;
}


/*****************センター設定*****************/

/*イメージローダー領域*/
.img_loader{
	height: 250px;
	width: 480px;
	padding: 0 0 20px 0;
	float:left;
}

.img_box {
	height: auto;
	width: 480px;
	padding:7px 0 10px 0;
	text-align:right;
}
.img_box a {
	margin: 0 0 0 5px;
	padding:1px 3px;
	border:1px solid #A7A7A7;
	background:#FFFFFF;
	color:#666666;
	text-decoration:none;
	font-size:10px;
	font-family:arial,helvetica,sans-serif;
}
.img_box .activeSlide {
	border:1px solid #A7A7A7;
	background:#BBBBBB;
	color:#FFFFFF;
}
.img_box a:focus {
	outline: none;
}


/*インフォ領域*/
.title_info{
	height: auto;
	width: 480px;
	padding: 0 0 5px 0;
	float:left;
}

.area_info{
	height: auto;
	width: 480px;
	padding: 0 0 20px 0;
	float:left;
}

.area_info ul{
	list-style: none;
	margin: 0; 
	padding: 0;
	line-height: 200%;
}

.area_info li{
	padding: 0;
}

.area_info a:link { color:#666666; }
.area_info a:visited { color:#666666; }
.area_info a:active { color:#666666; }
.area_info a:hover { color:#ffffff; background:#ff6868;}

/*フォト領域*/
.title_photo{
	height: auto;
	width: 480px;
	padding: 0 0 10px 0;
	float:left;
}

.area_photo{
	height: auto;
	width: 480px;
	padding: 0;
	float:left;
}

.area_photo ul{
	list-style: none;
	margin: 0; 
	padding: 0;
}

.area_photo li{
	padding: 0 10px 0 0;
	display: inline;
}

.area_photo img {
	border: 7px solid #e5e5e5;
}
.area_photo a:hover img {
	border: 7px solid #ff686a;
}
.area_photo a:hover {
	background:#ffffff;
}

/*****************ライト設定*****************/

/*検索領域*/
.title_search{
	height: auto;
	width: 240px;
	padding: 0 0 5px 0;
	float:left;
}

.area_search{
	height: auto;
	width: 240px;
	padding: 0;
	float:left;
}

form {
	margin: 0;
	padding: 0;
}



/*罫線領域*/
.right_line{
	height: 35px;
	width: 240px;
	padding: 0;
	background: url(img/left_line.jpg) no-repeat center;
	float:left;
}

.right_line_tl{
	height: 15px;
	width: 240px;
	padding: 0;
	background: url(img/left_line.jpg) no-repeat center;
	float:left;
}

.right_line_t{
	height: 35px;
	width: 240px;
	padding: 0;
	background: url(img/left_line_t.jpg) no-repeat center;
	float:left;
}

.right_line_bio{
	height: 15px;
	width: 240px;
	padding: 0;
	background: url(img/right_line.jpg) no-repeat center;
	float:left;
}

/*ムービー領域*/
.title_movie{
	height: auto;
	width: 240px;
	padding: 0 0 5px 0;
	float:left;
}

.area_movie{
	height: auto;
	width: 240px;
	padding: 0 0 8px 0;
	float:left;
}

.text_movie{
	height: auto;
	width: 240px;
	padding: 0;
	float:left;
}

.text_movie ul{
	list-style: none;
	line-height: 150%;
	margin: 0; 
	padding: 0;
}

.text_movie a:link { color:#000000; border-bottom: 1px dashed #ff6868;}
.text_movie a:visited { color:#000000; border-bottom: 1px dashed #ff6868;}
.text_movie a:active { color:#000000; border-bottom: 1px dashed #ff6868;}
.text_movie a:hover { color:#ffffff; background:#ff6868;}

.text_entry{
	height: auto;
	width: 240px;
	padding: 0;
	float:left;
}

.text_entry ul{
	list-style: none;
	line-height: 120%;
	margin: 0; 
	padding: 2px 0 5px 0;
}

.text_entry a:link { color:#000000; border-bottom: 1px dashed #ff6868;}
.text_entry a:visited { color:#000000; border-bottom: 1px dashed #ff6868;}
.text_entry a:active { color:#000000; border-bottom: 1px dashed #ff6868;}
.text_entry a:hover { color:#ffffff; background:#ff6868;}

.text_entry_l{
	height: auto;
	width: 170px;
	padding: 0;
	float:left;
}
.text_entry_r{
	height: auto;
	width: 70px;
	padding: 0;
	float:left;
}

/*ジャケットシャッフル領域*/
.area_jacket{
	height: auto;
	width: 240px;
	padding: 0;
	float:left;
}

.area_jacket ul{
	list-style: none;
	margin: 0; 
	padding: 0;
}

.area_jacket li{
	font-size: 30px;
	padding: 0 10px 0 0;
	display: inline;
}

.area_jacket img {
	height: 56px;
	width: 56px;
	border: 7px solid #e5e5e5;
}
.area_jacket a:hover img {
	border: 7px solid #ff686a;
}
.area_jacket a:hover {
	background:#ffffff;
}


/*関連エントリー領域*/
.area_similar{
	height: auto;
	width: 240px;
	padding: 0;
	float:left;
}

.area_similar ul{
	list-style: none;
	margin: 0; 
	padding: 0;
}

.area_similar_box{
	height: auto;
	width: 240px;
	padding: 3px 0 3px 0;
	float:left;
}

.area_similar_box_img {
	height: auto;
	width: 70px;
	padding: 0;
	float:left;
}

.area_similar_box_img img{
	height: 56px;
	width: 56px;
	padding: 3px;
	border: 1px #d2d2d2 solid;
}

.area_similar_box_bioimg {
	height: auto;
	width: 64px;
	padding: 0;
	float:left;
}

.area_similar_box_bioimg img {
	height: 50px;
	width: 50px;
	padding: 3px 3px 3px 3px;
	border: 1px #d2d2d2 solid;
}

.area_similar_box_text {
	height: auto;
	width: 165px;
	padding: 0;
	float:left;
}

.area_similar_box_text ul{
	list-style: none;
	line-height: 120%;
	margin: 0; 
	padding: 0;
}

.area_similar_box_text li{
	padding: 0 0 3px 0;
}

.area_similar_box_text a:link { color:#000000; border-bottom: 1px dashed #ff6868;}
.area_similar_box_text a:visited { color:#000000; border-bottom: 1px dashed #ff6868;}
.area_similar_box_text a:active { color:#000000; border-bottom: 1px dashed #ff6868;}
.area_similar_box_text a:hover{ color:#ffffff; background:#ff6868;}


.area_fan{
	height: auto;
	width: 480px;
	padding: 0 0 5px 0;
	float:left;
}

.area_fan a:link { color:#666666; }
.area_fan a:visited { color:#666666; }
.area_fan a:active { color:#666666; }
.area_fan a:hover { color:#ffffff; background:#ff6868;}

.area_fan_box_img {
	height: auto;
	width: 44px;
	padding: 0;
	float:left;
}

.area_fan_box_img img{
	height: 30px;
	width: 30px;
	padding: 3px;
	border: 1px #d2d2d2 solid;
}

.area_fan_box_text {
	height: auto;
	width: 420px;
	padding: 0;
	float:left;
}

.area_fan_box_text ul{
	list-style: none;
	line-height: 150%;
	margin: 0; 
	padding: 0;
}

.area_fanr_box_text li{
	padding: 0 0 3px 0;
}








/*エントリー&カテゴリー共通領域設定*/
.entry_title {
	height: auto;
	width: 480px;
	padding: 0;
	float: left;
}

.entry_s {
	height: auto;
	width: 480px;
	padding: 5px 0 20px 0;
	float: left;
}

.entry_s a:link { color:#000000; border-bottom: 1px dashed #ff6868;}
.entry_s a:visited { color:#000000; border-bottom: 1px dashed #ff6868;}
.entry_s a:active { color:#000000; border-bottom: 1px dashed #ff6868;}
.entry_s a:hover { color:#ffffff; background:#ff6868;}

/*エントリー領域設定*/
.entry_box {
	height: auto;
	width: 480px;
	padding: 0;
	float: left;
}

.entry_meta {
	height: auto;
	width: 473px;
	font-size: 11px;
	padding: 0 0 0 5px;
	border-left: 2px #ff2626 solid;
	float: left;
}

.entry_text {
	height: auto;
	width: 480px;
	padding: 0 0 15px 0;
	float: left;
}

.entry_text a:link { color:#000000; border-bottom: 1px dashed #ff6868;}
.entry_text a:visited { color:#000000; border-bottom: 1px dashed #ff6868;}
.entry_text a:active { color:#000000; border-bottom: 1px dashed #ff6868;}
.entry_text a:hover { color:#ffffff; background:#ff6868;}

.page_meta {
	height: auto;
	width: 298px;
	font-size: 11px;
	padding: 0 0 0 5px;
	border-left: 2px #ff2626 solid;
	float: left;
}

.page_photo {
	height: auto;
	width: 175px;
	padding: 0;
	float: left;
}

.page_text_box {
	height: auto;
	width: 305px;
	padding: 0;
	float: left;
}

.page_text {
	height: auto;
	width: 305px;
	padding: 0;
	float: left;
}

/*カテゴリー一覧領域設定*/

.category_box {
	height: auto;
	width: 480px;
	padding: 0 0 10px 0;
	float: left;
}

.category_box_l {
	height: 100px;
	width: 100px;
	padding:0 10px 0 0;
	float: left;
}

.category_box_r {
	height: auto;
	width: 370px;
	padding: 0;
	float: left;
}

.category_meta {
	height: auto;
	width: 362px;
	padding: 0 0 0 5px;
	border-left: 2px #ff2626  solid;
	float: left;
}

.category_meta a:link { color:#000000; }
.category_meta a:visited { color:#000000; }
.category_meta a:active { color:#000000; }
.category_meta a:hover { color:#ffffff; background:#ff6868;}

.category_text {
	height: auto;
	width: 370px;
	padding: 5px 0 0 0;
	float: left;
}
.category_text a:link { color:#000000; border-bottom: 1px dashed #ff6868;}
.category_text a:visited { color:#000000; border-bottom: 1px dashed #ff6868;}
.category_text a:active { color:#000000; border-bottom: 1px dashed #ff6868;}
.category_text a:hover { color:#ffffff; background:#ff6868;}


/*ニコニコ動画カテゴリーループ領域設定*/

.category_box_nico {
	height: auto;
	width: 480px;
	padding: 0 0 5px 0;
	float: left;
	border-bottom: 1px solid #e5e5e5;
}

.category_box_line_nico {
	height: auto;
	width: 480px;
	padding:  0 0 7px 0;
	float: left;
}


.category_box_l_nico {
	height: 50px;
	width: 50px;
	padding: 0 10px 0 0;
	float: left;
}

.category_box_l_nico img{
	height: 50px;
	width: 50px;
}

.category_box_r_nico {
	height: auto;
	width: 414px;
	padding: 0;
	float: left;
}

.category_meta_nico {
	height: auto;
	width: 406px;
	padding: 0 0 0 5px;
	border-left: 2px #ff2626  solid;
	float: left;
}

.category_meta_nico a:link { color:#000000; }
.category_meta_nico a:visited { color:#000000; }
.category_meta_nico a:active { color:#000000; }
.category_meta_nico a:hover { color:#ffffff; background:#ff6868;}

.category_text_nico {
	height: auto;
	width: 414px;
	padding: 0;
	float: left;
}
.category_text_nico a:link { color:#000000; border-bottom: 1px dashed #ff6868;}
.category_text_nico a:visited { color:#000000; border-bottom: 1px dashed #ff6868;}
.category_text_nico a:active { color:#000000; border-bottom: 1px dashed #ff6868;}
.category_text_nico a:hover { color:#ffffff; background:#ff6868;}


/*****************ライブ領域設定*****************/

.category_box_live {
	height: auto;
	width: 480px;
	padding: 0;
	float: left;
}

.category_meta_live {
	height: auto;
	width: 470px;
	padding: 0 0 0 5px;
	border-left: 2px #ff2626  solid;
	float: left;
}

.category_meta_live a:link { color:#000000; }
.category_meta_live a:visited { color:#000000; }
.category_meta_live a:active { color:#000000; }
.category_meta_live a:hover { color:#ffffff; background:#ff6868;}

.category_text_live {
	height: auto;
	width: 480px;
	padding: 5px 0 0 0;
	float: left;
}
.category_text_live a:link { color:#000000; border-bottom: 1px dashed #ff6868;}
.category_text_live a:visited { color:#000000; border-bottom: 1px dashed #ff6868;}
.category_text_live a:active { color:#000000; border-bottom: 1px dashed #ff6868;}
.category_text_live a:hover { color:#ffffff; background:#ff6868;}



/*****************装飾設定*****************/

.text_highlite {
	height: auto;
	width: 450px;
	padding: 10px;
	background:#eeeeee;
	clear: both;
}

.text_highlite_bio {
	height: auto;
	width: 280px;
	line-height: 170%;
	padding: 10px;
	background:#eeeeee;
	float:left;
}
.red{
	color: #e5004f;
}

.red_a{
	font-size:14px;
	color: #e5004f;
}

.red_b{
	font-size:18px;
	color: #e5004f;
}

.size_a{
	font-size:14px;
}

.size_b{
	font-size:18px;
}
.k_line{
	height: auto;
	width: 450px;
	padding: 0;
	float: left;
	border-bottom: 1px dashed #e5e5e5;
}

/*****************見出し設定*****************/


h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

h4 {
	font-size: 20px;
	color: #000000;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}

p{
	line-height: 150%;
	margin: 15px 0 0 0;
}

p.right_box {
	font-size: 11px;
	line-height: 150%;
	margin: 0;
}

p.list_text {
	font-size: 12px;
	line-height: 120%;
	padding: 5px;
	margin: 0;
	background:#f9f9f9;
}

p.twitter_date {
	font-size: 10px;
	color: #ff4b4b;
	line-height: 120%;
	padding: 5px 0 0 0;
	margin: 0;
}

p.list_text_nico {
	font-size: 11px;
	line-height: 120%;
	padding: 5px;
	margin: 0;
	background:#f9f9f9;
}

p.more {
	font-size: 12px;
	margin: 5px 0 0 0;
	text-align:right;
}
p.nico {
	font-size: 12px;
	margin: 0;
	text-align:right;
}

p.dropcap:first-letter {
	font-size: 240%;
	float: left;
	line-height: 1;
	padding: 3px 0 3px 0;
	margin: 1px 3px 0 0;
}

p.code{
	padding: 5px 5px 5px 5px;
	background:#eeeeee;
}

p.date{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

p.date A:link { color:#666666; }
p.date A:visited { color:#666666; }
p.date A:active { color:#666666; }
p.date A:hover { color:#666666; background:#ffffff}

.point01 {
	font-size: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Osaka, Helvetica, Arial, Gothic, sans-serif;
}

.point02{
	color: #e5004f;
}


/*****************ページナビ*****************/

.wp-pagenavi {
	height: auto;
	width: 480px;
	padding: 20px 0 10px 0;
	color: #555;
	font-size: 10px;
	float:left;
}

.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 0.5em 1em;
	margin: 0.25em;
	border: 1px solid #707070;
	color: #666666;
}
.wp-pagenavi a:visited {
	border: 1px solid #707070;
	color: #666666;
}
.wp-pagenavi a:hover {
	border: 1px solid #535353;
	color: #ffffff;
	background:#535353
}
.wp-pagenavi a:active {
	border: 1px solid #535353;
	color: #ffffff;
}
.wp-pagenavi span.pages, .wp-pagenavi span.current, .wp-pagenavi span.extend {
	padding: 0.5em 1em;
	margin: 0.25em;
	border: 1px solid #b5b5b5;
}
.wp-pagenavi span.current {
	font-weight: bold;
}

