@charset 'utf-8';

/*
--------------------------------------------------------------
   Kigoulab CSS
   Created :2009/04/08
   Os: ALL
   Ua: ALL
-------------------------------------------------------------*/


/* Constitution
--------------------------------------------------------------*/


#contents {
	background-image: url(../img/bg_treehome.gif);
	background-position: top center;
	background-repeat:no-repeat;
	margin:0 auto;
	clear:both;
}



/* utility & message
--------------------------------------------------------------*/


#utility {
	width: 300px;
	height: 50px;
	margin-top: 0;
	float: right;
}

#utility ul {
	margin-bottom:0;
}

#utility li {
	display: inline;
	float: left;
	margin-left: 10px;
}

#utility li.about a {
	background-image: url(../img/utility.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	width: 140px;
	height: 50px;
	text-indent: -9999px;
}

#utility li.about a:hover {
	background-position: 0 -60px;
	text-decoration: none;
}

#utility li.uleky a {
	background-image: url(../img/utility.gif);
	background-position: -160px 0;
	background-repeat: no-repeat;
	display: block;
	width: 140px;
	height: 50px;
	text-indent: -9999px;
}

#utility li.uleky a:hover {
	background-position: -160px -60px;
	text-decoration: none;
}

#message {
	width: 300px;
	margin-top: 5px;
	text-align: right;
	color: #FF6600;
}


/* Image Rotater
--------------------------------------------------------------*/
#image-rotater-box {
	width: 500px;
	height: 295px;
	margin: 40px 30px 20px 30px;
}

#image-rotater-box noscript img
{
	border-style: none;
	width: 500px;
	height: 280px;
	visibility: visible;
}

.image-tab {
	border-style: none;
	width: 25px;
	height: 17px;
}

#imageID1 {
	visibility: hidden;
}

#ImageID2 {
	visibility: hidden;
}

.image-rotater {
	position: absolute;
	margin:0 auto;
}

/* CM Movie
--------------------------------------------------------------*/
#cm-movie
{
	width: 500px;
	height: 390px;
}

div#cm-movie div#flvbox
{
	margin-left: 30px; 
}

/* Spot Light
--------------------------------------------------------------*/
ul#spotlight-list {
	list-style-type: none;
	margin-left: 4px;
	margin-right: 15px;
}

ul#spotlight-list li {
	height: 85px;
	margin-top: 2px;
	margin-bottom: 2px;
}

ul#spotlight-list img {
	width: 120px;
	heigth: 80px;
	border-style: none;
	float: left;
	margin-right: 8px;
}

/* topicList
--------------------------------------------------------------*/

dl#topicList {
	margin-left: 30px;
	margin-bottom: 0;
}

dt.date {
	margin-top: 0px;
	margin-bottom: 4px;
	width: 95px;
	color: #754C24;
	display: block;
	float: left;
}

dd.tag {
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	display:block;
	float: left;
}

dd.tag a {
	display: block;
	float: left;
	margin-top: 0px;
	margin-bottom: 4px;
	margin-right: 10px;
	padding: 3px 0;
	width: 60px;
	text-align: center;
	text-decoration: none;	
	color: #FFFFFF;
}

dd.tag a:link,
dd.tag a:visited,
dd.tag a:hover,
dd.tag a:active
{
	text-decoration: none;	
	color: #FFFFFF;
}


dd.text {
	width: 340px;
	margin-top: 0px;
	margin-bottom: 4px;
	display: block;
	float: left;
}

dd.text a {
	color: #128E42;	
}

dd.orange a { 
	background-color: #F29600;
}

dd.green a { 
	background-color: #76A01E;
}

dd.red a { 
	background-color: #ac0040;
}




/* listTree1
--------------------------------------------------------------*/

div.listTree
{
	width: 560px;
	margin-bottom: 20px;
}

/*
div.listTree-header h2 {
	background-image: url(../img/arrow_01.gif);
	background-position: 0 3px;
	background-repeat: no-repeat;
	padding-left: 25px;
}
*/

div.listTree-header h2 a {
	color: #FFFFFF;
	text-decoration: none;
}

div.listTree-header h2 a:link,
div.listTree-header h2 a:visited,
div.listTree-header h2 a:hover,
div.listTree-header h2 a:active
{
	text-decoration: none;	
	color: #FFFFFF;
}

div.listTree-header h2 img {
	height: 22px;
	margin-right: 2px;
	vertical-align: middle;
}

/* listTree2
--------------------------------------------------------------*/


div.listTree2-header {
	background-image: url(../img/bg_branch2_top.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 560px;
	height: 70px;
	overflow: auto;
}

div.listTree2-header h2 {
	margin-top: 12px;
	font-size: 18px;
	color: #FFFFFF;
}

div.listTree2-header img {
	margin-left: 2px;
	height: 20px;
	vertical-align: middle;
}

div.listTree2-header h2.left {
	width: 230px;
	padding-left: 30px;
	float: left;
	display: inline
}

div.listTree2-header h2.right {
	width: 220px;
	margin-left: 20px;
	padding-left: 40px;
	float: left;
	display: inline
}

div.listTree2-contents {
	background-image: url(../img/bg_branch2_cnt.gif);
	background-position: 0 0;
	background-repeat: repeat-y;
	width: 560px;
}

div.listTree2-contents div.leftCol {
	width: 240px;
	margin-left: 10px;
	padding: 10px 10px 0;
	float: left;
	display: inline;
}

div.listTree2-contents div.rightCol {
	width: 240px;
	margin-left: 20px;
	padding: 10px 10px 0;
	float: left;
	display: inline;
}

div.listTree2-contents,
div.listTree2-contents ol,
div.listTree2-contents ul {
	margin-left: 0;
	margin-bottom: 0;
	color: #754C24;
}

div.listTree2-contents ol a,
div.listTree2-contents ul a {
	color: #128E42;
}

div.listTree2-footer {
	background-image: url(../img/bg_branch2_btm.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 560px;
	height: 17px;
}


/* ランキング */
.db-ranking li img {
	vertical-align: middle;
	margin-bottom: 4px;
	margin-right: 4px;
}

#db-ranking-1,
#db-ranking-2,
#db-ranking-3
{
	font-weight: bold;
	font-size: 110%;
}

#db-ranking-4 img,
#db-ranking-5 img,
#db-ranking-6 img,
#db-ranking-7 img,
#db-ranking-8 img,
#db-ranking-9 img,
#db-ranking-10 img
{
	display: none;
}
