
body {
	font-size: 11pt;
	margin-right:0px;
	margin-left:0px;
	margin-bottom:0px;
	padding-bottom:0px;
}

p  {color: red}

strong  {
	color: black
	font-weight:bold
}
h2 {color: black; font-size: 120%}
h3 {color: black; font-size: 100%}
table{
	font-size: 11pt;
	text-align : left ;
}
table a{
	text-decoration: none;
	/*display:block;*/
}

a{
	text-decoration: none;	
}

.titleLink{
    color: black;
}

table a:hover{
	 background: #DFE4F7;

}

.gray_text{
	color: #dddddd;
}

.bgimgset{
	background-repeat: no-repeat;
	background-position:right top; 
}


.blogservice_div{
	position: relative;
	min-height: 350px;
	overflow:auto;

}


.blogservice_text{
	width: 100%;
	position: absolute;	
}

.blogservice_img{
	min-width: 480px;
	min-height: 300px;
	position: absolute;	
	top:10px;
	right:10px;
	background-position:right top; 
	background-repeat: no-repeat;

	background-color:#ffffff;
	 opacity: 0.4;
	 filter: alpha(opacity=40); /* IE6、IE7対応 */
	-moz-opacity: 0.4; /* Firefox1.5以前対応 */


}

.base {
	background-repeat: no-repeat;
	background-position:right top; 
	/*position:absolute;*/
	width: 90%;
	text-align : left ;
	color: #222;	
}



#headline {
	text-align : left ;
	overflow: auto;   /* スクロール表示 */ 
	width: 90%;
	height: 620px;
	padding          : 10px 0px 0px 10px;
	border:3px dashed  #09F;
	margin-right:auto;
	margin-left:auto;
}


.headline_normal {
	text-align : left ;
	overflow: auto;   /* スクロール表示 */ 
	width: 85%;
	padding          : 0px 0px 0px 10px;
	border:0px dashed  #09F;
	margin-right:auto;
	margin-left:auto;
}



#blogservice {
	text-align : left ;
	width: 90%;
	padding          : 0px 0px 0px 0px;
	margin-right:auto;
	margin-left:auto;
}



#blogservice_followblog {
	text-align : left ;
	width: 90%;
	padding          : 0px 0px 0px 0px;
}


.ul_followblog {
	margin-top:0px;
}



.li_followblog {
	margin:5px;
}

.h4_followblog {
	margin-top:0px;
}



