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

/* -----left_side----- */
#left_side{
	position:relative;
	top:-20px;
}
#contents_top{
	background:url(../img/common/side_back_top.jpg) center 29px no-repeat;
}

/* -----main text----- */
#main{
	width:615px;
}
#main h2{
	background:url(../img/common/bar_01.jpg) left top no-repeat;
	width:565px;
	height:22px;
	color:#ffffff;
	font-weight:bold;
	font-size:120%;
	margin:0 auto 15px;
	padding:8px 30px 0;
	text-align:left;
}
#main h2 a,#main h2 a:hover{
	color:#ffffff;
	text-decoration:none;
}

/* ----- ----- */

.main_txt p{
	line-height:150%;
	margin-left:15px;
	margin-bottom:10px;
}

.main_txt h3{
	margin-top:30px;
	color:#ff0000;
	font-weight:bold;
	margin-bottom:8px;
}
.main_txt .data{
	margin-left:330px;
}
.main_txt ul{
	margin-left:15px;
	margin-bottom:10px;
}
.main_txt li{
	background:url(../img/privacy/list.gif) left 1px no-repeat;
	margin-bottom:5px;
	padding-left:15px;
	line-height:120%;
}
.main_txt table{
	border-collapse:collapse;
	border-spacing:0;
	margin-left:15px;
	margin-bottom:10px;
	border-top:1px solid #000000;
	border-left:1px solid #000000;
}
.main_txt table th,.main_txt table td{
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	padding:8px;
	vertical-align:top;
	width:50%;
	font-size:100%;
	line-height:140%;
}
.main_txt table th{
	text-align:center;
	font-weight:bold;
}
