﻿* {
	padding: 0;
	margin: 0;
}
body {
	color: #222;
	line-height: 1.5;
	letter-spacing: 0.03em;
	text-align: left;
}
span {
	color: #FF0000;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
}
a:hover{
	color: #FF0000;
}
/*wapper
===============================*/
#wapper {
	width: 1080px;
	font-size: 80%;
	background: url(../img/back.gif) repeat-y;
	padding-left: 100px;
}
/*head
===============================*/
#head {
	width: 600px;
	overflow: hidden;
}
#head h1 {
	float: left;
}
#head h1 a {
	width: 240px;
	height: 60px;
	text-indent: -9999px;
	display: block;
	float: left;
	overflow: hidden;
}
a#topmenu{background:url(../img/amaya_logo1.gif) no-repeat;}
a#topmenu:hover{background-position: 0 -60px;}

#head li {
	float: left;
}
#head li a {
	width: 120px;
	height: 30px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}
#menu1{background:url(../img/navi1.gif) no-repeat;}
#menu2{background:url(../img/navi2.gif) no-repeat;}
#menu3{background:url(../img/navi3.gif) no-repeat;}
#menu4{background:url(../img/navi4.gif) no-repeat;}
#menu5{background:url(../img/navi5.gif) no-repeat;}
#menu6{background:url(../img/navi6.gif) no-repeat;}
#menu1:hover{background-position: 0 -30px;}
#menu2:hover{background-position: 0 -30px;}
#menu3:hover{background-position: 0 -30px;}
#menu4:hover{background-position: 0 -30px;}
#menu5:hover{background-position: 0 -30px;}
#menu6:hover{background-position: 0 -30px;}
/*conbox
===============================*/
#conbox {
	width: 600px;
	padding-top: 24px;
	background: url(../img/under_line.gif) no-repeat;	
	clear: both;
}
#conbox h2 {
	width: 600px;
	height: 30px;
	background: url(../img/contactus_title.gif) no-repeat;
	text-indent: -9999px;
}
#conbox h3 {
	width: 351px;
	height: 43px;
	margin: 20px 0 10px 15px;
}

#text {
	padding: 0 35px;
}
/*inquiry2
===============================*/
#inquiry2 {
	width: 570px;
	border-top: 1px solid #FF6600;
	border-bottom: 1px solid #FF6600;
	margin: 15px 15px 0 15px;
	padding-top: 10px;
	font-size: 90%;
}
#inquiry2 dt {
	width: 200px;
	background: #eee;
	padding: 5px 0;
	border-right: 5px solid #FF6600;
	text-indent: 10px;
	margin-top: 15px;
}
#inquiry2 dd {
	padding-left: 225px;
	margin-top: -1.6em;
}
#sub {
	padding: 15px 0;
	text-align: center;
}
#inquiry2 #text2 {
	padding: 0 35px;
}
/*inquiry3
===============================*/
#inquiry3 h4 {
	font-size: 110%;
	padding: 10px 0 0 25px;
}
#inquiry3 ul {
	width: 540px;
	padding: 3px 0 0 35px;
}
#inquiry3 li {
	list-style: disc;
}
#inquiry3 p {
	padding: 10px 0 0 32px;
}
/*address
===============================*/
address {
	font-style: normal;
	font-size: 100%;
	padding: 15px 0 0 170px;
}


















