@charset "Shift_JIS";
/* 文字エンコードの設定（削除不可） */
/* ***********************************************


/*--------------------------------------------

Name: CDP003 3S
Version: 1.1
Date: 2008-04-25
Author: アメ
Site: {neut}
URL: http://neut.xtr.jp/

--------------------------------------------*/


/* HTML要素（一部#ID） */
* {
	margin: 0;
	padding: 0;
	line-height: 1.8; /* 全体の行の高さ */
	font-style: normal;	
	font-weight: normal;
	font-size: 100%;
}
/* 基本構造 */
html,
body {
	scrollbar-arrow-color: #fff;
	scrollbar-base-color: #00cfff;
}
body {
	color: #0082a1; /* 全体のフォントカラー */
	background: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 78%; /* 全体のフォントサイズ */
	text-align: center;
}
hr {
	display: none;
}
img {
	border: 0;
}
br {
	letter-spacing: normal;
}
/* 記号の文字化け対策 */
.mark {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", sans-serif;
}
/* 見出し */
h2 {
	margin: 0 0 1.2em;
	padding-right: 0.3em;
	border-bottom: 1px solid #ff6a00;
	height: 17px;
	line-height: 1;
	overflow: hidden;
	color: #ff6a00;
	font-family: Georgia, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: oblique;
	font-weight: bold;
	font-size: 21px;
	text-align: right;
	letter-spacing: -1px;
}
h3 {
	margin: 1em 0;
	padding: 0;
	line-height: 1.2;
	color: #ff6a00;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 120%;
}
h4 {
	margin: 1em 0;
	color: #82e0ff;
	font-weight: bold;
}
h5,
h6 {
	margin: 1em 0;
}
/* 段落 */
p {
	margin-bottom: 1em;
}
/* アンカー */
a {
	color: #0082a1;
	background: #a6eeff;
	text-decoration: none;
}
a:hover,
a:focus {
	background: #fff;
}
/* 強調・追加・削除 */
em {
	font-weight: bold;
}
strong {
	border-bottom: 1px dashed #ff6a00;
	font-weight: bold;
}
ins {
	text-decoration: underline;
}
del {
	color: #00cfff;
	text-decoration: line-through;
}
/* フォーム */
textarea,
select,
input {	
	margin-bottom: 1.2em;
	border: 1px solid #00cfff;
	line-height: 1.2;
	color: #506469;
	background: #fff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "Osaka", sans-serif;	
}
input#TEXT {
	width: 150px;
}
textarea:hover,
select:hover,
input:hover,
textarea:focus,
select:focus,
input:focus {
	border: 1px solid #00cfff;
	background: #a6eeff;
}
input#CHECKBOX,
input#RADIO {
	margin-right: 0.5em;
	border: none;
	vertical-align: middle;
	background: none;
}
input#BUTTON {
	padding: 1px;
	border: 3px double #00cfff;
	color: #0082a1;
	background: #fff;
}
input#BUTTON:hover,
input#BUTTON:focus {
	border: 3px double #00cfff;
	background: #00cfff;
	cursor: pointer;
}
textarea {
	width: 400px;
}
option {
	padding: 0 1em;

}
optgroup {
	background: #fff;
}
/* リスト */
ol,
ul,
dl {
	margin: 0 1em 1em;
}
ol li {
	list-style: decimal inside;
}
ul li {
	list-style: circle inside;
}
dt {
	padding: 0 2px;
	border-bottom: 2px solid #a6eeff;
	color: #506469;
}
dd {
	margin-bottom: 0.5em;
}
/* アドレス */
address {
	margin-bottom: 1em;
}
/* 引用（サンプルページ未記述） */
blockquote {
	margin: 1.2em 0;
	padding: 15px;
	border: 3px double #a6eeff;
	width: 90%;
	background: #fff;
}
blockquote p {
	margin: 0;
}
cite,
q {
	font-style: oblique;
}
/* 整形済みテキスト（サンプルページ未記述） */
pre {
	margin: 1.2em 0;
	padding: 15px;
	width: 90%;
	height: 100px;
	overflow: scroll;
	background: #fff;
	font-family: "Osaka−等幅", monospace;
}
/* 物理要素（サンプルページ未記述） */
b {
	font-weight: bold;
}
i {
	font-style: oblique;
}
big {
	font-size: 115%;
}
small {
	font-size: 80%;
}
tt {
	font-family: monospace;
}
/* ***********************************************
/* 各#ID＆.class */
div#PAGETOP {
	margin: 0 auto;
	width: 743px;
	background: url('img/bg.gif') repeat-y top left;
}
div#HEADER {
	margin-bottom: 18px;
	padding-top: 97px;
	float: right;	
	width: 198px;
	text-align: left;
}
div#HEADER h1 {
	padding: 0 10px;
	line-height: 30px;
	color: #506469;
	font-family:  Georgia, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: oblique;
	font-weight: bold;
	font-size: 26px;
	letter-spacing: -1px;
}
ul#PAN {
	margin: 0;
	padding: 0 10px;
	background: url('img/panbg.gif') no-repeat;
}
ul#PAN li {
	display: inline;
	height: 14px;
	line-height: 14px;
	list-style: none outside;
	color: #fff;
	font-size: 10px;
}
ul#PAN li a {
	padding-right: 13px;
	float: left;
	display: block;
	height: 14px;
	line-height: 14px;
	color: #fff;
	background: url('img/pan.gif') no-repeat right center;
}
ul#PAN li a:hover {
	color: #ff6a00;
	background: url('img/pan.gif') no-repeat right center;
}
div#MENU {
	clear: both;
	float: right;
	width: 198px;
	text-align: left;
}
div#MENU h2 {
	display: none;
}
div#MENU ul {
	margin: 0;
}
div#MENU li {
	margin-bottom: 5px;
	list-style: none outside;
}
div#MENU li a {
	padding: 0 10px 0 30px;
	display: block;
	height: 38px;
	line-height: 38px;
	color: #fff;
	background: transparent url('img/menu.gif');
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: oblique;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	letter-spacing: 1px;
}
div#MENU li a:hover {
	color: #506469;
	background: transparent url('img/menu.gif') no-repeat left bottom;
}
div#MENU li.menu-on a {
	color: #506469;
	background: transparent url('img/menu.gif') no-repeat left bottom;
}
div#KIZI {
	margin: 0 198px 0 0;
	padding: 535px 25px 25px 32px;
	background: url('img/top.jpg') no-repeat scroll 15px 15px;
	text-align: left;
}
div.text {
	padding-bottom: 2.5em;
}
ul.modori {
	padding-top: 0.5em;
	text-align: right;
}
ul.modori li {
	list-style: none outside;
}
ul.modori li a {
	padding-left: 11px;
	border: none;
	color: #ff6a00;
	background: url('img/modori.gif') no-repeat center left;
	font-weight: bold;
}
ul.modori li a:hover {
	color: #fff;
	background: transparent url('img/modori_hover.gif') no-repeat center left;
}
div#FOOTER {
	padding: 0 32px 20px;
	clear: both;
	width: 679px;
	text-align: left;
}
div#FOOTER h2 {
	display: none;
}
div#FOOTER ul {
	margin: 0;
}
div#FOOTER li {
	display: inline;
	list-style: none inside;
}
div#FOOTER li a {
	margin-right: 1.5em;
}
div#FOOTER address {
	display: inline;
}