@charset "UTF-8";

/*------------------------------------------
	universal selector
--------------------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
	line-height: 1.6;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}

/*------------------------------------------
	structure module
--------------------------------------------*/
body {
	color: #333333;
	font-family: sans-serif;
	background-color: #FFFFFF;
}

/*------------------------------------------
	hypertext module
--------------------------------------------*/
a {
	color: #3300FF;
	text-decoration: none;
	
}

a:link {
	color: #3300FF;
}

/*------------------------------------------
	layout module
--------------------------------------------*/

#Header{
	width: 896px;
	background-repeat:no-repeat;
	background-image : none;
	margin: auto;
	padding-top: 5px;
}
#Container{
	width:896px;
	margin:0 auto;
	text-align:left;
	background-color: #FFFFFF;
}
#ContentsWrapper{
	margin:0 auto;
	width:880px;
	float:none;
}
#Left{
	width:630px;
	float:left;
	padding-right: 5px;
	margin: 5px;
	padding-left: 5px;
}

#Right{
	width:200px;
	float:left;
	padding-left: 5px;
	margin: 5px;
	padding-right: 5px;
}

#Footer{
	clear:both;
	width:870px;
	height:200px;
	background-image:url(images/footer/bg_footer.png);
	background-repeat:no-repeat;
}

/*------------------------------------------
	text module
--------------------------------------------*/

p,
h1,
h2,
h3,
h12,
h11{
	font-family: sans-serif, Geneva, Arial, Helvetica;
}

p {
	font-size: 75%;
	line-height: 1.5;
	color: #666666;
}

p4 {
	font-size: 75%;
	line-height: 1.5;
	color:#FF0000;
}

h1 {
	font-size: 120%;
	line-height: 1.5;
	color: #000000;
}

h2 {
	font-size: 75%;
	line-height: 1.5;
	color: #000000;
}

h3{
	font-size: 90%;
	line-height: 1.5;
	color:#000000;
}

h11 {
	font-size: 55%;
	line-height: 1.5;
}

h12 {
	font-size: 90%;
	line-height: 1.5;
	color: #666666;
}

/*------------------------------------------
	others
--------------------------------------------*/

.table01{
	padding:5px;
	margin:5px;
}

table#table02{
	width: 850px;
	border :none;
	padding: 15px;
	text-align: left;
	vertical-align: top;
}

table#table02 td{
	vertical-align: top;
}

