@charset "utf-8";


/* --------------------------------------------------
	行頭を表示するときは「##」で検索してください。
-------------------------------------------------- */

/* --------------------------------------------------
	##基本設定
-------------------------------------------------- */

/* body */
body{
	margin:0;
	padding:0;
	color:#333;
	background:#ABC8D1 url(img/bg1.gif) repeat-x left top;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Godthic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height:1.5;
	text-align:center;
}

/* タイトル */
h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
	font-size:100%;
}

/* 定義 */
dl,dt,dd{
	margin:0;
	padding:0;
}

/* リスト */
ul,ol{
	margin:0;
	padding:0;
	list-style:none;
}
li{
	margin:0;
	padding:0;
}

/* テーブル・ボックス */
table{border:0;}
th,td{
	margin:0;
	padding:0;
	font-size:100%;
}
div{
	margin:0;
	padding:0;
}

/* イメージ */
img,
a img{border:0;}

/* フォーム */
form{
	margin:0;
	padding:0;
}

/* 段落 */
p{
	margin:0;
	padding:0;
}

/* リンク */
a{color:#333;}
a:hover{color:#F00;}

/* --------------------------------------------------
	##枠
-------------------------------------------------- */
div#wrapper{background:url(img/bg_header.gif) repeat-x center top;}

/* --------------------------------------------------
	##ヘッダー
-------------------------------------------------- */
div#header{
	margin:0 auto;
	width:900px;
	text-align:left;
	position:relative;
}
h1{
	position:absolute;
	top:5px;
	left:10px;
	z-index:1;
	width:630px;
	color:#4A4A4A;
	font-size:12px;
	font-weight:normal;
}
p.logo-txt{
	position:absolute;
	top:33px;
	left:75px;
	z-index:3;
	width:250px;
	color:#4A4A4A;
	font-size:12px;
}
p.logo-image{
	position:absolute;
	top:29px;
	left:6px;
	z-index:2;
	width:275px;
}
p.btn-shiryo{
	margin:0 0 5px 656px;
	padding-top:7px;
}
table.btn-list1{
	margin-left:368px;
	width:532px;
	height:24px;
}
table.btn-list1 td{
	text-align:right;
	vertical-align:top;
}
table.menu-list{
	margin-left:6px;
	width:894px;
}
table.menu-list td{
	background:url(img/line1.gif) no-repeat right top;
	vertical-align:bottom;
}
table.menu-list td.start,
table.menu-list td.end{
	background:none;
}
td#menu-btn1 a,
td#menu-btn2 a,
td#menu-btn3 a,
td#menu-btn4 a,
td#menu-btn5 a,
td#menu-btn6 a{
	padding-top:4px;
	display:block;
}
td#menu-btn1 a{width:89px;}
td#menu-btn2 a{width:110px;}
td#menu-btn3 a{width:164px;}
td#menu-btn4 a{width:131px;}
td#menu-btn5 a{width:139px;}
td#menu-btn6 a{width:133px;}
td#menu-btn1 a:hover,
td#menu-btn2 a:hover,
td#menu-btn3 a:hover,
td#menu-btn4 a:hover,
td#menu-btn5 a:hover,
td#menu-btn6 a:hover{
	background-color:#FFB100;
}
body#shintyaku td#menu-btn1 a,
body#gakkogyoji td#menu-btn2 a,
body#circle td#menu-btn3 a,
body#jissyureport td#menu-btn4 a,
body#free td#menu-btn5 a{background-color:#FFB100;}

/* --------------------------------------------------
	##メイン枠
-------------------------------------------------- */
div#main-box:after{
	height:0;
	visibility:hidden;
	content:".";
	display:block;
	clear:both;
}
div#main-box{
	margin:0 auto;
	padding-bottom:20px;
	width:900px;
	text-align:left;
	/*\*//*/
	overflow:hidden;
	/**/
}

/* --------------------------------------------------
	##コンテンツ枠
-------------------------------------------------- */
div#contents{
	float:left;
	width:529px;
}

