﻿@charset "utf-8";

/*top page's css*/

p#explanation{
	margin:0 auto;
	padding:0;
	/*padding-top:1px;*/
	width:740px;
	height: 313px;
	background: url(img/top_title.jpg) no-repeat center top ;
	/*border:1px solid #000;*/
}

/**html p#explanation{
	margin-left:1px;
}*/

/*menu*/

#topmenu ul{
	margin:5px auto 0 auto;
	width:700px;
}

#topmenu li {
	width:169px;
	height:168px;
	float:left;
	}
	
#topmenu a {
	display:block;
	width:169px;
	height:168px;
	}

li#tcompany a {
	background:url(img/top_corp.jpg) no-repeat center top;
}

li#tcompany a:hover {
	background:url(img/top_corp_o.jpg) no-repeat center top;
}

li#tshops  {
	margin-left:8px;
}

li#tshops a {
	background:url(img/top_par.jpg) no-repeat center top;
}

li#tshops a:hover {
	background:url(img/top_par_o.jpg) no-repeat center top;
}

li#titems  {
	margin-left:8px;
}

li#titems a {
	background:url(img/top_ite.jpg) no-repeat center top;
}

li#titems a:hover  {
	background:url(img/top_ite_o.jpg) no-repeat center top;
}

li#tenviroment  {
	margin-left:8px;
	margin-right:0px;
}

li#tenviroment a {
	background:url(img/top_env.jpg) no-repeat center top;
}

li#tenviroment a:hover  {
	background:url(img/top_env_o.jpg) no-repeat center top;
}

/*rireki*/

div#history{
	text-align:left;
	padding:0;
	margin:0;
	float:left;
	width:520px;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	height: 250px;
}

#history ul{
	border:1px solid #ccc;
	margin-top:5px;
	height: 25em;
	overflow: auto;
}

#history li{
	margin-left:1em;
}

/*siryo*/

p#campaign{
	width:169px;
	margin-bottom: 5px;
}
div#banar {
	float: right;
	width: 169px;
}


p#campaign a{
	width:169px;
	height:93px;
	display:block;
	background:url(img/top_campaign.jpg) no-repeat top center;
}

p#campaign a:hover{
	background:url(img/top_campaign_o.jpg) no-repeat top center;
}

p#fran a{
	width:169px;
	height:93px;
	display:block;
	background:url(img/top_fran.jpg) no-repeat top center;
}

p#fran a:hover{
	background:url(img/top_fran_o.jpg) no-repeat top center;
}

p#info a{
	width:169px;
	height:93px;
	display:block;
	background:url(img/top_inf.jpg) no-repeat top center;
}
p#info {
	width: 169px;
	margin-bottom: 5px;
}


p#info a:hover{
	background:url(img/top_inf_o.jpg) no-repeat top center;
}

p#tokai{
	width:169px;
	margin-bottom: 5px;
}

p#tokai a{
	width:169px;
	height:93px;
	display:block;
	background:url(img/top_tokai.jpg) no-repeat top center;
}

p#tokai a:hover{
	background:url(img/top_tokai_o.jpg) no-repeat top center;
}

p#dc{
	width:169px;
}

p#dc a{
	width:169px;
	height:93px;
	display:block;
	background:url(img/top_dc.jpg) no-repeat top center;
}

p#dc a:hover{
	background:url(img/top_dc_o.jpg) no-repeat top center;
}

#history p {
	text-align: right ;!important
}
