@import url("base.css");

#contents {
	padding-bottom:40px;
}


/* トップタイトル
-----------------------------------*/
#contents .top_title {
	width:715px;
	line-height:20px;
	padding:9px 0px 6px 15px;
	color:#FFFFFF;
	background-color:#151515;
}

#contents .top_title a {
	font-size:11px;
	font-family:Verdana;
}

#contents .top_title a:link {
	color:#FFFFFF;
	text-decoration: none;
}
#contents .top_title a:visited {
	color:#FFFFFF;
	text-decoration: none;
}
#contents .top_title a:hover {
	color: #4D94DB;
	text-decoration: underline;
}
#contents .top_title a:active {
	color:#FFFFFF;
	text-decoration: none;
}


/* 下部エリア
-----------------------------------*/
#bottom_area1 {
	width:730px;
	line-height:17px;
	font-size:11px;
	background-color:#0D0D0D;
	background-image:url(../img/salespoint/bottom_bg1.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}

#bottom_area2 {
	width:730px;
	line-height:17px;
	font-size:11px;
	background-color:#0D0D0D;
	background-image:url(../img/salespoint/bottom_bg2.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}

#bottom_area3 {
	width:730px;
	line-height:17px;
	font-size:11px;
	background-color:#0D0D0D;
	background-image:url(../img/salespoint/bottom_bg3.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}

#bottom_area4 {
	width:730px;
	line-height:17px;
	font-size:11px;
	background-color:#0D0D0D;
	background-image:url(../img/salespoint/bottom_bg4.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}

#bottom_area5 {
	width:730px;
	line-height:17px;
	font-size:11px;
	background-color:#0D0D0D;
	background-image:url(../img/salespoint/bottom_bg5.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}

#bottom_title {
	width:720px;
	height:26px;
	padding:10px 0px 0px 10px;
	color:#FFFFFF;
	font-size:14px;
	background-image:url(../img/salespoint/bottom_title.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

#bottom_inner {
	width:670px;
	padding:45px 0px 40px 0px;
	margin:auto;
}


/* ボックス
-----------------------------------*/
.box {
	float:left;
	width:210px;
}

.box .name {
	width:210px;
	color:#FFFFFF;
	font-size:14px;
	background-color:#0D0D0D;
	background-image:none;
	padding-bottom:2px;
}

.box .subname {
	width:210px;
	color:#4D4D4D;
	font-family:Verdana;
	padding-bottom:9px;
}

.box img {
	border:5px solid #4D4D4D;
}


.box .comment {
	width:210px;
	line-height:18px;
	padding-top:7px;
}

.box_space {
	float:left;
	width:20px;
	height:200px;
}



