@charset "utf-8";
/* ========================================
	reset
======================================== */
*{ margin: 0; padding: 0; }
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
address, caption, cite, code, dfn, em, strong, th, var { font-style: normal; }
table { border-collapse: collapse; border-spacing: 2px; background: transparent; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; }
img { border: none; vertical-align:bottom; }
ul, ol { list-style-position: inside; }

/* ========================================
	font
======================================== */
body { color: #333; font-family: 'Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',Helvetica,Arial,sans-serif; font-size: 80%; letter-spacing: 1px }
* html body { font-size: 85%; }	/* IE6 */
*:first-child+html body { font-size: 85%; }	/* IE7 */

table { font-size: inherit; }

a { color: #162d50; text-decoration: none; }

a:link { color: #162d50; text-decoration: none; }
a:hover { color: #2d5aa0; text-decoration: underline; }

/* ========================================
	structure
======================================== */
html,
body {
	background: url('./images/bg_body.png');
	line-height: 1.8em;
}

/* ========================================
	header
======================================== */
#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}

/* ------------------------------
	navigation
------------------------------ */
#header div#navigation {
	position: relative;
	width: 980px;
	margin: 0 auto;
	z-index: 999;
}

#header div#navigation ul {
	margin: 0 auto;
}

#header div#navigation ul li {
	float: left;
	list-style: none;
}

/* ========================================
	wrapper
======================================== */
#wrapper {
	width: 980px;
	margin: 0 auto;
	padding-top: 65px;
}

/* ========================================
	content
======================================== */
div#content {
	clear: both;
	width: 940px;
	padding: 0px 20px 10px 20px;
}

hr {
	clear: both;
	height: 3px;
	margin: 20px 0;
	border-top: #b3b3b3 solid 1px;
	border-right: none;
	border-bottom: none;
	border-left: #b3b3b3 solid 1px;
	background: #e6e6e6;
}

/* ------------------------------
	sidearea
------------------------------ */
div#sidearea {
	float: left;
	width: 220px;
	margin-bottom: 20px;
	font-size: 12px;
}

div#sidearea h1 {
	margin: 20px 0;
}

div#sidearea h2 {
	font-weight: bold;
	line-height: 22px;
}

div#subcontents ul {
/*	font-family: serif;*/
	font-weight: bold;
}

div#subcontents ul:first-child li:first-child { border-top: #2d5aa0 dotted 1px; }

div#subcontents ul.banner_l li,
div#subcontents ul.banner_s li {
	padding: 2px;
	border-right: #2d5aa0 dotted 1px;
	border-bottom: #2d5aa0 dotted 1px;
	border-left: #2d5aa0 dotted 1px;
	list-style: none;
	text-align: center;
}

div#subcontents ul.banner_l li a,
div#subcontents ul.banner_s li a {
	display: block;
	text-decoration: none;
	background: #d7e1f5;
	font-size: 110%;
}

div#subcontents ul.banner_l li a {
	line-height: 4em;
}

div#subcontents ul.banner_s li a {
	line-height: 2em;
}

div#subcontents ul.banner_l li a:hover,
div#subcontents ul.banner_s li a:hover { background: #2d5aa0; color: #fff; }

div#links {
	clear: both;
	width: 220px;
	/* height : link数により変動 */
	height: 88px;
	font-size: 12px;
	line-height: 22px;
}

div#links h2 {
	height: 22px;
	font-weight: bold;
	line-height: 22px;
}

/* ------------------------------
	maincolumn
------------------------------ */
div#maincolumn {
	position: static;
	float: right;
	width: 680px;
	margin-bottom: -88px;
	padding: 0 0 8px 20px;
}

/* -- form area -- */
div#maincolumn div#formarea {
	margin-bottom: 15px;
	padding: 2px 0;
	color: #888;
	font-size: 12px;
	text-align: right;
	text-shadow: 1px 1px 0px #fff;
	line-height: 24px;
}

div#maincolumn div#formarea dt {
	display: inline;
}

div#maincolumn div#formarea dt:after { content: '：'; }

div#maincolumn div#formarea dd {
	display: inline;
	margin-right: 10px;
}

div#maincolumn div#formarea dd form {
	display: inline;
}

div#maincolumn div#formarea input {
	padding: 2px;
}

/* -- トップ画像 -- */
div#maincolumn div#topimage {
	clear: both;
	height: 230px;
}

/* -- 最近の記事 -- */
h2#h2_news {
	padding-bottom: 5px;
	background: url('./images/bg_kata_top.png') no-repeat bottom left;
}

div#news {
	margin-bottom: 15px;
	padding-bottom: 5px;
	background: url('./images/bg_kata_bottom.png') no-repeat bottom left;
}

