@charset "utf-8";


/* ////////// style ////////// */
body {
	background: #fff;
	margin: 0px;
	padding: 0px;
	color: #565545;
	font-family: sans-serif;
	font-size: 10px;
	line-height: 1.6;
	letter-spacing: 1px;
	/*IE8*/
	height: 100%;
}
#flash {
	width: 100%;
	height: 100%;
	position:absolute;
	left:0;
	top:0;
	overflow:hidden;
}
/*� IE6� */
* html body {
	font-size: 70%;
	font-family: "ＭＳ Ｐゴシック", sans-serif;
}
/*� IE7� */
*:first-child+html body {
	font-size: 70%;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}
h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,form,address {
	margin: 0px;
	padding: 0px;
}
br.clear {
	font-size: 0px;
	line-height: 0px;
	clear:both;
}
img {
	border:none;
	vertical-align:bottom;
}
th,td {
	text-align: left;
	vertical-align: middle;
	font-weight: normal;
	padding: 5px 5px 5px 8px;
}
.l {
	float: left;
}
.r {
	float: right;
}
a:link {color:#30b5e2; text-decoration: none;}
a:visited {color:#30b5e2; text-decoration: none;}
a:hover {color:#30b5e2; text-decoration: underline;}
a:active {color:#30b5e2; text-decoration: underline;}


/* ////////// text ////////// */
.mid {
	font-size: 12px;
	line-height: 1.8;
}
/*� IE6� */
* html .mid {
	font-size: 110%;
}
/*� IE7� */
*:first-child+html .mid {
	font-size: 110%;
}
em {
	font-style: normal;
	font-weight: normal;
	color: #336aae;
}


/* ////////// hack ////////// */
/*� Safari */
html*table {
	font-size: 10px;
	line-height: 1.6;
}
/*� Firefox */
html>/**/body table {
	font-size: 10px;
	line-height: 1.6;
}


/* ////////// foot ////////// */
.close {
	background: url(../images/img/close.gif) no-repeat left top;
	height: 25px;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	position: relative;
}
.close span {
	/*background: #000000;*/
	width: 70px;
	height: 25px;
	left: 690px;
	display: block;
	position: absolute;
	cursor: pointer;
}


/* ////////// contents ////////// */
#main {
	background: #fff;
	padding: 25px;
}
.hr {
	background: url(../images/img/dot.gif) repeat-x left center;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	height: 60px;
}
/* --table(dot)-- */
.dot {
	background: url(../images/img/table_bg.gif) no-repeat right bottom;
	padding: 0px 1px 1px 0px;
	float: left;
}
.dot table th {
	background: url(../images/img/table_th_bg.gif) no-repeat left top;
	width: 20%;
	color: #999999;
	white-space: nowrap;
}
.dot table td {
	background: url(../images/img/table_td_bg.gif) no-repeat left top;
}
/* --list(link)-- */
ul.link {
	list-style-type: none;
	width: 100%;
	display: block;
}
ul.link li {
	background: url(../images/img/jump.gif) no-repeat left top;
	padding: 0px 0px 15px 20px;
	display: block;
}
ul.link li.last {
	padding-bottom: 0px;
}
