@charset "utf-8";


#aboutus {
	width: 583px;
	height: auto;
	display: block;
	margin: 0px;
}
	
#aboutus #aboutus_left {
	width: 295px;
	height: auto;
	float: left;
	display: block;
}
#aboutus #aboutus_right {
	width: 268px;
	height: auto;
	float: left;
	display: block;
	margin-left: 20px;
}

#aboutus.message {
	text-align:center;
}

#aboutus.message img {
	margin-top: 26px;
	margin-bottom: 25px;
}

#aboutus_navi {
	height: 38px;
	margin-top: 22px;
	padding-top: 12px;
	border-top: 1px solid #a8a8a8;
	width: 583px;
	display: block;
}
#aboutus_navi ul li {
	height: 12px;
	float: left;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 0;
}
#aboutus_navi ul li#this,
#aboutus_navi ul li#first {
	width: 321px;
}
#aboutus_navi ul li#first {
	margin-left: 130px;
	background: url("../images/message_this_li.gif") no-repeat;
}

#aboutus_navi ul li#prev a,
#aboutus_navi ul li#next a {
	width: 130px;
	height: 12px;
	display: block;
	margin-right: 0px;
}

#aboutus h3.message {
	background: url("../images/message_ttl.gif") no-repeat;
}
#aboutus h3.thoughts {
	background: url("../images/thoughts_ttl.gif") no-repeat;
}
#aboutus h3.story {
	background: url("../images/story_ttl.gif") no-repeat;
}
#aboutus h3.thefoundingfathers {
	background: url("../images/thefoundingfathers_ttl.gif") no-repeat;
}
#aboutus h3.fromtheroots {
	background: url("../images/fromtheroots_ttl.gif") no-repeat;
}
#aboutus h3.commitment {
	background: url("../images/commitment_ttl.gif") no-repeat;
}

#aboutus_navi ul li#prev a.message {
	background: url("../images/message_prev_li.gif") no-repeat;
}
#aboutus_navi ul li#prev a.thoughts {
	background: url("../images/thoughts_prev_li.gif") no-repeat;
}
#aboutus_navi ul li#prev a.story {
	background: url("../images/story_prev_li.gif") no-repeat;
}
#aboutus_navi ul li#prev a.thefoundingfathers {
	background: url("../images/thefoundingfathers_prev_li.gif") no-repeat;
}
#aboutus_navi ul li#prev a.fromtheroots {
	background: url("../images/fromtheroots_prev_li.gif") no-repeat;
}

#aboutus_navi ul li#this.thoughts {
	background: url("../images/thoughts_this_li.gif") no-repeat;
}
#aboutus_navi ul li#this.story {
	background: url("../images/story_this_li.gif") no-repeat;
}
#aboutus_navi ul li#this.thefoundingfathers {
	background: url("../images/thefoundingfathers_this_li.gif") no-repeat;
}
#aboutus_navi ul li#this.fromtheroots {
	background: url("../images/fromtheroots_this_li.gif") no-repeat;
}
#aboutus_navi ul li#this.commitment {
	background: url("../images/commitment_this_li.gif") no-repeat;
}

#aboutus_navi ul li#next a.thoughts {
	background: url("../images/thoughts_next_li.gif") no-repeat;
}
#aboutus_navi ul li#next a.story {
	background: url("../images/story_next_li.gif") no-repeat;
}
#aboutus_navi ul li#next a.thefoundingfathers {
	background: url("../images/thefoundingfathers_next_li.gif") no-repeat;
}
#aboutus_navi ul li#next a.fromtheroots {
	background: url("../images/fromtheroots_next_li.gif") no-repeat;
}
#aboutus_navi ul li#next a.commitment {
	background: url("../images/commitment_next_li.gif") no-repeat;
}