div#news > div {
	background: url('./images/bg_kata_body.png') repeat-y;
}

div#news div.entry {
	clear: both;
	width: 630px;
	margin: 0 10px;
	padding: 5px 15px 10px 15px;
	background: url('./images/bg_entry.png') repeat-x top;
	text-shadow: 1px 1px 1px #fff; 
}

div#news div.entry:first-child {
	background: none;
}

div#news p.post_date {
	float: left;
	margin-right: 10px;
}

div#news div.post_content {
	overflow: auto;
}

div#news div.entry p.post_date,
div#news div.entry p.post_refarence {
	color: #888;
	font-size: 85%;
}

div#news div.entry h3 {
	margin-bottom: 5px;
	font-size: 120%;
	font-weight: bold;
}

div#news div.entry p {
	margin-bottom: 0;
}

div#news div.entry p.outline {
	margin-bottom: 15px;
}

div#news div.entry p.post_refarence span.post_category:before { content: 'カテゴリ：'; }

div#news div.entry p.post_refarence span.post_category a {
	margin-right: 5px;
	padding: 1px 10px;
	color: #333;
	border-radius: 10px;
}

div#news div.entry p.post_refarence span.post_category {
	text-shadow: none;
}

/* お知らせ */
div#news div.entry p.post_refarence span.post_category a.info {
	background: #aac837;
	color: #fff;
}

/* メインカテゴリ */
div#news div.entry p.post_refarence span.post_category a.aboutus,
div#news div.entry p.post_refarence span.post_category a.shinzen,
div#news div.entry p.post_refarence span.post_category a.ikotsukikan,
div#news div.entry p.post_refarence span.post_category a.seinen,
div#news div.entry p.post_refarence span.post_category a.irei,
div#news div.entry p.post_refarence span.post_category a.menber {
	background: #162d50;
	color: #fff;
}

/* サブコンテンツ */
div#news div.entry p.post_refarence span.post_category a.junpai,
div#news div.entry p.post_refarence span.post_category a.obon,
div#news div.entry p.post_refarence span.post_category a.misoukan,
div#news div.entry p.post_refarence span.post_category a.seihu,
div#news div.entry p.post_refarence span.post_category a.pr,
div#news div.entry p.post_refarence span.post_category a.japanese {
	background: #2c5aa0;
	color: #fff;
}

/* サブカテゴリ */
div#news div.entry p.post_refarence span.post_category a.schedule,
div#news div.entry p.post_refarence span.post_category a.activity,
div#news div.entry p.post_refarence span.post_category a.schedule-misoukan,
div#news div.entry p.post_refarence span.post_category a.activity-misoukan,
div#news div.entry p.post_refarence span.post_category a.schedule-irei,
div#news div.entry p.post_refarence span.post_category a.activity-irei,
div#news div.entry p.post_refarence span.post_category a.torikumi-ikotsukikan,
div#news div.entry p.post_refarence span.post_category a.activity-ikotsukikan,
div#news div.entry p.post_refarence span.post_category a.torikumi-pr,
div#news div.entry p.post_refarence span.post_category a.activity-pr {
	background: #999;
	color: #fff;
}

/* -- page -- */
dl#subcategory {
	padding-bottom: 15px;
	background: url('./images/bg_kata_top.png') no-repeat bottom left;
}

dl#subcategory dt {
	float: left;
	height: 24px;
	margin-right: 5px;
	padding-left: 30px;
	background: url('./images/bg_h2_subcate.png') no-repeat left 50%;
	line-height: 24px;
}

dl#subcategory dt:after { content: ' ＞'; }

dl#subcategory dd {
	float: left;
}

dl#subcategory dd ul li {
	float: left;
	margin-bottom: 0;
	list-style: none;
	line-height: 24px;
}

dl#subcategory dd ul li:first-child { margin-right: 5px; }

dl#subcategory dd ul li a {
	display: inline-block;
	padding: 0 7px;
	font-weight: bold;
}

dl#subcategory dd ul li a:hover,
dl#subcategory dd ul li a.mycategory { background: url('./images/bg_hover.png'); }

dl#subcategory dd ul li a.mycategory { color: #162d50; }

div#topicpath {
	margin-bottom: 15px;
	padding: 0 0 5px 0;
	background: url('./images/bg_kata_bottom.png') no-repeat bottom left;
	font-size: 85%;
}

div#topicpath p {
	padding: 0 5px;
	background: url('./images/bg_kata_body.png') repeat-y;
}

div#topicpath p a {
	padding: 0 2px;
}

div.entrybox {
	margin-bottom: 15px;
}

div.entrybox h3 {
	margin-bottom: 1em;
}

