@charset "shift_jis";

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

	Site: 
	Type: main styles
	URL: 
	Last Up Date: 
	Version: 1.0
	Author: Kanbe
	
	----------------------------------------------
	
	Contents

		1.style reset
		2.float
		3.link
		4.text-align
		5.details

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


/* --- 1.style reset --- */
html,body,div,h1,h2,h3,h4,h5,h6,p,blockquote,ul,ol,li,dl,dt,dd,pre,th,td,form,fieldset,input,textarea {
	margin: 0;
	padding: 0;
}
body {
	font-size: 100%;
	line-height: 1.4;
	background-color: #E8F5DF;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
li {
	list-style-type: none;
}
img {
	border: 0;
}
address {
	font-style: normal;
}
hr {
  display: none;
}


/* --- 2.float --- */
.float-left {
	float:left;
}
.float-right {
	float:right;
}
.clear {
	clear: both;
}
/*
.float-clear { 
	zoom: 100%;
}
.float-clear:after {
	content: " "; 
	clear: both; 
	height: 0; 
	display: block; 
	visibility: hidden;
}
*/


/* --- 3.link --- */
a:link{
	color: #189E0D;
	text-decoration:underline;
}
a:visited{
	color: #189E0D;
}
a:hover{
	color: #FF6600;
	text-decoration:none;
}
a:active{
	color: #0000FF;
}


/* --- 4.text-align --- */
.to-left {
	text-align:left;	
}
.to-center {
	text-align:center;	
}
.to-right {
	text-align:right;	
}


/* --- 5.details --- */
div#header {
	margin-right: auto;
	margin-left: auto;
	width: 708px;
	background-attachment: scroll;
	background-image: url(../images/bg_header.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 18px;
}
div#header h1 {
	margin-left: 105px;
}
div#header p.menu1 {
	text-align: right;
	padding-right: 13px;
}
div#header p.menu2 {
	padding-top: 3px;
}
div#container {
	width: 708px;
	margin-right: auto;
	margin-left: auto;
	background-attachment: scroll;
	background-image: url(../images/bg_contents.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
div#container div#l_box {
	width: 400px;
	padding-left: 25px;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
}
div#container div#l_box table.table_news {
	margin-top: 10px;
}

div#container div#l_box table.table_news td {
	padding: 15px;
	background-attachment: scroll;
	background-image: url(../images/bg_mid.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
div#container div#l_box table.table_news li {
	font-size: 90%;
	padding-bottom: 5px;
}
div#container div#l_box table.table_news a {
	background-attachment: scroll;
	background-image: url(../images/mark01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 14px;
}
div#container div#l_box table.table_kankou {
	margin-top: 10px;
}
div#container div#l_box table.table_kankou td {
	background-attachment: scroll;
	background-image: url(../images/bg_mid.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	width: 400px;
	padding-top: 10px;
	padding-bottom: 5px;
}
div#container div#l_box table.table_kankou li {
	display: inline;
}
div#container div#l_box table.table_kankou td img {
	margin: 3px;
}
div#container div#r_box {
	width: 240px;
	padding-right: 20px;
	float: right;
	padding-top: 13px;
	padding-bottom: 10px;
	font-size: 80%;
}
div#container div#r_box ul {
	padding-top: 20px;
	padding-bottom: 60px;
	background-attachment: scroll;
	background-image: url(../images/leaf.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
div#container div#r_box li {
	padding-bottom: 5px;
}


div#footer {
	margin-right: auto;
	margin-left: auto;
	clear: both;
	background-attachment: scroll;
	background-image: url(../images/bg_footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 80%;
	text-align: center;
	height: 85px;
	padding-top: 15px;
}
