@import url("default.css");
/*@import url("common.css"); */
@media tty {
i{content:"\";/*" "*/}} @import 'ie5.css'; /*";}
}/* */


/*--------------------------------------
 Indexページ
---------------------------------------*/
#index #top {
	background: url(../../common/img/index_bg_01.gif) no-repeat top center;
	height: 555px;
	width: 990px;

	/*画面中央よせ*/
    position:absolute;
    top:50%;
    left:50%;
    margin-top:-290px;
    margin-left:-495px;
}
#index #top #siteTitle {
	/*990*/
	width: 930px;
	height:417px;
	/*センターよせ*/
	text-align: center;
	margin:0 auto;	
}
#index #top #siteDiscription {
	width: 500px;
	height:417px;
	float: left;
}
#index #top #siteDiscription h1 {
	margin: 21px 0 51px 0;
}
#index #top #siteDiscription h2 {
	margin-left:5px;
	margin-bottom:40px;
}
#index #top #siteDiscription p {
	margin-bottom:30px;
}
#index #top #secomlogo {
	margin: 21px 0 0 0;
	width: 98px;
	float: right;
}


#index #globalNav {
	width: 938px;
	height:64px;

	float:left;
	padding:31px 0 0 25px;
}
#index #globalNav ul {
/*	margin: 17px 0 17px 0;	*/
	margin:0;
	padding: 0;
	list-style: none;
}
#index #globalNav ul li {
	float: left;
}
#index #globalNav ul li.service {
	width: 191px;
}
#index #globalNav ul li.design,
#index #globalNav ul li.flow,
#index #globalNav ul li.story {
	width: 186px;
}
#index #globalNav ul li.faq {
	width: 189px;
}

#index #top #bottomNav {
	float:left;
	border: none;
	padding:14px 0 15px 27px;
/*	padding: 0;	*/
	width: 934px;
	height:34px;
}

#index #top #bottomNav img.left{
	padding-right:3px;
}
#index #top #bottomNav img.left4{
	float:left;
	padding-left:30px;
}

/*--------------------------------------
  フッター
---------------------------------------*/
#top #foot {
	padding-left:0px;
	width: 930px;
	/*センターよせ*/
	text-align: center;
	margin:0 auto;
}
#top #foot #utilityNav {
	float: left;
	width: 530px;
	margin:0 auto;
	padding:0;
}
#top #foot #utilityNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 77%;
}
#top #foot #utilityNav ul li {
	background: url(../img/foot_icon_01.gif) no-repeat 0 4px;
	float: left;
	margin: 0;
	padding: 0 20px 0 11px;

}
#top #foot #copyright {
	text-align: right;
	width: 400px;
	float: right;
}
#top #foot #copyright p {
	font-size: 77%;
}
#top #foot #copyright p img {
	padding-left: 15px;
}
#top #foot a,
#top #bottomNav a {
	color: #000;
	text-decoration: none;
}
#top #foot a:hover,
#top #bottomNav a:hover {
	text-decoration: underline;
}



/*--------------------------------------
デザイン要素
---------------------------------------*/
.left{
	float: left;
}
.right{
	float: right;
}
.fClear {
	float:clear;
}