/* ################################################## */

.title{
position:absolute;
top:0px;	left:0px;
width:100%;	height:70px;
margin:0px;	padding:0px;
}

/* ################################################## */

.contentslink{
width:550px;	height:;
}

/* ################################################## */

.contents{
float:left;
width:350px;	height:;
margin:10px 0px;	padding:0px;
text-align:left;
}
.contents p{
margin:0px 0px 10px 0px;
}

/* ################################################## */

.link{
float:right;
width:180px;	height:;
margin:10px 0px;	padding:0px;
text-align:left;
}

.link dl{
margin:0px;	padding:0px;
border:solid 1px #ccc;
}
.link dt{
margin:0px;	padding:2px 0px;
background:#ccc;	color:#000;
text-align:center;
}
.link dd{
margin:0px;	padding:1px 0px;
text-indent:20px;
background-image:url(home/list.gif);
background-repeat:no-repeat;
background-position:5px 50%;
}

/* ################################################## */

.address{
clear:both;
width:550px;	height:;
margin:0px;	padding:2px 0px;
border-top:solid 1px #000;
text-align:right;
}

/* ################################################## */