@charset "utf-8";
/* CSS Document */


/*-------------------------------------------------------------------------*/
.submit{
	text-align:center;
}
.submit .l{
	width:45%;
	text-align:left;
}
.submit .r{
	width:45%;
	text-align:left;
}


/*-------------------------------------------------------------------------*/
table.table_01{
	width:100%;
	margin:0 0 1em 0;
	border-top:1px solid #DDDDDD;
	border-left:1px solid #DDDDDD;
	border-collapse:collapse;
	background-position:100% 0%;
	background-repeat:repeat-y;
}
table.table_01 th{
	padding:5px;
	border-right:1px solid #DDDDDD;
	border-bottom:1px solid #DDDDDD;
	background-color:#F1F1F1;
}
table.table_01 td{
	padding:5px;
	border-right:1px solid #DDDDDD;
	border-bottom:1px solid #DDDDDD;
}
table.end{
	margin-bottom:0;
}
table.nomal,
table.nomal th,
table.nomal td{
	border:0;
}


/*-------------------------------------------------------------------------*/
ul#pankuzu{
	list-style-type:none;
}
ul#pankuzu li{
	padding:0 0 0 20px;
	float:left;
	background-image:url(../images/pankuzu_bg.gif);
	background-position:0% 50%;
	background-repeat:no-repeat;
}
ul#pankuzu li.home{
	padding:0;
	background:0;
}

/* Start.Clearfix */
ul#pankuzu:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	font-size:0.1em;
	line-height:0;
}
ul#pankuzu{
	display:inline-block;
	min-height:1%;
}
* html ul#pankuzu{
	height:1%;
}
ul#pankuzu{
	display:block;
}
/* End.Clearfix */


/*-------------------------------------------------------------------------*/
a.a_flag{
	display:block;
	height:0;
	line-height:0;
	font-size:0;
}


/*-------------------------------------------------------------------------*/
ul.attention{
	padding:5px 0 0 0;
	font-size:90%;
	color:#990000;
	list-style-type:none;
	clear:both;
}
ul.attention li{
	padding:0 0 0 15px;
	background-image:url(../images/attention_bg.gif);
	background-position:0% 0%;
	background-repeat:no-repeat;
}


/*-------------------------------------------------------------------------*/
ul.error{
	list-style-type:none;
	color:#FF0000;
}


/*-------------------------------------------------------------------------*/
.guid{
	padding:10px;
	margin:0 0 1em 0;
	border:1px dashed #CCCCCC;
}
.guid_error{
	padding:10px;
	margin:0 0 1em 0;
	border:1px dashed #FF0000;
	color:#FF0000;
}
.guid strong{
	font-size:120%;
	color:#FF3300;
}
.guid .back{
	padding:10px 0 0 0;
	text-align:center;
}


/*-------------------------------------------------------------------------*/
/* Start.Clearfix */
.navi:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	font-size:0.1em;
	line-height:0;
}
.navi{
	display:inline-block;
	min-height:1%;
}
* html .navi{
	height:1%;
}
.navi{
	display:block;
}
/* End.Clearfix */


.navi a,
.navi span{
	display:block;
	text-align:center;
	float:left;
	text-decoration:none;
	border:1px solid #DDDDDD;
}

.navi a:hover{
	background-color:#0066CC;
	color:#FFFFFF;
	font-weight:bold;
}

.navi .active{
	font-size:120%;
	color:#990000;
	font-weight:bold;
}
.navi .death{
	color:#999999;
}


/*-------------------------------------------------------------------------*/
ul.help_link{
	background-image:url(../images/help_link_bg.gif);
	background-repeat:no-repeat;
	list-style-type:none;
}
ul.help_link li{
	background-image:url(../images/help_link_bg.gif);
	background-repeat:no-repeat;
}


/*-------------------------------------------------------------------------*/
.clear{
	height:0;
	font-size:0;
	line-height:0;
	clear:both;
}


.l{
	float:left;
}
.r{
	float:right;
}


.image_l{
	float:left;
	padding:0 10px 10px 0;
}
.image_r{
	float:right;
	padding:0 0 10px 10px;
}


.red{
	color:#FF0000;
}


.end{
	margin-bottom:0;
}