@charset "Shift_JIS";
/* 文字エンコードの設定（削除不可） */

/* ***********************************************
/* HTML要素（一部#ID） */
* {
	margin:0;
	padding:0;
}

/* 基本構造 */
html {
}
body {
	font-size:75%;
	font-family:"Arial Unicode MS";
	line-height:160%;
	color:#333333;
	background: url(img/bg.jpg) repeat-x #ffffff;
	background-position: center top;
}
hr {
	color: #555555;
}

/* 見出し */
h1,h3,h4,h5,h6 {
	font-family:"ＭＳ Ｐ明朝";
	font-size:100%;
}
h1 {
	font-size: 18px;
}
h2 {
	margin-left: 5px;
	font-family:"Arial Unicode MS";
	font-size:100%;
	color: #444444;
	font-weight: normal;
}
h3 {
	color: #323232;
}
h4 {
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}
h5 {
}
h6 {
	font-weight:normal;
}

/* 段落 */
p {
	text-align: left;
	font-weight: normal;
	font-size: 12px;
}
/* アンカー */
a:link {
	color:#246ebf;
	text-decoration:none;
}
a:visited {
	color:#246ebf;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	color: #6a4f38;
}
a:active {
}
a:focus {
}

/* 強調・追加・削除 */
em {
}
strong {
}
ins {
}
del {
}

/* フォーム */

input {
}
input#TEXT {
}
input#CHECKBOX {
}
input#RADIO {
}
input#BUTTON {
}
textarea {
}
select {
}
option {
}
optgroup {
}

/* リスト */
ol {
	margin-left:25px;
}
ol li {
}
ul {
	margin-left:17px;
}
dl {
width: 36em;

}
dt {
	margin-left: 1em;
	font-weight:bold;
	float: left;
	width: 7em;
	border-bottom:1px dashed #333333;
	text-align: center;
}
dd {
	border-bottom:1px dashed #333333;
	width: 24em;
	float: right;
	padding-left: 2em;
}
img {
	border: 0;
}
table {
	border: 0;
}
tr {
	border: 0;
}
td {
	border: 0px;
	padding: 3px 0 3px 0;
}
td.t {
	border:1px #cdcdcd solid;
	padding: 3px 0 3px 0;
}
/* アドレス */
address {
}

/* 引用*/
blockquote {
	padding:0 20px 0 10px;
	margin:10px 0 10px 20px;
	border-left:1px solid #593817;
}
cite,q {
}

/* 整形済みテキスト */
pre {
	overflow:auto;
}

/* 物理要素 */
b {
}
i {
}
big {
}
small {
}
tt {
}

/* ********************************************** */
/* 各#ID＆.class */

div#PAGETOP {
	margin:0px auto;
	width: 880px;
	background-color: #ffffff;
}
div#newHead {
	height: 300px;
}
div#HEADER {
	height: 110px;
	background: url(img/bg_head.jpg);
}
div#HEADER h1 {
	float: right;
	padding: 20px 20px 10px 20px;
	font-size:18px;
	font-family:sans-serif, serif;
	font-weight: normal;
}
div#HEADER h1 a {
	color: #ffffff;
	text-decoration:none;
}
div#MENU {
	height: 30px;
	background: url(img/m_back.gif);
	border-bottom: solid 5px #000000;
	
}

div#KIZI {
	width: 660px;
	float: left;
	margin:0 0 0 3px;
	padding:10px 10px 10px 10px;
	background-color: #ffffff;
}
div#MEM {
	margin: 10px 0px 0px 0px;
	background: url(img/bg_rail.gif);
}
div#RIGHT {
	width: 180px;
	float: right;
	margin:5px 5px 0 0;
	background-color: #ffffff;
}
div#FOOTER {
	color: #aaaaaa;
	background-color: #222222;
	clear:both;
	margin: auto;
	text-align: center;
	height: 42px;
}
div#FOOTER a {
	padding:0 8px 0 8px;
	color: #FFFFFF;
	text-decoration: underline;
	clear: both;
}



