@charset="utf-8";

.space_l_335{
padding-left:335px;
}

/*
=====float_style=======
*/

.float_l{
float:left;
}

.float_r{
float:right;
}

/*
=====space_style=======
*/


/*
=====User_style mynavi=======
*/

/*---Top Page Information Box */
#information .r_box{
	float:right;
	width:33%;
	background-color:#ffffff;
	border:gray solid 1px;
	margin:2px;
	padding:2px;
}
#information .r_box a{
	display:block;
}
#information .r_box li{
	height:40px;
	line-height:40px;
	margin-left:0.5em;
}
#information .r_box a img{
	margin-right:2px;
}
#information .r_box a:hover{
	text-decoration:none;
}
#information dl{
	background-color:#ffffff;
	border:gray solid 1px;
	margin:2px;
	width:65%;
}
#information dl dt{
	padding-left:5px;
	padding-right:5px;
	height:2em;
	line-height:2em;
	border-bottom:gray dotted 1px;
}
#information dl dt span{
	color:red;
}
#information dl dd{
	padding:5px;
	border-bottom:gray solid 1px;
	min-height:2em;
}
#information dl dt:first-child{
	border-bottom:gray solid 1px;
	font-size:15px;
	font-weight:bold;
	background-color:#dddddd;
}





/*==== box basic desgin ====*/
/* radius */
.radius10{
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-ms-border-radius:10px;
}

/* Attention Box */
.box_attention{
	margin:5px;
	padding:10px;
	border:red solid 2px;
	background-color:#FFFACD;
	color:red;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-ms-border-radius:10px;
}
.box_attention ul li{
	list-style-position:inside;
	list-style-type:square;
}