body {
	margin: 0;
	padding: 0;
	background: #FFF;
	font-size: 0.8em;
	text-align: center;
	font-family: "メイリオ","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Verdana,"ＭＳ Ｐゴシック",Osaka;
	color: #333;
}

body#tinymce {
	margin: 0;
	padding: 3;
	background: #FFF;
	font-size: 1em;
	text-align: left;
	font-family: "メイリオ","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Verdana,"ＭＳ Ｐゴシック",Osaka;
	color: #333;
}

table {
	font-size: 1em;
}

input, textarea {
	font-size: 0.9em;
	line-height: 1.5em;
}

/* キャッチコピー */
h1.catch {
	margin: 0 auto;
	background-color: #FFF;
	width: 880px;
	text-align: center;
	font-size: 0.9em;
	font-weight: normal;
	padding-top: 3px;
	padding-bottom: 3px;
}

h1.catch p {
	margin: 0;
}

/* ヘッダー */
table#header_out {
	margin: 0 auto;
	background-color: #800080;
	width: 100%;
	height: 24px;
}

table.header_in {
	margin: 0 auto;
	width: 880px;
}

td.site_name {
	text-align: left;
	width: 263px;
}

table.header_in h1 {
	background: url(images/1-1.gif) no-repeat;
	width: 263px;
	height: 24px;
	display: block;
	font-size: 0.65em;
	margin: 0;
	text-indent: -9999px;
}

/* ログイン */
td.login {
	text-align: right;
	padding-right: 10px;
	color: #FFF;
}

td.login a:link, td.login a:visited {
	color: #FFF;
	text-decoration: none;
}

td.login a:hover {
	color: yellow;
}

/* トップページイメージ */
div.topimg {
	width: 660px;
	margin: 0 0 20px 20px;
	float: right;
}

div.topimg p {
	margin: 0;
}

/* ボディ */
div#body {
	background-color: #FFF;
	margin: 0 auto;
	text-align: left;
	width: 880px;
	zoom:100%;/*IE6*/
	overflow:auto;/*IE7 and Firefox*/
}

/* パンくずリスト */
h2.cat_path {
	margin: 0 auto;
	font-size: 0.9em;
	font-weight: normal;
	letter-spacing: 0.1em;
	text-align: left;
	padding: 5px 0;
	width: 880px;
}

h2.cat_path a:hover {
	color: #FF0000;
}

/* 左サイドバー */
div.sidebar_pane {
	width: 200px;
	float: left;
	margin-bottom: 15px;
}

/* 分類名 */
h2.cat_name {
	font-size: 1.25em;
	color: #FFF;
	margin: 0 0 4px;
	text-indent: 10px;
	width: 200px;
	line-height: 95px;
	background: #003300 url(images/1-2.gif) no-repeat;
}

/* メニュー */
div.sidebar {
	font-weight: normal;
	letter-spacing: 0.05em;
	color: #000;
	text-align: left;
	margin-bottom: 15px;
	background: #F5F5F5;
}

div.dep1 {
	background: #F5F5F5 url(images/1-3.gif) no-repeat 6px 50%;
	font-size: 1em;
	color: #333;
	border-bottom: 4px solid #FFF;
	padding: 7px 10px 7px 18px;
}

div.dep1 a:link, div.dep1 a:visited {
	color: #333;
	text-decoration: none;
}

div.dep1 a:hover {
	color: #FF0000;
}

div.dep2 {
	background: url(images/1-7.gif) no-repeat 5px 4px;
	font-size: 1em;
	color: #333;
	border-bottom: 3px solid #FFF;
	background-color: #F5F5F5;
	padding: 7px 10px;
}

div.dep2 a:link, div.dep2 a:visited {
	color: #333;
	text-decoration: none;
}

div.dep2 a:hover {
	color: #FF0000;
}

div.dep3 {
	list-style: none;
	color: #333;
	padding-left: 24px;
}

div.dep3 a:link, div.dep3 a:visited {
	color: #333;
	text-decoration: none;
}

div.dep3 a:hover {
	color: #FF0000;
}

/* QRコード */
div.qrcode {
	border-top: 1px dotted #696969;
	border-bottom: 1px dotted #696969;
	padding-top: 5px;
	padding-bottom: 8px;
	font-size: 1em;
	line-height: 1.4em;
	text-align: left;
}

div.qrcode p {
	margin: 0;
	padding: 3px 0 5px;
}

/* 左バナーペイン */
div.banner_pane {
	width: 180px;
	float: left;
	margin-bottom: 5px;
}

div.banner p {
	margin: 0;
}

div.banner img {
	margin-bottom: 10px;
}

/* 右記事ペイン */
div.article_pane {
	margin-bottom: 15px;
	text-align: left;
	width: 660px;
	float: right;
}

/* インフォメーション */
div.info {
	border-bottom: 1px solid #808080;
	width: 660px;
	float: right;
	margin-bottom: 20px;
}

div.info p {
	margin: 0;
}

div.info_title {
	padding-bottom: 5px;
}

div.info_article {
	margin: 0 10px;
	line-height: 1.7em;
	padding-bottom: 5px;
}

div.info_article ul {
	margin: 0 0 0 1em;
	padding: 0;
}

div.info_article li {
	line-height: 2em;
}

/* 記事 */
h3.article_title {
	clear: both;
	font-size: 1.5em;
	margin: 0 0 25px;
	text-indent: 5px;
	color: #333;
	border-bottom: 2px solid #333;
}

h3.article_title a:link, h3.article_title a:visited {
	color: #333;
	text-decoration: none;
}

h3.article_title a:hover {
	color: #F43034;
}

div.article_text {
	line-height: 1.75em;
	margin: 0 10px 10px;
}

div.article_text img{
	float: left;
	margin-right: 15px;
}

div.article_footer {
	clear: both;
	text-align: right;
	line-height: 1.5em;
	border-top: 1px solid #696969;
	padding-right: 3px;
	margin-bottom: 35px;
}

/* フッター */
div.footer {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	background-color: #696969;
	text-align: center;
	color: #FFF;
	line-height: 2em;
}
