.menu-host{
	width:130px;
	font-weight:normal;
	background:#000000;
	color:#ffffff;
	cursor:hand;
	list-style-type:none;
	float:left;
	padding-top:2px;
	padding-bottom:2px;
	text-align: center;
	font-family:Georgia;
}

li.menu-host:hover{
background:#101010;
}

.children{
	padding-left:10px;
	list-style-type:none;
}

.child{
	position:absolute;
	visibility:hidden;
	list-style-type:none;
	margin:0px;
	padding:10px;
	width:170px;
	background:#151515;
	text-align: left;
	color:#ffffff;
	font-family:Georgia;
}

.child-b{
	position:absolute;
	visibility:hidden;
	list-style-type:none;
	margin:0px;
	padding:10px;
	width:190px;
	background:#151515;
	text-align: left;
	color:#ffffff;
	font-family:Georgia;
}

.child-r{
	position:absolute;
	visibility:hidden;
	list-style-type:none;
	margin:0px;
	padding:10px;
	width:170px;
	background:#151515;
	text-align: right;
	color:#aaaaaa;
}

/*

Theme Name: kfcopress
Theme URI: http://jp.cssez.com/demo.php?d=be0880040fe79c170212fc173cf7e284
Description: 
Version: 1.0
Author: KFco and CSSEZ.com
Author URI: http://jp.cssez.com/

 wp1
	This theme was designed and built by kfco and CSSEZ.com,
 through http://jp.cssez.com/.

	The CSS, XHTML and design is released under Creative Commons(BY):
 http://creativecommons.org/licenses/by/2.1/jp/

*/

/* Cross-browser settings */
* {
 margin: 0;
 padding: 0;
}

/* general styles */
body {
 height: 100%;
 background: #080808 url(http://img11.imageshack.us/img11/3966/backec3.png) repeat;
 font-size: 12px;
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
color:#aaaaaa;
}

img {
 border:0;
}

a {
 color: #ffffff;
  text-decoration: none; 
}

a:visited {
}

a:hover {
  text-decoration: underline; 
}

#wrapper {
position:relative;
 width: 780px;
 margin: 0px auto;
 padding: 0px;
 background: #000000;
 color: #AAAAAA;
 font: 1.0em/100% 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','arial', sans-serif;
line-height:150%;
}






/* Main contents */
#contents {
 float: left;
 width: 780px;
 margin: 0px;
 padding: 0px;
 background: #000000;
 color: #AAAAAA;
 font-size: 1.0em;
 text-align: left;
}


.entry {
 margin: 30px 30px 70px;
 padding: 0px;
}
.entry-header {
 margin: 0px 0px 5px;
 padding: 0px;
}
.comment{
 margin: 0px 10px;
 padding: 0px;
}

/* Footer */
#footer {
 clear:both;
 width: 100%;
 height: 35px;
 margin: 0px;
 padding: 10px 0px 0px;
 border: 0px solid #cfcfcf;
 background: #000000;
 color: #AAAAAA;
 font-size: 1.0em;
 text-align: center;
}
