@charset "Shift_JIS";

/*======================================
shisetsu.html({‚»‚ÌŽP‰º)ê—pCSS
======================================*/

/*----------------------------
ƒ^ƒuƒƒjƒ…[
----------------------------*/
#shisetsuTab{
  width:510px;
  height:65px;
  margin:8px 30px 10px;
  padding:0;
  background: url(../images/shisetsu_tab.gif) no-repeat;
}

ul#shisetsuTab a{
  background: url(../images/shisetsu_tab.gif) no-repeat;
  margin:0;
  padding:0;
}

ul#shisetsuTab li{
  overflow: hidden;
  display:inline;
  float:left;
  text-indent: -9999px;
}

li#tab01,li#tab01 a,li#tab01.now,
li#tab02,li#tab02 a,li#tab02.now,
li#tab03,li#tab03 a,li#tab03.now{
  display: block;
  margin: 0;
  padding: 0;
  width: 170px;
  height: 65px;
}

li#tab01 a        { background-position:    0px    0px; }
li#tab02 a        { background-position: -170px    0px; }
li#tab03 a        { background-position: -340px    0px; }
li#tab01 a:hover  { background-position:    0px  -65px; }
li#tab02 a:hover  { background-position: -170px  -65px; }
li#tab03 a:hover  { background-position: -340px  -65px; }
li#tab01.now      { background:url(../images/shisetsu_tab.gif)     0px -130px; }
li#tab02.now      { background:url(../images/shisetsu_tab.gif)  -170px -130px; }
li#tab03.now      { background:url(../images/shisetsu_tab.gif)  -340px -130px; }


/*----------------------------
Ž{ÝÐ‰î
----------------------------*/
.shisetsuDescriptionHolder{
	background:url(../images/shisetsu_corner_illust.gif) no-repeat;
	background-position:right bottom;
}
p.shisetsuDescription{
	margin:0 0 0 10px;
	padding:0 85px 0 0;
}
.shisetsuDescription img{

}
p.cornerDescription{
	margin:8px 20px 0;
	padding:0 0 0 12px;
	border-style:none none none solid;
	border-width:0 0 0 1px;
	border-color:#cef;
}

img.shisetsuBtn {
	margin:20px 0 10px 0;
	width:325px;
	height:51px;
}

/*----------------------------
TOPICS
----------------------------*/
.shisetsuTopics{
	margin:10px 20px;
	padding:0;
}
.shisetsuTopics .title{
	margin:0 0 4px;
	padding:0 0 4px 8px;
	font-weight:bolder;
	color:#33f;
	border-style:none none dotted dotted;
	border-width:0 0 1px 1px;
	border-color:#36f;
}

.shisetsuTopics p{
	margin:0 0 0 40px;
	padding:0;
}



