/*■ランキングブロック*/
#content .ranking{
	padding: 10px 20px 10px 20px;
	margin: 10px 20px 60px 20px;
	border: 1px solid #696969;
	background-color: #F0F8FF;
	list-style-type: none;
	list-style-position: inside;
	font-size:9pt;
	line-height:14pt;
}




/*■ランキングブロックのリンクの色*/
.pick a:link, .pick a:visited, .pick a:active {color: #0000ff;text-decoration: underline;}
.pick a:hover{color : #FF3300;text-decoration: none;}



/*------------------------------------------------------------
●１４、left、right・・・画像の横位置設定
-------------------------------------------------------------*/

/*--------------------▽左に画像、右に文章*/

.left{
	float: left;
	margin: 0 10px 10px 0!important;
}


/*--------------------▽右に画像、左に画像*/

.right{
	float: right;
	margin: 0 0 10px 10px!important;
}






/*文字装飾
-------------------------------------------------------------------*/
/* 最大5・太字 */
span.bbbbb {

    font-size: 2.0em;
    padding: 0;
    line-height: 200%;
}

/* 最大4・太字 */
span.bbbb {

    font-size: 1.8em;
    padding: 0;
    line-height: 200%;
}


/* 最大3・太字 */
span.bbb {

    font-size: 1.6em;
    padding: 0;
    line-height: 170%;
}

/* 大2・太字 */
span.bb {

    font-size: 1.2em;
    font-weight: bold;
    line-height: 150%;
}
/* 太字 */
span.b {

    font-weight: bold;
    line-height: 150%;
}

/* 小文字 */ 
span.s { 

    font-size: 0.8em;
    font-weight: normal;
    line-height: 150%; 
} 



/* 中文字 */ 
span.m { 

    font-size: 0.85em;
    font-weight: normal;

} 





/* 背景マーカー処理 */
span.line { 
    background: #FFFF66;
}

 /* アンダーライン */
span.u {     

     border-bottom: 1px solid ; 
     
}

span.marker { 
    color: #990000;
    background: #FFCCFF;
    font-weight: bold;
}


/* 文字色 */

span.red { color: #cc0000; } /* 赤 */ 
span.blue { color: #4169e1; } /* 青 */ 
span.green { color: #339900; } /* 緑 */ 
span.orange { color: #FF8C00; } /* オレンジ */ 
span.aqua { color: #008080; } /* アクア */ 
span.brown { color: #A52A2A; } /* 茶色 */ 
span.pink { color: #FF1493; } /* ピンク */ 
span.gray { color: #696969; } /* グレー */ 




/*■リンクフリーブロック*/
.block9 {
	text-align: left;
	font-size: 8px;
    color: #808080;
	margin:5px 10px 0 0;
	padding:10px;
	border: 1px dotted #CCCCCC;
	background: #EEEEEE;
	line-height: 9pt;
}

/*コピーライト部分のリンク文字*/
.block9 a{ text-decoration: none; }
.block9 a:link{ color: #808080; }
.block9 a:visited{ color: #808080; }
.block9 a:hover{ color: #808080; }



.block9 h3{
	text-align: left;
	font-size: 8px;
    color: #808080;
	margin:5px 0px 0 0;
	padding:5px;
	border: 1px dotted #CCCCCC;
	background: #EEEEEE;
	line-height: 9pt;
}

.block9 h4{
	text-align: left;
	font-size: 8px;
    color: #808080;
	margin:5px 0px 0 0;
	padding:5px;
	border: 1px dotted #CCCCCC;
	background: #EEEEEE;
	line-height: 9pt;
}


/*スパム除け枠*/
div#waku{
	color: #D2B48C;
	font-size: 9pt;
}




/*メインページ「続きはこちら」*/
#next	{
text-align: right;
	font-size: 80%;
padding: 0px 20px 10px 0;

	

}
/*テキスト広告右寄せ*/
#next2 {
	padding: 10px;
	text-align: right;
	padding-right: 20px;
	color: #BF406B;
	font-weight: bold;
}








div.next {
	text-align: right;
	padding-right: 0px;
	color: #0000ff;
	font-size: 14px;
	font-weight: bold;
}




div.next a {
	text-align: right;
	padding-right: 0px;
	color: #0000ff;
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
}

div.next a:visited {
	text-align: right;
	padding-right: 0px;
	color: #0000ff;
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
}




div.next a:hover {
	text-align: right;
	padding-right: 0px;
	color:#FF3300;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}




div.back {
	text-align: left;
	padding-left: 0px;
	color: #FF3366;
	font-size: 14px;
	font-weight: nomal;
}


div.back a {
	text-align: right;
	padding-right: 0px;
	color: #0000ff;
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
}



div.back a:visited {
	text-align: right;
	padding-right: 0px;
	color: #0000ff;
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
}




div.back a:hover {
	text-align: left;
	padding-left: 0px;
	color:#FF3300;
	font-size: 14px;
	font-weight: nomal;
	text-decoration: none;
}



//*--------------------▽左に画像、右に文章*/

.left{
	float: left;
	margin: 20px 30px 30px 80px;
}


/*--------------------▽右に画像、左に画像*/

.right{
	float: right;
	margin:0 80px 30px 30px;
}





/*ここは消さないで下さい!*/
/* Edited with EditCSS */
/*CSSLicense: jp-soft.com Tsunehisa Hazama*/

* {
	margin: 0;
	padding: 0;
}

html{height: 100%;}


/* BODY-------------------------------*/
body {
	background: #DCE9F0;
	margin: 0;
	padding: 0;
 	font-size: 15px;
 	line-height: 165%;
	color: #444;
	list-style: none;
	text-align: center;
	font-family: arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", sans-serif;
}

/*デフォルト属性 */
a, p, h1, h2, h3, h4, h5, h6, blockquote {
 margin: 0;
 padding: 0;
 border: 0;
}

/* strongの色
strong {font-weight: normal;} */

img {border: none;}

a:link, a:visited, a:active {color: #0000ff;text-decoration: underline;}
a:hover{color : #FF3300;text-decoration: none;}

/* 基本設定 ----------------------------- */
#base{
	width: 800px;
	margin: 0 auto;
	background: url("img/base_back.gif") repeat-y;
	text-align: center;
}

#wrapper {
	width: 780px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}

#primary {
	width: 750px;
	margin: 0 auto;
	text-align:left;
}

/*  ヘッダー  */
#header {
	height:100px;
	margin: 0;
	color: #330000;
	background: url("img/header.gif") no-repeat;
}

#header h1{
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 12px;
	line-height: 110%;
	text-align: right;
}

#header h1 a:link, #header h1 a:visited, #header h1 a:active {color: #330000;text-decoration: none;}
#header h1 a:hover{color : #330000;text-decoration: none;}

#header p{
	position: absolute;
	top: 0px;
	left: 5px;
	width: 770px;
	font-size: 60%;
	line-height: 100%;
	color: #330000;
	text-align: left;
}

.rss{	
	position: absolute;
	top: 10px;
	right: -60px;
}

/*  パンくずリスト  */
 .navi {
	margin :0 0 10px;
	width: 100%;
	font-size: 85%;
	padding: 0 5px;
	text-align: left;
}

.navi a {
	color: #6699CC;
	text-decoration: none;
}

.navi a:hover {
	color: #FF6633;
	text-decoration: underline;
}

/*  記事枠等の属性  */
#content {
	float: right;
	width: 490px;	
	margin: 5px 0;

	overflow: hidden;
}



#content a:link, #content a:visited, #content a:active {color: #0000ff;text-decoration: underline;}
#content a:hover{color : #FF3300;text-decoration: none;}



#content h2 {
	margin: 10px 0 ;
	border-left: 8px solid #4e454a;
	border-bottom: 1px solid #4e454a;
	color: #4e454a;
	font-size: 110%;
	font-weight: bold;
	line-height: 150%;
	display: block;
	text-align: left;
	text-indent: 5px;
}

#content h3 {
	padding: 10px 0 0 0;
	color: #666666;
	font-size: 108%;
	font-weight: bold;
	line-height: 130%;
	display: block;
	text-align: left;
}

#content h4 {
	padding: 0;
	color: #666666;
	font-size: 115%;
	font-weight: bold;
	display: block;
	text-align: left;
}

#content h5 {
	padding: 0;
	color: #666;
	font-size: 100%;
	font-weight: bold;
	display: block;
	text-align: left;
}

#content .posted {
 	text-align: right;
 	font-size: 10px;
 	margin: 0px 5px 10px 0;
}

#content p{
	padding: 5px 0 10px 0;
}

