@charset "utf-8";
/* CSS Document */

#right {
	width: 260px;
	float: right;
	padding-bottom: 30px;
	margin-bottom: 100px;
	margin-top: 8px;
}
#right nav {
	margin-bottom: 15px;
}
#right nav h3 {
	margin-top: 10px;
	font-size: 1.4em;
	color: #3E3E3A;
	margin-bottom: 7px;
}
#right nav .tp0 {
	margin-top: 0px;
}


#right nav ul {
	font-size: 1.4em;
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
}
#right nav ul li {
	border-width: 1px;
	border-style: solid none none;
	border-collapse: collapse;
	list-style-position: inside;
	border-top-color: #CCCCCC;
	background-image: url(../images/li.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	text-indent: 25px;
}
#right nav ul li.na {
	padding-top: 10px;
	padding-left: 10px;
	background-color: #3E3A3A;
	color: #CACACA;
	background-image: url(../images/li_na.png);
	background-position: 10px 12px;
	padding-bottom: 10px;
}

#right nav ul li a {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-decoration: none;
	color: #000000;
}
#right nav ul li a:hover {
	color: #A5A5A8;
}


#right nav ul li:first-child {
	border-top-style: none;
}
#right .time_u  {
	margin-top: 20px;
}





#right section {
	margin-bottom: 30px;
}
#right section.add {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 30px;
	font-size: 1.2em;
}
#right section.add h2 {
	color: #22AA33;
	margin-bottom: 15px;
	font-weight: bold;
}
#right section.add p {
	margin-bottom: 15px;
}
