@charset "utf-8";
/* CSS Document */

/* format style
-------------------------------*/
* {
	margin: 0px;
	padding: 0px;
	font-family: normal;
}


body {
	font-size: 75%;
	line-height: 1.6;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
hr {
	border:#cccccc solid 1px;
	width:800px;
	margin:10px 0px;
}

/* float解除用
-------------------------------*/
.unit:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.unit {
  min-height: 1px;
}

* html .unit {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* link style
-------------------------------*/
a img {
	border-style: none;
}

a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

/* basic style
-------------------------------*/
#container {
	background-color: #FFFFFF;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	min-height:1200px;
	/*IE6*/
	height:auto !important;
	height:1200px;
}

#header {
	width:247px;
	height:60px;
	margin-right:auto;
	margin-left:80px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;

}

#header h1 {
	width:247px;
	height:60px;
	font-size:14px;
	margin:0px auto;
	text-indent:-9999px;
}

#footer {
	margin:0px auto;
	padding:0 0 20px 0;
	width:640px;
	height:auto;
	text-align:center;
	color:#666666;
	font-size:12px;
}

/* メインコンテンツ
-------------------------------*/

#main {
	padding:10px auto 0px auto;
}

#top_img {
	width:640px;
	margin:0px auto;
	padding-top:20px;
}

#main .unit {
	width: 640px;
	margin:20px auto;
	clear:both;
}
#main .unit .left {
	width:310px;
	float:left;
}
#cancel {
	width:250px;
	margin:0px auto;
	text-align:center;
}

#cancel a {
	color:#FF6600;
}

#main .unit .left p {
	padding-top:5px;
	padding-bottom:15px;
	color: #333333;
}
#main .unit .left #link_btn {
	background: url(../images/btn02.gif) no-repeat;
	width:250px;
	height:29px;
	margin:20px auto;
}
#main .unit .left #link_btn a {
	text-indent:-9999px;
	display:block;
	overflow:hidden;
	height:29px;

}

#main .unit .left #link_btn a:hover {
	background:url(../images/btn02_r.gif) no-repeat;
	width:250px;
	height:29px;
}



#main .unit .right {
	width:310px;
	float:right;
}
#main .unit .right p {
	padding-top:5px;
	padding-bottom:15px;
	color: #333333;
}

#page_top {
	clear:both;
	text-align:right;
	width:640px;
	margin:20px auto;
}