#content .doc{
	margin: 10px 20px 20px 10px;
	text-align: left;
}

/*  アドセンス  */
#content .ads{
	width: 271px;
	height: 290px;
	float: left;
}

/*  記事一覧  */
#content ol{
	margin: 0px 0px 20px 40px;
}

#content li{
	margin: 5px 0;
	font-size: 100%;
}

#content .cform{
	margin: 0;
}

/*----- trackbacks & Comments-----*/

#content #trackbackdata, #content #commentdata{
	font-size: 12px;
	color: #888;
	margin: 10px 0 10px 10px;
}

#content #trackbackdata .post1{
	font-size: 10px;
	color: #888;
	margin: 0;
	border-bottom: 1px solid #888;
}

#content #commentdata .post2{
	margin-bottom: 10px;
	font-size:10px;
	text-align: right;
}

#content .error {
	font-size : 14px;
	color: red;
	border: 1px solid red;
	padding: 5px;
	text-align: center;
}



/*  サイドメニュー等の属性  */
#sidebar {
	float: left;
	width: 240px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#sidebar h2{
	margin: 10px 0 0 0;
	font-size: 100%;
	font-weight: bold;
	color: #666666;
	line-height: 150%;
	text-indent: 5px;
	border: 1px solid #cccccc;
	display: block;
}


