@charset "UTF-8";
/* CSS Document */

a:link {
	color: #666666;
	text-decoration: underline;
}

a:visited {
	color: #666666;
	text-decoration: underline;
}

a:hover {
	color: #FF0000;
	text-decoration: none;
}

a:active {
	color: #FF0000;
	text-decoration: none;
}

* {
	font-family: "ＭＳ Ｐゴシック", Osaka;
}

img {
	border: 0;
}

table {
	border: 0;
}

.clr {
	clear: both;
}

.txt_non {
	font-size: 0;
}

body {
	margin: 0;
	padding: 0;
}

#wrap_bg {
	margin: 0;
	padding: 0;
	background-image: url(../img/con_bg_01.jpg);
	background-repeat: repeat-y;
	background-position: top center;
}

*html #wrap_bg {/* WinIE4～6、MacIE4～5にだけ適用 */
	margin: 0;
	padding: 0;
	background-image: url(../img/con_bg_02.jpg);
	background-repeat: repeat-y;
	background-position: top center;
}

*:first-child+html #wrap_bg {/* WinIE7にだけ適用 */
	margin: 0;
	padding: 0;
	background-image: url(../img/con_bg_02.jpg);
	background-repeat: repeat-y;
	background-position: top center;
}

#wrap {
	margin: auto;
	padding: 0;
	width: 800px;
}


/* header */
#hdr {
	margin: 0;
	padding: 0;
	width: 800px;
	height: 31px;
	background-image: url(../img/hdr_bg_01.jpg);
	background-repeat: repeat-x;
	overflow: hidden;
}

#hdr_lft {
	margin: 0;
	padding: 0;
	width: 150px;
	float: left;
	font-size: 0;
	line-height: 0;
}

#hdr_rgt {
	margin: 0;
	padding: 0;
	width: 112px;
	float: right;
	font-size: 0;
	line-height: 0;
}


table#hdr_02 {
	margin: 0;
	padding: 0;
	width: 800px;
	height: 66px;
	overflow: hidden;
	border-collapse:collapse;
	border: 0;
}

#hdr_02 tr,td {
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	border: 0;
	border-collapse:collapse;
}
/* header end */

/* contents */

#con_bo {
	margin: 0;
	padding: 0;
	width: 800px;
}

#con_bo h1 {
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

#con_bo ul {
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	list-style-type: none;
}

#con_bo li {
	margin: 0;
	padding: 0;
	font-size: 0;
	display: inline;
}

#con_bo p {
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

#con_bo_man {
	margin: 0;
	padding: 0;
	width: 800px;
	background-image: url(../img/con_bg_03.jpg);
	background-repeat: repeat-y;
}

#ec_btn_01 {
	margin: 20px 0 20px 0;
	padding: 0;
	width: auto;
	text-align: center;
	clear: both;
}
/* contents end*/

/* top return */
.top_rtn {
	margin: 0;
	padding: 10px 20px 10px 0;
	font-size: 65%;
	line-height: 1.7;
	color: #666666;
	text-align:right;
	clear: both;
}
/* top return */


/* footer */
#ftr {
	margin: 10px 0 0 0;
	padding: 0;
	width: 800px;
	min-height: 35px;
	height: auto !important;  
    height: 35px;
	background-image: url(../img/ftr_bg_01.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	clear: both;
}

#ftr_lft {
	margin: 0;
	padding: 10px 0 0 20px;
	font-size: 65%;
	line-height: 1.7;
	color: #666666;
	text-align: left;
	width: 200px;
	float: left;
}

#ftr_rgt {
	margin: 0;
	padding: 10px 20px 0 0;
	width: 550px;
	float: right;
	font-size: 70%;
	line-height: 1.5;
	color: #666666;
	text-align: right;
	vertical-align: middle;
}
/* footer end */

.tableborder {
	border: 1px solid #CCCCCC;
}
