@charset "EUC-JP";

/*　コンセプト
-------------------------------------------------------------------*/

#main .inner {
	padding: 0px 0px 0px 15px;
}

h1#cate-title {
	background: url(../img/concept_title.gif) no-repeat left top;
	margin: 0px 0px 30px;
	padding: 0px;
	height: 55px;
	width: 665px;
	text-indent: -9999px;
}

#main h2 {
	text-indent: -9999px;
	height: 45px;
	width: 665px;
	margin-bottom: 17px;
}

h2#title-1 {
	background: url(../img/concept_img02.gif) no-repeat left top;
}

h2#title-2 {
	background: url(../img/concept_img03.gif) no-repeat left top;
}

#main p {
	margin-bottom: 2.25em;
}

#text {
	background: url(../img/concept_img01.gif) left top;
	height: 57px;
	width: 663px;
}

#main span {
	display: none;
}

/*　ボタン　*/

#main ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#main li {
	margin: 0px;
	padding: 0px;
	height: 135px;
	float: left;
	width: 331px;
}

#main li a  {
	height: 135px;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 331px;
}

#main li.bt2 {
	padding-left: 3px;
}

#main li.bt1 a {
	background: url(../img/concept_bt.jpg) 0px top;
}

#main li.bt2 a {
	background: url(../img/concept_bt.jpg) -331px top;
}

#main li a:hover {
	opacity:0.7;filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

