@charset "EUC-JP";

/*@media print  { img { display: none; }}*/

/*-----------------------------------------------
 __default style clear
-----------------------------------------------*/

* {
	margin:0;
	padding:0;
}

body {
	background:#FFF url("../img/bg.gif") repeat-y top center;
	font-size:74.5%;
	font-family:verdana,"Hiragino Kaku Gothic Pro",Osaka,Meiryo,"MS PGothic",Sans-Serif;
	color:#1F3134;
	line-height:160%;
}

html {
	margin	:0;
}

p {
	margin:0 0 1em;
}

li {
	list-style:none;
	line-height:1.3;
}

img,
fieldset {
	border:0;
}

.clear{
	clear	:both;
}

.float_l{
	float	:left;
}

.float_r{
	float	:right;
}

/* start: clearfix ------------------------------ */

.clearfix { 
	clear	:both;
}

.clearfix:after {
content:".";
display:block;
height:0px;
clear:both;
visibility:hidden;
}

.clearfix { 
	display:inline-table;
	min-height:1px;
}

/* Hides from Mac IE \*/
* html .clearfix { height:1px; }
.clearfix { display:block; }
/* */
/* end: clearfix ------------------------------ */

/*-----------------------------------------------
 __Base Link Color Setting
-----------------------------------------------*/

a {
	color		:#229634;
	text-decoration	:none;
}

a:link {
	color		:#229634;
	text-decoration	:none;
}

a:visited {
}

a:hover {
	color		:#229634;
	text-decoration	:underline;
}

a:active {
}

a:focus{
	outline:none;
}


/*-----------------------------------------------
 __container
-----------------------------------------------*/

#container{
	width	:899px;
	margin	:0 auto;
	border-bottom	:3px solid #249931;
}


/*-----------------------------------------------
 __contents
-----------------------------------------------*/

#contents{
	width	:900px;
	margin	:0 auto 0;
}

#contents:after {
content:".";
display:block;
height:0px;
clear:both;
visibility:hidden;
}

#contents { 
	display:inline-table;
	min-height:1px;
}

/* Hides from Mac IE \*/
* html #contents { height:1px; }
#contents { display:block; }
/* */
/* end: clearfix ------------------------------ */


/*-----------------------------------------------
 __header
-----------------------------------------------*/

#header{
	width	:900px;
	margin	:0 auto 0;
}

h1{
	width	:350px;
	height	:45px;
	text-indent	:-9999px;
	background	:url("../img/h1.gif") no-repeat left top;
	float	:left;
	margin	:25px 200px 20px 30px;
}

.h1_cn{
	background	:url("../img/h1_cn.gif") no-repeat left top;
}

* html h1{
	margin	:25px 200px 20px 15px;
}

h1 a{
	width	:350px;
	height	:45px;
	display	:block;
}

h1.h1_top{
	width	:0;
	height	:0;
	margin	:0;
	text-indent	:-9999px;
}

h2{
	clear	:both;
	width	:900px;
	height	:100px;
	text-indent	:-9999px;
	border-top:3px solid #116205;
}
.mess{
	clear	:both;
	width	:900px;
}

/*-----------------------------------------------
 __footer
-----------------------------------------------*/

#footer{
	width	:870px;
	margin	:0 auto;
	padding	:10px 30px 12px 0;
	clear	:both;
	border-top	:1px solid #BAE5D7;
	text-align: right;

}

#footer h3{
	font-size	:80%;
	font-weight:normal;
	font-family:"£Í£Ó £Ð¥´¥·¥Ã¥¯", Osaka;
}

#footer ul{
	margin	:10px 0 0 0;
	display	:block;
}

#footer li{
	float	:right;
	padding	:0 5px;
	border-right	:1px solid #6B7B6E;
	font-size	:80%;
}

#footer li.last{
	border-right	:0px;
}

.copy{
	width	:235px;
	height	:10px;
	display	:block;
	margin	:35px 0 0 635px;
	background:url("../img/copy.gif") no-repeat left top;
	text-indent:-1000em;
	clear	:both;
	text-align: left;
}

/*-----------------------------------------------
 __decoration
-----------------------------------------------*/


.small80{
	font-size:80%;
	line-height	:140%;
}

.bold{
	font-weight	:bold;
}

.goto_over{
	text-align	:right;
	margin	:20px 30px 0 0;
	clear	:both;
}

.italic{
	font-style:italic;
}


/*  form  */

.form_l{
	width	:250px;
}

.form_m{
	width	:155px;
}

.form_s{
	width	:60px;
}

.form_ss{
	width	:30px;
}

.txtarea{
	height	:100px;
}

