@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,
h3#h3_title02,
h3#h3_title03,
h3#h3_title04,
h3#h3_title05,
h3#h3_title06,
h3#h3_title07,
h3#h3_title08 {
	width:535px;
	height:25px;
	text-indent:-9999px;
	float:left;
	margin:10px 0px 5px 0px;
}
h3#h3_title01 {
	background:url(images/h3_title01.gif) no-repeat;
}
h3#h3_title02 {
	background:url(images/h3_title02.gif) no-repeat;
}
h3#h3_title03 {
	background:url(images/h3_title03.gif) no-repeat;
}
h3#h3_title04 {
	background:url(images/h3_title04.gif) no-repeat;
}
h3#h3_title05 {
	background:url(images/h3_title05.gif) no-repeat;
}
h3#h3_title06 {
	background:url(images/h3_title06.gif) no-repeat;
}
h3#h3_title07 {
	background:url(images/h3_title07.gif) no-repeat;
}
h3#h3_title08 {
	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#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%;
}
}