@charset "utf-8";

/*---------------------------------------------------------------------
	Common Style Sheet
	Last Update 2010-02-22
	
	File name common.css
	
	1-1 contents
	1-2 Header
	1-3 Footer
	1-4	leftColumn
	1-5	rightColumn
-----------------------------------------------------------------------*/

/*---------------------------------------------------------------------
	1-1	contents
-----------------------------------------------------------------------*/
div#contents {
	background: #FFFFFF;
}

/*---------------------------------------------------------------------
	1-2 Header
-----------------------------------------------------------------------*/

div#header {
	width: 100%;
	height: 100px;
	padding-bottom: 3px;
	background: #FFFFFF;
	border-bottom: 2px solid #333333;
}

/*---------------------------------------------------------------------
	1-3 Footer
-----------------------------------------------------------------------*/

div#footer {
	clear: both;
	margin:0 auto;
	padding: 5px;
	width: 100%px;
	border-top: 1px solid #333333;
	background: #AAAAAA;
	text-align: left;
	color: #FFFFFF; 
}

/*---------------------------------------------------------------------
	1-4	leftColumn
-----------------------------------------------------------------------*/
div#leftColumn {
	float: left;
	margin-left: -100%;
	padding: 0;
	background: #FFFFFF;
	width: 180px;
}

/*---------------------------------------------------------------------
	1-5	rightColumn
-----------------------------------------------------------------------*/
div#rightColumn {
	float: left;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	background: #FFFFFF;
	width: 100%;
}

div#inner {
	margin-left: 200px;
	padding-right: 10px;
}