body {
	margin: 0;
	padding: 0;
	background: #FFECEC url(images/2-4.jpg) repeat-x;
	font-size: 0.8em;
	text-align: center;
	font-family: "メイリオ","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Verdana,"ＭＳ Ｐゴシック",Osaka;
	color: #696969;
}

body#tinymce {
	margin: 0;
	padding: 3;
	background: #FFF;
	font-size: 0.8em;
	text-align: left;
	font-family: "メイリオ","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Verdana,"ＭＳ Ｐゴシック",Osaka;
	color: #696969;
}

a:link, a:visited {
	color: #F98586;
}

a:hover {
	color: #00CC00;
}

table {
	font-size: 1em;
}

input, textarea {
	font-size: 1em;
	line-height: 1.5em;
}

/* ヘッダー */
table#header {
	width: 760px;
	margin: 0 auto;
}

td.site_name {
	text-align: left;
	width: 280px;
}

td.login {
	text-align: right;
}

table#header h1 {
	background: url(images/1-2.gif) no-repeat;
	width: 280px;
	height: 57px;
	display: block;
	font-size: 0.65em;
	margin: 10px 0;
	text-indent: -9999px;
}

/* グローバルメニュー */
div.menu_navi {
	background: url(images/1-1.jpg) repeat-x top left;
	height: 35px;
}

div.mbar1 {
	padding-top: 10px;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 0.05em;
	color: #FF8080;
}

a.mbar1:link, a.mbar1:visited {
	color: #696969;
	text-decoration: none;
}

a.mbar1:hover {
	color: #FF5959;
}

a.mbar1_sel:link, a.mbar1_sel:visited {
	color: #DC7378;
	text-decoration: none;
}

a.mbar1_sel:hover {
	color: #DC7378;
}

a.mbar_root:link, a.mbar_root:visited {
	color: #696969;
	text-decoration: none;
}

a.mbar_root:hover {
	color: #FF5959;
}

div.mbar2 {
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 2em;
	color: #FF8080;
}

a.mbar2:link, a.mbar2:visited {
	color: #696969;
	text-decoration: none;
}

a.mbar2:hover {
	color: #FF5959;
}

a.mbar2_sel:link, a.mbar2_sel:visited {
	color: #DC7378;
	text-decoration: none;
}

a.mbar2_sel:hover {
	color: #DC7378;
}

/* トップページイメージ */
div.topimg {
	width: 800px;
	padding: 15px 15px 0;
	background-color: #FFF;
	margin: 0 auto;
}

div.topimg p {
	margin: 0;
}

/* ボディ */
div#body {
	width: 800px;
	background-color: #FFF;
	margin: 0 auto;
	text-align: left;
	padding: 10px 15px;
	zoom:100%;/*IE6*/
	overflow:auto;/*IE7 and Firefox*/
}

/* パンくずリスト */
h2.cat_path {
	margin: 0 auto;
	padding: 3px;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0.1em;
	text-align: right;
	width: 820px;
}

/* 右サイドバー */
div.sidebar_pane {
	width: 185px;
	float: left;
	margin-top: 10px;
}

div.banner p {
	margin: 0;
}

div.banner img {
	margin-bottom: 10px;
}

/* 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: left;
	margin-bottom: 15px;
}

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;
}

/* サイドメニュー */
div.sidebar {
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 2em;
	color: #F1AFB0;
	border: 4px solid #F1AFB0;
	text-align: left;
	margin-bottom: 15px;
	padding-bottom:10px;
	padding-top:10px;
}

div.sidebar img {
	margin-left: 10px;
	margin-bottom: 5px;
}

div.dep1 {
	display: none;
}

div.dep2 {
	background: url(images/1-7.gif) no-repeat 5px 4px;
	list-style: none;
	margin: 0 10px;
	font-size: 1.1em;
	color: #F1AFB0;
	border-bottom: 1px dotted #F98586;
}

div.dep2 a:link, div.dep2 a:visited {
	color: #F1AFB0;
	text-decoration: none;
}

div.dep2 a:hover {
	color: #F98586;
}

div.dep3 {
	list-style: none;
	color: #F1AFB0;
	padding-left: 13px;
}

div.dep3 a:link, div.dep3 a:visited {
	color: #F1AFB0;
	text-decoration: none;
}

div.dep3 a:hover {
	color: #F98586;
}

/* 左記事ペイン */
div.article_pane {
	margin: 10px;
	text-align: left;
	width: 580px;
	float: right;
}

/* インフォメーション */
div.info_title {
	padding-bottom: 5px;
	border-bottom: 1px solid #F98586;
}

div.info_article {
	margin: 10px 15px;
}

div.info_article ul {
	margin: 0;
	padding: 0;
}

div.info_article li {
	line-height:1.35em;
	list-style:none outside none;
	margin-bottom:10px;
}

/* 記事 */
h3.article_title {
	clear: both;
	font-size: 1.5em;
	letter-spacing: 0.08em;
	margin: 0;
	padding-bottom: 15px;
	background: url(images/1-3.gif) no-repeat;
	text-indent: 15px;
	color: #00CC00;
}

h3.article_title a:link, h3.article_title a:visited {
	color: #00CC00;
	text-decoration: none;
}

h3.article_title a:hover {
	color: #009900;
}

div.article_text {
	line-height: 1.75em;
	margin: 0 0 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;
}

/* フッター */
div.footer {
	clear: both;
	line-height: 1.75em;
	letter-spacing: 0.08em;
}
