/* === タブメニュー開始 === */

/* --- ナビゲーションバー --- */
.nav {
width: 946px; /* ナビゲーションの幅 */
padding-top: 10px; /* ナビゲーションの上パディング */
background-color: #ffffff; /* ナビゲーションの背景色 */
font-size: 110%;
font-weight: bold; /* タブメニューの文字サイズ */
}

/* --- メニューエリア --- */
.nav .nl {
width: 99%; /* メニューの幅 */
margin: 0 auto; /* メニューのマージン（上下、左右） */
padding: 0;
list-style-type: none;
text-align: center;
}

/* --- メニュー項目 --- */
.nav .nl li {
position: relative;
z-index: 1;
width: 8em; /* タブの幅 */
margin: 0 4px -1px 0; /* タブのマージン（上右下左） */
background: #f9f9f9 url(/images/tab_gen2_left.gif) no-repeat left top; /* タブの背景（左） */
float: left;
}

/* --- リンク --- */
.nav .nl li a {
display: block;
position: relative; /* IE6用 */
padding: 6px 2px; /* リンクエリアのパディング（上下、左右） */
background: url(/images/tab_gen2_right.gif) no-repeat right top; /* タブの背景（右） */
text-decoration: none; /* テキストの下線（なし） */
}
/* --- ポイント時の設定 --- */
.nav .nl li a:hover {
text-decoration: underline; /* テキストの下線（あり） */
}

/* --- アクティブなタブ --- */
.nav .nl li.active {
z-index: 3;
background: #004080 url(/images/tab_act2_left.gif) no-repeat left top; /* タブの背景（左） */
}
.nav .nl li.active a {
background: url(/images/tab_act2_right.gif) no-repeat right top; /* タブの背景（右） */
color: #ffffff; /* アクティブタブの文字色 */
}

/* === タブメニュー終了 === */


/* === サブメニュー開始 === */

/* --- ナビゲーションバー --- */
.localNav {
position: relative;
z-index: 2;
width: 946px; /* ナビゲーションの幅 */
background: #004080 url(/images/hor2_menu2_off.gif) repeat-x top; /* ナビゲーションの背景 */
border-top: 1px #002448 solid; /* 上枠線 */
border-bottom: 1px #002448 solid; /* 下枠線 */
font-size: 100%; /* サブメニューの文字サイズ */
}

/* --- メニューエリア --- */
.localNav .nl {
width: 100%; /* メニューの幅 */
margin: 0;
padding: 1px 0; /* メニューのパディング（上下、左右） */
list-style-type: none;
text-align: left;
}

/* --- メニュー項目 --- */
.localNav .nl li {
float: left;
}

/* --- 項目の幅（emで指定） --- */
.localNav .nl li.item1 {
width: 12em;
}
.localNav .nl li.item2 {
width: 13em;
}
.localNav .nl li.item3 {
width: 13em;
}
.localNav .nl li.item4 {
width: 12em;
}
.localNav .nl li.item5 {
width: 12em;
}

/* --- リンク --- */
.localNav .nl li {
background-image: url("/images/icon-or.gif");
background-repeat: no-repeat;
/*background-position: 10px 8px 5px;*/
background-position:left center;
margin-left:5px;
}

.localNav .nl li a {
display: block;
position: relative; /* IE6用 */
padding: 5px 20px; /* リンクエリアのパディング（上下、左右） */
border-right: 1px #004080 solid; /* リンクエリアの右枠線 */
text-decoration: none; /* テキストの下線（なし） */
margin-left:5px;
}
/* --- リンクテキストの色 --- */
.localNav .nl li a:link,
.localNav .nl li a:visited,
.localNav .nl li a:hover,
.localNav .nl li a:active
{
color: #ffffff;
}
/* --- ポイント時の設定 --- */
.localNav .nl li a:hover {
background: #004080 url(/images/hor2_menu2_on.gif) repeat-x 0 -1px; /* ポイント時の背景 */
text-decoration: underline; /* テキストの下線（あり） */
}

/* === サブメニュー終了 === */


/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: left;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}


A { 
text-decoration:underline; 
color: #0066ff; 
}

A:hover {
text-decoration:underline; 
color: #0066ff; 
}

.menu {
	text-decoration:none;
	color: #0066ff;
	font-size: 12px;
}

.menu A {
	text-decoration:none;
	color: #0066ff;
	font-size: 12px;
}

