/* ----- HTML全体 ------------------------------------ */
body {
	font-size: 10px;
	background-color: #FFFFFF;
	cursor: crosshair;
	color: #666;
}
	
table {
	font-size: 10px;
	color: #5F5F5F;
	text-align: left;
}
	
hr {
	color: #000000;
	height: 2px;
	border: 0px;
	border-bottom: 2px dotted;
	margin: 5px 0px;
}


a {
	font-size: 10px;
	text-decoration: none;
	cursor: e-resize;
	color: #cc3366;
}
a:hover {
	color: #cc3366;
}
a:active {
	color: #F3E8DA;
	text-decoration: none;
}
a:link {
	color: #cc3366;
}
a:visited {
	color: #B3A089;
	text-decoration: underline;
	font-size: 10px;
}



/* ------フォーム----------------------------------- */
checkbox,input,rediobutton,textarea,submit,select {
	background-color: #000000;
	color: #FFE8DE;
	font-size: 10px;
	border: 1px #000000 solid;
} 

input:focus {
	background-color: #006A6A;
}


/* ------ナビゲーション----------------------------------- */
td#navigation {
	padding:10px 0px 0px 0px;
	font-family: "Arial Black",sans-serif;
}
td#navigation a {
	color:#FFE8DE;
	background-color: #000000; 
	display: inline;
	margin: 0px 7px 0px; 
	padding: 30px 0px 20px 0px;
	text-decoration: none
}
td#navigation a:hover {
	color:#666666;
	background-color: #330513;
}


td#navigationb {
	padding:10px 0px 0px 0px;
	font-family: "ヒラギノ角ゴ Std W8","Hiragino Kaku Gothic Std","ＭＳ Ｐゴシック",sans-serif;
}
td#navigationb a {
	color:#FFE8DE;
	background-color: #000000; 
	display: block;
	margin: 0px 0px 1px; 
	padding: 5px 0px 5px 25px;
	text-decoration: none
}
td#navigationb a:hover {
	color:#666666;
	background-color: #330513;
}



/* ------テーブル関係----------------------------------- */
.table {
	background-color: #FFFFFF;
	border-right:1px dotted;
	border-left:1px dotted;
	border-color:#4C3300;
}

.table2{
	border:1px solid;
	border-color:#000000;
}

.tablecolor {
	background-color: #000000;
}

.tablecolor2 {
	background-color: #F3E8DA;
	color: #4C3300;
}


/* ------色々----------------------------------- */
.cation {
	color: #FF9900;
}
	
.sp {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
	
.sp2{
	margin-left: 10px;
	color:#666666;
	font-size:9px
}


/* ------フォント変更----------------------------------- */
.font1{
	color: #FFE8DE;
	font-weight: bold;
}
	
.font2{
	color: #ff6600;
}
	
.font3{
	color: #FFE8DE;
}
	
.font4{
	font-size: 12pt;
	font-weight: bold;
	color: #660000;
}
	
.font5{ 
	font-weight: bold;
	color: #006666;
}

.font6{ 
	font-family: "Arial Black",sans-serif;
	font-size:18px;
	font-weight: bold;
	color: #FF5580;
}

.title{
	font-family: "Arial Black",sans-serif;
	font-size:40px;
	font-weight: bold;
	color: #FFE8DE;
	line-height: 55%; 
}

/* ------インラインフレーム（メイン）----------------------------------- */
iframe#main {
	width: 750px;
	height: 100%;
	max-height: none;
	min-height: 680px;
}

table#maint {
	max-height: none; 
	min-height: 680px; 
}
