@charset "UTF-8";

/****** header ******/
#header{
	border-bottom: 10px solid #000;	
	margin: 0px 0px 10px 0px;
}

/****** list ******/
#pankuzu{
	overflow: hidden;
	margin: 0px 0px 10px 10px;
}
*html #pankuzu{
	zoom: 1;	
}
#pankuzu li{
	float: left;
	margin: 10px 0px 0px 0px;
	padding-right: 5px;	
}
#pankuzu li a{
	color: #F00;	
}
/****** top ******/
#top {
	min-width: 950px;
	position: relative;
}
/****** genre ******/
#genre{
	overflow: hidden;
	margin: 0px 0px 10px 0px;
	background: url(../images/bg-h2-privacy.gif) no-repeat;
	width: 950px;
	height: 53px;
	line-height: 53px;
	position: relative;
}
*html #genre{
	zoom: 1;	
}
#genre h2{
	position: absolute;
	top: 19px;
	left: 70px;
}
#genre p{
	position: absolute;
	top: 19px;
	right: 16px;
	color: #000;	
	text-decoration: none;
	font-weight: bold;
	font-size: 110%;
}
/*** temp ***/
#contents{
	overflow: hidden;
	font-size:14px;
	line-height:1.7em;
}
*html #contents{
	zoom: 1;
}
#contents p{
	/*margin: 0px 0px 15px 0px;*/
}

#contents #column1{
	width: 100%;
	text-align: left;
}
#contents #menu{
	color: #FFF;
	text-align: center;
	width: 230px;	
	border-bottom: 10px solid #FFF;
	margin: 0px 18px 0px 0px;
	float: left;
}
#contents #menu h3{
	margin: 0px 0px 5px 0px;	
}
#contents #column2{
	width: 700px;
	padding: 0% 0% 0% 0%;
	float: left;
	text-align: left;
}

h3 img{
	margin: 0px 0px 6px 5px;
}

h3{
	border-bottom: 5px solid #d4d4d4;
	margin-bottom: 15px;
	margin-top:15px;
}

#contents a:link {
	color:#d60022;
}

#contents .signature {
	text-align:right;
	margin-top:20px;
}

#contents ol {
	padding:0 0 0 25px;
	margin:25px 0 0 0;
}

#contents li {
	list-style-type:decimal;
	margin-bottom:22px;

}

.itemize {
	background: url(../images/icon-privacy.gif) no-repeat left 4px;
	padding-left:20px;
	font-weight:bold;
	margin-bottom:5px;
	margin-top:10px;
}

.phone {
	color:#d60022;
	display:block;
	font-weight:bold;
	font-size:19px;
	margin:0;
}

.txtlink {
	font-weight:bold;
	line-height:1.6em;
	display:block;
}

.mt15 {
	margin-top:15px !important;
}