/* mod2 ************************************ Selector */
* {
	margin:0; padding:0;
	border:0;
	color:#666;
}
body {
/*	margin:5px auto 60px auto; padding:0;  */
	line-height:1.5;
	text-align:center;
	font-size:12px;
	margin-left:51px;
	margin-right:53px;

}
ul,
li {
/*	margin:0; padding:0; */
	list-style-type: none;
}
img {
	margin:0; padding:0;
	border:0;
}
a:link{
	color:#666;
	text-decoration:none;
}
a:visited{
	color:#666;
	text-decoration:none;
}
a:focus {
	color:#666;
	text-decoration:none;
}

#header{
	margin:0 auto 15px auto; padding:0;
	width:720px;
}
#container {
	width:720px;
	margin:0 auto; padding:0;
	text-align:left;
	position:absolute;

}

.alignLeft {
	float: left;
	text-align: left;
	height: 132px;
	overflow: none;
}

.alignRight {
	float: right;
	text-align: right;
	height: 44px;
	padding-top: 43px;
	overflow: none;
}

#contents {
	width:720px;
	margin:132px auto;
	padding:0;
}

#contents_header {
	margin:0 0 15px 0; padding:0;
	width:720px; height:56px;
	background:transparent url("../IMAGES/contents_header.jpg") no-repeat 0 0;
	text-indent:-9999px;
}

#contents_lead {
	margin:0; padding:0 0 15px 0;
}
#contents_lead p {
	float:left;
}

#contents_lead .thumb span {
	display:block;
	margin:3px 0 0 0; padding:0;
	font-size:85%;
}

table.license{
    border-top:1px solid #666;
    border-left:1px solid #666;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
    margin-left:60px;
    margin-top:10px;
    width:600px;
}
.license th{
    border-right:1px solid #666;
    border-bottom:1px solid #666;
    color:#666;
    background-color:#ccc;
    background-position:left top;
    padding:0.3em 1em;
    text-align:center;
}
.license td{
    border-right:1px solid #666;
    border-bottom:1px solid #666;
    padding:0.3em 1em;
    text-align:center;
}

#company_name{
    text-align:left;
}

/*for footer*/
div.footer{
	width:720px;
	height:25px;
	margin-top:5px;
	padding-top:5px;
	background-image:url('http://www.nissan.co.jp/DEALER/EWRITERPLUS/COMMON_RSRC/footer_bg.gif');
	background-repeat:no-repeat;
	display:block;
	font-size: 11px;
	vertical-align:baseline;
}
div.footer ul{
	width:300px;
	height:21px;
	margin:0px;
	margin-top:2px;
	padding:0px;
	border:0px;
	list-style-type:none;
}
div.footer hr{
	display:none;
}
li.footer{
	margin:0px;
	margin-right:10px;
	padding:0px;
	padding-left:8px;
	border:0px;
	border-left: 6px;
	background-image:url('http://www.nissan.co.jp/DEALER/EWRITERPLUS/COMMON_RSRC/header_mark.gif');
	background-position:-6px left;
	background-repeat:no-repeat;
	float:left;
	list-style-type: none;
}
address.footer{
	width:420px;
	height:22px;
	font-size:9px;
	vertical-align:bottom;
	font-style:normal;
	font-weight:bold;
	position:relative;
	top:-21px;
	left:300px;
	text-align:right;
	overflow:hidden;
}