.pagetitle {
	margin-bottom: 15px;
	padding: 10px 0 10px 10px;
	border-left: #162d50 solid 12px;
	font-size: 140%;
	font-weight: bold;
	text-shadow: 1px 1px 0px #ccc;
}

div.entry_title {
	clear: both;
	margin-bottom: 15px;
	padding: 10px 0;
	border-left: #162d50 solid 12px;
}

div.entry_title h2 {
	margin: 0 0 5px 0;
	padding: 0 0 0 10px;
	font-size: 140%;
	font-weight: bold;
	text-shadow: 1px 1px 0px #ccc;
}

div.entry_title p {
	float: left;
	padding: 0 0 0 10px;
}

div.entry_title p.date {
	color: #888;
	font-size: 85%;
}

div.entry_title p.date:before { content: '起稿日：'; }
div.entry_title p.date:after { content: ', '; }

div.entry_title p.category {
	margin-bottom: 0;
	color: #888;
	font-size: 85%;
}

div.entry_title p.category:before { content: 'カテゴリ：'; }

div.entry_article {
	clear: both;
}

div.entry_article p,
div.entry_article div,
div.entry_article ul,
div.entry_article ol,
div.entry_article h1,
div.entry_article h2,
div.entry_article h3,
div.entry_article h4,
div.entry_article h5,
div.entry_article h6,
div.entry_article blockquote,
div.entry_article address,
div.entry_article pre {
	margin-bottom: 1em;
}

div.entry_article p,
div.entry_article div {
	text-indent: 1em;
}

div.entry_article ul,
div.entry_article ol {
	margin-left: 2em;
	list-style-position: outside;
}

div.entry p em,
div.entry address,
div.entry blockquote,
div.entry_article p em,
div.entry_article address,
div.entry_article blockquote {
	font-style: italic;
}

div.entrybox h3,
div.entry_article h3 {
	padding: 2px 0 3px 10px;
	border-bottom: #162d50 dotted 1px;
	border-left: #162d50 solid 8px;
	font-size: 120%;
	font-weight: bold;
	text-shadow: 1px 1px 0px #fff;
}

div.entry_article h4,
div.entry_article h5 {
	font-size: 120%;
	font-weight: bold;
}

div.entry_article h6 {
	font-size: 100%;
	font-weight: bold;
}

div.entry_article blockquote {
	margin-left: 2em;
	padding: 0 0 0 10px;
	border-left: #888 solid 5px;
	color: #888;
}

div.entry_article table {
	margin: 0 auto 1em auto;
}

/* 日本遺族会について */
table.tbl01 {
	border-collapse: separate;
}

table.tbl01 th,
table.tbl01 td {
	padding: 2px 10px;
	border-right: #888 solid 1px;
	border-bottom: #888 solid 1px;
}

table.tbl01 th {
	background: #2d5aa0;
	color: #fff;
}

table.tbl01 td {
	background: #fff;
}

div.entry img,
div.entry_article img {
	padding: 2px;
	background: #fff;
	border: #888 solid 1px;
	box-shadow: 1px 1px 3px #888;
}

div.pagenav,
div.single_navi {
	margin: 30px 0 15px 0;
	text-align: center;
}

p.btnPageTop {
	text-align: right;
	font-size: 12px;
	line-height: 22px;
}

p.btnPageTop a {
	padding-left: 20px;
	background: url('./images/bg_pagetop.png') no-repeat left 50%;
	color: #888;
	text-shadow: 1px 1px 0px #fff;
}

p.btnPageTop a:hover { color: #162d50; }

/* ========================================
	footer
======================================== */
div#footer {
	clear: both;
	width: 940px;
	background: url('./images/logo_gray.png') no-repeat right top;
	font-size: 12px;
}

div#footer dt {
	clear: both;
	float: left;
	width: 110px;
	margin-right: 20px;
	font-weight: bold;
	line-height: 22px;
}

div#footer dt:after { content: '：'; }

div#footer dd {
	float: left;
	width: 620px;
	line-height: 22px;
}

div#footer ul li {
	display: inline;
}

div#footer ul li:first-child:before { content: '｜'; }
div#footer ul li:after { content: '｜'; }

div#footer p#copyright {
	clear: both;
	color: #888;
	font-size: 80%;
	text-align: right;
	line-height: 22px;
}

/* ////////////////////////////////////////
	common class
//////////////////////////////////////// */
.txtl { text-align: left; }

.txtr { text-align: right; }

.blank {
	padding-right: 20px;
	background: url('./images/ico_blank.gif') no-repeat right;
}

.clearfix:after {
	clear: both;
	display: block;
	content:"";
	line-height: 0px;
}

/* clearfix IE 6, 7 */
.clearfix { width:100%; }
