@charset "utf-8";
/* CSS Document */
.boxlayout_bg1{
	background:url(boxlayout/header_bg1.jpg) top right no-repeat;
}
.boxlayout_header_bg1{
	background:url(boxlayout/header_bg1.jpg) bottom left no-repeat;
}
.boxlayout_bg2{
	background:url(boxlayout/header_bg2.jpg) top right no-repeat;
}
.boxlayout_header_bg2{
	background:url(boxlayout/header_bg2.jpg) bottom left no-repeat;
}
.boxlayout{
	width: 100%;
	border-top:1px solid #CCC;
	padding-bottom:5px;
}
.boxlayout .boxlayout_header{
	padding:7px 0px 0px 25px;
	color:#900;
	font-weight:bold;
	height:22px;
	width:30px;
	white-space:nowrap;
	border-left:1px solid #CCC;
	text-align:left;
}
.boxlayout_header a:link,
.boxlayout_header a:active,
.boxlayout_header a:visited{
	color:#900;
}
.boxlayout .boxlayout_body_wrap{
	background:#FFF;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	border-left:1px solid #CCC;
}
.boxlayout .boxlayout_body{
	margin:0px 2px 2px 2px;
	padding:3px;
}
.boxlayout_body_content{
	width:60%;
	float:left;
}
.boxlayout_body_other{
	width:38%;
	float:right;
	background-color:#ffffff;
	padding-left:5px;
}
.boxlayout_body_other .space{
	padding:5px 0px;
}
.boxlayout_body_other a:link,
.boxlayout_body_other a:active,
.boxlayout_body_other a:visited{
	color:#0476D7;
}
.boxlayout_body_other a:hover{
	color:#ff8a00;
}
.odd{
	background-color:#FFF;
	padding:5px 0px;
}
.even{
	background-color:#f9f9f9;
	padding:5px 0px;
}