	@charset "UTF-8";

@import "unit_tag.css";
@import "unit_common.css";
/*
@import "unit_layout_side.css";
@import "unit_content.css";
*/

#wrap{
	width:				500px;
	padding:			0 50px 0 50px;
}

#contentBox{
}


h1{
	text-align:			center;
	padding:			10px 0 10px 0;
}
h2{
	margin-top:			20px;
	margin-bottom:		20px;
	padding:			2px;
	color:				#677897;
	font-size:			100%;
	border-bottom:		solid 1px #677897;
	background-color:	#e8ecf4;
}

.column{
	padding:			10px;
	background:			#eee;
	border:				solid 1px #669;
}
.column ul{
	padding-left:		30px;
}

#contentBox a{
	color:				#677897;
	border-bottom:		dashed 1px #677897;
}
#contentBox a:hover{
	background:			#ffc
}


/* |V[ */
.policy{
	padding-top:		10px;
	text-align:			center;
}
.policy a{
	color:				#666;
}
.policy a:hover{
	color:				#6666ff;
	background-color:	#ffffcc;
}



