@charset "UTF-8";

/*
===== NOTES ========
	
	last-updated: 2009.01.27
	
	+1: Base Set 2009.01.27
	+2: Container Set
	+3: Header Set
	+4: Main Area Set
	+5: Footer Area 
	
====================
*/

/* ===============================================
	+1: Base Set
=============================================== */
/* html
=============================================== */
html { overflow-y:scroll;  }
/* body
=============================================== */
body {
	color: #060606;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-size: 12px;
	background-color: #87D1F1;
	background-image: url(../images/common/bk.jpg);
	background-attachment:fixed;
	background-repeat: repeat-x;
	background-position: center 0px;
}
/* Elements
=============================================== */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
ul, ol ,dl { margin-bottom: 10px; }
table {
	border-collapse:collapse;
	border-spacing: 0;
}

fieldset, img { border: 0; }

address, caption, cite, code, dfn, em, th, var {
	font-style:normal;
	font-weight:normal;
}

em {
	font-weight: normal;
	color: #990000;
}

strong {
	font-weight: bold;
	color: #353535;
}

caption, th { text-align:left; }

h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}

hr { display: none; }

q:before, q:after { content:''; }

abbr, acronym {
	border: 0;
	font-variant:normal;
}

sup, sub { font-size: 9px; } /* 2008.08.25 */
sup {
	vertical-align:super; /* 2008.08.25 */
	color: #CC6A20;
}
sub { vertical-align:text-bottom; }
sup em { color: #6C615B; }
input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
/* Link
=============================================== */
a:link, a:visited, a:hover, a:active {
	text-decoration: none;
}
/* ===============================================
	+2: Container Set
=============================================== */
div#container {
	width: 920px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background-color: #FFF;
}#container .footer {
	clear: both;
	height: 30px;
	width: 920px;
}

