@charset "utf-8";
/*Firefoxsスクロール対応, IE独自拡張*/
html {
    overflow-y: scroll;
}

/* 基本タグの定義 */
body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	text-align: center;
	color: #666767;
	line-height: 150%;
	background: url(bg.jpg) left top repeat-x #FFF;
	font-family: Verdana, "ＭＳ Ｐゴシック", Osaka;
}


a:link {
	color:#2A5DAA;
	text-decoration: none;
}
a:visited {
	color:#2A5DAA;
	text-decoration: underline;
}

a:hover,
a:active {
	color:#2A5DAA;
	text-decoration: underline;
}
form {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
}
img {
	border: 0;
}
p {
	margin: 0 0 1em 0;
}

/* レイアウト領域 */
#baseFrame {
	width: 950px;
	margin: 0 auto;
	text-align: left;
}

/* レイアウト領域 > ヘッダ */
#header {
	position: relative;
	width: 100%;
	height: 84px;
}
#header p {
	margin: 0;
}
#headerLogo {
	position: absolute;
	top: 20px;
	margin: 0;
}
#headerMenuHome {
	position: absolute;
	right: 190px;
	top: 43px;
}
#headerMenuHome a {
	display: block;
	width: 63px;
	height: 21px;
	text-indent: -1000em;
	background: url(head_menu_home.jpg) center center no-repeat;
	overflow: hidden;
}
#headerMenuHome a:hover {
	background-image: url(head_menu_home_over.jpg);
}
#headerMenuBunya {
	position: absolute;
	right: 103px;
	top: 43px;
}
#headerMenuBunya a {
	display: block;
	width: 77px;
	height: 21px;
	text-indent: -1000em;
	background: url(head_menu_bunya.jpg) center center no-repeat;
	overflow: hidden;
}
#headerMenuBunya a:hover {
	background-image: url(head_menu_bunya_over.jpg);
}
#headerMenuBlog {
	position: absolute;
	right: 0;
	top: 43px;
}
#headerMenuBlog a {
	display: block;
	width: 93px;
	height: 21px;
	text-indent: -1000em;
	background: url(/blog/img/head_blog.jpg) center center no-repeat;
	overflow: hidden;
}
#headerMenuBlog a:hover {
	background-image: url(/blog/img/head_blog_over.jpg);
}
/* レイアウト領域 > ヘッダここまで */

/* レイアウト領域 > メイン */
#mainFrame {
	width: 100%;
}
#mainFrame h1 {
	margin: 0;
	padding: 0 0 27px 0;
}

#mainBodyOuter {
	width: 100%;
}
#mainBody {
	float: left;
	width: 725px;
}

#entryBody {
	float: right;
	width: 500px;
}
#entryBody h2,
#entryBody h3 {
	margin: 0;
	color: #2A5DAA;
	font-size: 14px;
	font-weight: bold;
}
#entryBody h3 {
	margin-top: 20px;
}
#entryBody h2 a,
#entryBody h3 a {
	color: #2A5DAA;
	text-decoration: none;
}
#entryBody h2 a:hover,
#entryBody h2 a:active,
#entryBody h3 a:hover,
#entryBody h3 a:active {
	background: #DBEAF5;
}
#entryBody h2 a:visited,
#entryBody h3 a:visited {
	color: #2A5DAA;
}
.entry {
	padding-bottom: 40px;
}
.entryTime {
	margin: 14px 0 10px 0;
	padding: 0 0 10px 0;
	background: url(entry_ttl_line.jpg) left bottom no-repeat;
	font-size: 10px;
	line-height: 100%;
	color: #A0A2A2;
}

.contentNavi {
	position: relative;
	height: 40px;
	margin: 50px 0 0 0;
	background: #F3F8FC;
}
.contentNaviPrev {
	position: absolute;
	top: 14px;
	left: 20px;
	line-height: 100%;
}
.contentNaviNext {
	position: absolute;
	top: 14px;
	right: 20px;
	line-height: 100%;
}
.contentNaviPrev a,
.contentNaviNext a {
	color: #666767;
}
/* レイアウト領域 > メインここまで */


/* レイアウト領域 > 左右メニュー */
#leftMenu {
	float: left;
	width: 195px;
	font-size: 10px;
}

#rightMenu {
	float: right;
	width: 195px;
}

#leftMenu h3, #rightMenu h3 {
	margin: 0 0 9px 0;
	padding: 0;
}

.moduleBlock {
	padding: 0 0 23px 0;
}
.moduleList, .moduleList li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.moduleList a {
	text-decoration: none;
}
.moduleList a:hover {
	text-decoration: underline;
}

#searchInput {
	width: 170px;
	font-size: 10px;
}
#searchSubmit {
	vertical-align: middle;
	margin: 0 0 0 2px;
}

.calendar caption {
	text-align: left;
}
.calendar th {
	font-weight: normal;
	font-size: 10px;
	text-align: center;
}
.calendar td {
	font-size: 12px;
	text-align: center;
	color: #A0A2A2;
}
.calendar td a {
	color: #666767;
	text-decoration: none;
}
.calendar th, .calendar td {
	width: 14%;
	text-align: center;
}

#selectMonthly {
	width: 195px;
}

.ad img {
	/*margin-bottom: 10px;*/
}
.ad {
	margin-bottom: 10px;
	font-size: 10px;
	text-align: center;
}
/* レイアウト領域 > 左右メニューここまで */


/* レイアウト領域 > フッター */
#foot {
	position: relative;
	width: 100%;
	padding: 31px 0 10px 0;
}
#copyright {
}
.btn_pagetop {
	position: absolute;
	right: 0;
	top: 31px;
}
/* レイアウト領域 > フッターここまで */

/* 検索結果表示用 */
.searchString {
	font-size: larger;
}
.search-results-container p {
	margin-bottom: .5em;
}
p.entry-footer {
	margin-bottom: 3em;
}
.paginate {
	margin: 1em 0;
	text-align: center;
}
#search-form {
	margin: 2em 0;
	text-align: center;
}
/* 検索結果表示用ここまで */

/* clearfix */
.clearfix:after {
	content: ""; 
	display: block;
	clear: both;
}
.clearfix {
	display: inline-block;
	/*overflow: auto;*/
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
	position: relative;
}
/* End hide from IE-mac */
