@charset "utf-8";

/*カラースキーム*/

/*赤：#de0021*/
/*ライトブルー：#bcc6ca*/
/*グレー：#ddd*/

/*全ページ共通*/
.clearfix:after {
    content: "."; 
    display: block; 
    width: 1px;
    height: 1px;
    margin: 0 -1px -1px 0;
    border: 0;
    padding: 0;
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

*{
	margin: 0; 
	padding: 0; 
	font-family: 'Lucida Grande','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック', sans-serif, Helvetica; 
/*	font-family:'メイリオ',Meiryo,'Lucida Grande', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック',  'Lucida Sans Unicode', Arial, Verdana, sans-serif;*/
	font-size: 100%; 
	font-style: normal; 
}

body {	
	background-color: #eee;
	text-align: center; 
	font-size: 75%; 
}

a { text-decoration: none; cursor: pointer; }
a:link { color:#000; }
a:visited {color:#000; }
a:hover { color:#000; text-decoration: underline; }

img {
	border: 0px; 
}

strong {
	font-weight: normal; 
}

#content {
	width: 960px; 
	text-align: left; 
	margin: 0 auto; 
	background: #fff; 
}

.wrapper {
	width: 920px; 
	margin: 0 20px; 
}

.hidden {
	display : none;
	position: absolute; 
	left: -10000px; 
}

/*左寄せ*/
.left {
	float: left; 
	margin: 0; 
	text-align: left; 
	display: block; 
}

.marginContLeft {
	margin: 0 20px 20px 0; 
	float: left; 
}

.left  .caption {
	text-align: left; 
	margin: 5px 0 0 0; 
}

/*右寄せ*/
.right {
	float: right; 
	margin: 0; 
	text-align: right; 
	display: block; 
}

.marginContRight {
	margin: 0 0 20px 20px; 
	float: right; 
}

.right .caption {
	text-align: right; 
	margin: 5px 0 0 0; 
}

/*TOPヘッダー*/
.topHeader {
	width: 920px; 
	margin: 0 20px; 
}

.topHeader ul {
	width: 380px; 
	margin: 0 0 0 20px; 
	float: left; 
}


.topHeader ul li {
	display: block; 
	float: left; 
	list-style: none; 
}

/*検索エリア*/
.searchArea { 
	width: 300px; 
	height: 20px; 
	display: block;
	background-color: #;
}

.searchArea table { 
	vertical-align: middle; 
	height: 20px; 
}

.searchArea table tr { 
	vertical-align: middle; 
}

.searchArea .titleArea { 
	font-size: 100% ; 
	margin: 0 5px 0 0; 
	color: #888; 
	width: 80px;
}

/*.searchArea .searchBg {
	width: 130px; 
	height: 20px; 
	background: #fff url(../common_images/search_bg.jpg) 0px 2px no-repeat; 
}*/

.searchArea .inputWord { 
	width: 128px; 
	height: 18px; 
/*	font-size: 117% ; */
	border: 1px solid #999; 
	background: #fff; 
}

.searchArea .btnArea .btn { 
	margin: 0 0 0 10px; 
}

/*共通フッター*/
.footer {
	width: 920px; 
	margin: 0 20px; 
	border-top: 1px solid #ccc; 
}

.footer table {
	width: 920px; 
	height: 60px; 
}

.footer .link {
	text-align: left; 
	font-size: 84%; 
	vertical-align: middle; 
}

.footer .link a { text-decoration: none; }
.footer .link a:link { color:#222; }
.footer .link a:visited {color:#222; }
.footer .link a:hover { color:#222; text-decoration: underline; }

.footer .copy {
	text-align: right; 
	font-family: Helvetica; 
	color: #444; 
	font-size: 84%; 
	vertical-align: middle; 
}

.footer .copy img {
	margin: 0 0 0 10px; 
}


/*トップイメージエリア*/
.mainPhArea {
	width: 920px; 
	height: 200px; 
	margin: 0 20px; 
	/*background: #fff url(../top_images/top_main_ph.png) right top no-repeat; */
	background: #fff url(../top_images/top_main_ph.jpg) right top no-repeat; 
	position: relative; 
}

.mainPhArea .logo {
	margin: 0 0 0 0; 
}

.mainPhArea .copy {
	margin: 23px 0 0 0; 
}

.mainPhArea .lead {
	margin: 13px 0 0 0; 
	display: none; 
}

.mainPhArea .costCut { 
	position: absolute; 
	top:130px; 
	left: 710px; 
	width: 210px; 
	height: 70px; 
	behavior: url(http://www.okamura-eoffice.com/js/iepngfix.htc);
}

.mainPhArea .costCut a , 
.mainPhArea .costCut a:link {
	background: transparent url(../top_images/cost_cut_btn.png) 0 0 no-repeat; 
	display: block; 
	width: 210px; 
	height: 70px; 
	text-indent: -5000px; 
}

.mainPhArea .costCut a:hover {
	background: transparent url(../top_images/cost_cut_btn.png) 0 -70px no-repeat; 
	display: block; 
	width: 210px; 
	height: 70px; 
	text-indent: -5000px; 
}


* html body .mainPhArea .costCut a , 
* html body .mainPhArea .costCut a:link {
	background: transparent url(../top_images/cost_cut_btn.jpg) 0 0 no-repeat; 
	display: block; 
	width: 200px; 
	height: 60px; 
	text-indent: -5000px; 
 }
 
* html body  .mainPhArea .costCut a:hover {
	background: transparent url(../top_images/cost_cut_btn.jpg) 0 -60px no-repeat; 
	display: block; 
	width: 200px; 
	height: 60px; 
	text-indent: -5000px; 
}

.mainPhArea .freeDial {
	position: absolute; 
	top:130px; 
	left: 0; 
	width: 220px; 
	height: 80px; 
}

.mainPhArea .freeDial img {
	behavior: url(http://www.okamura-eoffice.com/js/iepngfix.htc);
}

.mainPhArea .topEcoBtn {
	position: absolute; 
	top:120px; 
	left: 700px; 
	width: 220px; 
	height: 80px; 
}

.mainPhArea .topEcoBtn img {
	behavior: url(http://www.okamura-eoffice.com/js/iepngfix.htc);
}

/*トップメインエリア*/
.solutionFlowWrapper {
	border-bottom: 1px none #bcc6ca; 
	float: left; 
	margin: 0 0 10px 0; 
	padding: 0 0 10px 0; 
}

.topIllustration {
	width: 680px; 
}

.topIllustration h1 {
	margin: 0 0 10px 0; 
	text-indent: -9999px; 
	height: 27px; 
	width: 680px; 
}

.topIllustration h1#title01 {
	background: #fff url(../top_images/title_text_01.jpg) left top no-repeat; 
}

.topIllustration h1#title02 {
	background: #fff url(../top_images/title_text_02.jpg) left top no-repeat; 
}

.topIllustration p {
	margin: 0 0 10px 15px ;
	line-height: 1.6em; 
	font-size: 117%; 
}

.topIllustration .illustArea {
	width: 680px; 
	margin: 0 0 20px 0; 
	background: #fff url(../top_images/illust.jpg) center top no-repeat; 
	position: relative; 
}

.topIllustration .illustArea strong {
	display: block; 
	text-align: right; 
	font-weight: normal; 
	font-size: 0% ;
	font-size: 83%; 
}

.topIllustration .illustArea ul li {
	list-style: none; 
	float: left; 
	cursor: pointer; 
}

.topIllustration .illustArea ul li p {
	display: block; 
	line-height: 1.4em; 
	margin: 55px 0 0 0; 
	padding: 0 1em; 
	font-size: 0% ;
	font-size: 100%; 
}

.topIllustration .illustArea ul li#step1 {
	width: 169px; 
	height: 255px; 
	background: #fff url(../top_images/step01.jpg) center top no-repeat; 
}

.topIllustration .illustArea ul li#step2 {
	width: 171px; 
	height: 255px; 
	background: #fff url(../top_images/step02.jpg) center top no-repeat; 
}

.topIllustration .illustArea ul li#step3 {
	width: 171px; 
	height: 255px; 
	background: #fff url(../top_images/step03.jpg) center top no-repeat; 
}

.topIllustration .illustArea ul li#step4 {
	width: 169px; 
	height: 255px; 
	background: #fff url(../top_images/step04.jpg) center top no-repeat; 
}


/*
.topIllustration .illustArea ul#text li#step4 {
	left: 525px; 
	background: url(../top_images/step_test_04.png) center top no-repeat; 
	behavior: expression(IEPNGFIX.fix(this));
}
*/

.shortCutArea {
	width: 680px; 
	overflow: hidden; 
}

.shortCutArea ul {
	width: 700px; 
}

.shortCutArea ul li {
	display: block; 
	float: left; 
	width: 330px; 
	margin: 0 20px 20px 0; 
/*	border-top: 1px dotted #000; */
	background: url(../common_images/dot_h_line.gif) left top repeat-x; 
	padding: 10px 0 0 0; 
}

.shortCutArea ul li .titleArea {
	width: 330px; 
	margin: 0 0 10px 0; 
}

.shortCutArea ul li .titleArea h2 {
	height: 20px; 
	width: 250px; 
	float: left; 
}

.shortCutArea ul li .titleArea .detailBtn {
	float: right; 
}

.shortCutArea ul li .titleArea .detailBtn a {
	display: block; 
	width: 80px; 
	height: 20px; 
	text-indent: -9999px; 
	background: #fff url(../top_images/detail_btn.jpg) 0 0 no-repeat; 
}

.shortCutArea ul li .titleArea .detailBtn a:hover {
	display: block; 
	width: 80px; 
	height: 20px; 
	text-indent: -9999px; 
	background: #fff url(../top_images/detail_btn.jpg) 0 -20px no-repeat; 
}

.shortCutArea ul li p {
	margin: 0 0 10px 10px; 
}

.shortCutArea ul li ul {
	width: 200px; 
	float: right; 
	border-bottom: 1px solid #ddd; 
}

.shortCutArea ul li ul li {
	width: 200px; 
	margin: 0; 
	padding: 0; 
	border-top: 1px solid #ddd; 
}

.shortCutArea ul li ul li a {
	color: #de0021; 
	display: block; 
	text-decoration: none; 
	padding: 3px 0 3px 15px; 
	background: #fff url(../common_images/navi_point.gif) left 5px no-repeat;
}

.shortCutArea ul li ul li a:hover {
	background: #fff url(../common_images/navi_point_o.gif) left 5px no-repeat; 
	text-decoration: underline; 
}




.solution {
	width: 330px; 
	display: block; 
	float: left; 
	margin: 0 20px 0 0; 
}

.flow {
	width: 330px; 
	display: block; 
	float: left; 
	margin: 0; 
}

.solution p , 
.flow p  {
	line-height: 1.8em; 
	margin: 10px 0; 
	font-weight: bold; 
	color: #444; 
}


/*オフィスの改装・移転サービス*/
.solution .item , 
.flow .item {
/*	border-top: 1px dotted #888; */
	padding: 10px 0; 
	line-height: 1.4em; 
	color: #222; 
	vertical-align: table-cell; 
	background: transparent url(../common_images/dot_h_line.gif) 0 0 repeat-x; 
}

.solution .item em ,
.flow .item em { 
	width: 330px; 
/*	float: left; */
}

.flow .item em#arrow {
	width: 270px; 
	padding: 0 0 0 60px; 
	display: block; 
	background: #fff url(../top_images/arrow.gif) 5px bottom no-repeat; 
}

.flow .item em#end {
	width: 330px; 
	/*padding: 0 0 0 50px; */
	display: block; 
}

.solution .item img {
	float: left; 
	margin: 7px 0 7px 15px; 
}

.solution .item h3 , 
.flow .item h3 {
	margin: 0 0 5px 0; 
	font-size: 117%; 
}

.solution .item em {
	line-height: 1.8em; 
}

.flow .item em  {
	line-height: 1.8em; 
}

.flow .item em img {
	float: right; 
	display: block; 
	margin: 0 0 10px 10px; 
}

.flow .item .flowLink {
	display: block; 
	border: 1px solid #000; 
	text-align: right; 
}

.flow .item .flowLink .stepLink {
	display: block; 
}

.solution .item em ul {
	display: block; 
	list-style-type: none; 
	margin: 10px 0 0 100px; 
	float: right; 
	width: 220px; 
	line-height: 1em; 
}

.solution .item em ul li {
	border-top: 1px solid #ddd; 
}

.solution .item em ul li a {
	color: #de0021; 
	display: block; 
	text-decoration: none; 
	padding: 7px 0 7px 15px; 
}

.solution .item em ul li a {
	background: #fff url(../common_images/navi_point.gif) left 7px no-repeat;
}

.solution .item em ul li a:hover {
	background: #fff url(../common_images/navi_point_o.gif) left 7px no-repeat; 
	text-decoration: underline; 
}

.solution .item .title , 
.flow .item .title  {
	margin: 0 0 10px 0; 
	background: #fff; 
}

.solution .item .title h3 , 
.flow .item .title h3 {
	float: left; 
	margin: 0; 
}

.solution .item .title h3 img {
	margin: 0; 
	padding: 0; 
	float: left; 
}

.solution .item .title ul , 
.flow .item .title ul {
	float: right; 
	margin: 0; 
	list-style-type: none; 
	width: 100px; 
	border: 1px none #000; 
	padding: 0; 
}

.solution .item .title ul li a ,
.flow .item .title ul li a {
	display: block; 
	text-indent: -5000px; 
	width: 100px; 
	height: 20px; 
	padding: 0; 
	margin: 0; 
	border: 1px none #000; 
}

.solution .item .title ul li a  , 
.flow .item .title ul li a {
	background: #fff url(../common_images/detail_btn.jpg) 0 0 no-repeat; 
} 

.solution .item .title ul li a:hover , 
.flow .item .title ul li a:hover {
	background: #fff url(../common_images/detail_btn.jpg) 0 -20px no-repeat; 
}

.separateBorder {
	border-top: 1px solid #000; 
	height: 1px; 
}


/*o-designとの同期*/
.odNew {
	height:4em; 
	overflow: hidden; 
}

.odNew ul li {
	margin: 0 0 50px 0; 
	list-style-type: none; 
	line-height: 1.6em; 
}

/*グローバルナビ*/
ul#globalNavi {
	width: 940px; 
	margin: 0 10px 10px 10px; 
	list-style-type: none; 
}

