@charset "utf-8";
/* CSS Document */

/* reset
===============================================================*/
* {
	margin:0;
	padding:0;
}
html {
	height:100%;
}
body {
	height:100%;
}
ul,ol {
	list-style:none;
	list-style-position:outside;
}
br{
	letter-spacing:0;
}
h1,h2,h3,h4,h5,h6,th {
	font-weight:normal;
	font-style:normal;
}
img {
	border:none;
	vertical-align:bottom;
}

/* link
===============================================================*/

a:link {
	color:#09F;
    text-decoration:none;   
}   
a:visited {
	color:#09F;
    text-decoration:none;   
}   
a:hover {
	color:#09F;
    text-decoration:underline;   
}
a:active {
	color:#09F;
    text-decoration:none;   
}
a img {
	border:none;
	border-width:0;
	text-decoration:none;
}

/* others
===============================================================*/
.ls5 {
	letter-spacing:-5px;
}
.txtunder {
	text-decoration:underline;
}
#toTop {
	text-align:right;
	font-size:11px;
	text-decoration:underline;
	color:#09F;
}

/* style
===============================================================*/
body {
	margin:0;
	padding:0;
	line-height:1.6;
	letter-spacing:1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333;
}
#wrap {
	width:960px;
	margin:0 auto;
	padding:95px 0 70px 0;
	background:url(../img/bg.jpg) top center no-repeat #F0FFFF;
	min-height:100%;
}
#contents {
	width:800px;
	margin:0 auto;
	padding:10px 30px 1em 30px;
	background:#FFF;
	height:100%;
}
body > #wrap{
	height:auto;
}
#fotter {
	font-size:10px;
	text-align:center;
	margin:3em 0 0 0;
}

/* h1-h6
===============================================================*/
h1 {
	display:none;
}
h2 {
	font-size:20px;
	color:#2A3C44;
	font-family:Tahoma, Geneva, sans-serif;
	text-align:center;
	border-bottom:#AEC4CE 2px solid;
	margin:0 0 1em 0;
	padding-bottom:5px;
}

h3 {
	font-size:14px;
	color:#00FF00;
}

/* contents
===============================================================*/
#contents p {
	margin-bottom:1em;
}

/* menu
===============================================================*/
.menu ul  {
	margin:0 auto;
	padding-left:-10px;
	width:800px;
	background:url(../img/menu_bg.gif) bottom repeat-x;
	height:50px;
	text-align:center;
}
.menu li {
	font-size:14px;
	line-height:35px;
	float:left;
	display:inline;
	height:50px;
}
.menu li a {
	display:block;
	text-decoration: none;
	text-shadow: 0 1px #fff;
	text-align:center;
	color:#333;
	padding:0 7px;
	padding-left:10px;
	height:50px;
}
.menu li a:hover {
	color:#1E670C;
	background:url(../img/menu_bg_on.gif) bottom no-repeat;
}
.menu li.now {
	color:#1E670C;
	background:url(../img/menu_bg_on.gif) bottom no-repeat;
}
.menu li.now a {
	color:#1E670C;
}
.menu li.now a:hover {
	color:#1E670C;
	background:none;
}


/* main
===============================================================*/
#main {
	margin:1em 0;
	min-height:600px;
}

/*	grid
===============================================================*/
.grid1 {
	float:left;
	display:inline;
	margin-left:40px;
	width:380px;
}
.grid2 {
	float:left;
	display:inline;
	margin-left:10px;
	width:230px;
}
.grid3 {
	float:left;
	display:inline;
	margin-left:10px;
	width:560px;
}
.first {
	margin-left:0;
	clear:left;
}

/* clearfix
===============================================================*/
.clearfix:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix { display:inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display:block; }
/* End hide from IE-mac */

===============================================================*/
table {
	border-collapse: collapse;
}
td {
	border: solid 1px;
	padding: 0.5em;
}

