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

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


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

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





.link-back,
.link-next{
	clear: both;
	margin-top: 20px;
	padding: 0;
	width: 100%;
	font-size: 12pt;
	font-weight: bold;
	line-height: 14pt;
}

.link-next2{
	clear: both;
	margin-top: 0px;
	padding: 0;
	width: 100%;
	font-size: 10pt;
	font-weight: nomal;
	line-height: 10pt;
}

.link-back{ text-align: left; }
.link-next{ text-align: right; }
.link-next2{ text-align: right; }




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

* {
	margin: 0;
	padding: 0;
}

html{height: 100%;}

/* BODY */
body {
	margin : 0;
	text-align: center;
	color:#333;
	font-size: 14px;
	line-height: 170%;
	background: #D9EDFA;
	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の色 */


/* em */

em {
	font-weight: normal;
	font-style: normal;
}





/* 画像の属性 */
img {border: none; margin: 0;}

/* リンクの属性（未指定の時） */
a:link, a:visited, a:active {color: #0033FF;text-decoration: underline;}
a:hover {color:#FF3300;text-decoration: none;}


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

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

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

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


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

    font-size: 1.6em;
    font-weight: bold;
    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: 100%; 
} 

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

 /* アンダーライン */
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; } /* ピンク */ 






/* 基本設定*/
#base{
	width: 720px;
	margin: 0 auto;
	background: url("http://www.darknessanthem.net/img/base2.gif") repeat-y;
	text-align: center;
}

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

/*ヘッダー*/
#header	{
	margin : 0;
	padding: 0;
	height : 400px;
	text-align: left;
	line-height: 110%;
	background: url("http://www.darknessanthem.net/img/header.gif") no-repeat top left;

}


#header h1 a {
	position: absolute;
	top: 10px;
	right: -100px;
	color: #ccc;
	font-size: 12px;
	line-height: 150%;
	font-weight: nomal;
	text-decoration: none;
}


#header .des {
	position: absolute;
	padding-right: 5px;
    padding-left: 5px;
	top: 25px;
	line-height: 110%;
	color: #00BFFF;
	font-size: 9px;
	text-align: left;
}


/* トップメニュー */
ul.topmenu{
	position: absolute;
	top: 0;
	right: 0;
	width: 700px;
	background-image: url("http://www.darknessanthem.net/img/navi1.gif");
	list-style: none;
}

ul.topmenu li{
	text-align: center;
	font-size: 12px;
	float: left;
	color: #fff;
         width: 130px;
	height: 25px;
	border-right: 1px solid #fff;
	display: block;
}

ul.topmenu li a:link, ul.topmenu li a:visited, ul.topmenu li a:active {
	color: #fff;
	text-decoration: none;
	float: right;
	width: 130px;
	height: 25px;
	display: block;
}
ul.topmenu li a:hover{color : #336699;text-decoration: none; 
background-image: url("http://www.darknessanthem.net/img/navi2.gif");

}




/*  パンくずリスト  */
.navi {
	margin : 0;
	font-size: 10px;
	color:#666;
}

/*コンテンツ*/
#content {
	margin: 0 auto;
	width: 600px;
	text-align: left;
}
				
#content h2	{
	margin: 10px 0 20px 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #0066CC;
 	font-size: 123%;
 	color: #0066CC;
 	font-weight: bold;
 	text-align: left;
 	padding-left: 20px;
 	line-height: 130%;
 	background: url("./img/h2.gif") no-repeat top left;
}








#content h3 {
	font-size: 14px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #0066CC;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #0066CC;
	padding-left: 10px;
	color: #0066CC;
	line-height: 20px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 10px;
}










#content h4	{
	margin: 10px 0 0 0;
	font-size: 100%;
	color: #FF0000;
	font-weight: nomal;
	line-height: 150%;
}

/*メインページ「続きはこちら」*/
#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: #FF3366;
	font-size: 14px;
	font-weight: nomal;
}


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


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






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

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


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

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


/*記事枠*/
#content .doc{
	margin: 10px 0px 15px 0px;
	text-align: left;
	line-height: 150%;
}

#content .doc p{
	padding: 5px 0;
}





#content .pick{
	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;
	color: #d3d3d3;
	line-height:14pt;
}


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












#content  ul{
	margin: 0;
	padding: 10px;
	font-size: 12px;
	line-height:120%;
	list-style-image : url("http://www.darknessanthem.net/img/list.gif");
}

#content  li{
	margin-left:15px;
}


#content ol{
	margin: 0px 0px 0px 30px;
}

#content li{
	margin: 0;
	font-size: 100%;
	line-height: 19px;
}

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



/*今日のうらない*/
#uranai{
	clear: both;
	margin: 0;
	height: auto;
	color: #ccc;
	padding-right: 100px;
    padding-left: 100px;
	background: #FFF;
	}


#uranai h3 {
	margin: 10px 0 0 0;
	display: block;
	font-size:12px;
	color : #ccc;
	line-height: 120%;
	text-align: left;
	border-bottom: 1px dotted #999;
}



#uranai h3 a {
	margin: 10px 0 0 0;
	display: block;
	font-size:12px;
	color : #ccc;
	line-height: 120%;
	text-align: left;
	border-bottom: 1px dotted #999;
}



	
#uranai p{
	margin: 0;
	padding: 10px 0px 0 0;
	text-align: left;
	line-height: 120%;
	font-size: 10px;
	}

#uranai a:link, #uranai a:visited, #uranai a:active {color:#ccc;text-decoration: none;}
#uranai a:hover {color:#ccc;text-decoration: none;}



/*フッターseo文*/
#footerseo{
	clear: both;
	margin: 0;
	height: auto;
	color: #ccc;
	padding-right: 100px;
         padding-left: 100px;
	background: #FFF;
         font-size: 10px;
	}
	
#footerseo p{
	margin: 0;
	padding: 10px 0px 0 0;
	text-align: left;
	line-height: 120%;
	font-size: 10px;
	}

#footerseo a:link, #footerseo a:visited, #footerseo a:active {color: #ccc;text-decoration: none;}
#footerseo a:hover {color:#ccc;text-decoration: none;}


#footerseo li {
	list-style-type: none;
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 10px;
}





/*フッター*/
#footer{
	clear: both;
	margin: 0;
	height: 50px;
	color: #FFF;
	padding: 0;
	background: #0099FF;
	}
	
#footer p{
	margin: 0;
	padding: 13px 10px 0 0;
	text-align: right;
	line-height: 120%;
	font-size: 12px;
	}






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

/* タグ指定 */

.module-tagcloud{
	margin: 0;
}

.module-tagcloud .module-content{
	margin: 0;
	background: #EEE;
	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;
}




