@import "basic.css";

a img {
	border-style:none;
}
#header {
	background:#262626;
	height:17px;
  margin:0 auto;
}
#body {
	background-image:url("../images/background.gif");
	background-repeat:repeat-x;
  margin:0 auto;
}
#title_logo {
	padding-top:60px;
	padding-left:29px;
}
#sub_title_logo {
	margin-top:75px;
}
#desc {
	margin-top:35px;
}
div.functxtbox p {
	margin: 0;
}
.functxtbox img {
	margin:0 10px 0 0;
	float: left;

}
#action_button {
	margin-top:40px;
	margin-bottom:60px;
	text-align:center;
}
.functionbox {
	float:left;
	width:310px;
	margin-right:15px;

}
.functionbox_last {
	float:left;
	width:310px;
}

div#functitlebox01 {
	background-image:url(../images/top_01.gif);
	width:310px;
	height:37px;
}
div#functitlebox02 {
	background-image:url(../images/top_02.gif);
	width:310px;
	height:37px;
}
div#functitlebox03 {
	background-image:url(../images/top_03.gif);
	width:310px;
	height:37px;
}

.functxtbox_wrap {
	width:310px;
	background:#D6D9DB;
}

.functxtbox {
	padding:10px 10px 0 10px;
}

.funcftbox {
	background:url(../images/top_under.gif) no-repeat;
	background-image:url(../images/top_under.gif);
	background-repeat:no-repeat;
	width:310px;
	height:6px;
}
#tour {
  text-align:right;
  font-size:14px;
}
#tour a {
  text-decoration:underline;
}

.clear {
	clear:both;
}