@charset "UTF-8";

/* -- BODY指定（共通） -- */
body {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align:center;
}

/*-- ヘッダ ----------------------------------------*/
#head-navi {
	width: 100%;
	background-color: #B3B3B3;
	margin-bottom: 35px;
	white-space: nowrap;
}
#head-navi ul {
	margin: 0 6px;
	padding:0;
}
#head-navi li {
	display:inline;
	margin: 0px;
	padding: 0px;
}
#head-navi td {
	vertical-align: middle;
	background-color: #666;
}
#head-navi th {
	background: #B3B3B3 url(/deco/img/navi_bg.gif) no-repeat left;
	padding-left: 3px;
	padding-top: 5px;
}
#head-navi th img {
	margin-left: 8px;
}


#wrapper {
	width:960px;
	text-align:left;
	margin:0 auto;
	padding:0;
}



/* -- テキスト改行幅広く指定 -- */
.textlineheight {
	font-size: x-small;
	line-height: 160%;
}

/* -- TOBE　コンセプトキャプションサイズ指定 -- */
.conceptcaption {
	font-size: xx-small;
	color: #FFFFFF;
	white-space: nowrap;
	height: 25px;
	text-align: center;
	vertical-align: middle;
}

/* -- TOBE　ナビリンク指定 -- */
.tobenavi {
	font-size: x-small;
	color: #666666;
	letter-spacing: 1px;
	font-weight: bold;
}
.tobenavi A:link {
	color: #666666;
	text-decoration: none;
}
.tobenavi A:active {
	color: #CC0000;
	text-decoration: underline;
}
.tobenavi A:visited {
	color: #666666;
	text-decoration: none;
}
.tobenavi A:hover {
	color: #CC0000;
	text-decoration: none;
}

.tobeworks {
	padding-left:120px;
}