ul#globalNavi li {
	float: left; 
	margin-top: 10px; 
}

ul#globalNavi li a {
	height: 50px; 
	display: block; 
	color: #fff; 
	text-indent: -5000px; 
}

ul#globalNavi li#home a {width: 96px; background: transparent url(../common_images/global_navi.jpg) 0 0 no-repeat;}
ul#globalNavi li#home a:hover {width: 96px; background: transparent url(../common_images/global_navi.jpg) 0 -50px no-repeat; }
ul#globalNavi li#home a:active {width: 96px; background: transparent url(../common_images/global_navi.jpg) 0 -100px no-repeat; }

ul#globalNavi li#officeLayout a {width: 163px; background: transparent url(../common_images/global_navi.jpg) -96px 0 no-repeat; }
ul#globalNavi li#officeLayout a:hover {width: 163px; background: transparent url(../common_images/global_navi.jpg) -96px -50px no-repeat; }
ul#globalNavi li#officeLayout a:active {width: 163px; background: transparent url(../common_images/global_navi.jpg) -96px -100px no-repeat; }

ul#globalNavi li#solution a {width: 137px; background: transparent url(../common_images/global_navi.jpg) -259px 0 no-repeat; }
ul#globalNavi li#solution a:hover {width: 137px; background: transparent url(../common_images/global_navi.jpg) -259px -50px no-repeat; }
ul#globalNavi li#solution a:active {width: 137px; background: transparent url(../common_images/global_navi.jpg) -259px -100px no-repeat; }

