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

body {
	margin:0px;
	text-align:center;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 11pt;
}

img {
	border: none;
}

a {
	
}

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

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

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

#logo {
	float:left;
/*	background:url("../common/images/saito-logo-lef.png") no-repeat ;
	width: 126px;
	height: 90px; */
	width: 0;
	height: 0;
}

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

#headline-news {
	padding-left: 150px;
	padding-top: 14px;
	font-size: 9pt;
	text-align: left;
	height: 40px;
	background: url(../common/images/headline_news.gif)  no-repeat;
}

#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 {
	outline:none	
}

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

#top_menu ul.menu li a#menu_mark:hover #top_menu_dummy {
	background-position: -3px top;
}
#top_menu ul.menu li a#menu_about:hover #top_menu_dummy {
	background-position: -121px top;
}
#top_menu ul.menu li a#menu_concept:hover #top_menu_dummy {
	background-position: -239px top;
}
#top_menu ul.menu li a#menu_cornerstone:hover #top_menu_dummy {
	background-position: -357px top;
}
#top_menu ul.menu li a#menu_step:hover #top_menu_dummy {
	background-position: -475px top;
}
#top_menu ul.menu li a#menu_proposal:hover #top_menu_dummy {
	background-position: -593px top;
}
#top_menu ul.menu li a#menu_atmosphere:hover #top_menu_dummy {
	background-position: -711px top;
}
#top_menu ul.menu li a#menu_link:hover #top_menu_dummy {
	background-position: -829px top;
}

/* ###########  contents #############  */
#border-wrapper {
	margin: 0 auto;
	width: 950px;
	border-color: #5dbf30;
	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 {
	font-size: 0.9em;
	text-align:left;
	padding: 3px 0 10px 10px;
}

/* atomosphere popup */
#atomosphere_pop {
	width:660px;
	text-align:center;
	margin:0 auto;
}

/* news */ 
.title_bold {
	font-weight: bold;
	font-size: 1.1em;
	color: #3366cc;
}

.title_ｓ {
	font-weight:bold;
	color:#3366cc;
}
/* ###########  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%;
	padding: 0 0 0 10px;
}

/* left_menu */
#left_menu {
	background-color:#ffffff;
}

/* ###########  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: #5dbf30;
	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;
	text-align: left;
	font-size: 0.9em;
}
#footer #address {
	text-align: right;
	font-size: 0.7em;
}

#footer #address a {
	text-decoration:none;
}