/*
コンテンツ　サイド
-------------------------------------------------------------------*/
#side {
    width: 200px;
	float: left;
	padding-left: 25px;
	margin-bottom: 200px;
}

.side-bodyarea {
    background: url(img/side-bg.gif) repeat-y;
	padding: 20px;
}

ul.side-nav {
	background: #FFFFFF none repeat scroll 0 0;
	margin: 0;
	padding: 0;
}

ul.side-nav2 {
	background: #FFFFFF none repeat scroll 0 0;
	margin-top: 20px;
	padding: 0;
}

li.side-nav {
	height: 25px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 160px;
}

li.side-nav a {
	color: #666666;
	display: block;
	font-size: 12px;
	font-weight: 700;
	padding-right: 20px;
	text-decoration: none;
	margin: 0;
	line-height: 25px;
	text-align: right;
}

li.side-nav a span {
	color: #FF3366;
	display: block;
	font-size: 12px;
	font-weight: 700;
	padding-right: 20px;
	text-decoration: none;
	line-height: 25px;
	width: 140px;
}

li.side-nav a:hover {
	background-color: #F7E8EE;
	color: #000000;
}

.side-sub {
	font-size: 14px;
	font-weight: bold;
	color: #99CC00;
    text-align: right;
	line-height: 32px;
	padding: 0px 20px;
	margin-top: 30px;
	background: url(img/icon-side-sub.gif) 16px no-repeat;
}

p.area {
    font-size: 10px;
	line-height: 18px;
	color: #666666;
	display: block;
	padding: 0 10px;
	background-color: #FFFFFF;
}

p.area span {
    font-size: 12px;
	font-weight: 700;
	color: #666666;
}

.side-top {
    background: url(img/side-bg-top.gif) no-repeat;
	height: 20px;
	width: 200px;
}

.side-bottom {
    background: url(img/side-bg-bottom.gif) no-repeat;
	height: 20px;
	width: 200px;
}
