/*********************/
/**  stylesheet    **/
/********************/

body {
	margin:0px;
	text-align:center;
	font-family: sans-serif;
	font-size: 11pt;
}

img {
	border: none;
}

a {
	
}

#all {
	border-top: 15px solid #e9a94e;
	text-align: center;
}

/* ###########  header  #############  */

#header {
	margin: 0 auto;
	width: 950px;
	height:40px;
}

#logo {
	float:left;
	background-image: url("../common/images/saito-logo.gif");
	width: 58px;
	height: 80px;
}

#desc {
	padding-top: 5px;
	padding-right: 20px;
	font-size: 0.9em;
	color: #505050;
	float: right;
	text-align: right;
}

#navi_link {
	float: right;
	text-align:right;
}

/* top menu */
#top_menu {
	width: 946px;
	height: 43px;
	margin: 0 auto;
}

#top_menu ul.menu {	
	margin: 0;
	padding: 0;
	width: 946px;
	height: 43px;
	background-image: url("../common/images/top_menu_all.png");
}

#top_menu ul.menu li {
	margin: 0;
	padding: 0;
	float:left;
	list-style: none;
}

#top_menu ul.menu li a #top_menu_dummy {
	margin: 0;
	padding: 0;
	cursor: hand;
	width: 118px;
	height: 43px;
	margin-left: 3px;
}
#top_menu ul.menu li a:hover #top_menu_dummy {
	background-image: url("../common/images/top_menu_all_hover.png");
	background-repeat: no-repeat;
	margin-left: 3px;
}

#top_menu ul.menu li a#menu_introduction #top_menu_dummy {
	width: 97px;
}
#top_menu ul.menu li a#menu_introduction:hover #top_menu_dummy {
	background-position: -3px top;
}

#top_menu ul.menu li a#menu_concept #top_menu_dummy {
	width: 73px;
}
#top_menu ul.menu li a#menu_concept:hover #top_menu_dummy {
	background-position: -103px top;
}

#top_menu ul.menu li a#menu_location #top_menu_dummy {
	width: 74px;
}
#top_menu ul.menu li a#menu_location:hover #top_menu_dummy {
	background-position: -179px top;
}

#top_menu ul.menu li a#menu_project #top_menu_dummy {
	width: 64px;
}
#top_menu ul.menu li a#menu_project:hover #top_menu_dummy {
	background-position: -256px top;
}

#top_menu ul.menu li a#menu_masterplan #top_menu_dummy {
	width: 88px;
}
#top_menu ul.menu li a#menu_masterplan:hover #top_menu_dummy {
	background-position: -323px top;
}

#top_menu ul.menu li a#menu_network #top_menu_dummy {
	width: 74px;
}
#top_menu ul.menu li a#menu_network:hover #top_menu_dummy {
	background-position: -414px top;
}

#top_menu ul.menu li a#menu_history #top_menu_dummy {
	width: 67px;
}
#top_menu ul.menu li a#menu_history:hover #top_menu_dummy {
	background-position: -491px top;
}

#top_menu ul.menu li a#menu_promoting #top_menu_dummy {
	width: 104px;
}
#top_menu ul.menu li a#menu_promoting:hover #top_menu_dummy {
	background-position: -561px top;
}

#top_menu ul.menu li a#menu_public #top_menu_dummy {
	width: 112px;
}
#top_menu ul.menu li a#menu_public:hover #top_menu_dummy {
	background-position: -668px top;
}
#top_menu ul.menu li a#menu_message #top_menu_dummy {
	width: 80px;
}
#top_menu ul.menu li a#menu_message:hover #top_menu_dummy {
	background-position: -783px top;
}
#top_menu ul.menu li a#menu_nickname #top_menu_dummy {
	width: 80px;
}
#top_menu ul.menu li a#menu_nickname:hover #top_menu_dummy {
	background-position: -866px top;
}

/* ###########  contents #############  */
#border-wrapper {
	margin: 0 auto;
	width: 950px;
	border-color: #e9a94e;
	border-style: solid;
	border-width: 2px 2px 0 2px;
}
#wrapper {
}

#content {
	clear: both;
	margin: 0 auto;
	width: 950px;
	height: 100%;
}

#contents_body {
	padding: 10px 25px 25px 25px;
}

/* breadcrumb */
#content div.breadcrumb {
	text-align:left;
	padding: 3px 0 10px 10px;
}

/* ###########  left #############  */
#left_contents {
	float:left;
	width: 180px;
	padding-top: 10px;
}

#left_contents div.summary {
	text-align: left;
}
#left_contents div.summary div.summary-text {
	line-height: 170%;
	font-size: 0.9em;
	padding: 0 0 0 10px;
}

/* ###########  main #############  */
#main {
	float:left;
	width: 555px;
	text-align: center;
	padding: 0 5px 0 5px;
}

div.clear {
	clear:both;
}

/* what's new */
#whatsnew {
	margin-top: 5px;
	font-size: 1.1em;
}

#whatsnew div {
	padding-left: 10px;
	text-align: left;
}

#whatsnew .date {
	margin-top: 5px;
	font-size: 0.8em;
	font-weight: bold;
}
#whatsnew .note {
	margin-bottom: 10px;
}

#whatsnew_title {
	background-image: url("../images/news.gif");
	background-position: center;
	background-repeat: no-repeat;
	width: 546px;
	height: 30px;
}


#whatsnew_title #back_number {
	float:right;
	text-align:right;
	margin-right: 10px;
	margin-top: 2px;
	width: 110px;
	height: 25px;
}

#whatsnew_title ul.latestnews{
	text-align:left;
}

#whatsnew_title ul.latestnews li{
	text-align:left;
}

/* right_contents */
#right_contents {
	float:left;
	width: 200px;
	padding-top: 10px;
}

#right_contents div.banner {
}

/* ###########  footer #############  */
#footer {
	border-color: #e9a94e;
	border-style: solid;
	border-width: 0 2px 2px 2px;
	padding: 10px 0;
	margin: 0 auto 20px auto;
	width: 950px;
}
#footer div {
	padding: 0 20px;
}

#footer #about {
	width: 700px;
	margin: 0 auto;
	padding: 10px 0;
	text-align: left;
	font-size: 0.9em;
}
#footer #address {
	padding-top: 10px;
	text-align: right;
	font-size: 0.8em;
}
