@charset "utf-8";

/* ─ NOTE
Black.css

 ────────────────────────────────── */



/* ─ body ────────────────────────────────── */
body {
	background : #000000;
	color: #4d4d4d;
}
a {
	color: #333333;
}
a:hover {
	color: #efefef;
	background:#000000;
}



/* ─ header ────────────────────────────────── */
div#header {
	background:#ffffff url(/skin/develop103/img/bg/top_image-black.jpg) no-repeat left center;

}



div#header h1 a {
	color: #4d4d4d;
}
div#header h1 a:hover {
	color: #ffffff;
}
div.mainTitle p{
	color:#999999;
}



/* ─ menu ────────────────────────────────── */

div#menu ul li a {
	color: #333333;
}
div#menu ul li a:hover{
	color: #ffffff;
}





/* ─ footer ────────────────────────────────── */
div#footer {
	background:#ffffff;

}

div#footer ul li {
	border-right: 1px solid #999999;
}

div#footer ul li a {
	color:#666666;
}




/* ─ container  ────────────────────────────────── */
div#container {
	background:#ffffff ;
}

div#bgwrap {
	background : #ffffff url(/skin/develop103/img/bg/container_bg.gif) repeat-y;
}
div#container-bottom {
	background:#ffffff url(/skin/develop103/img/bg/container_bottom.gif)  no-repeat  0 0;
}



/* ─ contents ────────────────────────────────── */


div.rightColumn-inner{
	background: #efefef url(/skin/develop103/img/bg/side_top.gif) no-repeat 0 0;
}


div#contents h2 {
	background: #777777;
	color:#ffffff;
}
div#contents h2 a {
	color: #efefef;
}

div#contents h2 a:hover {
	color:#ffffff;
}



/* ─ plugin ────────────────────────────────── */

div#contents div.plugin{
}

div#contents h2.plugin-title,
div#contents3 h2.plugin-title{
	background: #a0a0a0;
	color:#ffffff;
	padding:3px;
}

div#contents div.plugin-body{
	color:#4d4d4d;
	padding: 5px;
}

div#rightColumn div.plugin{
	margin-bottom:15px;
	background:#efefef;
}

div#rightColumn div.pouter {
    margin: 0px 1px;
    padding: 1px 0px;
    background:#cccccc;
}

div#rightColumn div.pinner {
    margin: 0px -1px;
    background: #ffffff;
}



div#rightColumn h2.plugin-title{
	background: #cccccc;
	color:#333333;
	padding: 5px;
}
div#rightColumn h2.plugin-title a:hover{
	background:#cccccc;
	color:#000000;
}


div#rightColumn div.plugin-body{

	}





/* ─ entry_list ────────────────────────────────── */


div#entry_list div.entry_title_h3 {
	color:#ffffff;
}
div#entry_list div.entry_title_h3 a {
	color:#eeeeee;
	background:#4d4d4d;
}
div#entry_list div.entry_title_h3 a:hover {
	color:#ffffff;
	background:#4d4d4d;
}

div#entry_list div.outer{
    margin: 0px 1px;
    padding: 1px 0px;
    background:#4d4d4d;
}


div#entry_list div.inner{
    margin: 0px -1px;
    background: #4d4d4d;
}


div#entry_list p.thumb a{
	border:1px solid #666666;
}
div#entry_list p.thumb a:hover{
	border:1px solid #000000;
	background:url(/skin/develop103/img/bg/image_base.gif);

}

div#entry_list  p.entry_more {
	color:#999999;
}



/*─ side ───────────────────────────────────────*/

div.side {
	border-bottom: 1px solid #cccccc;
}

div.side ul.list-dot  li  a{
	background-image : url(/skin/develop103/img/icon/maru_off.gif);
	background-repeat : no-repeat;
	background-position:3px 3px;
}
div.side ul.list-dot  li a:hover{
	background-image : url(/skin/develop103/img/icon/maru_on.gif);
}







/*─ entry ───────────────────────────────────────*/
.entry_buttons {
	background-color: #333333;
}


div#E_wrap h4.entry_comments_title{
	color:#666666;
	font-weight:bold;
	background: url(/skin/develop103/img/icon/comment-bl.gif) no-repeat 2px 1px;
}
div#E_wrap p.entry_comments_time{
	color: #999999;
}


div#E_wrap p.entry_comments_body{
	color:#666666;
}

