@charset "shift_jis";
/* CSS Document */

@import url("../common/css/style.css");
@media screen,tv {

/*************** h1 *********************/
h1#h1_title {
	text-indent:-9999px;
	width:100%;
	height:120px;
	background:url(images/h1_title01.jpg) no-repeat left top;
	margin:0px;
}
/*************** h2 *********************/
h2#h2_title01,
h2#h2_title02,
h2#h2_title03 {
	width:535px;
	height:50px;
	text-indent:-9999px;
	display:block;
	margin: 0px 0px 25px 0px;
}
h2#h2_title01 {
	background:url(images/h2_title01.gif) no-repeat;
}
h2#h2_title02 {
	background:url(images/h2_title02.gif) no-repeat;
}
h2#h2_title03 {
	background:url(images/h2_title03.gif) no-repeat;
}
/*************** h3 *********************/
h3#h3_title01 a,
h3#h3_title02 a,
h3#h3_title03 a,
h3#h3_title04 a,
h3#h3_title05 a,
h3#h3_title06 a,
h3#h3_title07 a,
h3#h3_title08 a {
	width:175px;
	height:25px;
	display:block;
	text-indent:-9999px;
	float:left;
	margin:5px 0px 5px 0px;
}
h3#h3_title01 a {
	background:url(images/h3_title01.gif) no-repeat;
}
h3#h3_title02 a {
	background:url(images/h3_title02.gif) no-repeat;
}
h3#h3_title03 a {
	background:url(images/h3_title03.gif) no-repeat;
}
h3#h3_title04 a {
	background:url(images/h3_title04.gif) no-repeat;
}
h3#h3_title05 a {
	background:url(images/h3_title05.gif) no-repeat;
}
h3#h3_title06 a {
	background:url(images/h3_title06.gif) no-repeat;
}
h3#h3_title07 a {
	background:url(images/h3_title07.gif) no-repeat;
}
h3#h3_title08 a {
	background:url(images/h3_title08.gif) no-repeat;
}
/***************** box **********************/
div#contents02 {
	width: 600px;
	float:left;
	text-align:left;
	display:block;
	margin:0px 0px 30px 0px;
}
div#contents03 {
	width: 535px;
	float:left;
	text-align:left;
	display:block;
	margin:0px 0px 0px 0px;
}
div#left_txt{
	float:left;
	width: 320px;
	text-align:left;
	display:block;
	margin:15px 0px 10px 0px;
}
div#right_txt{
	float:right;
	width: 180px;
	text-align:left;
	display:block;
	margin:0px 0px 10px 0px;
}
/***************** p **********************/
p{
  width:100%;
}
/***************** table **********************/
table{
  float:left;
}
table td{
  width:25%;
  height:20px;
  background:url(images/btn.gif) no-repeat left center;
  padding-left:15px;
}
}
