@charset "shift_jis";
/*--------------------------------------
  Default Style Sheet
  Last Update 2006-04-11

  - Universal selector
  - Structure Module
  - Text Module
  - Hypertext Module
  - List Module
  - Edit Module
  - Forms Module
  - Tables Module
  - Image Module
  - Object Module

---------------------------------------*/

/*--------------------------------------
  Universal selector
---------------------------------------*/

body,html,h1,h2,h3,p,pre,address,div,ul,li,dl,dt,dd,a{
	margin:	 0;
	padding: 0;
}
	
/*--------------------------------------
  Structure Module
---------------------------------------*/

body {
	padding: 0;
	background: #fff url(../img/top/bg_top.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
	color:#001200;
	font-size: 95%;
	margin-right: auto;
	margin-left: auto;
}

/*--------------------------------------
  Text Module
---------------------------------------*/

p,pre,address{
	font-size: 90%;
	line-height: 1.5em;
}

h1,h2,h3{
	font-size: 110%;
	font-weight: normal;
	line-height: 1.2;
}

/*--------------------------------------
  Text Module
---------------------------------------*/

a,
a:link,
a:visited {
	color:#33CC33;
}
a:hover {
	color:#33CC33;
	text-decoration: underline;
}

img {
    border:none;
}

img a {
    border:none;
}

.bigcheck01{
	font-size: 120%;
	font-weight: bold;
	color: #0066CC;
}

.fontwhite{
color:#FFFFFF;
}

.center{
text-align:center;
}
.right {
	text-align: right;
}

.floatclear{
	clear: left;
	width: 1px;
}
.floatleft {
	float: left;
	width: 400px;
}
