﻿@charset "Shift_JIS";
/* 文字エンコードの設定（削除不可） */

/* ***********************************************
/* HTML要素（一部#ID） */
* {
	margin:0;
	padding:0;
}

/* 基本構造 */
html {
}
body {
	background:url(img/bg.gif);
	font-size:80%;
	font-family:"スチャラカ文字", "ＭＳ Ｐゴシック", Osaka, sans-serif, serif;
}
hr {
	display:none;
}

/* 見出し */
h1,h2,h3,h4,h5,h6 {
	line-height:1em;
	letter-spacing:.1em;
}
h1 {
	height:32px;
	padding-top:80px;
	background:url(img/h1.gif) no-repeat left bottom;
}
h1 a {
	text-decoration:none;
}
h2 {
	margin-bottom:10px;
	padding:6px 10px 5px 30px;
	background:url(img/h2.gif) no-repeat left bottom;
	font-size:115%;
}
h3 {
	margin-bottom:.5em;
	padding-left:15px;
	background:url(img/bg_shikaku.gif) no-repeat 0em .1em;
	font-size:100%;
}
h4 {
	margin-top:10px;
	margin-bottom:5px;
	font-size:100%;
	border-left:3px solid #000;
	padding-left:5px;
}
h5 {
	margin-top:10px;
	margin-bottom:5px;
	padding-left:5px;
	font-size:100%;
	border-bottom:1px solid #000;
}
h6 {
	margin-top:10px;
	margin-bottom:5px;
	padding-left:5px;
	font-size:100%;
	font-weight:normal;
	border-left:2px solid #000;
}

/* 段落 */
p {
	line-height:160%;
	margin-bottom:1.5em;
	padding-right:10px;
}

/* アンカー */
a {
	color:#666;
}
a:link {
}
a:visited {
}
a:hover {
	text-decoration:none;
}
a:active {
}
a:focus {
}

/* 強調・追加・削除 */
em {
	word-break:break-all;
}
strong {
}
ins {
}
del {
}

/* フォーム */

input {
}
input#TEXT {
	border:1px solid #666;
	margin-bottom:5px;
}
input#CHECKBOX {
}
input#RADIO {
}
input#BUTTON {
	border:1px solid #666;
	background:#FFF;
}
textarea {
	border:1px solid #666;
	margin-bottom:5px;
}
select {
	margin-bottom:5px;
}
option {
}
optgroup {
}

/* リスト */
ol {
	margin-left:30px;
	margin-bottom:1em;
}
ol li {
}
ul {
	margin-bottom:1em;
}
ul li {
	list-style-type:none;
}
dl {
}
dt {
	padding-left:15px;
	background:url(img/bg_hover.gif) no-repeat 0px 2px;
	font-size:100%;
}
dd {
	margin-bottom:10px;
}

/* アドレス */
address {
	font-style:normal;
}

/* 引用（サンプルページ未記述） */
blockquote {
	width:400px;
	margin-left:20px;
	padding-left:30px;
	background:url(img/bg_blockquote.gif) no-repeat;
	line-height:160%;
}
cite,q {
	line-height:160%;
}

/* 整形済みテキスト（サンプルページ未記述） */
pre {
	width:460px;
	padding:10px;
	overflow:auto;
	line-height:100%;
}

/* 物理要素（サンプルページ未記述） */
b {
}
i {
}
big {
}
small {
}
tt {
}

/* ***********************************************
/* 各#ID＆.class */

body#INDEX {
}

div#PAGETOP {
	width:680px;
	margin:0 auto;
	padding:10px 20px 20px;
	background:#FFF;
	border-left:1px solid #595959;
	border-right:1px solid #595959;
}
div#HEADER {
	background:url(img/bg_header.gif) no-repeat right 10px;
}
ul#PAN {
	text-align:right;
	margin-bottom:5px;
}
ul#PAN li {
	display:inline;
}
ul#PAN li a {
	padding-right:10px;
	background:url(img/bg_pan.gif) no-repeat right center;
}
div#MENU {
	width:160px;
	margin-right:0px;
	padding:10px 10px 0;
	float:left;
	border:1px solid #000;
	border-right:0;
	background:#FFF;
	position:relative;
}
div#MENU h2 {
	display:none;
}
div#MENU ul {
	margin-bottom:0;
}
div#MENU li {
	line-height:100%;
	margin:3px 0 10px;
	font-size:100%;
}
div#MENU li a {
	padding-left:20px;
	color:#000;
	background:url(img/bg_shikaku.gif) no-repeat 0em .2em;
	text-decoration:none;
}
div#MENU li a:hover {
	background:url(img/bg_hover.gif) no-repeat 0em .2em;
}
li#MENU01 {
}
li#MENU02 {
}
li#MENU03 {
}
li#MENU04 {
}
li.menu-on {
	background:url(img/bg_kizi.gif) right center;
}
div#KIZI {
	width:478px;
	margin-left:-1px;
	padding:10px;
	float:left;
	border:1px solid #000;
	background:url(img/bg_kizi.gif) repeat-y right center;
	word-break:break-all;
}
div.text {
	width:100%;
}
ul.modori {
	text-align:right;
	width:480px;
}
div#FOOTER {
	clear:both;
	text-align:right;
	padding:10px 0 0;
	width:680px;
}
div#FOOTER h2 {
	display:none;
}
div#FOOTER li,
div#FOOTER li address {
	display:inline;
}
div#FOOTER li {
	margin-left:1em;
}
li#FOOTER01 {
}
li#FOOTER02 {
}
li#FOOTER03 {
}

