@charset "shift-jis";
/*-----------------
	header
-----------------*/
.header {
	width:				1280px;
	height:				35px;
	background-color:	#3E64A0;	/* FORCIA BLUE */
	color:				white;
}
.header .title {
	float:				left;
	display:			inline;
	width:				500px;
	margin:				5px;
	font-size:			16px;
	font-weight:		bold;
}
.header .ver {
	float:				right;
	display:			inline;
	width:				200px;
	margin:				15px 5px 0px 0px;
	font-weight:		bold;
	text-align:			right;
}
/*-----------------
	«wrapper«
-----------------*/
.wrapper {
	width:				1280px;
}
.wrapper .top {
	padding:			5px 0px;
	border-bottom:		1px solid #999;
}
.wrapper .top .page-title {
	float:				left;
	display:			inline;
	width:				200px;
	font-size:			16px;
	font-weight:		bold;
	margin-left:		10px;
}
.wrapper .top .page-info {
	float:				right;
	display:			inline;
	width:				770px;
	margin:				5px 10px 0px 0px;
	text-align:			right;
}
.wrapper .top .page-info .item {
	float:				right;
	display:			inline;
	text-align:			right;
	margin-left:		10px;
}
.wrapper .body {
	padding:			10px 10px 10px 10px;
}
/*-----------------
	ªwrapperª
-----------------*/
/*-----------------
	footer
-----------------*/
.footer {
	width:				1280px;
	height:				25px;
	background-color:	#3E64A0;	/* FORCIA BLUE */
	color:				white;
	text-align:			center;
	position:			relative;
}
.footer .copyright {
	position:			relative;
	top:				5px;
}
.footer .forcia {
	position:			absolute;
	top:				5px;
	right:				10px;
}