/*WordPress用オリジナルCSS　2009-11* Ver.0.1/

/* 全般設定 */
body {
	font-family: "メイリオ","Hiragino Kaku Gothic Pro", "Osaka", verdana, arial, sans-serif;
	color: #000000;
	margin: 5px 0 0;
	background-color: #F9F9F9;
	}

h1 {
	 font-family: "メイリオ","Hiragino Kaku Gothic Pro", "Osaka", verdana, arial, sans-serif;
	font-size: 32px;
	color: #000099;
	font-weight: normal;
	margin-bottom: 20px;
  }
		
h2 {
	font-family: "メイリオ","Hiragino Kaku Gothic Pro", "Osaka", verdana, arial, sans-serif;
	font-size: 16px;
	color: #666666;
	margin: 10px 0px 2px;
	  }
h3 {

}

h4 {

}

h5 {

}

.description {
	margin-bottom:10px;
}


/*イメージ*/
img {
	border-width: 0px;
	border-style: none;
}

/* 全般的なリンクの設定 */
a {
	color: #0000CC;
	text-decoration: none;
	}

a:hover {
	color: #0000CC;
	text-decoration: underline;
	}

/* コンテナブロック */
div#page {
	font-size: 13px;
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
	background-color: #F9F9F9;
	}

/* ヘッダ */
div#header {
	margin: 0 2px;
	padding: 0;
	width: 1000px;
	background-color: #F9F9F9;
	}

/*div#headerbanner {
	float: right;
	width: 1000px;
	}
*/
/* メニューバー */
table#menubar {
	margin-right: 2px;
	margin-left: 2px;
	width: 1000px;
	padding: 0;
	background-color: #000000;
	}

td.menu {
	font-size: 12px;
	text-align: center;
	width: 100px;
	background: #000000 url(images/hdar5.png) repeat-x;
	}

td.menu a {
	display: block;
	color: #000000;
	font-weight: bold;
	text-align: center;
	border-right:1px solid #000000;
	padding:7px;
	background: url(images/hdar5.png);
	background-repeat: no-repeat;
	}

td.menu a:hover {
	color: #FFFFFF;
	vertical-align: middle;
	text-decoration: none;
	background: url(images/hdar3.png);
	background-repeat: no-repeat;
	}

td#search {
	color: #999999;
	text-align: right;
	vertical-align: middle;
	margin-right: 2px;
	border-right: 2px solid #FFFFFF;
	background-color: #000000;
	background: url(images/hdar4.png) repeat-x;
	}
	
form.searchbox{
	margin: 1px 0 0 0;
	}

/* コンテンツ */
div#content {
	color: #111111;
	margin: 0px;
	padding: 5px 8px 0;
	float: left;
	width: 720px;
	background-color: #F9F9F9;
	}

div#content .block {
	font-size: 15px;
	margin: 1px 20px 2px 20px;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #F9F9F9;
}

div#content .block .blocktitle {
	font-size: 18px;
	font-weight: bolder;
	text-align: center;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	border-top: 2px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #C0C0C0;
	border-bottom: 2px solid #C0C0C0;
}

div#content .block .blockcontent {
	font-size: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	border-left: 1px solid #FFFFFF;
	width: 700px;
	background-color: #FFFFFF;
}

div#content .block .blockcontent2 {
	font-size: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	border-left: 1px solid #FFFFFF;
	width: 350px;
	background-color: #FFFFFF;
}

div#content .block .blockcontent2 img {
	padding-right: 5px;
	padding-bottom: 5px;
	border-style: none;
	float: left;
}

/*サイドバー*/

div#sidebar {
	padding-top: 10px;
	border-right: 2px solid #FFFFFF;
	border-bottom: 2px solid #C0C0C0;
	border-left: 2px solid #C0C0C0;
	list-style-type: none;
	float: right;
	width: 260px;
	background-color: #F3F3F3;
	  }

#sidebar .layout {
}

div#sidebar .layout .block {
	font-size: 12px;
	margin: 3px 10px;
	padding: 5px 5px 2px 15px;
	border: 1px solid #C0C0C0;
	background-color: #FFFFFF;
}

div#sidebar .layout .blocktitle {
	font-size: 15px;
	font-weight: bolder;
	text-align: center;
	padding-top: 5px;
	border-top: 2px solid #FFFFFF;
	border-right: 1px solid #C0C0C0;
	border-bottom: 2px solid #C0C0C0;
	background-color: #F3F3F3;
}

div#sidebar .layout .blockcontent {
	font-size: 12px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	border-left: 1px solid #FFFFFF;
	width: 260px;
}

#sidebar ul
{
    list-style-type: none;
    margin-left: 0px;
    padding-left: 0px;

}
/* フッター */

div#footer {
	font-size: 70%;
	color: #000000;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding: 10px 0 20px;
	clear: both;
	width: 1000px;
	}

div#footer a {
	color: #000000;
	}

div#footer a:hover {
	color: #FF0000;
	text-decoration: underline;
	}

div.pagetop {
	text-align: right;
	vertical-align: baseline;
	padding-right: 10px;
}

/* コンテンツ */

td#content {
	color: #111111;
	margin: 0px;
	padding: 5px 8px 0;
	width: 720px;
	background-color: #F9F9F9;
	}

/* Post */

#content .post h2 {
	font-size: 16px;
	font-weight: bolder;
	text-align: center;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	border-top: 2px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #C0C0C0;
	border-bottom: 2px solid #C0C0C0;
}

/* Navigation */
.nav, .nav ul {
	font-family: "メイリオ","Hiragino Kaku Gothic Pro", "Osaka", verdana, arial, sans-serif;
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav {
  position: relative;
  z-index: 100;
}
.nav li {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
}
.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {
  color: #000000;
  font: bold 12px/30px  "メイリオ","Hiragino Kaku Gothic Pro", "Osaka", "MS P Gothic", verdana, arial, sans-serif;
  padding: 0 9px;
  width: 100px;
  background: url(images/hdar5.png);
  display: block;
}

.nav li a:hover {
  background: url(images/hdar3.png);
  background: #ccc;
  color: #FFFFFF;	

}
#nav-one li:hover a, 
#nav-one li.sfHover a {
  background: #ccc;
  background: url(images/hdar3.png);
  color: #FFFFFF;
}
#nav-one li:hover ul a, 
#nav-one li.sfHover ul a {
  background: #565656;
  color: #FFFFFF;	
}
#nav-one li:hover ul a:hover, 
#nav-one li.sfHover ul a:hover {
  background: #ccc;
  color: #000;	
}

.nav ul {
  background: #565656;
  border-bottom: 1px solid #000;
  list-style: none;
  margin: 0;
  width: 100px;
  position: absolute;
  top: -999em;
  left: -1px;
}
.nav li:hover ul,
.nav li.sfHover ul {
  top: 30px;
}
.nav ul li {
  border: 0;
  float: none;
}
.nav ul a {
  border: 1px solid #000;
  border-bottom: 0;
  padding-right: 20px;
  width: 100px;
  white-space: nowrap;
}
.nav ul a:hover {
	background: url(images/hdar3.png);
  background: #ccc;
  color: #000;
}
