@charset "UTF-8";

/*
-----------------------------------------------------------------------
TAG
----------------------------------------------------------------------- */

* {	
	font-family: "MS ゴシック","ヒラギノ角ゴ Pro W3",Myriad, sans-serif;
	font-size:11px;
	font-weight:normal;
	font-style:normal;
	margin:0;
	padding:0;
	text-align:left;
}

body {
	background-color:#000000;
	color:#f3f3f3;
}

img {
	border:none; 
}


a, a:link , a:visited { 
	text-decoration:none; 
	color:#C1D5D5; 
}

a:hover { 
	color:#EFEFEF; 
}

/*
-----------------------------------------------------------------------
ボックス・要素
----------------------------------------------------------------------- */


div#container {
	width:742px;
	background-position: left 50%;
	background-image:url(http://blog.geneon-ent.jp/blacklagoon/images/container.gif);
	background-repeat: repeat-y;
	margin: 0 auto;
}

div#container-inner {
	background-image:url(http://blog.geneon-ent.jp/blacklagoon/images/cont-in.gif);
	background-position:0 120px;
	background-repeat:no-repeat;
}

div#banner {
	height:125px;
	background-image:url(http://blog.geneon-ent.jp/blacklagoon/images/back_header.gif);
	padding-left: 7px;
}

div#contents {
	float:left;
	padding-left:30px;
	padding-top:40px;
	width:458px;
}

p.content-nav {
	text-align:right;
	padding-bottom:2px;
	margin-bottom:20px;
	background-image:url(http://blog.geneon-ent.jp/blacklagoon/images/bg_moduleheader.gif);
	background-repeat:repeat-x;
	background-position:0 bottom;
}

p.content-nav * {
	font-size:14px !important;
	font-weight:bold !important;
}

div.entry {
	margin:0 0 40px 0;
}

div.entry-body {
}

div.entry-body p {
	margin:0 0 0.6em 0;
	line-height:160%;
}

div.entry-body img {
	margin-top:8px !important;
}

p.entry-footer {
	clear:both;
	margin:1em 0 0 0;
	text-align:right;
}
p.entry-footer * {
	color:#999999; 
}

div#sidebar {
	float:right;
	width:190px;
	padding-top:40px;
	padding-right:15px;
}

div#sidebar * {
	text-align:right;
}

ul#menu {
	width:190px;
	list-style-type:none;
}

ul#menu li {
	width:190px;
	margin-bottom:4px;
}

img.menutext {
	margin-bottom:2px !important;;
}

div#footer {
	margin:30px 0 0 0;
	color:#666666;
	clear:both;
	height:50px;
	padding-left:30px;
	text-align:right;
}



h3.entry-header {
	height:25px;
	font-size:14px;
	font-weight:bold;
	background-image:url(http://blog.geneon-ent.jp/blacklagoon/images/subline.gif);
	background-position: 50% bottom;
	padding-left:2px;
	overflow:visible;
}

h2.module-header, h2.module-header * {
	font-size:12px;
	font-weight:bold;
	letter-spacing:1px;
}
h2.module-header {
	background-image:url(http://blog.geneon-ent.jp/blacklagoon/images/bg_moduleheader.gif);
	background-repeat:repeat-x;
	background-position:0 bottom;
	padding-bottom:3px;
	margin-bottom:10px;
}

div.module {
	width:190px;
	margin:0 0 28px 0;
}

ul.module-list {
	list-style-type:none;
}
li.module-list-item {
	width:185px;
	margin-bottom:7px;
}

table#calendartbl {
	margin-right:0;
	margin-left:10px;
	width:180px;
	border-collapse:collapse;
	border-spacing:0;
	border:1px solid #404040;
	empty-cells:show;
}

table#calendartbl th {
	color:#666666;
	font-size:8px;
	font-weight:normal;
	text-align:center;
	border:1px solid #404040;
}

table#calendartbl td {
	color:#666666;
	font-size:10px; 
	text-align:center;
	padding:2px;
	border:1px solid #404040;
}
table#calendartbl td a {
	font-size:10px; 
}

a.feed {
	font-size:xx-small;
}
