@charset "UTF-8"; 

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

.auralNavi {
	display: none;
}

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

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

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

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


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

body {
	width: 100%;
}

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

div#allBox {
	margin: 0px;
	padding: 0px;
	background: url(none);
}

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

h1#pageTitle {
	padding: 0px;
}
a.titleLink {
	display: inline;
	margin: 0px;
	background: url(none);
	color: #333333;
	text-indent: 0px;
	text-decoration: none;
}
a.titleLink:visited {
	color: #333333;
	text-decoration: none;
}


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

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


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

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

/* 本文パート--通常公開記事のボックス */
.newsBox {
	border-bottom: 3px solid #333333;
}

/* フッタのボックス */
div#footerBox {
	padding: 0px 7px 0px 7px;
	background: url(none);
}
/* 著作権表示 */
p#copyright {
	position: static;
	text-align: left;
}
