@charset "euc-jp";
/* CSS Document */

/*初期化/////////////////////////////////////////////////*/
*{
	margin:0;
	padding:0;
	border:none;
	font-size:12px;
	font-family:Verdana, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color:#4E4E4E;
	}
	
html{
	background:url(../image/html_bg.jpg) repeat-x #CCCCCC;
	height:100%;
	}
body{
	text-align:center;
	line-height:1.5;
	background:url(../image/bg_pattern.gif);
	}
/*//////////////////////////////////////////////////////////////////*/
/*clearfix//////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////*/
.clearfix{
  zoom: 1; /*for IE 5.5-7*/
}
.clearfix:after{ /*for modern browser*/
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

	
/*レイアウト開始/////////////////////////////////////////*/
div#containerBG{
	width:740px;
	height:100%;
	margin:0 auto;
	background:url(../image/containerBG_bg.png) repeat-y;
	}

div#container{
	width:700px;
	margin:0 20px;
	height:100%;
	text-align:left;
	background:#FFFFFF;
	height:100%;
	}
	
h1{
	width:700px;
	height:104px;
	background:url(../image/header_ban.jpg) no-repeat #ccc;
	text-indent:-9999px;
	}

div#main{
	width:400px;
	background:url(../image/ban15/main_bg.jpg) no-repeat;
	margin:20px 70px 20px 70px;
	padding:0 160px 0 0;
	}

h2{
	width:560px;
	height:95px;
	background:url(../image/ban15/ban15.gif) no-repeat;
	margin:40px 70px 20px 70px;
	text-indent:-9999px;
	}
h3{
	font-size:16px;
	font-weight:bold;
	}
h4{
	margin:0 0 5px 0;
	}
h4 ul li{
	list-style:none;
	font-weight:bold;
	line-height:1.25;
}
div#items{
	margin:40px 0 20px 0;
	}
div#items *{
	color:#000;
	}
p.txt{
	margin:0 0 10px 0;
	}
p.strng{
	color:#036EB8;
	font-weight:bold;
	}
p.caution{
	font-size:10px;
	color:#808080;
	}
div#items dl{
	width:560px;
	height:260px;
	margin:0 0 20px 0;
	}
div#items dl dt{
	width:290px;
	height:240px;
	float:left;
	}
div#items dl dd{
	width:270px;
	height:240px;
	float:right;
	position:relative;
	}
dl dd p{
	line-height:1.25;
	}
dl dd a{
	display:block;
	width:100px;
	height:24px;
	background:url(../image/ban15/btn.gif) no-repeat;
	right:0;
	bottom:0;
	position:absolute;
	text-indent:-9999px;
	}
hr{
	width:560px;
	border-top:1px solid #999999;
	margin:0 0 10px 0;
	} 