/*
Theme Name:bizlog-basic_black
Theme URI:http://www.emaid.co.jp/
Description:BUZZ PIECE
Author:emaid inc.
*/

* {
	margin: 0;
	padding: 0px;
	}

body {
	background-color:#000000;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	font: normal 14px "MSゴシック", "Osaka-等幅",sans-serif;
	padding: 0;
	color: #CCCCCC;
	}

/*#bg {
	background: url(images/bg.jpg);
	background-repeat: repeat-y;
	width: 1200px;
	margin: auto;
	}*/

#container {
	width: 740px;
	margin: auto;
	}
	
.clear {
	clear: both;
	}
	
a {
	color: #0099FF;
	}
	
a:hover {
	color: #00CCFF;
	}

.red {
	color: #FF0000;
	}
	
table {
	width: 100%;
	margin: 20px 0;
	}
	
img {
	border: none;
	}
	
.postmetadata {
	margin-top: 30px;
	border-top: #666666 dashed 1px;
	padding-top: 5px;
	}

 
/* ヘッダー */
#toptxt {
	width: 740px;
	margin: auto;
	padding-right: 10px;
	font-size: 12px;
	text-align: right;
	color: #666666;
	}
	
#toptxt a {
	font-size: 12px;
	margin: auto;
	color: #666666;
	text-decoration: none;
	}
	
#toptxt h1 {
	font-size: 12px;
	font-weight: normal;
	}


#header {
	height: 80px;
	background-image: url(images/header.jpg);
	/* background-color: #FFFFFF;
	font: bold 36px "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	color: #FFFFFF; */
	/* border-bottom: solid 3px #006890; */
	}
	
#header a {
  text-decoration: none;
	color: #003300;
  }

/* #contact {
	margin-top: -60px;
	width: 200px;
	float: right;
	text-align: center;
	}
	
#contact p {
	margin-top: 10px;
	font-size: 12px;
	font-weight: bold;
	color:#FF6600;
	}

#contact p.tel {
	margin-top: 0px;
	font-size: 16px;
	font-weight: bold;
	color:#FF6600;
	}
	
#contact p.mail {
	width: 150px;
	float: right;
	margin-right: 25px;
	display:inline; /* IE6+5.x�Ή� */
	/* border: solid 1px #dc6000;
	background-color: #faf7e6;
	height: 1.7em;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	}
	
#contact p.mail a {
	display: block;
	color: #dc6000;
	text-decoration: none;
	line-height: 1.7em;
	}
	
#contact p.mail a:hover {
  background-color: #f0e5aa;
	} */


/* ナビゲーション +++ */
#navi {
	margin: auto;
	}
	
#navi ul {
	background-color: #000000;
	list-style-type: none;
	border-bottom: solid 1px #333333;
	border-top: solid 1px #333333;
	height: 2em;
	font-size: 14px;
	}

#navi li {
	text-align: center;
	border-right: solid 1px #333333;
	line-height: 2em;
	float: left;
	}
	
#navi li a {
	display: block;
	padding: 0 1em;
	text-decoration: none;
	font-weight: bold;
	color: #999999;
	}
	
#navi li a:hover {
	background-color: #999999;
	color: #000000;
	}	
	
/* コンテンツ */
#contents {
	width: 500px;
	float: left;
	line-height: 150%;
	margin: 0 20px 0 10px;
	display: inline;
	}

#contents h2 {
	height: 20px;
	font-size: 16px;
	vertical-align: bottom;
	margin-top: 30px;
	padding: 4px 0 0 10px ;
	background-image: url(images/midasi_bg.jpg);
	border: #666666 solid 1px;
  color:#FFFFFF;
  font-weight:bold;
	}
	

#contents h2 a {
	color: #0861a5;
	text-decoration: none;
	}

#contents h2.posttitle {
	font-size: 16px;
	line-height: 150%;
	margin: 30px 0 20px 0;
	padding: 4px 0 0 10px ;
	border: #666666 solid 1px;
  color:#FFFFFF;
  font-weight:bold;
	}
	
#contents h2.posttitle a {
  color:#FFFFFF;
	text-decoration: none;
	}
	
#contents h2.news {
	height: 20px;
	font-size: 16px;
	vertical-align: bottom;
	margin-top: 30px;
	padding: 4px 0 0 10px ;
	background-image: url(images/midasi_bg.jpg);
	border: #666666 solid 1px;
  color: #bc9382;
  font-weight:bold;
	}
		
#contents h4 {
	font-size: 16px;
	line-height: 150%;
	margin-top: 30px;
	padding: 2px 10px;
	border-left: 5px solid #008400;
	border-bottom: #666666 solid 1px;
  color:#333333;
  font-weight:bold;
	}

