@charset "utf-8";
/* CSS Document */

/* float解除用
-------------------------------*/
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
  
body {
	background:url(images/background.jpg) 0 0;
	margin:0 auto;
	font-size:12px;
	line-height:150%;
	font-family: "ＭＳ Ｐゴシック",sans-serif;
}

img {
	border:0;
}

#container {
	width:970px;
	display:block;
	background:url(images/container_back.png) repeat-y 0 0;
	text-align:center;
	margin:0 auto;
	padding:0 29px;
	_padding:0;
	}

/*--ヘッダ--*/

h1 {
	text-align:right;
	font-weight:normal;
	font-size:12px;
	margin:0 60px;;
}

/*--コンテンツ--*/

.box {
	width:912px;
	text-align:center;
}

.box .box_top1 {
	height:15px;
	display:block;
	background:url(images/boxback_top1.png) no-repeat 0 0;
	margin:0;
}

.box .box_top2 {
	height:15px;
	display:block;
	background:url(images/boxback_top2.png) no-repeat 0 0;
	margin:0;
}

.box .box_middle {
	display:block;
	background:url(images/boxback_middle.png) repeat-y 0 0;
	margin:0;
}

.box .box_bottom {
	height:15px;
	display:block;
	background:url(images/boxback_bottom.png) no-repeat 0 0;
	margin:0;
}

.box p {
	text-align:left;
	margin:0;
	padding:5px 0 15px 0;
}

.box h2,
.box h3 {
	margin:0;
	padding-bottom:15px;
}
/*--TOP--*/

.top {
	width:870px;
	margin:0 auto;
}

/*--info--*/

.box dl {
	width:860px;
    padding: 0;
	background-color:#EEF5D8;	
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin:0px auto;
}

.box dt,dd {
	line-height:1.6;
	padding:5px 5px 5px 10px;
	border-top:1px solid #ccc;
}

.box dt {
	float:left;
	width:9em;
	font-weight: bold;
	font-size: 100%;
	color:#333;	
}

.box dd {
	margin-left:10em;
	padding-left:10px;
	padding-right:10px;
	background-color:#FFF;
	border-left:#CCC 1px solid;
	text-align:left;
}

.box dd ul {
	width:700px;
	display:block;
	margin:0;
	padding:0;
	list-style-type:none;
}

.box dd li.li01 {
	float:left;
	width:100px;
	display:block;
}

.box dd li.li02 {
	float:left;
	width:600px;
	display:block;
}

.box dd li.li03 {
	float:left;
	width:100px;
	display:block;
	border-bottom:#999 1px dotted;
}

.box dd li.li04 {
	float:left;
	width:600px;
	display:block;
	border-bottom:#999 1px dotted;
}

.box dd ul span.style1 {
	color:#F00;
}

.box dd ul span.style2 {
	color:#F00;
	padding-left:75px;;
}

.box dd ul span.style3 {
	color:#F00;
	padding-left:127px;;
}

/*--banner--*/

.banner {
	display:block;
}

.banner img {
	padding:5px;
	margin:0;
}

.banner a {
	text-decoration:none;
}

/*--footer--*/

#footer {
	width:912px;
	margin:0;
}

#footer p {
	margin:0;
	padding:0;
}

#footer ul {
	text-align:left;
	_float:left;
	list-style-type:none;
	margin:0;
	padding:0;
	width:300px;
	display:block;
	clear:both;
}

/*--imagebox--*/

.box .imagebox {
	width:870px;
	display:block;
	margin:0 auto;
	clear:both;
}

.box .imagebox .left {
	width:420px;
	display:block;
	float:left;
}

.box .imagebox .right {
	width:420px;
	display:block;
	float:right;
}

/*--TOPLINK--*/

.pagetop {
	display:block;
	text-align:right;
	padding:100px 20px 0 0;
}

