@charset "UTF-8";


/* -------------------------------------------------------------------
 基本設定
------------------------------------------------------------------- */

/* 基本フォント -------------------- */

body {
	color: #333333;
	font-family: Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

address,em {
	font-style: normal;
}

* html body {
	font-size: 75%;
}
*:first-child + html body {
	font-size: 75%;
}


/* 基本タグ -------------------- */

body,div,p,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,blockquote,pre,form,input,textarea {
	margin: 0px;
	padding: 0px;
}

body {
	text-align: left;
	background: url(../img/bg.gif) repeat-y #E2E4BB;
}

img,table {
	border: none;
}

ol,ul {
	list-style: none;
}


/* 基本テキストリンク -------------------- */

a {
	text-decoration: underline;
}
a:link {
	color: #333333;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #CC0000;
}
a:active {
	color: #333333;
}


/* フォームサイズ -------------------- */
.form157{
	width: 157px;
}


/* -------------------------------------------------------------------
 float解除
------------------------------------------------------------------- */

br.clr /* テスト用 */ {
	clear: both;
	font-size: 0px;
	line-height: 0px;
}

.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix { display:inline-block; }
/*¥*/
* html .clearfix { height:1%; }
.clearfix { display:block; }
/**/


/* -------------------------------------------------------------------
 レイアウト枠
------------------------------------------------------------------- */

div#wrap {
	width: 800px;
}

div#ct-area {
	padding: 0px 25px;
}

div#ct-area-inner{
	width: 750px;
}

div#ct-left {
	width: 483px;
	float: left;
}

div#ct-right {
	width: 207px;
	float: right;
}


/* -------------------------------------------------------------------
 ヘッダー
------------------------------------------------------------------- */

div#hd {
	width: 800px;
}

div#hd h1{
	margin: 15px 0px 70px 25px;
}


/* -------------------------------------------------------------------
 フッター
------------------------------------------------------------------- */

div#ft {
	width: ;
}


/* -------------------------------------------------------------------
 左コンテンツ
------------------------------------------------------------------- */

div#ct-left .entry-box{
	width: 483px;
	margin-bottom: 50px;
}

div#ct-left h2{
	clear: both;
	border-bottom: 1px solid #CCCCCC;
	font-size: 130%;
	padding-bottom: 5px;
}

div#ct-left ul{
	margin: 10px 0px;
}

div#ct-left .entry-box .entry-box-inner{
	width: 450px;
}

div#ct-left .entry-box .entry-box-inner .date{
	text-align: right;
	margin: 10px 0px 25px 0px;
}

div#ct-left .entry-box .entry-box-inner .entry-body p{
	margin-bottom: 8px;
}

div#ct-left .entry-box .entry-box-inner .entry-categories{
	text-align: right;
	margin-top: 15px;
}

div#ct-left .result p{
	margin: 10px 0px;
}

div#ct-left .next-prev{
	text-align: right;
	margin-top: 20px;
}


/* -------------------------------------------------------------------
 右コンテンツ
------------------------------------------------------------------- */

div#ct-right .ct-module{
	width: 207px;
	margin-bottom: 20px;
	color: #999966;
}

div#ct-right .ct-module a {
	text-decoration: underline;
}
div#ct-right .ct-module a:link {
	color: #999966;
}
div#ct-right .ct-module a:visited {
	color: #999966;
}
div#ct-right .ct-module a:hover {
	color: #FF3300;
}
div#ct-right .ct-module a:active {
	color: #999966;
}

div#ct-right .ct-module h3{
	margin-bottom: 5px;
}

div#ct-right .ct-module dd{
	margin-bottom: 5px;
}

div#ct-right p.bn_box{
	padding-top: 25px;
}

div#ct-right p.bn_box02{
	margin-top: 5px;
}

div#ct-right td.submit{
	padding-left: 3px;
}

/* カレンダー -------------------- */

#calendar {
	margin: 5px 0 10px;
	color: #999966;
	text-align: center;
}
.calendarhead {
	padding-bottom: 5px;
	font-size: 9px;
	letter-spacing: 0.2em;
}
#calendar table {
	width: 100%;
	text-align: center;
	padding: 0;
	border-collapse: collapse;
}
#calendar th {
	padding-bottom: 3px;
	text-align: center;
	font-size: 10px;
	width: 23px;
	color: #999966;
}
#calendar td {
	padding: 2px 0;
	text-align: center;
	font-size: 10px;
	line-height: 120%;
	color: #999966;
}

#calendar td a{
	display: block;
	background: #CCCCCC;
}

#calendar td a:link{
	text-decoration: none;
}

.today {
	display: block;
	text-decoration: none;
}
.sunday,
.holiday,
.holiday a:link,
.holiday a:visited {
	color: #e50003;
}
.saturday,
.saturday a:link,
.saturday a:visited {
	color: #999966;
}

/* 081118追加 -------------------- */

div#ct-right .ct-module .history{
	margin: 5px 0;
	text-align: right;
}

div#ct-right .ct-module .history a:link {
	color: #999966;
	text-decoration: none;
}
div#ct-right .ct-module .history a:visited {
	color: #FF0000;
	text-decoration: none;
}
div#ct-right .ct-module.history a:hover {
	color: #FF3300;
	text-decoration: none;
}
div#ct-right .ct-module.history a:active {
	color: #999966;
	text-decoration: none;
}

.pagehidden {
	display: none;
}

.pagewrite {
	display: inline;
}