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

#main-news h2 { padding:20px 0 0 10px; font-size:22px; color:#000; font-weight:bold; }
#main-news h3{ margin:20px 0 0 20px; font-size:15px; font-weight:bold; margin-top:20px; border-bottom:solid 1px #777; }
#main-news p.title {padding: 0 0 0 5px; font-size:13px; font-weight:bold; margin:25px 0 0 15px; border-left:solid 4px #CC0000; border-bottom:solid 1px #999; }
#main-news p.more { margin:20px 0 0 10px; padding:3px 0 3px 5px; font-weight:bold; background:url("../img/black10.png"); }
#main-news p.ml10 { margin:5px 0 0 10px; color:#000; }


/*タブ用
---------------------------------------------*/
#kirikaewaku{ width:700px; margin-top:15px; }
/*タブ用
---------------------------------------------*/
ul.tabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0;
	border-left:1px solid #FFF;
	height:60px;
}
ul.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
}
ul.tabs a { 
	background: url(../img/bt_news.png) no-repeat 0px 0px;
	font-size:14px;
	display:block;
	height: 61px;
	line-height:20px;
	width: 222px;
	text-align:center;	
	text-decoration:none;
	color:#FFF;
	padding:0px;
	margin:0px;	
	position:relative;
}

ul.tabs a:active {
	outline:none;		
}
ul.tabs a:hover {
}
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {	
	cursor:default !important; 
	color:#FFF !important;
}

/*  背景画像の位置
---------------------------------------------*/
	
	/* 通常 */
	#nav01 a { background-position:  0     0; }
	#nav02 a { background-position: -222px 0; }
	
	/* 現在位置 */
	#nav01 a.stay { background-position:  0     -61px; }
	#nav02 a.stay { background-position: -222px -61px; }

	/* オンマウス */
	#nav01 a:hover { background-position:  0     -61px; }
	#nav02 a:hover { background-position: -222px -61px; }


/* initially all panes are hidden */ 
.panes div.pane { display:none; position:absolute; top:0px; left:20px; padding-left:20px; font-size:14px; width:635px; background:#FFF; }
.panes img { float:left; margin-right:10px; }
