@import "jlocal.css";
@import "header.css";
@import "footer.css";
@import "side.css";
@import "contents.css";
@import "top.css";
@import "under_contents.css";
/*-------------------------------------------------
  General layout
-------------------------------------------------*/
body
{
	background: #fff;
	color: #494949;
	font-family:Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	padding: 15px 0;
	margin: 0;
	border:0;
}
img
{
	border: 0;
}
form
{
	margin: 0;
}

/* Headings */
h1,h2,h3,h4,h5,h6
{
	font-weight: normal;
	margin: 0;
}

/* Lists */
ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}
ul li
{
	background: url(../images/common/arrow.gif) left 5px no-repeat;
	padding: 0 0 0 10px;
	margin: 0 20px;
}

/* Links */
a{
	overflow:hidden;
	text-decoration: none;
	outline-color:#ccc;
}
a:focus {
	overflow: hidden;
}
a:link, a:visited
{
	color: #3366cc;
}
a:hover, a:active
{
	color: #33cccc;
}
#header a:link, #header a:visited
{
	color: #474747;
}
#header a:hover, #header a:active
{
	color: #737373;
}

/* Basic classes */
.hidden
{
	display: none;
}
.centerize
{
	text-align: center;
}
.clearing
{
	width: 100%;
	height: 0;
	clear: both;
}
/*-------------------------------------------------
  Body Container
-------------------------------------------------*/
.bodyContainer{
	width:960px;
	margin:0 auto;
	clear:both;
	overflow:hidden;
	padding:10px 0;
}

