/*--------------------contets1--------------------*/

div#contets1 .selltop{
	margin:20px auto 20px;
	padding:0px;
	width:700px;
	height:45px;
	background:url(../images/kaitai.png) no-repeat;
}

div#contets1 .selltop h1{
	margin:0;
	padding:0;
	font-size:1.5em;
	font-weight:bold;
}

div#contets1 .box{
	margin:auto;
	padding:0;
	width:700px;
	background-color:#4e6128;
}

div#contets1 .box .lbox{
	float:left;
	margin:0;
	padding:10px;
	color:white;
	text-align:center;
	width:180px;
}

div#contets1 .box .rbox{
	float:left;
	margin:0;
	padding:10px;
	color:black;
	width:480px;
	background-color:#ccffcc;
}

div#contets1 .box .rbox ul{
	margin:0 30px 0;
	padding:0;
}

div#contets1 .box .rbox ul li{
	margin:0;
	padding:0;
	list-style-type:decimal;
}

div#contets1 .arrow{
	clear:both;
	margin:auto;
	padding:0;
	width:60px;
	height:60px;
	background:url(../images/arrow.gif) no-repeat;
}

div#contets3 .mail {
	margin:50px auto 0;
	padding:0;
	width:200px;
	height:30px;
	background:url(../images/toiawase.gif) no-repeat;
}


div#contets3 .mail a {
	display:block;
	width:200px;
	height:30px;
}

/*



div#contets3 .mail a:link,
div#contets3 .mail a:visited {
	display:block;
	margin:0;
	padding:0;
	width:260px;
	height:30px;
	text-align:center;
	line-height:30px;
	border:2px solid gray;
}

div#contets3 .mail a:hover,
div#contets3 .mail a:active {
	color: #eeeeee;
	background-color: #555588;
	border: inset 2px #9999cc;
	margin: 0px;
	padding: 4px 0px 0px 1px;
}


