@charset "UTF-8";

@import "/common/themes/cms/css/default.css"; /* initial setting */
@import "/common/themes/cms/css/layout.css";/* layout style */

a:link, a:visited {
	color: #0092da;
  text-decoration: none;
}
a:hover {
	color: #fe6e2b;
  text-decoration: underline;
}
a:active {
	color: #0092da;
  text-decoration: none;
}

/*
[
----------------------------------------------------------- */
#main {
	float: right;
	width: 638px;
}
#sub {
	float: left;
	width: 217px;
}
ul.indexBtn {
	margin: 5px 0 0 0;
}
ul.indexBtn li {
	display: inline;
}
ul.indexBtn li img {
	margin-bottom: 5px;
}

/*
[
----------------------------------------------------------- */
ul.category-list {
	margin-left: 0px;
}
ul.category-list li a {
	background: url(images/sidePoint.gif) repeat-y 2px 0;
	padding: 3px 0 3px 10px;
	display: block;
}
ul.category-list li {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: #ddd 1px dotted;
}

/*
[
----------------------------------------------------------- */
dl.member dt {
	float: left;
	clear: left;
	margin-bottom: 10px;
	width: 80px;
}
dl.member dd {
	margin-left: 90px;
	margin-bottom: 10px;
}
dl.member dd ul li {
	display: inline;
	margin: 0 10px 0 0;
}

.rightBox {
	font-size: 75%;
}
.rightBox img {
	margin-bottom: 3px;
	padding: 4px;
	border: #ddd 1px solid;
	line-height: 1.2;
}

.rssLine {
	margin: 1em 0;
	height: 1px;
	border-top: #aaa 1px dotted;
	clear: both;
}
h4 {
	font-weight: bold;
}
.rss-js-entry {
	background: url(images/moreLinkPoint.gif) no-repeat 0 4px;
	padding-left: 15px;
}
dl.katsudo dt {
	background: url(images/point.gif) no-repeat 0 3px;
	padding-left: 18px;
}
dl.katsudo dd {
	margin: 3px 0 10px 33px;
}	
