h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, caption, th, td, img, form {
	margin: 0px;
	padding: 0px;
	border: none;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	list-style-type: none;
}/* よく登場する要素のリセット */
h1, h2, h3, h4, h5, h6{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

/* テキストエリア内文字サイズのブラウザ間での差異をなくす */
textarea { font-size: 100%; }

/* 画像の下にできる隙間をなくす */


img {
	vertical-align: text-top;
	float: left;
	border: 1px solid #CCCCCC;
}



/* hr 要素は不可視で使う */
hr { display: none; }

body {
	color: #666;
	font-family: Verdana, Arial, Helvetica, Sans-Serif, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size-adjust:0.58;
	padding: 0px;
	background: #fff;
	margin: 0px;
	font-size: 80%;
}

A {
	COLOR: #006699; TEXT-DECORATION: none
}
A:visited {
	COLOR: #006699; TEXT-DECORATION: none
}
A:hover {
	COLOR: #0066CC; TEXT-DECORATION: underline
}
A IMG {
	BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px
}
.stopFloat {
	CLEAR: both
}
.ie6 .stopFloat {
	WIDTH: 1px! important
}

.topimage {
	float: none;
	margin-bottom: 5px;
	margin-top: 10px;
	clear: both;
	background: center;
}
.imgonly {
	margin: 0px;
	padding: 0px;
	float: none;	
}

/* FOOTER */
#footer {
	clear: both;
	BACKGROUND-COLOR: #f1f1f1;
	margin: 0px;
	padding: 3px 0px 5px;
	border-bottom: 1px solid #51A6D7;
	border-top: 1px solid #51A6D7;
	font-size: 93%;
	text-align: center;
}
#footer UL {
	PADDING: 0px 0px 0px 5px;
	MARGIN: 0px;
	LIST-STYLE-TYPE: none;
	text-align: center;
}
#footer LI {
	PADDING: 0px 5px;
	DISPLAY: inline;
	color: #666;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	font-size: 93%;

}

#footer a {
	color: #666;
}

#footer p {
	color: #666;
	text-align: center;

}
/* =========================================================
■top
========================================================= */
.top {
font: normal 9pt Verdana, "Trebuchet MS", "Myriad Web";
color: #51A6D7;
clear: both;
height: 20px;
text-align: right;
padding-right: 3px;
padding-left: 3px;
padding-top: 13px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 15px;
margin-left: 0px;
}

.top a{
	color: #51A6D7;
	border-right: 1px dotted;
	border-left: 1px dotted;
	padding-right: 3px;
	padding-left: 3px;
}
#instruction{
	font-size: 93%;
	color: #6C9;
	font-family: Arial, Helvetica, sans-serif;
}
#instruction a{
	font-size: 93%;
	color: #F90;
	font-family: Arial, Helvetica, sans-serif;
}
/* =========================================================
■deco
========================================================= */
.larger {
	font-size: 110%;
	color: #333333;
	line-height: 2;
}
.largerGreen {
	font-size: 110%;
	color: #339966;
	line-height: 2;
}
.largerPinkwhite {
	font-size: 135%;
	color: #CC6699;
	line-height: 2;
	letter-spacing: 0.1em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.txtright {
	text-align: right;
}
.blue {
	color: #0066CC;
}
.under_blue {
	border-bottom: 1px solid #0099FF;
}
.under_pink {

	border-bottom: 1px solid #FF6699;
}

.pink {
	color: #FF0066;
}
.white {
	color: #FFF;
}