.bargraph { /* 人気度表示の背景 */ 
	width :122px;
	margin-right:10px;
	overflow: hidden;
	height: 15px;	
	background-color: #f3f3f3;
	background-image: -o-linear-gradient(top, #f2f2f2, #f7f7f7);
	background-image: linear-gradient(to bottom, #f2f2f2, #f7f7f7);	
	background-repeat: repeat-x;	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#fff7f7f7', GradientType=0);
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}


.bargraph .bar {/* 人気度表示の棒部分 (直近)*/ 
	height: 100%;
	color: #ffffff;
	float: left;
	font-size: 0px;
	text-align: center;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #0e90d2;
	background-image: -o-linear-gradient(top, #158bdf, #0370be);
	background-image: linear-gradient(to bottom, #158bdf, #0370be);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: width 0.6s ease;
	-moz-transition: width 0.6s ease;
	-o-transition: width 0.6s ease;
	transition: width 0.6s ease;
}

.bargraph .bar2 {/* 人気度表示の棒部分 (トータル)*/ 
	height: 100%;
	color: #ffffff;
	float: left;
	font-size: 0px;
	text-align: center;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #04C091;
	background-image: -o-linear-gradient(top, #04B78A, #0370be);
	background-image: linear-gradient(to bottom, #04B78A, #0370be);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: width 0.6s ease;
	-moz-transition: width 0.6s ease;
	-o-transition: width 0.6s ease;
	transition: width 0.6s ease;
}



#global-nav{
	height: 25px;
	width: 100%;
	background-image: url(//new-soku.net/img/gnav_bg.png);  /* 背景画像 */  
}

#global-nav ul{
	margin-left:50px;
	list-style: none; /* リスト形式を削除 */
}

 /* リストを横並びに */
#global-nav ul li{
	height: 25px;
	float: left;
}
#global-nav ul li a{
	text-indent: -9999px; /* テキストをとばす */  
	text-decoration: none;
	display: block;
	height: 25px;
	background-image: url(//new-soku.net/img/gnav.png);
	background-repeat: no-repeat;
}


#global-nav ul li a:hover{
	text-decoration: none;  
	background-image: url(//new-soku.net/img/gnav.png);  
	background-repeat: no-repeat;   
}

 /* 幅 */
#global-nav ul li#menu1{width: 110px;}
#global-nav ul li#menu2{width: 72px;}
#global-nav ul li#menu3{width: 49px;}
#global-nav ul li#menu4{width: 115px;}


 /* a要素の背景の指定  ※左の数字がx軸、右の数字がy軸*/
#global-nav ul li#menu1 a { background-position: 0px 0px; }
#global-nav ul li#menu2 a { background-position: -110px 0px; }
#global-nav ul li#menu3 a { background-position: -184px 0px; }
#global-nav ul li#menu4 a { background-position: -236px 0px; }

/* a:hover要素の背景の指定 ※左の数字がx軸、右の数字がy軸*/
#global-nav ul li#menu1 a:hover , #global-nav ul li#menu1 a.selected { background-position: 0px -25px; }
#global-nav ul li#menu2 a:hover , #global-nav ul li#menu2 a.selected { background-position: -110px -25px; }  
#global-nav ul li#menu3 a:hover , #global-nav ul li#menu3 a.selected { background-position: -184px -25px; } 
#global-nav ul li#menu4 a:hover , #global-nav ul li#menu4 a.selected { background-position: -236px -25px; } 


.list_line_table{

	margin-top:0px;
	width:100%;
	border-spacing:0px;

}

.list_line_li_header {
	background-color:#eeeeee;

}

.list_line_li_header td{
	text-align:center;
	height: 20px;
	vertical-align:middle;
}


.list_line_li {
	height: 20px;
}

.list_line_li td {
	border-bottom:1px solid #cccccc; 
}

.list_line_li_date{

	width :140px;
	min-width :130px;

	
}


.list_line_li_articletitle div{
	max-width:100%;
	min-width:350px;
	overflow:hidden;
	/*white-space: nowrap; */ 
	text-overflow: ellipsis;  
	-webkit-text-overflow: ellipsis;  
	-o-text-overflow: ellipsis;  
	height: 20px;
	line-height: 20px;
}


.list_line_li_graph{
	width :135px;
	min-width :135px;
}


.list_line_li_blogservice{
	width :200px;
	min-width :190px;

}









.footer{
	background-color:#eeeeee;
	margin-bottom:0px;
    padding-bottom: 0px;
	height: 1100px;
}

.footer_inner{
	width :1210px;
	background-color:#aaffff;
	margin: 0 auto; 
	height: 1100px;
	background-image: -o-linear-gradient(bottom, #FCFCFC 21%, #F7F7F7 59%);
	background-image: -moz-linear-gradient(bottom, #FCFCFC 21%, #F7F7F7 59%);
	background-image: -webkit-linear-gradient(bottom, #FCFCFC 21%, #F7F7F7 59%);
	background-image: -ms-linear-gradient(bottom, #FCFCFC 21%, #F7F7F7 59%);
	background-image: linear-gradient(to bottom, #FCFCFC 21%, #F7F7F7 59%);

}


.fnavi-wrapper{/*フッターナビの外*/
	height: 25px;
	background-image: url(//new-soku.net/img/gnav_bg.png);  /* 背景画像 */  

}

.fnavi{/*フッターナビ*/
	float: left;
	display: block;
}


.fnavi a{
	display: block;
	height: 25px;
	line-height: 25px;
	width: 200px;
	text-align: center;
	border-right: 1px solid #ffffff;
	text-decoration: none;
	color: #ffffff;
	font-size: 13px;
	word-break: break-all;
}

.fnavi a:hover{
	background-color: #1e90ff;
}
.fnavi a:active{
	background-color: #5ea0ff;
}


.fblock-wrapper{
	
	clear:both;
}




.fblock{/*フッターブロック*/
	overflow: scroll;
	position: static;
	left:20px;
	float: left;
	width :257px;
	height: 1000px;
	background-color:#ffffff;
	margin: 7px; 
	border: 1px solid #cccccc;
	padding:8px;

	font-size: 9pt;
}

.fblock a{
	font-weight: bold;
}


.fblockw{/*フッターブロック カレンダー部分*/
	width :310px;
}

.fli_followblog{
	margin:3px;	
	
}
	
.calender_month{
	margin-top:3px;
	margin-left:10px;	
	
}

.fblock_inner{
	border: 1px solid #cccccc;	
	padding: 4px; 	
	margin:4px;
}
	
.fblock_inner_text{
	margin:3px;
}
	
.footer_inner_bottom{
	clear:both;	
	display: block;
	height: 25px;
	line-height: 25px;
}


/*日ごとカレンダー*/
.jCalMo .day,.jCalMo .invday,.jCalMo .pday,.jCalMo .aday,.jCalMo .selectedDay,.jCalMo .dow {
 width:40 !important;
 height:40 !important;
 }
.jCalMo .dow {
 height:auto !important 
}
.jCalMo, .jCalMo .jCal {/*+ monthSize (width+2)*7 */
 width:294px !important; 
}

div.jCalMo{
	height:auto !important 
}

.calTodday{
	background: #BAD3FF !important; 
	
}



/*ナビゲーション*/
div#pagenation {
   position: relative;
   overflow: hidden;
}
div#pagenation ul {
	position:relative;
	left:50%;
	float:left;
	list-style: none;
}
div#pagenation li {
	position:relative;
	left:-50%;
	float:left;
}
div#pagenation li a {
	border:1px solid #CECECE;
	margin: 0 3px;
	padding:3px 7px;
	display: block;
	text-decoration:none;
	color: #666666;
	background: #fff;
}
div#pagenation li.active a,
div#pagenation li a:hover{
	border:solid 1px #666666;
	color: #FFFFFF;
	background: #3399FF;
}





/* RSS */
.target_article{
	color: #ff0000;

	
}





/* 逆アクセスランキング */
.side_box_title{
	padding:0px 0px 0px 5px;
	border: 1px solid #ccc;
	border-bottom:0px;
	height:auto;

	/*背景グラデーション*/
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f5f5f5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f5f5f5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f5f5f5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-9 */

}

.side_box_title span{
	margin-left:10px;
	line-height:30px;
	font-size: 12px; 
	font-weight: bold;
	vertical-align:middle;
}

.side_box_content{
	border: 1px solid #ccc;		
	border-top: 0px;		
}

.side_box_prev_acc_li{
	font-size: 12px; 
	border-top:#ccc solid  1px;
}

.side_box_prev_acc_li:nth-child(2n+1) {  /* 奇数番目 */
   background: #fefefe;
}
.side_box_prev_acc_li:nth-child(2n) {    /* 偶数番目 */
   background: #f9f9f9;
}

.side_box_prev_acc_li a{
	display: block;	
	text-decoration:none;		
	line-height:28px;

	margin-left:40px;	
	
	white-space: nowrap;
	overflow: hidden;
}

div .side_box_prev_acc_li .rank{
	font-size: 12px; 
	width:32px;
	height:28px;
	line-height:28px;
	border-right:#ccc solid  1px;
	float: left;
	
	text-align: center;			
	position: relative;		
	top: 0px;
	left :0px;
}

div .side_box_prev_acc_li:hover{
	background: #eee;		
}

div .side_box_prev_acc_li:active{
	background: #f5f5f5;		
}

div .side_box_prev_acc_li .article_title{
	color: #33F;			
}























