body {
	background-color: #F0F0F0;
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", san-serif;
	font-size: 0.875em;
	text-align: center;
}

body#tinymce {
	background-color: #FFF;
	margin: 0;
	padding: 3;
	font-family: "ＭＳ Ｐゴシック", san-serif;
	font-size: 0.875em;
	text-align: left;
}

/* リンク */
a:link, a:visited {
	text-decoration: none;
}

/* テーブル */
table {
	font-size: 1em;
}

/* ヘッダー */
div#header {
	width: 100%;
	background-color: #FFF;
}

div#header table {
	width: 800px;
}

h1.site_name {
	background: url(images/1-1.png) no-repeat left top;
	width: 220px;
	height: 40px;
	margin: 10px;
	text-indent: -9999px;
	display: block;
	text-decoration:none;
}

td.login {
	text-align: right;
	padding-right: 15px;
	font-size: 0.875em;
	width: 560px;
}

/* メニューゾーン */
div.menu_frame {
	width: 100%;
	height: 350px;
	background: url(images/1-3.gif) repeat-x;
	margin: 0 auto;
	clear: both;
}

table.mbar {
	width: 100%;
	background: url(images/1-2.png) repeat-x;
	border: none;
}

table.mbar p {
	margin: 0;
}

/* グローバルメニュー */
div.mbar1 {
	width: 100%;
	color: #5A5A5A;
	font-weight: bold;
	letter-spacing: 0.125em;
	line-height: 35px;
}

a.mbar1:link, a.mbar1:visited {
	color: #F0F0F0;
}

a.mbar1:hover {
	color: #FB0000;
}

a.mbar_root:link, a.mbar_root:visited {
	color: #F0F0F0;
}

a.mbar_root:hover {
	color: #FB0000;
}

a.mbar1_sel:link, a.mbar1_sel:visited {
	color: #FF8C00;
}

a.mbar1_sel:hover {
	color: #FB0000;
}

/* ラッパー */
div#wrapper {
	width: 800px;
	margin: 0 auto;
	background-color: #FFF;
	text-align: left;
}

/* 分類見出し */
h2.cat_name {
	font-size: 1.2em;
	margin: 0;
	padding: 2px 15px;
	background: #A0A0A0;
	letter-spacing: 0.125em;
}

/* 分類パス */
h2.cat_path {
	font-size: 0.875em;
	font-weight: normal;
	margin: 0 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: right;
	letter-spacing: 0.125em;
}

/* 記事フレーム */
div.article_frame {
	margin: 0 15px 15px;
	width: 570px;
}

/* 新着情報 */
div.info_title {
	margin-bottom: 4px;
	margin-top: 15px;
}

div.info_article {
	padding: 10px;
	border-top: 1px #E10000 solid;
	border-bottom: 1px #E10000 solid;
	line-height: 1.75em;
}

div.info_article p {
	margin: 0;
}

/* トップページ住所 */
div.topadd {
	margin: 15px;
}

div.topadd p {
	margin: 0;
}

/* 記事 */
h3.article_title {
	background: url(images/1-5.jpg) no-repeat left 50%;
	font-size: 1em;
	line-height: 2.25em;
	text-indent: 25px;
	color: #669839;
	border-bottom: 2px #669839 solid;
	clear: both;
	margin: 0;
}

div.article_text {
	line-height: 1.5em;
	margin: 10px;
}

div.article_footer {
	border-top: 1px #669839 solid;
	font-size: 0.875em;
	line-height: 1.75em;
	text-align: right;
	padding-right: 3px;
}

/* ページ送り */
div.page_feed {
	clear: both;
	text-align: center;
	padding-bottom: 15px;
	letter-spacing: 0.125em;
	font-size: 0.875em;
}

/* コメント */
div#comment_area {
	font-size: 0.875em;
	margin: 20px;
}

div#comment_area h2 {
	font-size: 1.25em;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', 'sans-serif';
	border-bottom: 1px #666 solid;
	color: #666;
}

div.comment_title {
	background-color: #CCC;
	padding: 5px;
	width: 100%;
	margin-top: 20px;
}

div.comment_text {
	line-height: 1.5em;
	margin: 6px 10px 15px;
}

div#comment_area table {
	font-size: 1em;
}

div#comment_area input {
	border: 1px #666 solid;
}

div#comment_area textarea {
	border: 1px #666 solid;
	font-size: 1em;
}

/* サイドメニューセル */
td.sidemenu_cell {
	background-color: #0099FF;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #FFF;
}

/* バナー */
div.banner p {
	margin: 0;
}

/* ＱＲコード */
div.qrcode {
	margin: 15px 10px;
	font-size: 0.85em;
	line-height: 1.35em;
	border-top: 1px #FFF dotted;
	border-bottom: 1px #FFF dotted;
	padding-top: 8px;
	padding-bottom: 8px;
}

div.qrcode p {
	margin: 0;
}

div.qrcode a:link, div.qrcode a:visited {
	color: yellow;
}

div.qrcode a:hover {
	color: red;
}

/* サイドメニュー分類見出し */
h2.cat_name_sm {
	font-size: 1em;
	margin: 0;
	padding: 3px 10px;
	letter-spacing: 0.075em;
	border-top: 1px #D7EFFF solid;
	border-bottom: 1px #D7EFFF solid;
}

a.cat_name_sm:link, a.cat_name_sm:visited {
	color: #D7EFFF;
}

a.cat_name_sm:hover {
	color: #FFFF00;
}

div.sbar2 {
	margin-top: 15px;
	margin-bottom: 15px;
}

div.sidemenu {
	margin: 0 15px;
	border-bottom: 1px #D7EFFF dotted;
	line-height: 2.5em;
	font-size: 0.875em;
	text-indent: 5px;
	letter-spacing: 0.075em;
}

a.sbar2:link, a.sbar2:visited {
	color: #D7EFFF;
}

a.sbar2:hover {
	color: #FFFF00;
}

a.sbar2_sel:link, a.sbar2_sel:visited {
	color: #FF8C00;
}

a.sbar2_sel:hover {
	color: #FFFF00;

}

/* フッター */
div.footer {
	font-size: 0.875em;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	letter-spacing: 0.125em;
	line-height: 2em;
	color: #F0F0F0;
	border-top: 1px #555 solid;
	background-color: #232323;
}
