﻿@charset "UTF-8";
/* CSS Document */

/*
----------------------------------------
URAYASU BASKETBALL COM CSS
Project: ubba.css
Author: YUKI KUROSAWA / Handmade Log
Version: May 2010
--------------------------------------*/


/*	 = Base
--------------------------------------*/

#body{
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: groove;
	border-left-style: groove;
	border-right-color: #999;
	border-left-color: #999;
	padding-top: 0px;
	padding-bottom: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	height: 900px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 12px;
	line-height: 1.25em;
	color: #666;
}

#headder{
	width: 800px;
	height: 160px;
	clear: both;
	background-image: url(images/headder_bg.jpg);
	background-repeat: no-repeat;
}

#container{
	width: 800px;
	height: 690px;
	clear: both;
	background-image: url(images/container_bg.jpg);
	background-repeat: no-repeat;
}


#footer{
	height: 50px;
	width: 800px;
	background-image: url(images/footer_bg.jpg);
	background-repeat: no-repeat;
	font-size: 10px;
	text-align: right;
}

/*	 = Headder
--------------------------------------*/
#logo{
	height: 160px;
	width: 220px;
	float: left;
	padding-left: 20px;
}

#headder_right{
	height: 160px;
	width: 560px;
	float: right;
	display: inline;
	}
	
#tab{
	float: right;
	height: 30px;
	width: 506px;
	clear: both;
	margin-top: 20px;
	display: inline;
	}
	
#logo_right{
	clear: both;
	float: right;
	height: 40px;
	width: 560px;
	text-align: right;
	display: inline;
	margin-top: 5px;
	}
	
#text_navi{
	font-size: 10px;
	color: #666;
	height: 20px;
	width: 560px;
	float: right;
	display: inline;
	clear: both;
	margin-top: 25px;
	padding-top: 10px;
	}

/*	 = container
--------------------------------------*/
#sidebar{
	height: 580px;
	width: 180px;
	float: left;
	padding-left: 60px;
	padding-top: 110px;
	}
	
#contents{
	float: right;
	height: 570px;
	width: 530px;
	margin-right: 20px;
	margin-left: 10px;
	clear:right;
	display: inline;
	list-style-position: inside;
	list-style-type: disc;
	margin-top: 20px;
	}	

#flash_contents{
	height: 327px;
	width: 530px;
	}
	
#whats_new_contents{
	height: 300px;
	width: 245px;
	margin-top: 20px;
	float: left;
	display: inline;
	border: 1px solid #999;
	}
	
#sub_contents{
	height: 300px;
	width: 245px;
	margin-top: 20px;
	float: right;
	display: inline;
	border: 1px solid #999;
	}	
	
#text_contents{
	margin: 10px;
	height: 280px;
	width: 225px;
	font-size: 10px;
	list-style-type: square;
	list-style-position: outside;
	}	
	
/* sidebar
----------------------------------------------------------- */
#menu_v2{
	width:150px;
}

#menu_v2 ul{
	margin:0;
	padding:0;
	list-style:none;
}

#menu_v2 li{
	list-style:none;
	width:150px;
	height:30px;
	margin:5px 0;
	display:block;
}

#menu_v2 li a{
	list-style:none;
	display:block;
	color:#724400;
	text-transform:uppercase;
	font-size:12px;
	text-decoration:none;
	line-height:30px;
	text-indent:2px;
}

#menu_v2 li a:hover{
	background:url(images/menu_pp.gif) no-repeat;
	text-decoration:none;
}

#menu_v2 li .current{
	list-style:none;
	display:block;
	background:url(images/menu_bb.gif) repeat-x left;
	color:#196A79;
	text-transform:uppercase;
	text-decoration:none;
}

#menu_v2 li a.current, #menu li a:hover.current{
	background:url(images/menu_bb.gif) repeat-x left;
	color:#573921;
	text-decoration:none;
}

		
	
/*	 = ぱんくず
--------------------------------------*/
img{
	border-style:none;
	}

a {
text-decoration: none;
}

.counter{
	font-size: 9px;
	color: #196A79;
	}

.new{
	color: #BF0426;
}
	

/*	 = h
--------------------------------------*/
h1{
	font-size: 14px;
	color: #573921;
	}
	
h2{
	font-size: 12px;
	color: #196A79;
	border-bottom: 1px solid #666;
}

address{
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 10px;
	color: #666;
	text-align: center;
	}

/* = table
----------------------------------------------------------- */
table.area{
	width: 400px;
}
	
.area th{
	padding: 2px;
}

.area td{
	padding: 2px;
}

	
.area tr{
	padding: 2px;
}

/* = link
----------------------------------------------------------- */
a:link {
	color: #196A79
}

a:visited {
	color: #573921
} 

a:hover {
	color: #FF932C
}
