@charset "utf-8";

.mainContents {
	margin-top: 20px;
	font-size: small;
}

.articleArea {
	border-bottom-width: 1px;
	border-bottom-color: #cccc66;
	border-bottom-style: solid;
	background-color: #ffffdd;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #cccc66;
	border-left-color: #cccc66;
	border-right-style: solid;
	border-left-style: solid;
}

.articleArea .header {
	background-repeat: repeat-x;
	background-image: url(../../img/article_header.gif);
	height: 22px;
	padding-top: 4px;
	font-size: medium;
}
.articleArea .title {
	text-shadow: .1em .1em .1em #999999;
	text-decoration: none;
	background-position: 10px;
	background-image: url(../../img/news.gif);
	background-repeat: no-repeat;
	padding-right: 10px;
	padding-left: 30px;
	padding-bottom: 2px;
	padding-top: 10px;
	font-size: medium;
}

.articleArea .date {
	margin-top: 0px;
	padding-bottom: 2px;
	padding-right: 10px;
	padding-left: 5px;
	padding-top: 2px;
	margin-bottom: 0px;
	margin-left: 20px;
	border-left-color: #333333;
	border-left-width: 1px;
	border-left-style: solid;
	color: #999999;
	font-size: x-small;
}

.articleArea .content {
	padding-right: 10px;
	margin-bottom: 10px;
	padding-left: 5px;
	margin-top: 0px;
	margin-left: 20px;
	border-left-color: #333333;
	border-left-width: 1px;
	border-left-style: solid;
	font-size: small;
}

.sideColumn {
	width: 240px;
}

.sideColumn table {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-right-color: #999999;
	border-left-color: #999999;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	margin-left: 10px;
	font-size: small;
}

.sideColumn .headline {
	text-align: center;
	height: 23px;
	background-image: url(../../img/side_th.gif);
	background-repeat: repeat-x;
}

.sideColumn .contents {
	padding: 3px;
	background-image: url(../../img/side_td.gif);
	background-repeat: repeat;
}

.sideColumn ul {
	margin-left: 2px;
	padding-left: 5px;
	list-style-type: none;
	list-style-position: outside;
}

.sideColumn li a{
	line-height:20px;
	background-image:url(../../img/link.gif);
	background-repeat:no-repeat;
	background-position: left center;
	padding:2px 0px 2px 20px;
}

.footernavi {
	text-align: center;
	padding: 3px;
	margin-top: 6px;
	background-color: #ccccff;
}

.adArea {
	margin-bottom: 3px;
	margin-top: 3px;
	border-color: #cccccc;
	border-width: 1px;
	border-style: solid;
}

.adArea .header {
	text-align: left;
	font-size: x-small;
	background-color: #cccccc;
}

.adArea .banner {
	margin-bottom: 3px;
	margin-top: 3px;
}