/* --------------------------------------------------
	##サブコンテンツ枠
-------------------------------------------------- */
div#sub-contents{
	padding-top:37px;
	float:right;
	width:362px;
}

/* --------------------------------------------------
	##コンテンツ
-------------------------------------------------- */
p.title1{
	margin-left:4px;
	width:525px;
}
table.box1{
	margin:0 0 5px 4px;
	width:525px;
	background:#2E0000 url(img/bg2.gif) repeat-x left bottom;
}
table.box1 td{vertical-align:top;}
table.box1 p{
	padding:5px 9px 0;
	line-height:16px;
	color:#FFF;
	font-size:12px;
}
table.entry{
	margin-left:5px;
	border-collapse:collapse;
	border-top:1px #FFF solid;
	width:518px;
}
table#entry-top.entry{border-top:none;}
table.entry td.left,
table.entry td.right{
	padding:10px 0;
	vertical-align:top;
}
table.entry td.left{
	width:150px;
}
div.ph1{
	margin-right:8px;
	padding:4px 0;
	border:1px #FFF solid;
	text-align:center;
}
table.entry h3.entry-title{
	line-height:18px;
	color:#000;
	font-size:14px;
}
table.entry h3.entry-title a{color:#000;}
table.entry h3.entry-title a:hover{color:#F00;}
table.entry p.entry-ymd,
table.entry div.entry-article,
table.entry p.entry-hosoku{
	line-height:16px;
	color:#4D4D4D;
}
table.entry p.entry-ymd{
	margin-bottom:2px;
	font-size:12px;
}
table.entry div.entry-article:after{
	height:0;
	visibility:hidden;
	content:".";
	display:block;
	clear:both;
}
table.entry div.entry-article{
	min-height:1px;
	_height:1px;
	margin-bottom:3px;
	font-size:80%;
	/*\*//*/
	height:auto;
	overflow:hidden;
	/**/
}
table.entry p.entry-hosoku{font-size:12px;}
table.entry p.entry-hosoku a{color:#4D4D4D;}
table.entry p.entry-hosoku a:hover{color:#F00;}

/* --------------------------------------------------
	##サブコンテンツ
-------------------------------------------------- */
div.pickup-movie{margin:0 0 18px 3px;}
h3.title2{margin:0 0 3px 4px;}
ul.menu-list2{margin:0 0 25px 8px;}
ul.menu-list2 li{
	padding-top:11px;
	background:url(img/line2.gif) no-repeat left top;
}
ul.menu-list2 li.start{
	padding-top:0;
	background:none;
}
ul.menu-list2 li img{vertical-align:top;}
ul.menu-list3{margin:0 0 20px 11px;}
ul.menu-list3 li{
	padding:4px 0 4px 25px;
	line-height:18px;
	color:#445325;
	background:url(img/icon2.gif) no-repeat left center;
	font-size:14px;
}
ul.menu-list3 li a{color:#445325;}
ul.menu-list3 li a:hover{color:#F00;}
table.menu-list4{
	margin:0 0 5px 10px;
	width:342px;
}
table.menu-list4 td{
	line-height:14px;
	color:#001F33;
	font-size:12px;
}
table.menu-list4 td a{color:#001F33;}
table.menu-list4 td a:hover{color:#F00;}
table.menu-list4 td.left{
	width:53px;
}

/* --------------------------------------------------
	##page-top
-------------------------------------------------- */
p.page-top{
	margin:0 auto 10px auto;
	width:900px;
	color:#330015;
	font-size:12px;
	text-align:right;
}
p.page-top a{color:#001F33;}
p.page-top a:hover{color:#F00;}
p.page-top img{vertical-align:middle;}

/* --------------------------------------------------
	##footer1
-------------------------------------------------- */
div#footer1{
	padding:10px 0;
	background-color:#E3E3E3;
}
table.footer1-box{
	margin:0 auto;
	width:900px;
	text-align:left;
}
table.footer1-box td{
	vertical-align:top;
}
ul.group-list{margin-left:10px;}
ul.group-list li{
	padding:0 0 4px 12px;
	color:#3F4546;
	background:url(img/icon3.gif) no-repeat 0 3px;
	font-size:12px;
}
ul.group-list li span{
	color:#666;
	font-size:10px;
}
ul.group-list li a{
	color:#3F4546;
	text-decoration:underline;
}
ul.group-list li a:hover{
	color:#F00;
	text-decoration:underline;
}
ul.group-list li a span{color:#666;}
ul.group-list li a:hover span{color:#F00;}
table.address{
	margin:0 12px;
	width:182px;
}
table.address td{
	padding-bottom:8px;
	color:#9C2400;
	font-size:12px;
	font-weight:bold;
}
table.address td span{
	color:#5D5D5D;
	font-size:10px;
	font-weight:normal;
}
table.address td.address-line{
	padding-top:8px;
	border-top:1px #9CAAAF solid;
}
td.bdl{
	background:url(img/line3.gif) repeat-y left top;
}
p.qr{
	margin:0 12px 10px;
	width:164px;
	line-height:16px;
	color:#464646;
	font-size:12px;
}

/* --------------------------------------------------
	##footer2
-------------------------------------------------- */
div#footer2{
	padding:8px 0 25px;
	background-color:#FFF;
}
div.footer2-box{
	margin:0 auto;
	width:900px;
}
table.footer-menu-list{
	margin:0 0 0 5px;
	width:890px;
}
table.footer-menu-list2{
	margin:0 0 9px 5px;
	width:890px;
}
table.footer-menu-list td{
	background:url(img/line4.gif) no-repeat right top;
	text-align:left;
}
table.footer-menu-list2 td{
	background:url(img/line5.gif) no-repeat left top;
	text-align:right;
}
table.footer-menu-list td.start,
table.footer-menu-list td.end,
table.footer-menu-list2 td.start{background:none;}
p.copyright{
	line-height:22px;
	color:#4D4D4D;
	font-size:12px;
}

/* --------------------------------------------------
	##2nd
-------------------------------------------------- */
div#pankuzu:after{
	height:0;
	visibility:hidden;
	content:".";
	display:block;
	clear:both;
}
div#pankuzu{
	margin:0 10px 5px;
	min-height:1px;
	_height:1px;
	/*\*//*/
	height:auto;
	overflow:hidden;
	/**/
}
div#pankuzu ol,
div#pankuzu li,
div#pankuzu h2{
	float:left;
}
div#pankuzu li{
	padding-right:5px;
	line-height:16px;
	color:#4D4D4D;
	font-size:12px;
}
div#pankuzu h2{
	line-height:16px;
	color:#4D4D4D;
	font-size:12px;
	font-weight:normal;
}
div#pankuzu li a,
div#pankuzu h2 a{color:#4D4D4D;}
div#pankuzu li a:hover,
div#pankuzu h2 a:hover{color:#F00;}
table.page-change{
	margin:0 0 0 8px;
	width:520px;
}
table.page-change td{
	padding:3px 0;
	line-height:16px;
	color:#A90907;
	font-size:12px;
}
table.page-change td a{color:#000;}
table.page-change td a:hover{color:#F00;}

body#shintyaku table.entry h4.entry-title,
body#gakkogyoji table.entry h4.entry-title,
body#circle table.entry h4.entry-title,
body#jissyureport table.entry h4.entry-title,
body#free table.entry h4.entry-title,
body#archive table.entry h4.entry-title{
	line-height:18px;
	color:#000;
	font-size:14px;
}
body#shintyaku table.entry h4.entry-title a,
body#gakkogyoji table.entry h4.entry-title a,
body#circle table.entry h4.entry-title a,
body#jissyureport table.entry h4.entry-title a,
body#free table.entry h4.entry-title a,
body#archive table.entry h4.entry-title a{color:#000;}
body#shintyaku table.entry h4.entry-title a:hover,
body#gakkogyoji table.entry h4.entry-title a:hover,
body#circle table.entry h4.entry-title a:hover,
body#jissyureport table.entry h4.entry-title a:hover,
body#free table.entry h4.entry-title a:hover,
body#archive table.entry h4.entry-title a:hover{color:#F00;}

/* --------------------------------------------------
	##2nd 詳細
-------------------------------------------------- */
body.syosai{background:#ABC8D1 url(img/bg3.gif) repeat-x left top;}
body.syosai ul.menu-list2{margin:0 0 30px 8px;}
body.syosai ul.menu-list2 li{
	padding-top:11px;
	background:url(img/line2a.gif) no-repeat left top;
}
table.entry-syosai{
	margin:0 0 25px 7px;
	width:516px;
	background-color:#FFF;
}
table.entry-syosai p.entry-category{
	margin:0 12px;
	line-height:14px;
	color:#000;
	font-size:12px;
}
table.entry-syosai h3.entry-title{
	margin:0 12px 2px;
	line-height:18px;
	color:#000;
	font-size:14px;
}
table.entry-syosai p.entry-ymd{
	margin:0 12px 18px;
	line-height:16px;
	color:#4D4D4D;
	font-size:12px;
}
table.entry-syosai div.entry-article:after{
	height:0;
	visibility:hidden;
	content:".";
	display:block;
	clear:both;
}
table.entry-syosai div.entry-article{
	min-height:1px;
	_height:1px;
	margin:0 12px;
	padding-bottom:18px;
	color:#4D4D4D;
	font-size:80%;
	/*\*//*/
	height:auto;
	overflow:hidden;
	/**/
}
div.entry-movie{
	margin-bottom:50px;
	text-align:center;
}
div.comments{
	margin:0 0 18px 7px;
	width:516px;
}
div.comments h3{
	margin-bottom:6px;
	padding-left:41px;
	heigh:31px;
	line-height:31px;
	color:#001A26;
	background:url(img/icon4.gif) no-repeat left center;
	font-size:16px;
}
div.comments h4{
	margin-bottom:3px;
	line-height:14px;
	color:#001A26;
	font-size:12px;
}
div.comments h4 span{color:#808080;}
div.comment{
	margin:0 6px;
	padding:12px 0;
	border-top:1px #FFF solid;
}
div#comment-top.comment{
	margin:0 6px;
	padding:0 0 12px;
	border-top:none;
}
div.comments div.comment-article{
	color:#4D4D4D;
	font-size:80%;
}
table.comment-form{
	margin:0 0 25px 7px;
	width:516px;
	background-color:#FFF;
}

table.comment-form h3{
	margin:0 0 10px 6px;
	padding-left:38px;
	heigh:31px;
	line-height:29px;
	color:#910000;
	background:url(img/icon5.gif) no-repeat left top;
	font-size:16px;
}
table.form-box{margin:0 0 6px 20px;}
table.form-box td{padding:4px 0;}
table.form-box th{
	padding:4px 6px 4px 0;
	color:#8B0000;
	font-size:12px;
	font-weight:normal;
	text-align:left;
	white-space:nowrap;
}
table.form-box input.i-type1{
	border:1px #CCC solid;
	width:340px;
}
table.form-box1{margin:0 0 10px 20px;}
table.form-box1 p{
	color:#8B0000;
	font-size:12px;
}
table.form-box1 textarea{
	border:1px #CCC solid;
	width:470px;
}
table.comment-form p.btn-submit{
	margin:0 0 10px 20px;
}
table.comment-form p.txt1{
	margin:0 0 10px 20px;
	line-height:16px;
	color:#666;
	font-size:12px;
} 
table.comment-form p.txt2{
	margin:0 20px;
	padding:5px 0 15px;
	line-height:16px;
	color:#8B0000;
	font-size:12px;
	text-align:center;
}
table.comment-form p.txt2 a{color:#8B0000;}
table.comment-form p.txt2 a:hover{color:#F00;}

/* --------------------------------------------------
	##月別
-------------------------------------------------- */
div.archive-title{
	width:524px;
	height:48px;
	background:url(img/t12.gif) no-repeat left top;
}
div.archive-title h3{
	padding:11px 0 0 68px;
	line-height:18px;
	color:#445725;
	font-size:14px;
}

/* --------------------------------------------------
	##追加
-------------------------------------------------- */
div.entry-more{padding-top:20px;}

