
/* -------------------------------------------- */
/* --top専用-- */
/* -------------------------------------------- */

/* -------------------------------------------- */
/* --MENU(トップ画面)ー：*/
/* -------------------------------------------- */
#menu_top{
	position:relative;
	width:810px;
	background: url("../images/menu_btn_home.gif") no-repeat;
	margin:0px 0px 0px 0px;
	height:37px;
	text-align:left;
}
#menu_top li {
	list-style : none;
	float : left;
}

.link_home {
	width : 113px;
	height : 37px;
	margin : 0px 0px 0px -40px;
	text-align:left;
}
.link_home a {
	width : 113px;
	height : 37px;
	display : block;
}
.link_home span {
	display : none;
}

.link_product {
	width : 113px;
	height : 37px;
	margin : 0px 0px 0px 2px;
	text-align:left;
}
.link_product a {
	width : 113px;
	height : 37px;
	display : block;
}
.link_product span {
	display : none;
}

.link_mobile {
	width : 113px;
	height : 37px;
	margin : 0px 0px 0px 2px;
	text-align:left;
}
.link_mobile a {
	width : 113px;
	height : 37px;
	display : block;
}
.link_mobile span {
	display : none;
}

.link_sample {
	width : 113px;
	height : 37px;
	margin : 0px 0px 0px 2px;
	text-align:left;
}
.link_sample a {
	width : 113px;
	height : 37px;
	display : block;
}
.link_sample span {
	display : none;
}

.link_company {
	width : 113px;
	height : 37px;
	margin : 0px 0px 0px 2px;
	text-align:left;
}
.link_company a {
	width : 113px;
	height : 37px;
	display : block;
}
.link_company span {
	display : none;
}

.link_faq {
	width : 113px;
	height : 37px;
	margin : 0px 0px 0px 2px;
	text-align:left;
}
.link_faq a {
	width : 113px;
	height : 37px;
	display : block;
}
.link_faq span {
	display : none;
}

.link_inq {
	width : 113px;
	height : 37px;
	margin : 0px 0px 0px 2px;
	text-align:left;
}
.link_inq a {
	width : 113px;
	height : 37px;
	display : block;
}
.link_inq span {
	display : none;
}

#subTitle1 {
	position:relative;
	display:block;
	float:left;
	width: 638px; /* ボックスの横幅 */
	height: 29px;
	background-color: #ffffff; /* 背景色 */
	margin: 0px 0px 0px 10px; /* ボックス内の余白 */
	background: url(../images/home_subtitle1.gif) no-repeat;
}
#subTitle1 h1 {
	display : none;
}

#subTitle2 {
	position:relative;
	display:block;
	float:left;
	width: 638px; /* ボックスの横幅 */
	height: 29px;
	background-color: #ffffff; /* 背景色 */
	margin: 0px 0px 0px 10px; /* ボックス内の余白 */
	background: url(../images/home_subtitle2.gif) no-repeat;
}
#subTitle2 h1 {
	display : none;
}

#subTitle3 {
	position:relative;
	display:block;
	float:left;
	width: 638px; /* ボックスの横幅 */
	height: 29px;
	background-color: #ffffff; /* 背景色 */
	margin: 0px 0px 0px 10px; /* ボックス内の余白 */
	background: url(../images/home_subtitle3.gif) no-repeat;
}
#subTitle3 h1 {
	display : none;
}

/* -------------------------------------------- */
/* --topイメージエリア-- */
/* -------------------------------------------- */
#topimage{
	margin-left: -110px;
	*margin-top: -12px;
	width: 1024px;
	height: 330px;
}

#wrap { 
    text-align: center;
}