ul#globalNavi li#cost a {width: 187px; background: transparent url(../common_images/global_navi.jpg) -396px 0 no-repeat; }
ul#globalNavi li#cost a:hover {width: 187px; background: transparent url(../common_images/global_navi.jpg) -396px -50px no-repeat; }
ul#globalNavi li#cost a:active {width: 187px; background: transparent url(../common_images/global_navi.jpg) -396px -100px no-repeat; }

ul#globalNavi li#process a {width: 98px; background: transparent url(../common_images/global_navi.jpg) -583px 0 no-repeat; }
ul#globalNavi li#process a:hover {width:98px; background: transparent url(../common_images/global_navi.jpg) -583px -50px no-repeat; }
ul#globalNavi li#process a:active {width:98px; background: transparent url(../common_images/global_navi.jpg) -583px -100px no-repeat; }

ul#globalNavi li#example a {width: 98px; background: transparent url(../common_images/global_navi.jpg) -681px 0 no-repeat; }
ul#globalNavi li#example a:hover {width: 98px; background: transparent url(../common_images/global_navi.jpg) -681px -50px no-repeat; }
ul#globalNavi li#example a:active {width: 98px; background: transparent url(../common_images/global_navi.jpg) -681px -100px no-repeat; }

ul#globalNavi li#eco a {width: 161px; background: transparent url(../common_images/global_navi.jpg) -779px 0 no-repeat; }
ul#globalNavi li#eco a:hover {width: 161px; background: transparent url(../common_images/global_navi.jpg) -779px -50px no-repeat; }
ul#globalNavi li#eco a:active {width: 161px; background: transparent url(../common_images/global_navi.jpg) -779px -100px no-repeat; }


/*カテゴリーインデックス*/ 
.catIndexLink a {
	display: block; 
	text-align: right; 
	color: #600 !important; 
}


.globalLogoArea {
	width: 920px; 
	height: 30px; 
	margin: 0 auto; 
	padding: 10px 0; 
}



