@charset "utf-8";
/************************************************************************´éÇÜÀ¡2¡¦*/

h1{
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
h2{
	font-size: 100%;
	font-weight: normal;
	margin: 3 2 3 2;
	line-height: 1.2em;
}
.font80{
	font-size: 80%;
	line-height: 1.4em;
}
.font80m{
	font-size: 80%;
	line-height: 1.4em;
	text-align: center;
}
.font90{
	font-size: 90%;
	line-height: 1.5em;
}
.font90m{
	font-size: 90%;
	line-height: 1.5em;
	text-align: center;
}
.font100{
	font-size: 100%;
	line-height: 1.5em;
}
.font100m{
	font-size: 100%;
	line-height: 1.5em;
	text-align: center;
}
.fontred{
	color: red;
}
.fontorange{
	color: #EC8200;
}
.fontblue{
	color: blue;
}
.fontgreen{
	color: #00B702;
}
.fontwhite{
	color: #FFFFFF;
}
.fontlightg{
	color: #99CC00;
}
.fontgray9{
	color: #999999;
}
.fontgrayC{
	color: #CCCCCC;
}


/************************************************²å½ü²ë"çëÛâÞÌ*/

.img-float-1{
	float: left;
	margin: 0 6 3 0;
}

/****************************************************************ÅÀÀðimargin£ô€¡¦j**/
.dash-line-1{
	clear: both;
	margin: 0;
	border-bottom-color: #666666;
	border-bottom-style: dashed;
	border-bottom-width: 1;
}
.dashTopBtm{
	width:100%;
	border-color: #999999;
	border-top-style:dashed;
	border-bottom-style:dashed;
	border-left-style:none;
	border-right-style:none;
	border-width:thin;
}
.dashTop{
	width:100%;
	border-color: #999999;
	border-top-style:dotted;
	border-bottom-style:none;
	border-left-style:none;
	border-right-style:none;
	border-width:thin;
}
.dotBtm{
	width:100%;
	border-color: #CCCCCC;
	border-top-style:none;
	border-bottom-style:dotted;
	border-left-style:none;
	border-right-style:none;
	border-width:thin;
}

/************************************************************ */

body{
	margin: 0;
	padding: 0 2% 0 2%;
	color: #000000;
	font-family: "Verdana, Arial, Helvetica, £Í£Ó £Ð¥´¥·¥Ã¥¯, £Í£Ó ¥´¥·¥Ã¥¯, Osaka";
	background: #FFFFFF;
}

.tbl_gal{
	text-align: center;
	font-size: 80%;
}
.sqr_blue{
	width: 550px;
	margin-left : auto;
	margin-right : auto;
	border-color: #0099FF;
	border-style: solid;
	border-width: thin;
}
.sqr_white_bg{
	width: 700px;
	background-color:#FFFFFF;
	margin-left : auto;
	margin-right : auto;
	text-align:center;
}
.tbl_center{
	font-size: 100%;
	margin-left : auto;
	margin-right : auto;
	text-align : center;
}


