@charset "utf-8";
/* CSS Document */

/*---------------------------------*/
/*       構成                      */
/*---------------------------------*/
#container #contents #left_sidebar {
	border: 1px solid #C96;
	float: left;
	width: 150px;
	margin-right: 10px;
	padding: 0.5em;
}

#container #contents #main_contents {
	float: left;
	width: 500px;
}

#container #contents #right_sidebar {
	float: left;
	width: 200px;
	margin-left: 10px;
	padding: 0.3em;
}

.brand #container #contents #right_sidebar {
	background-color:#FFC;
}

#container #footer {
	clear: both;
	width: 100%;
	height: 80px;
	background-color: white;
}

/*---------------------------------*/
/*       左サイドバー              */
/*---------------------------------*/
#container #contents #left_sidebar h2 {
	font-weight: bold;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	color: #900;
}
#container #contents #left_sidebar ul li,
#container #contents #main_contents ul li {
	background-image: url(../Images/button_01.gif);
	background-repeat: no-repeat;
	background-position: 5px;
	padding-left:18px;
	line-height: 1.3;
	margin-right:1em;
	border-bottom-style: dotted;
	border-bottom-color: #C96;
	border-bottom-width: 1px;
}

/*---------------------------------*/
/*       メインコンテンツ          */
/*---------------------------------*/
#container #contents #main_contents h2 {
	background-image: url(../Images/back_01.jpg);
	background-repeat: repeat-x;
	line-height: 30px;
	color: #FFF;
	font-size: 1.2em;
	font-weight: bold;
	padding-left: 0.5em;
	margin-bottom: 5px;
}
#container #contents #main_contents .section img {
	padding:5px;
	background-color:white;
	border:solid 1px #C96;
	float:left;
	margin-right: 10px;
}

#container #contents #main_contents .section {
	padding-top: 15px;
	padding-bottom: 7px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: gray;
}
	
#container #contents #main_contents .section h3 {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 0.3em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.brand #container #contents #main_contents .section h3 {
	color: #900;
	border-bottom-color: #900;
}
.genre #container #contents #main_contents .section h3 {
	color: #C09;
	border-bottom-color: #C09;
}
#container #contents #main_contents .search {
	text-align: right;
}