#contents h5 {
	font-size: 1em;
	line-height: 150%;
	margin: 0;
	font-weight: bold;
	}
		
#contents p {
	margin: 0 0 1em 0;
	line-height: 150%;
	}

#contents p img {
	margin: 0 10px 10px 10px;
	}

#top-info {
	margin-top: 20px;
	margin-left: 15px;
	height: 225px;
	}
	
#top-info img {
	float: right;
	}
	
#homeimg {
	margin-top: 30px;
	}
	
#pagetitle {
	margin: 20px 0;
	font-size: 24px;
	font-weight: bold;
	color: #bc9382;
	}
	
#member table {
	width: 100%;
	margin-top: 15px;
	border: #666666 solid 1px;
	border-collapse: collapse;
	}
 
#member th {
	width: 50px;
	background-color: #999999;
	color: #FFFFFF;
	border: #666666 solid 1px;
	}
	
#member td {
	padding: 2px 10px;
	border: #666666 solid 1px;
	}
	
.infowaku {
	padding: 10px;
	border-bottom: #666666 solid 1px;
	border-right: #666666 solid 1px;
	}
	
.infowaku ol li {
	list-style-position: outside;
	margin: 0 0 0 1em;
	}

.infowaku ul li {
	list-style-position: outside;
	margin: 0 0 0 1em;
	}
	
.more {
	margin-top: 5px;
	float: right;
	}

#data {
	width: 388px;
	margin: 0;
	border-collapse: collapse;
	}
	
#data td {
	text-align: left;
	padding: 5px;
	border: solid 1px #666666;
	}
	
/* サードバー */
#sidebar {
	width: 200px;
	float: right;
	font-size: 14px;
	line-height: 24px;
	margin-right: 10px;
	display: inline;
	}
	
#sidebar p.midasi {
	margin-top: 12px;
  background: #333333;
  color:#fff;
  padding:2px 0 2px 12px;
  font-weight:bold;
	font-size: 16px;
  border-bottom:1px solid #000000;
	}
		
#sidebar ul {
  background: #555555;
	list-style-type: none;
	}
		
#sidebar ul ul {
  padding:0;
	}
		
#sidebar ul li{
  font-weight:bold;
  border-bottom:1px solid #000000;
  /*background:url(images/nav-back.gif) 0 0 repeat-x;*/
	}
	
#sidebar li a {
	text-decoration:none;
  padding:2px 0 2px 12px;
  display: block;
	color: #FFFFFF;
	text-decoration: none;
	}
		
#sidebar li li a {
   adding-left:24px;
	}
		
#sidebar li li li a {
  padding-left:36px;
	}
		
#sidebar li a:hover {
  background: #666666;
	color: #FFFFFF;
	}
	
#sidebar .categoriesbox {
	margin-top: 30px;
	}

	
/* #sidebar ul li li {
	background-color: #555555;
	border-bottom: none;
	border-top: solid 1px #000000;
	font-weight: normal;
	}
	
#sidebar ul li li a {
	padding-left: 25px;
	color: #FFFFFF;
	} */


/* +++ フッター +++ */
#gotop {
	clear: both;
	margin: 0 10px 0 0;
	padding-top: 2em;
	vertical-align: bottom;
	
	}

#gotop p {
	font-size: 14px;
  text-align: right;
	text-decoration: none;
	width:100%;
	padding: 0;
	}

#gotop p a:link, #gotop p a:visited {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	}
	
#gotop p a:hover, #gotop p a:active {
	color: #999999;
	}
	
#footaddress {
	margin-top: 15px;
	font-size: 14px;
	padding: 1em;
	border-bottom: dashed 1px #333333;
	border-top: dashed 1px #333333;
	background-color: #000000;
	color: #999999;
	}

#footer {
	height: 100px;
	padding: 10px 0 0 0;
	text-align: center;
	color: #666666;
	background-color:#000000;
	
	}

#footer .copyright {
	font-size: 12px;
	color: #666666;
	}

#footer .copyright a:link, #footer .copyright a:visited {
	text-decoration: underline;
	color: #666666;
  }

#footer .copyright a:hover, #footer .copyright a:active {
	text-decoration: underline;
	color: #999999;
  }
	
#footer img {
	vertical-align:middle;
	border: none;
}

#footer .links {
  float:right;
	margin: 0 17px 10px 0;
}

#footer .links a , #footer .links a:visited {
    padding-left:16px;
    margin-left:16px;
    background-repeat:no-repeat;
    background-position:0 1px;
		font-size: 12px;
		color: #999999;
}

#footer .rss {
    background-image:url(images/rss.gif);
}

#footer .login {
    background-image:url(images/login.gif);
}

#footer a.powered {
    padding:0;
}
