body{
	background-color:#E9FBCC;
	background-repeat:repeat-x;
	background-image:url("../img/back/top_back1.jpg");
	
	margin-top:45px;
	margin-bottom:20px;
}

a:link{
	color:#CC9933;
}
a:visited{
	color:#CC9933;
}
a:hover{
	color:#FF0000;
}
a:active{
	color:#FFCC00;
}

a{
	text-decoration:none;
}

strong{
	font-weight:normal;
}

input[type="text"]{
	width:48px;
	background-color:#FFFFCC;
	border-top:3px double #99CC00;
	border-left:3px double #99CC00;
	border-right:3px double #99CC00;
	border-bottom:3px double #99CC00;
}

input[type="text"]:focus{
	width:48px;
	background-color:#FFCCFF;
	border-top:3px double #99CC00;
	border-left:3px double #99CC00;
	border-right:3px double #99CC00;
	border-bottom:3px double #99CC00;
}

input[type="button"]{
	width:42px;
	padding:0;
	cursor:pointer;
	color: #FFFFFF;
	border-top:3px double #99CC00;
	border-left:3px double #99CC00;
	border-right:3px double #999900;
	border-bottom:3px double #999900;
	background:#009900;
	text-align:center;
}

input[type="button"]:focus{
	width:42px;
	padding:0;
	cursor:pointer;
	color: #FFFFFF;
	border-top:3px double #99CC00;
	border-left:3px double #99CC00;
	border-right:3px double #999900;
	border-bottom:3px double #999900;
	background:#33CC99;
	text-align:center;
}

input[type="checkbox"]{
	background-color:#FFFFCC;
	outline:3px double #99CC00;
}

#kaisoku{
	margin-top:10px;
}

#container{
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	width:798px;
	border-top:1px #006633 solid;
	border-bottom:1px #006633 solid;
	border-left:1px #006633 solid;
	border-right:1px #006633 solid;
}

#address{
	margin-left:auto;
	margin-right:auto;
	width:800px;
	text-align:center;
	margin-top:10px;
	border-top:1px solid #006633;
}

#address address{
	font-size:12px;
	font-style:normal;
	margin-top:10px;
}

/*FOR TITLE*/

#title{
	width:798px;
	height:95px;
	background-image:url("../img/back/title_back1.jpg");
}

h1{
	font-size:24px;
	color:#FFFFFF;
	margin-top:0px;
	margin-left:15px;
	padding-top:24px;
}

h6{
	font-size:12px;
	color:#FFFFFF;
	margin-top:0px;
	margin-left:15px;
}

/*FOR LEFT MENU*/

#menu{
	float:left;
	width:182px;
	background-color:#FFFFCC;
	border-right:1px #006633 solid;
}

ul{
	list-style-type:none;
	margin-top:10px;
	margin-left:10px;
	padding:0;
}

li{
	margin-bottom:6px;
}

#menu input{
	margin-bottom:6px;
}

.list_01{
	font-size:16px;
	color:#808000;
}

.list_02{
	font-size:12px;
}

#menu iframe{
	margin-left:11px;
}

/*FOR CONTENTS*/

#contents{
	float:right;
	width:615px;
	height:1400px;
}

h2{
	height:28px;
	font-size:18px;
	color:#FFFFFF;
	margin-top:10px;
	margin-bottom:0;
	margin-left:5px;
	margin-right:5px;
	padding-top:3px;
	padding-left:5px;
	background-repeat:no-repeat;
	background-image:url("../img/back/h2_back1.jpg");
}

h3{
	color:#A0522D;
	margin-top:5px;
	margin-bottom:5px;
}

h4{
	color:#BA6A29;
	margin-top:5px;
	margin-bottom:5px;
}

#contents div{
	font-size:14px;
	line-height:18px;
	color:#333333;
	margin-left:5px;
	margin-right:5px;
}

#contents div table{
	font-size:14px;
}

#contents div iframe{
	margin-top:10px;
	margin-bottom:10px;
	margin-left:70px;
}

.maru{
	color:#FF9966;
}

.kaitou{
	color:#FF9966;
}

#pagetop{
	text-align:right;
	margin-top:20px;
}

#pagetop span{
	margin-right:20px;
	font-size:12px;
	color:#FF9966;
	cursor:pointer;
}
