body {
	margin: 0;
	padding: 0;
	background: #DDD2B4;
	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: 1em;
	line-height: 1.5em;
}

/* ラッパー */
#wrapper {
	background: url(images/1-1.jpg) repeat-y center center;
	margin-left: auto;
	margin-right: auto;
	width: 812px;
}

/* ヘッダー */
table#header {
	width: 800px;
	margin: 0 auto;
	background: #EAE2D0;
}

td.site_name {
	text-align: left;
	width: 375px;
}

td.login {
	text-align: right;
	padding-right: 15px;
}

table#header h1 {
	background: url(images/1-3.jpg) no-repeat;
	width: 375px;
	height: 30px;
	display: block;
	font-size: 0.65em;
	margin: 10px 0 10px 15px;
	text-indent: -9999px;
}

/* トップページイメージ */
div.topimg {
	width: 800px;
	padding: 0;
	background-color: #FFF;
	margin: 0 auto;
}

div.topimg p {
	margin: 0;
}

/* ボディ */
div#body {
	width: 785px;
	background-color: #FFF;
	margin: 0 auto;
	text-align: left;
	padding: 15px 15px 0 0;
	zoom:100%;/*IE6*/
	overflow:auto;/*IE7 and Firefox*/
}

/* 左ペイン（メニュー側） */
div.sidebar_pane {
	width: 200px;
	float: left;
	margin-bottom: 15px;
}

/* メニュー */
div.menubar {
	font-weight: bold;
	line-height: 2em;
	letter-spacing: 0.075em;
	color: #000;
	text-align: left;
	margin-bottom: 20px;
}

div.dep1 {
	font-size: 1em;
	color: #333;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #CBCDCA;
	border-right: 1px solid #CBCDCA;
	padding: 6px 5px 6px 20px;
	background: #F0EFEB url(images/1-4.gif) no-repeat 10px 50%;
}

div.dep1 a:link, div.dep1 a:visited {
	color: #333;
	text-decoration: none;
}

div.dep1 a:hover {
	color: #6B8E23;
}

div.dep2 {
	list-style: none;
	color: #333;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #CBCDCA;
	border-right: 1px solid #CBCDCA;
	padding: 3px 5px 3px 30px;
	background: url(images/1-5.gif) no-repeat 20px 50%;
}

div.dep2 a:link, div.dep2 a:visited {
	color: #333;
	text-decoration: none;
}

div.dep2 a:hover {
	color: #6B8E23;
}

/* QRコード */
div.qrcode {
	border-top: 1px dotted #696969;
	border-bottom: 1px dotted #696969;
	padding-top: 5px;
	font-size: 0.9em;
	line-height: 1.4em;
	text-align: lef;
	margin-left: 10px;}

div.qrcode p {
	margin: 0;
	padding: 3px 0 5px;
}

/* バナー */
div.banner {
	margin-bottom: 5px;
}

div.banner p {
	margin: 0;
	padding: 0;
}

div.banner img {
	margin-bottom: 10px;
}

/* 分類名 */
h2.cat_name {
	font-size: 1.25em;
	color: #DDD2B4;
	margin: 0 auto;
	line-height: 35px;
	background: #8B763F url(images/1-7.jpg) no-repeat;
	border-top: 1px solid #FFF;
	width: 775px;
	text-align: right;
	padding-right: 25px;
	letter-spacing: 0.075em;
}

/* 左記事ペイン */
div.article_pane {
	text-align: left;
	width: 570px;
	float: right;
}

/* インフォメーション */
div.info {
	border-bottom: 1px solid #CCC;
	margin-bottom: 20px;
}

div.info_title {
	padding-bottom: 0;
}

div.info_article {
	margin: 0 10px;
	line-height: 1.5em;
	padding-top: 5px;
	padding-bottom: 5px;
}

div.info_article p {
	margin: 0;
}

div.info_article ul {
	margin: 0 0 0 1em;
	padding: 0;
}

div.info_article li {
	line-height: 2em;
	text-indent: 8px;
}

/* 記事 */
h3.article_title {
	clear: both;
	font-size: 1.25em;
	margin: 0;
	padding: 0;
	color: #333;
	background: url(images/2-5.jpg) no-repeat left top;
}

h3.article_title a:link, h3.article_title a:visited {
	color: #333;
	text-decoration: none;
}

h3.article_title a:hover {
	color: #FF5959;
}

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;
	line-height: 2em;
	letter-spacing: 0.05em;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

div.footer p {
	margin: 0;
}
