/**
* uss-default-layout
* @author onohara
* @since 08/12/18
*/

@import "../../default/static.css";

body {
	width: 100%;
	padding: 0;
	margin: 0;	
}

div#contents {
	width: 100%;
	/* text-align: center; */
	position : relative ;
}

div#head_area {
	width : 100%;
	height: 50px;
	background-color: #EEEEFF;
	border-bottom: 1px solid #336699;
	text-align: center;
	margin-bottom: 15px;
}

div#menu {
	width: 180px;
	float: left;
	margin-left: 0px;
	margin-top; 1px;
	padding: 2px;
}

div#main {
	
	width : 100%;
	text-align: left;
	/* margin-left: 18%; */
	margin-left: 20px;
	margin-top: 5px;
	padding: 2px;
	overflow: hidden;
	/*
	position:absolute;
	top: 70px;
	left: 200px;
	padding: 4px;
	*/
}

div#uss_main {
	text-align: left;
	margin-top: 5px;
}

div#footer {
	text-align: center;
	border-top: 1px solid #CCCCFF;
	clear: both;
}

