@charset "UTF-8"; 

/* プリントしないデータ */

.auralNavi {
	display: none;
}

/* サブボックス */
div#subBox {
	display: none;
}

/* 記事操作ボックス */
div#controlBox {
	display: none;
}

/* フォントサイズ変更ボックス */
div#sizeControlBox {
	display: none;
}

/* ページのトップへ */
p#toTop {
	display: none;
}

/* 記事ナビゲーションボックス */
ul#newsNaviBox {
	display: none;
}

/* 大きさ、位置を変えるデータ */

body {
	width: 100%;
}

p {
	font: 10pt/1.8 "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "細明朝体", serif;
}

div#allBox {
	width: 90%;
	margin: auto;
	padding: 0pt;
	background: url(none);
}

/* ヘッダのボックス */
div#headerBox {
	height: 25pt;
	background: url(none);
}

h1#pageTitle {
	border-bottom: 3pt solid #333333;
	padding: 0pt;
	font-size: 20pt;
}
a.titleLink {
	margin-bottom: 10pt;
	color: #333333;
	text-decoration: none;
}
a.titleLink:visited {
	margin-bottom: 10pt;
	color: #333333;
	text-decoration: none;
}


/* メインボックス */
div#mainBox {
	float: none;
	width: 100%;
	height: 90%;
}


/* お知らせ */
h2#infoBoxTitle {
	margin: 10pt 0pt 0pt 0pt;
	padding: 0pt;
	font-size: 10pt;
}

div#infoBox {
	margin: 0pt;
	padding: 0pt;
	border-bottom: 3pt solid #333333;
}


/* エントリーのボックス */
div.entry {
	page-break-inside: avoid;
}

.newsBox {
	width: 100%;
	padding: 0pt;
	background: url(none);
}


/* 記事ヘッダ */
.entryHeader {
	width: 90%;
	margin: 0pt 0pt 10pt 0pt;
	background: url(none);
}
p.date {
	margin: 0pt;
	padding: 0pt;
	font-size: 10pt;
}
p.category {
	margin: 0pt;
	padding: 0pt;
	font-size: 10pt;
}

/* 記事タイトル */
h2.title {
	height: 15pt;
	margin: 0pt;
	padding: 0pt;
	background: url(none);
	font-size: 15pt;
}
h2.title a {
	color: #000000;
	text-decoration: none;
}

/* 本文パート--通常公開記事のボックス */
.newsBox {
	width: 100%;
	border-bottom: 3pt solid #333333;
	font-size: 8pt;
}


.img {
	border: none;
}

/* 添付ファイルのキャプション */
.caption {
	margin: 2pt 0pt 5pt;
	padding: 0pt 5pt;
	font-size: 6pt;
	text-align: center;
}

/* 添付画像配置（右） */
.photoBoxL {
	float: right;
	margin: 0pt 0pt 10pt 10pt;
}

/* 添付画像配置（左） */
.photoBoxR {
	float: left;
	margin: 0pt 10pt 10pt 0pt;
}

/* 添付画像配置（上下） */
.photoBoxC {
	margin-right: auto;
	margin-left: auto;
}

/* フッタのボックス */
div#footerBox {
	width: 90%;
	margin: auto;
	background: url(none);
}
/* 著作権表示 */
p#copyright {

}

/* フロート解除 */
.clear {
	clear: both;
}
.clearHidden {
	display: none;
}
