/* CSS Document */
h1, h2, h3, h4, h5, p, div, dt, dd, dl, img, input, form, ul, li, span {
	margin: 0px;
	padding: 0px;
}
 .clear {
	clear:both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.t_90 {
	font-size: 90%;
}
.t_80 {
	font-size: 80%;
}
.t_120 {
	font-size: 120%;
	font-weight: bold;
}
.t_130 {
	font-size: 130%;
	font-weight: bold;
}
.t_red_b {
	font-size: 110%;
	color: #FF3300;
}
.red {
	color: #FF3300;
}
/* table
---------------------------------------------------- */
table {
	border-collapse: collapse;
	margin: 0px 0px 0px 0px;
	border-color: #FFF;
	border-style: solid;
	border-width: 0;
}
table td {
	color: #444444;
	font-size: 100%;
	line-height: 170%;
	padding: 3px;
	border: 1px solid #FFF;
}
* html table td {
	/* no ie mac \*/
	font-size: 80%;
	/* */
 }
*:first-child+html table td {
	font-size: 100%;
 }

/* title
---------------------------------------------------- */
#title {
	width: 100%;
	height: 133px;
	background: url(../img/title/title_back.jpg) repeat-x;
}
.t_toi {
	height: 133px;
	text-indent: -9999px;
	text-decoration: none;
	display: block;
}

.t_toi {
	background: url(../img/title/toi.jpg) no-repeat center;
}

/* pan
---------------------------------------------------- */
.pan {
	font-size: 75%;
	line-height: 150%;
	color: #666;
	text-align: left;
	margin: 20px 0px 20px 0px;
}
.pan a {
	text-decoration: underline;
	color: #1C2894;
}
.pan a:hover {
	color: #F90;
	text-decoration: underline;
}
/* text
---------------------------------------------------- */
.text {
	font-size: 80%;
	line-height: 190%;
	color: #444444;
	width: 667px;
	float: left;
	text-align: left;
	margin: 0px 0px 30px 0px;
}
.text p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.text img {
	border: 0;
	margin: 0px 0px 5px 0px;
}
.text img a {
	border: 0;
}
.text a:hover img{
opacity:0.8;
filter:alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
}
.text a {
	text-decoration: underline;
	color: #39F;
}
.text a:hover {
	color: #F90;
	text-decoration: underline;
}
/* form
---------------------------------------------------- */
dl.fo {
	width: 667px;
	color: #333333;
	margin: 20px 0px 0px 0px;
	border-top: #FFE999 solid 1px;
	background-color: #FFFDDD;
}
.fo_box {
	width: 667px;
	border-bottom: #FFE999 solid 1px;
}
dl.fo dt {
	width: 110px;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	float: left;
	text-align: right;
	color: #663300;
}
* html dl.fo dt {
	/* no ie mac _*/
	width: 130px;
	/* */
 }
*:first-child+html dl.fo dt {
	width: 110px;
 }
dl.fo dd {
	width: 517px;
	padding: 10px;
	float: left;
	background-color: #FFFFFF;
}
* html dl.fo dd {
	/* no ie mac _*/
	width: 537px;
	/* */
 }
*:first-child+html dl.fo dd {
	width: 517px;
 }
p.fo_tex01 {
	font-size: 12px;
	color: #333333;
	line-height: 19px;
	padding: 0px 0px 10px 0px;
}
.f_b {
	padding: 10px 0px 20px 0px;
	background-color: #FFFFFF;
}
.er {
	font-size: 15px;
	color: #FF3300;
	line-height: 20px;
	margin: 0px 0px 10px 0px;
}
.f_t2 {
	font-size: 12px;
	color: #663300;
	line-height: 17px;
	padding: 2px;
}
.f_t {
	font-size: 12px;
	color: #333333;
	line-height: 17px;
	padding: 2px;
}

