/* Template Name: m415_Black */
/*CSSLicense: */

* {
	margin: 0;
	padding: 0;
}

html{height: 100%;}

/* BODY-------------------------------*/
body {
	margin: 0;
	padding: 0;
	color: #333;
	text-align: center;
	font-weight: normal;
	font-size: 13px;
	line-height:150%;
	list-style: none;
	background: #CCCCCC url("http://www.delitani.com/img/back.gif") repeat-x;
 	background-attachment: fixed;
	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; margin: 0;}
.img-left {	float: left;margin: 5px 10px 5px 0;}
.img-right {float: right;margin: 5px 0 5px 10px;}
.img-center {;margin: 10px auto;}

/* リンクの属性（未指定の時） */
a:link, a:visited, a:active {color: #009900;text-decoration: underline;}
a:hover {color:#FF6633;text-decoration: none;}
	
/* 基本設定 ----------------------------- */
#base{
	width: 774px;
	margin: 0 auto;
	background: url("http://www.delitani.com/img/base.gif") repeat-y;
	text-align: center;
	position: relative;
}

#wrapper {
	width: 770px;
	margin: 0 auto;
	text-align: center;
}

#containar {
	width: 770px;
	margin: 10px auto 0 auto;
	text-align: center;
	background: #CCCCCC;
}

/*  ヘッダー  */
#header {
	height:50px;
	margin: 0 auto;
	width: 770px;
	background: #333333;
	text-align: left;
	color: #fff;
}

#header h1{
    position: absolute;
    top: 10px;
    left: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}


#header p#smap{
 	position: absolute;
 	top: 2px;
 	right: 80px;
 	margin: 0;
 	font-size: 12px;
 	text-align: right;
}

#header2 {
	height:205px;
	margin: 0;
	color: #FFF;
	text-align: left;
	background: url("http://www.delitani.com/img/header2.jpg") no-repeat;
	border-top: 1px solid #CCC;
	border-bottom: 3px solid #000;
}

#header2 h2{
	position: absolute;
	top: 30px;
	left: 20px;
	width: 700px;
	font-size: 10px;
	font-weight: normal;
	color: #fff;
	text-align: left;
}


/*ヘッダーメニュー*/
ul#topmenu {
 	position: absolute;
 	top: 250px;
 	left: 2px;
 	width: 770px;
 	height: 5px;
	list-style: none;
 	background: #000;
}

#topmenu li{
    height: 40px;
    display: block;
    color: #FFF;
    line-height: 180%;
    float: left;
}

#topmenu li a:link, #topmenu li a:visited, #topmenu li a:active {
    height: 40px;
    padding: 0 20px;
    display: block;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    border-right: 1px solid #CCC;
    float: left;
}

#topmenu li a:hover{
 	background: #FF6633;
}

.rss{	
	position: absolute;
	top: 4px;
	right: 25px;
}

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

/*  記事枠等の属性  */
#content {
	width: 730px;	
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

#content a{font-weight: bold;}
#content a.c1{font-weight: normal;}

#content h2,#content h2 .post{
	margin: 10px 0;
	font-size: 123%;
	color: #FF0099;
	font-weight: bold;
	text-align: left;
	text-indent: 5px;
	line-height: 30px;
	border-bottom: 1px solid #CCC;
}

#content h3,
#content h3.comments-header,
#content h3.trackbacks-header {
	margin: 10px 0 0 10px;
	padding: 0;
	border-bottom: 1px dotted #DDD;
	color : #FF6699;
	font-weight: bold;
	font-size: 100%;
	line-height: 150%;
	display: block;
	text-align: left;
	text-indent: 0;
}
			
#content h2.post a,#content h3.post a {
	color: #333;
	text-decoration: none;
	font-weight: bold;
	display: block;
}
					
#content h2.post a:hover,#content h3.post a:hover {
	background: #FF6633;
	color: #FFF;
}

#content h3.post {
	margin: 10px 0 0 10px;
	border: 0px;
	color: #FF3366;
	font-weight: bold;
	font-size: 108%;
	line-height: 25px;
	display: block;
	text-align: left;
	text-indent: 5px;
	border-bottom: 1px dotted #DDD;
}

#content h4 {
	margin: 10px;
	border-bottom: 1px solid #DDD;
	color : #333;
	font-weight: bold;
	font-size: 100%;
	line-height: 150%;
	display: block;
	text-align: left;
}


/*記事枠*/

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

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

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

/*  関連記事リスト属性 */
#content ol{
	margin: 0px 0px 0px 30px;
}

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

/*  相互リンクリスト属性 */
#content .slink ul{
	margin: 10px 5px 20px 20px;
}

#content .slink ul li{
	margin: 0;
	font-size: 12px;
	line-height: 150%;
}

/* trackbacks & Comments*/

#content .comments-content,
#content .trackbacks-content{
	font-size: 12px;
	color: #888;
	line-height: 120%;
	margin: 10px 0 10px 10px;
}

#content .trackbacks-info{
	font-size: 12px;
	line-height: 120%;
	color: #333;
	margin-left: 10px;
}

#content .comments-footer,
#content .trackback-footer{
	margin: 0 0 10px 10px;
	font-size:10px;
	text-align: right;
}

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

/* 続きを読む */
#content .next{
	text-align: right;
}

/*　アドセンス　*/
.ads_rec{
 	margin: 10px 0 10px 10px;
 	text-align: left;
}

.ads_sky{
    margin:0 auto;
}

.ads_sqr{
    margin:10px 0;
    text-align: center;
}

.ads_banner{
    margin: 15px 0;
    text-align: center;
}

/*NAKAO*/
#news dl{
	margin: 10px 0 40px 0;
	color: #555;
}

#news dt a{
	margin: 0 0 0 20px;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
}

#news dd{
	margin: 0 0 0 25px;
	color: #666;
	font-size: 12px;
}


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

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

/*フッター*/

#footer{
	clear: both;
	margin-top: 20px;
	padding-bottom: 20px;
	border-top: 2px solid #99004C;
}
	
#footer h2{
	display: block;
	margin: 10px;
	font-size:100%;
	font-weight: bold;
	color : #333;
	line-height: 150%;
	text-align: left;
	border-bottom: 1px dotted #999;
	overflow: hidden;
}

/* メニュー */
#footer .cat{
    margin: 0;
	padding: 0 20px;
	list-style: none;
}

.cat ul{
	padding: 0;
	text-align: center;
}

.cat li{
	display: inline;
	margin: 0 5px;
}


#footer a:link, #footer a:visited, #footer a:active {color: #333;font-weight: bold;text-decoration: underline;}
#footer a:hover {color:#FF6633;text-decoration: none;}

/*Copyrights*/
#copyrights{
	clear: both;
	margin: 0;
	height: 50px;
	padding: 10px 10px 0 0;
	color: #CCC;
	text-align: right;
	line-height: 120%;
	font-size: 12px;
	background: #000;
}

#copyrights a:link, #copyrights a:visited, #copyrights a:active {color: #FFF;text-decoration: underline;}
#copyrights a:hover {color:#FF6633;text-decoration: none;}


/* タグ指定 */

.module-tagcloud{
	margin: 0;
}

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