#sidebar h3{
	margin: 10px 0 0 0;
	font-size: 85%;
	font-weight: nomal;
	border-left: 8px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	color: #cccccc;
	line-height: 150%;
	text-indent: 5px;

}


#sidebar h4{
	margin: 10px 0 0 0;
	font-size: 85%;
	font-weight: nomal;
	border-left: 8px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	color: #cccccc;
	line-height: 150%;
	text-indent: 5px;
}


#sidebar a:link, a:visited, a:active {color: #d3d3d3;text-decoration: none;}
#sidebar a:hover{color : #d3d3d3;text-decoration: underline;}






/* サイドバー　表示させないところの文字設定 */

#sidebar p{
         font-size: 9px;
         line-height: 130%;
         color: #cccccc;
}


/*　バナー　*/
#sidebar .banner{
	margin: 10px 0;
	text-align: center;
}

/* ---- メニュー等----- */
#sidebar ul.menu{
 	list-style: none;
 	margin: 0 0 10px 0;
 	padding: 5px 0;
}

#sidebar ul.menu li a:link, #sidebar ul.menu li a:visited, #sidebar ul.menu li a:active {
 	height: 20px;
	color: #0000ff;
 	list-style: none;
 	margin-left: 5px;
 	padding-left: 30px;
 	text-decoration: none;
 	font-size: 12px;
 	line-height: 150%;
 	display: block;
}

#sidebar ul.menu li a:hover {
 	text-decoration: underline;
 	color: #ff4500;
}

#sidebar ul.menu li.pt a:link, #sidebar ul.menu li.pt a:visited, #sidebar ul.menu li.pt a:active {
 	height: 20px;
 	list-style: none;
 	margin-left: 5px;
 	padding-left: 20px;
 	text-decoration: none;
 	font-size: 12px;
 	line-height: 150%;
 	display: block;
	background: url("img/menu01.gif") no-repeat top left;
}

