@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
}
img {
  border: none;
  vertical-align: top;
}
body {
  color: #279C9B;
  font-size: 0.9em;
  line-height: 1.9;
  text-align:center;
  background: #ffffff;
  font-weight: lighter;
  background: url(../img/back.png); 
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
a {
  color: #ff0033;
}
a:hover {
  color: #E6B715;
  text-decoration: none;
}
h1 {
  margin: 0;
  padding: 0;
}
#cover {
  width: 1000px;
  height: auto;
  padding-top: 90px;
  margin-left: auto;
  margin-right: auto;
  background: url(../img/mainback.png) repeat-y top center;
  behavior: expression(IEPNGFIX.fix(this));
}
#contents {
  width: 920px;
  height: auto;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
*html #contents {
  width: 920px;
  height: auto;
  text-align: left;
  margin-left: 40px;
}
.center {
  text-align: center;
}
.floatleftimg {
  float: left;
  margin: 0 5px 5px 0;
}
.floatrightimg {
  float: right;
  margin: 0 0 5px 5px;
}
#btncontact a {
  width: 600px;
  height: 160px;
  outline: none;
  display: block;
  clear: both;
  text-indent: -700em;
  background: url(../img/btn_contact.png) no-repeat;
  behavior: expression(IEPNGFIX.fix(this));
}
/*
########################################################
	header
########################################################
*/
#head {
  width: 100%;
  height: 29px;
  line-height: 29px;
  background: #000000;
}
#headmenu {
  width: 975px;
  height: 29px;
  margin-left: auto;
  margin-right: auto;
}
#attlogo a {
  float: left;
  width: 130px;
  height: 29px;
  display: block;
  text-indent: -700em;
  background: url(../img/attlogo.gif) no-repeat;
}
#headmenu ul li {
  margin: 0;
  padding: 0;
  float: right;
  font-size: 0.9em;
  font-weight: normal;
  list-style-type: none;
}
#headmenu ul li a {
  color: #ffffff;
  text-decoration: none;
}
#headmenu ul li a:hover {
  color: #279C9B;
}
#header {
  width: 1000px;
  height: 140px;
  margin-bottom: 9px;
}
#header #logo {
  float: left;
  width: 326px;
  height: 140px;
  text-indent: -700em;
  background: url(../img/mainlogo.png) no-repeat;
  behavior: expression(IEPNGFIX.fix(this));
}
#header #logo a {
  width: 326px;
  height: 140px;
  outline: none;
  display: block;
}
#title {
  float: left;
  width: 584px;
  height: 140px;
}
#title h1 {
  color: #006666;
  font-weight: normal;
  font-size: 1.2em;
  padding-top: 14px;
  padding-left: 4px;
}
#title p {
  padding-left: 4px;
  font-size: 1.0em;
  line-height: 1.4;
}
/*
########################################################
	mainmenu
########################################################
*/
#mainmenu {
  top: 29;
  left: 0;
  width: 100%;
  height: 90px;
  z-index: 10;
  position: absolute;
  background: url(../img/mainmenuback.png);
}
#mainmenu ul {
  width: 1000px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
}
#mainmenu ul li {
  margin: 0;
  padding: 0;
  float: left;
  list-style-type: none;
}
#mainmenu ul li a {
  width: 200px;
  height: 80px;
  outline: none;
  display: block;
  text-indent: -700em;
  background-repeat: no-repeat;
  background: url(../img/mainmenu.png);
}
#mainmenu ul li a.menu01 {
  background-position: 0px 0px;
}
#mainmenu ul li a.menu01:hover {
  background-position: 0px -80px;
}
#mainmenu ul li a.menu02 {
  background-position: 800px 0px;
}
#mainmenu ul li a.menu02:hover {
  background-position: 800px -80px;
}
#mainmenu ul li a.menu03 {
  background-position: 600px 0px;
}
#mainmenu ul li a.menu03:hover {
  background-position: 600px -80px;
}
#mainmenu ul li a.menu04 {
  background-position: 400px 0px;
}
#mainmenu ul li a.menu04:hover {
  background-position: 400px -80px;
}
#mainmenu ul li a.menu05 {
  background-position: 200px 0px;
}
#mainmenu ul li a.menu05:hover {
  background-position: 200px -80px;
}
/*
########################################################
	main
########################################################
*/
.mainimg {
  width: 600px;
  height: 360px;
  margin-bottom: 9px;
}
#leftarea {
  float: left;
  width: 600px;
  margin-bottom: 9px;
}
.post {
  margin-bottom: 9px;
}
.entry {
  padding: 10px 0;
  border-left: solid #16902d 5px;
  border-right: solid #16902d 5px;
  border-bottom: solid #16902d 5px;
}
.entry p {
  padding: 0 10px;
}
.title {
  width: 600px;
  height: 60px;
  line-height: 60px;
  margin-bottom: 9px;
  background: url(../img/titlebar.png) no-repeat;
  behavior: expression(IEPNGFIX.fix(this));
}
.title h2 {
  clear: both;
  color: #444444;
  font-size: 1.2em;
  padding-left: 49px;
  font-weight: lighter;
  letter-spacing: -1px;
}
.subtitle h3 {
  clear: both;
  color: #ff3366;
  font-size: 1.4em;
  font-weight: lighter;
  letter-spacing: -1px;
  margin-bottom: 9px;
  border-bottom: dotted 2px #279C9B;
}
.byline {
  color: #16902d;
  text-align: right;
}
/*
########################################################
	sidebar
########################################################
*/
#sidebox {
  float: right;
  width: 310px;
  height:auto;
}
#sidemenu {
  margin: 0;
  padding: 0;
  list-style: none;
}
#sidemenu li {
  margin-bottom: 9px;
}
/*
########################################################
	footer
########################################################
*/
#pagetop a {
  clear: both;
  width: 920px;
  height: 90px;
  outline: none;
  display: block;
  text-indent: -700em;
  background: url(../img/btn_pagetop.png) no-repeat;
  behavior: expression(IEPNGFIX.fix(this));
}
#footer {
  clear: both;
  width: auto;
  height: auto;
  margin: 0 auto;
  color: #444444;
  text-align: center;
  font-size: smaller;
  z-index: 10;
  left: 0;
  border-top: 1px solid #999999;
  background: url(../img/footerback.png) repeat-x top center #ffffff;
}
#footer p a {
  color: #444444;
  text-decoration: none;
}
#footer p a:hover {
  color: #ff0033;
  text-decoration: none;
}
#footercontents {
  clear: both;
  width: 950px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  color: #444444;
  text-align: left;
}
#undermenu {
  padding: 9px 0;
  font-size: 1.2em;
}
#undermenu li {
  margin: 9px;
  display: inline;
  list-style-type: none;
}
#undermenu li a {
  color: #444444;
  text-decoration: none;
}
#undermenu li a:hover {
  color: #ff0033;
  text-decoration: none;
}
/*
########################################################
	top
########################################################
*/
#topmenu {
  margin-bottom: 9px;
}
#topmenu li {
  float: left;
  display: block;
  width: 220px;
  height: 260px;
  color: #444444;
  line-height: 1.4;
  list-style-type: none;
  margin: 0 5px 9px 5px;
}
*html #topmenu li {
  float: left;
  display: block;
  width: 220px;
  height: 260px;
  color: #444444;
  line-height: 1.4;
  list-style-type: none;
  margin: 0 4px 9px 4px;
}
#topmenu li a {
  width: 220px;
  height: auto;
}
#topmenu li img {
  margin-bottom: 4px;
}
#news {
  clear: both;
  float: left;
  width: 600px;
  height: auto;
}
#news h2 {
  width: 600px;
  height: 109px;
  text-indent: -700em;
  background: url(../img/attnews.gif) no-repeat;
}
#news dl dt {
  clear: both;
  float: left;
  margin: 0 9px 9px 24px;
}
#news dl dd {
  float: left;
}
/*
########################################################
	work flow
########################################################
*/
.step {
  width: 600px;
  height: 41px;
  margin: 49px 0 20px 0;
}
/*
########################################################
	voice
########################################################
*/
.voice {
  clear: both;
  width: 500px;
  height: 49px;
  color: #444444;
  font-size: 1.2em;
  line-height: 49px;
  padding-left: 60px;
  margin-bottom: 9px;
  background: url(../img/titlebar_voice.png) no-repeat;
  behavior: expression(IEPNGFIX.fix(this));
}
/*
########################################################
	price
########################################################
*/
.itemprice {
  margin-bottom: 9px;
}
.itemprice tr td {
  width: 600px;
  padding: 4px;
  text-align: center;
  color: #279C9B;
  border: #279C9B solid 1px;
}
.price {
  margin-bottom: 9px;
}
.price tr th.short {
  padding: 4px;
  text-align: center;
  color: #ffffff;
  width: 60px;
  border: #279C9B solid 2px;
  background: #279C9B;
}
.price tr th.middle {
  padding: 4px;
  text-align: center;
  color: #ffffff;
  width: 170px;
  border: #279C9B solid 2px;
  background: #279C9B;
}
.price tr th.long {
  padding: 4px;
  text-align: center;
  color: #ffffff;
  width: 370px;
  border: #279C9B solid 2px;
  background: #279C9B;
}
.price tr td.list {
  padding: 4px;
  text-align: left;
  border: #279C9B solid 1px;
}
.price tr td.note {
  padding: 4px;
  text-align: left;
  border: #279C9B solid 1px;
}
.price tr td.num {
  padding: 4px;
  text-align: center;
  border: #279C9B solid 1px;
}
/*
########################################################
	contact
########################################################
*/
.red {
  color: #ff0000;
}
#contact {
  margin-bottom: 9px;
}
#contact table tr th {
  width: 210px;
  padding: 19px;
  text-align: left;
  color: #ffffff;
  border: #279C9B solid 2px;
  background: #279C9B;
}
#contact table tr td {
  width: 390px;
  padding: 19px;
  text-align: left;
  border: #279C9B solid 2px;
}
#contact table tr td input,#textbox,.select,.enter {
  border: #279C9B solid 4px;
}