/*キャッチコピー*/
div#copy {
	text-align: left;
	float:left;
	margin-top:1px;
	padding: 0 8px;
}

/*subMenuここから↓*/

div#subMenu {
	font-size:85%;
	clear: both;
	width: 760px;
	background-color: #FFFFFF;
	background:url("../images/header/bg_txtlink.jpg") repeat-y top left;
	margin: 0px auto;
	padding: 0;
	min-height:21px;
	border-bottom: #FFFFFF 1px solid;
}

*html div#subMenu {
	height:15px;
}

div#subMenu ul {
	text-align: right;
	margin: 0px;
	padding: 0px;
}
div#subMenu li {
	min-height:15px;
	*height:15px;
	margin: 3px 0;
	padding: 0 8px 0 8px;
	display: inline;
	border-right:#FFFFFF 1px solid;
	line-height:180%;
}
div#subMenu ul a:link {
	text-decoration: none;
	color: #FFFFFF;
}
div#subMenu ul a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
div#subMenu ul a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
div#subMenu ul a:active {
	color: #ffffff;
	text-decoration: underline;
}
/*subMenuここまで↑*/


div#subMenu li.end{
	padding:0 5px;
	border-right:none;
	margin:3px 0;

}

div.txtlink a{
	color:#FFFFFF;
	text-decoration:none
	text-align:right;

}


/* --------------------------------------------グローバルメニュー 大きさ */

div#header {
	clear:both;
	width:760px;
	position:relative;
	padding: 0 auto 0 auto;
	margin: 0 auto 0 auto;
	background:url("../images/header/bg_logo.jpg") no-repeat top left;

}

.logo{
	margin:0;
	padding:0;
	height:72px;
	float:left;
	text-indent:-9999px;
	background:url(../images/header/bt_logo.jpg) no-repeat;
}

.logo a{
	width:180px;
	height:72px;
	float:left;
	overflow:hidden;
}

div#header .banner{
	text-align:right;
	padding:6px 6px 0px 0;

}

div#header ul{
	clear:both;
	height:56px;
	margin:0;
}

*html div#header ul{
	clear:both;
	height:56px;
	margin:0 0 -4px 0;
}


div#header ul li.concept {
	width:152px;
	height:56px;
	float:left;
	text-indent:-9999px;
	background:url("../images/header/bu_concept_g.jpg") no-repeat top left;
}

div#header ul li.product {
	width:152px;
	height:56px;
	float:left;
	text-indent:-9999px;
	background:url("../images/header/bu_product_g.jpg") no-repeat top left;
}

div#header ul li.help {
	width:152px;
	height:56px;
	float:left;
	text-indent:-9999px;
	background:url("../images/header/bu_help_g.jpg") no-repeat top left;
}

div#header ul li.case {
	width:152px;
	height:56px;
	float:left;
	text-indent:-9999px;
	background:url("../images/header/bu_case_g.jpg") no-repeat top left;
}

div#header ul li.g_contact {
	width:152px;
	height:56px;
	float:left;
	text-indent:-9999px;
	background:url("../images/header/bu_contact_g.jpg") no-repeat top left;
}

div#header ul li a {
	overflow:hidden;
	padding:0;
	margin:0;
}

div#header ul li.concept a {
	width:152px;
	height:56px;
	line-height:1px;
	display:block;
	background:url("../images/header/bu_concept.jpg") no-repeat top left;
}


div#header ul li.product a {
	width:152px;
	height:56px;
	line-height:1px;
	display:block;
	background:url("../images/header/bu_product.jpg") no-repeat top left;
}

div#header ul li.help a {
	width:152px;
	height:56px;
	line-height:1px;
	display:block;
	background:url("../images/header/bu_help.jpg") no-repeat top left;
}

div#header ul li.case a {
	width:152px;
	height:56px;
	line-height:1px;
	display:block;
	background:url("../images/header/bu_case.jpg") no-repeat top left;
}

div#header ul li.g_contact a {
	width:152px;
	height:56px;
	line-height:1px;
	display:block;
	background:url("../images/header/bu_contact.jpg") no-repeat top left;
}


div#header ul li.concept a:hover{
	width:152px;
	height:56px;
	line-height:1px;
	display:block;
	background:url("../images/header/bu_concept_g.jpg") no-repeat top left;
}

div#header ul li.product a:hover{
	width:152px;
	height:56px;
	line-height:1px;
	display:block;
	background:url("../images/header/bu_product_g.jpg") no-repeat top left;
}

div#header ul li.help a:hover{
	width:152px;
	height:56px;
	line-height:1px;
	display:block;
	background:url("../images/header/bu_help_g.jpg") no-repeat top left;
}

div#header ul li.case a:hover{
	width:152px;
	height:56px;
	line-height:1px;
	display:block;
	background:url("../images/header/bu_case_g.jpg") no-repeat top left;
}

div#header ul li.g_contact a:hover{
	width:152px;
	height:56px;
	line-height:1px;
	display:block;
	background:url("../images/header/bu_contact_g.jpg") no-repeat top left;
}