.menu A:hover {
	text-decoration:none;
	color: #FF0000;

 }
 
.sub_menu A {
	text-decoration:none;
	color: #666666;
	font-size: 12px;
}

.sub_menu A:hover {
	color:#DD0000;
	text-decoration: none;

}
 
.sub_menu {
	font-size: 12px;
	color: #666666;

}


body{
	font-size: 12px;

}

tr {
	font-size: 12px;
}

.gyoukan {
	line-height: 120%;
}

.gyoukan2 {
	line-height: 170%;
	font-size: 14px;
}
.bg-top {
	background-image: url(../images/bg-blue.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

.table-bg {
	background-image: url(../images/bg-gray02.jpg);
	background-repeat: repeat-x;
	background-color: #D3D3D3;
	background-position: top;


}

#regist-bookmark .title{
line-height:18px;
vertical-align:top;
margin-right:5px;
}
#regist-bookmark p{
display:inline;
margin-left:5px;
}
#regist-bookmark img{
border:none;
}
.bg-top {
	background-image: url(../images/bg-blue.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

.table-bg {
	background-image: url(../images/bg-gray02.jpg);
	background-repeat: repeat-x;
	background-color: #D3D3D3;
	background-position: top;
}

.code-menu0{
	font-weight:bold;
	font-size:16px;
	text-align:left;
	width:730px;
	line-height:18px;
	background:url("/images/bg_thead_sun.gif");
}

.code-menu{
	font-weight:bold;
	text-align:center;
	width:40px;
	line-height:18px;
	background:url("/images/bg01.gif");
}

.code-menu2{
	text-align:left;
	width:200px;
	background:#FFFFFF;
}

#tweets-area{
text-align:left;
width:100%;
}
#tweets-area .header{
background-color:#99cccc;
padding:3px;
}
#tweets-area ul{
margin-left:0;
padding-left:0;
margin-bottom:0;
padding-bottom:0;
}
#tweets-area li{
list-style-type:none;
margin-bottom:5px;
padding-bottom:5px;
border-bottom:1px solid #CCCCCC;
float:left;
}
#tweets-area .user-image{
float:left;
}
#tweets-area .text-area{
width:265px;
float:left;
margin-left:5px;
}
#tweets-area .comment{
position:relative;
}
#tweets-area .title{
margin-bottom:5px;
}
#tweets-area .name{
font-weight:bold;
}
#tweets-area .seemore{
float:right;
}

#searchresult-area{
font-size:110%;
}
#searchresult-area ul{
margin-left:0;
padding-left:0;
}
#searchresult-area li{
list-style-type:none;
margin-bottom:5px;
padding-bottom:5px;
border-bottom:1px solid #CCCCCC;
}

#regist-bookmark .title{
line-height:18px;
vertical-align:top;
margin-right:5px;
}
#regist-bookmark p{
display:inline;
margin-left:5px;
}
#regist-bookmark img{
border:none;
}

#search-form .empty{
color:#CCCCCC;
}

#topnews-area .news-tab{
background:url(/images/bg01.gif);
}

#topnews-area .news-tabs td{
background:url(/images/bg01.gif);
border:1px solid #CCCCCC;
border-left:none;
text-align:center;
}

#topnews-area .news-tabs td.current{
border-top:1px solid orange;
border-bottom:1px solid white;
}

#topnews-area .news-tabs td.leftmost{
border-left:1px solid #CCCCCC;
}

#cs{
background:url(/images/bg01.gif);
border-top:solid 1px #8FB5DA;
font-weight:bold;
line-height:24px;
}

#cs2{
background:url(/images/p_bg.gif);
padding-left:10px;
line-height:22px;
vertical-align:top;
}

#navi {clear:both; width:920px; height:24px; overflow:hidden; background:#003366C url(title_bg1.gif) repeat-x left top;; color:#FFF;}
#navi ul {list-style:none; margin:0 padding:0;}
#navi ul li {float:left; list-style:none; margin:0; padding:0; width:130px; height:20px; border-right:solid 1px #FFF;}
#navi ul li a {display:block; text-align:center; text-decoration:none; font-weight:bold; font-size:100%; color:#FFF; padding-top:5px;}
#navi ul li a:hover {color:#FFF; text-decoration:none; background:#336699 repeat-x left top; height:20px;}
#navi .last {border-right:0px; width:130px;}


}