#sidebar ul.menu li.pt a:hover {
	background: url("img/menu02.gif") no-repeat top left;
 	text-decoration: underline;
}

/* ---- ページ----- */
#sidebar ul.page{
 	list-style: none;
 	margin: 0 0 10px 0;
 	padding: 5px 0;
}

#sidebar ul.page li a:link, #sidebar ul.page li a:visited, #sidebar ul.page li a:active {
 	height: 20px;
 	list-style: none;
 	margin-left: 5px;
 	padding-left: 20px;
 	text-decoration: none;
 	font-size: 12px;
 	line-height: 150%;
 	display: block;
	background: url("img/menu01.gif") no-repeat top left;
}

#sidebar ul.page li a:hover {
	background: url("img/menu02.gif") no-repeat top left;
 	text-decoration: underline;
}

/*　検索窓　*/
#sidebar .search{	
	margin: 0;
}

#sidebar .search-inner {
	padding: 10px;
	text-align: left;
}

/*フッターナビ*/
#f_navi {
	clear: both;
	text-align: right;
	margin: 0px;
	padding: 0px 5px 5px 5px;
	font-size: 85%;
}

#f_navi img{margin: 0 5px;border-style: none; vertical-align: middle;}

/* フッター-----------------*/
#footer {
	clear: both;
	width: auto;
	height: 70px;
	background: url("img/footer.gif") no-repeat;
	margin: 0;
}





#footer .tyousei p{
	font-size: 9px;
	margin: 0px 0px 0px 0px;
 	line-height: 1.0;
 	color: #330000;
}


#footer .tyousei a:link, #footer .tyousei a:visited, #footer .tyousei a:active {color: #330000;text-decoration: none;}
#footer .tyousei a:hover{color : #330000;text-decoration: none;}






#footer .copyright p{
	font-size: 9px;
	margin: 0px 0px 0px 0px;
 	line-height: 1.0;
 	color: #330000;
}


#footer .copyright a:link, #footer .copyright a:visited, #footer .copyright a:active {color: #FFF;text-decoration: none;}
#footer .copyright a:hover{color : #FFF;text-decoration: none;}




#footer .copyright{
	float: right;
	margin: 0px 5px 5px 5px;
	padding: 0px 10px 0px 10px;
	color: #FFF;
	font-size: 85%;
	line-height: 1.0;
	text-align: right;
}
	
#footer a:link, #footer a:visited, #footer a:active {color: #FFF;text-decoration: none;}
#footer a:hover{color : #FF3300;text-decoration: underline;}

/* タグ指定 */

.module-tagcloud{
	margin: 0;
}

.module-tagcloud h2{
	margin: 10px 0 0 0;
	font-size: 100%;
	font-weight: bold;
	color: #666666;
	line-height: 150%;
	text-indent: 5px;
	border: 1px solid #D3BC79;
	display: block;
}

.module-tagcloud .module-content{
	margin: 0;
	text-align: left; 
}

.module-tagcloud .module-content .module-list{
	padding: 5px;
	list-style: none;
}

.module-tagcloud .module-content .module-list .module-list-item { display: inline; }
.module-tagcloud .module-content .module-list li.taglevel1 { font-size: 19px; }
.module-tagcloud .module-content .module-list li.taglevel2 { font-size: 17px; }
.module-tagcloud .module-content .module-list li.taglevel3 { font-size: 15px; }
.module-tagcloud .module-content .module-list li.taglevel4 { font-size: 13px; }
.module-tagcloud .module-content .module-list li.taglevel5 { font-size: 11px; }
.module-tagcloud .module-content .module-list li.taglevel6 { font-size: 9px; }

.tag_line{
	margin: 10px;
	text-align: left;
}