
/* layout.css */

#container {
	text-align:center;
	width:100%;
}

#content{
	width: 670px;
	margin: auto;
	padding:0px;
	background-color:white;
}

#header_navi{
	background-color:white;
	margin:auto;
	width:670px;
	height:14px;
}
#header_navi img{
	float:right;
	margin-right:35px;
}
#header{
	background:url(../img/header/ttl_publi.gif);
	text-align:left;
	text-indent:-10000px;
	border-top:3px solid #777;
	width:670px;
	height:50px;
	margin:auto;
}
#header img{
}

#footer{
	width: 600px;
	height: 10px;
	background-color:#ddd;
	margin: 0px;
}
#footer img{
	float:right;
	border-left:5px solid #fff;
	position:relative;
	top:-4px;
}

.mainCont{
	text-align:left;
	padding:10px 35px 0px;
}

.title{
	border-bottom:1px solid #ccc;
	margin:15px 0px 10px;
}

.artist{
	border-bottom:1px solid #ccc;
	padding-bottom:5px;
	margin:15px 0px 10px;
}

span.price{
	font-weight:bold;
}

.dotBorder{
	border:1px dashed #ccc;
	padding:0.5em;
	margin-bottom:10px;
}

.imgBorder{
	border:1px solid #eee;
}

.dotBorder h3.howto{
	line-height:0.8em;
/*	border-left:0.8em solid #999;	*/
}

.dotBorder p {
	font-size:90%;
	margin:0.5em 0em;
}

.dotBorder ul {
	line-height:1.5em;
	margin:0px;
	padding-left:2em;
}

.linkBack {
    font-size: 90%;
    text-align: right;
}

.linkBack a {
    background: url("../img/ico/ico_link_back.gif") no-repeat scroll right center transparent;
    display: block;
    height: 21px;
    line-height: 23px;
    padding-right: 22px;
}

.linkOfclSite {
    font-size: 90%;
    text-align: right;
}

.linkOfclSite a {
    background: url("../img/ico/ico_link_ofcl.gif") no-repeat scroll right center transparent;
    display: block;
    height: 21px;
    line-height: 23px;
    padding-right: 22px;
}