@charset "utf-8";
@import "../../shared/css/reset.css";
@import "../../shared/css/common_ad.css";
@import "../../shared/css/header.css";
@import "../../shared/css/footer.css";
@import "../../shared/css/colorbox.css";

/*------------------------------------------------------------
CSS Information
 Site URL:     http://www.tfm.co.jp/
 File name:    sitemap.css (http://www.tfm.co.jp/sitemap/css/sitemap.css)
 Summary:      sitemap styles
 Created:      2010-02-02
 Last update:  2010-02-16
 Copyright:    (c) 2010 TOKYO FM Broadcasting Co., Ltd. All rights reserved.
-------------------------------------------------------------*/

/*---------------
 __main
----------------*/
#main h1 {
	background-image: url(../img/title.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
	width: 755px;
	text-indent: -999px;
	margin-bottom: 10px;
}

/*------list_content------*/
.list_content .list_wrapper {clear: both;}

.list_content {
	margin-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	padding-bottom: 10px;
}

.list_content li {margin-bottom: 5px;}


.list_content .lv1 {
	background-image: url(../../shared/img/mrk_arrow.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 6px;
	margin-bottom: 5px;
	font-weight: bold;
}


.list_content .Leftlist {
	float: left;
	width: 370px;
	margin-bottom: 10px;
}

.list_content .Rightlist {
	float: right;
	width: 370px;
	margin: 0px 0px 10px 10px;
}

.list_content dd,.list_content  .lv2 li {
	background-image: url(../img/lv2_arrow.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	margin: 0px 0px 5px 10px;
	padding-left: 10px;

}

#main #lineend {border-bottom-style: none;}
