body {
	background-color: #CEEFFF;
	margin: 0;
	padding: 0;
	text-align: center;
}

body#tinymce {
	background-color: #FFF;
	margin: 0;
	padding: 0;
	text-align: left;
}

/* ラッパー */
#wrapper {
	width: 800px;
	margin: 0 auto;
	background-color: #FFF;
}

/* ロゴ */
div.logo {
	margin: 10px 0 6px 15px;
	float: left;
}

/* ホーム横メニュー */
div.home1 {
	clear: both;
	margin: 0;
	padding: 0;
}

div.home1 ul {
	width: 100%;
	height: 43px;
	background: #FFF url("images/menu-bg.gif") repeat-x top left;
	font-size: 80%;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-weight: bold;
	letter-spacing: 0.075em;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div.home1 li {
	display: block;
	float: left;
	margin: 0 0 0 5px;
}

a.home1:link, a.home1:visited {
	height: 43px;
	color: #777;
	text-decoration: none;
	display: block;
	float: left;
	line-height: 200%;
	padding: 8px 15px 0;
}

a.home1:hover {
	color: #333;
}

a.home1_sel:link, a.home1_sel:visited {
	height: 43px;
	color: #FFF;
	text-decoration: none;
	display: block;
	float: left;
	background: #FFF url("images/current-bg.gif") repeat-x top left;
	padding: 12px 15px 0;
}

a.home_root:link, a.home_root:visited {
	height: 43px;
	color: #FFF;
	text-decoration: none;
	display: block;
	float: left;
	background: #FFF url("images/current-bg.gif") repeat-x top left;
	padding: 12px 15px 0;
}

/* リンク先横メニュー */
div.mbar1 {
	clear: both;
	margin: 0;
	padding: 0;
}

div.mbar1 ul {
	width: 100%;
	height: 43px;
	background: #FFF url("images/menu-bg.gif") repeat-x top left;
	font-size: 80%;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-weight: bold;
	letter-spacing: 0.075em;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div.mbar1 li {
	display: block;
	float: left;
	margin: 0 0 0 5px;
}

a.mbar1:link, a.mbar1:visited {
	height: 43px;
	color: #777;
	text-decoration: none;
	display: block;
	float: left;
	line-height: 200%;
	padding: 8px 15px 0;
}

a.mbar1:hover {
	color: #333;
}

a.mbar1_sel:link, a.mbar1_sel:visited {
	height: 43px;
	color: #FFF;
	text-decoration: none;
	display: block;
	float: left;
	background: #FFF url("images/current-bg.gif") repeat-x top left;
	padding: 12px 15px 0;
}

a.mbar_root:link, a.mbar_root:visited {
	height: 43px;
	color: #777;
	text-decoration: none;
	display: block;
	float: left;
	line-height: 200%;
	padding: 8px 15px 0;
}

a.mbar_root:hover {
	color: #333;
}

/* コンテンツ */
div.contents {
	width: 780px;
	margin: 15px 10px 0;
}

/* トップイメージ画像 */
div.topimg {
	position: relative;
	top: -5px;
	margin-bottom: 5px;
	padding: 0;
}

/* インフォメーション */
#inform_frame {
	margin: 0 10px 15px;
	text-align: left;
}

div.inform_title {
	margin-left: 0px;
}

div.inform {
	padding: 15px;
	border-top: 4px #FE8C11 solid;
	border-left: 4px #FE8C11 solid;
	border-bottom: 4px #CB6B01 solid;
	border-right: 4px #CB6B01 solid;
	font-size: 0.875em;
	line-height: 1.75;
	background-color: #FAFAD2;
}

div.inform p {
	margin: 0;
}

/* 記事ペイン */
#article_side {
	float: left;
	display: inline;
	margin-right: 15px;
	padding: 0;
	width: 565px;
}

div.toparticle_title {
	background: url("images/toptitle_bg.jpg") no-repeat;
	width: 565px;
	height: 29px;
	font-size: 90%;
	font-weight: bold;
	letter-spacing: 0.075em;
	text-align: left;
	text-indent: 20px;
	line-height: 29px;
}

div.article_title {
	background: url("images/title_bg.gif") no-repeat;
	width: 565px;
	height: 29px;
	font-size: 90%;
	font-weight: bold;
	letter-spacing: 0.075em;
	text-align: left;
	text-indent: 20px;
	line-height: 29px;
}

div.article_text {
	font-size: 85%;
	line-height: 1.75;
	text-align: left;
	margin: 15px;
}

div.article_footer {
	font-size: 90%;
	margin-top: 15px;
	padding-top: 2px;
	text-align: right;
	border-top: 1px #666 solid;
}

/* サイドメニューペイン */
#menu_side {
	float: right;
	width: 200px;
}

/* サイドメニュー*/
div.sbar {
	line-height: 28px;
	margin-bottom: 15px;
	text-align: left;
}

div.sbar_cat {
	font-size: 0.75em;
	letter-spacing: 0.125em;
	font-weight: bolder;
	padding-left: 10px;
	background-color: #0079B2;
}

a.sbar_cat:link {
	text-decoration: none;
	color: #FFF;
}

a.sbar_cat:visited {
	text-decoration: none;
	color: #FFF;

}

a.sbar_cat:hover {
	text-decoration: none;
	color: #FF0000;
}

div.sbar2 {
	font-size: 0.75em;
	line-height: 2.5em;
	letter-spacing: 0.125em;
	font-weight: normal;
	padding-left: 10px;
}

a.sbar2:link {
	color: #000;
	text-decoration: none;
}

a.sbar2:visited {
	text-decoration: none;
	color: #000;
}

a.sbar2:hover {
	text-decoration: none;
	color: #EF454A;
}

a.sbar2_sel:link { 
	color: #465DAA;
	text-decoration: none;
}

a.sbar2_sel:visited {
	text-decoration: none;
	color: #465DAA;
}

a.sbar2_sel:hover {
	text-decoration: none;
	color: #EF454A;
}

div.sidemenu {
	border-bottom: 1px #4D4D4D dotted;
	padding-left: 3px;
}

/* バナー広告 */
div.banner {
	text-align: center;
}

/* QRコード */
div.qrcode {
	border: 2px #5F9EA0 dotted;
	font-size: 0.75em;
	line-height: 140%;
	padding: 8px;
	text-align: left;
	margin: 10px 0 15px;
}

div.qrcode_title {
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.075em;
	margin-bottom: 5px;
	border-bottom: 1px #5F9EA0 solid;
}

div.qrcode img {
	float: left;
	margin: 0 8px 0 0;
	border: 1px #000 solid;
	width: 66px;
}

/* フッター */
#footer {
	clear: both;
	width: 100%;
	border-top: 1px #0079B2 solid;
	font-size: 0.75em;
	line-height: 150%;
	letter-spacing: 0.075em;
	text-align: left;
	font-family: century;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-top: 0;
}

#footer img {
	float: left;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 10px;
	padding: 0;
}