a{
	color:#0066FF;
	text-decoration:underline;
}

a:hover{
	color:#ff0000;
	text-decoration:none;
}

a:visited{
	color:#0066FF;
	text-decoration:underline;
}

h1 { font-size : 12px ; } 

}

ul#menuList{
	list-style-type:none;
	padding-left:10px;
	margin:10px 0 0 0;
	width:100%;
}

ul#menuList a{
	display:block;
	background:url("/img/list_icon.png") no-repeat;
	background-position:left 3px;
	height:15px;
	text-indent:20px;
	padding:2px 0;
}

ul#menuList a:hover{
	display:block;
	background:#ffccaa url("/img/list_icon.png") no-repeat;
	background-position:left 3px;
	height:15px;
	text-indent:20px;
	padding:2px 0;
}

ul#menuList2{
	list-style-type:none;
	padding-left:3px;
	margin:10px 0 0 0;
	width:100%;
}

ul#menuList2 a{
	display:block;
	background:url("/img/list_icon.png") no-repeat;
	background-position:left 3px;
	height:15px;
	text-indent:20px;
	padding:2px 0;
}

ul#menuList2 a:hover{
	display:block;
	background: url("/img/list_icon.png") no-repeat;
	background-position:left 3px;
	height:15px;
	text-indent:20px;
	padding:2px 0;
}

ul#menuList3{
	list-style-type:none;
	padding-left:3px;
	margin:0 0 0 0;
	width:100%;
}

ul#menuList3 a{
	display:block;
	background:url("/img/fold1.gif") no-repeat;
	background-position:left 3px;
	height:15px;
	text-indent:20px;
	padding:2px 0;
}

ul#menuList3 a:hover{
	display:block;
	background: url("/img/fold1.gif") no-repeat;
	background-position:left 3px;
	height:15px;
	text-indent:20px;
	padding:2px 0;
}

#questionList{
	width:90%;
	font-size:12px;
	margin:0 auto;
	padding:10px 0;
	text-align:left;
}

#questionList dt{
	text-indent:1em;
	width:100%;
	height:30px;
	line-height:25px;
	background:url("../images/dt_bg.png") no-repeat;
}

#questionList dd{
	padding:5px;
	margin:0;
	margin-bottom:15px;
	width:100%;
}

#questionTbl{
	border-collapse:collapse;
	font-size:14px;
	width:98%;
	line-height:130%;
	margin:10px auto;
}

#questionTbl a{
	color:#0066ff;
}

#questionTbl a:hover{
	color:#ff3300;
}

#questionTbl th{
	vertical-align:top;
	width:20%;
	text-align:left;
}

#questionTbl td{
	background:#fff;
}

th.qh{
	background:url('../images/q_icon.png') no-repeat;
	text-indent:-9999px;
	border-bottom:1px #333 dashed;
	padding-bottom:80px;
}

th.ah{
	background:url('../images/a_icon.png') no-repeat;
	background-position:0 10px;
	text-indent:-9999px;
	padding-top:10px;
}

.qd{
	border-bottom:1px #333 dashed;
	padding-bottom:10px;
}

.ad{
	padding-top:10px;
}

/* ページ数の設定 */

#page_num{
	padding:10px 0;
	text-align:left;
	font-size:14px;
}

.page_s{
	font-weight:bold;
	padding:0 5px;
}

.page_n{
	padding:0 5px;
}
/* === タブメニュー開始 === */

/* --- ナビゲーションバー --- */
.nav {
width: 900px; /* ナビゲーションの幅 */
padding-top: 10px; /* ナビゲーションの上パディング */
background-color: #ffffff; /* ナビゲーションの背景色 */
font-size: 110%;
font-weight: bold; /* タブメニューの文字サイズ */
}

/* --- メニューエリア --- */
.nav .nl {
width: 100%; /* メニューの幅 */
margin: 0 auto; /* メニューのマージン（上下、左右） */
padding: 0;
list-style-type: none;
text-align: center;
}

/* --- メニュー項目 --- */
.nav .nl li {
position: relative;
z-index: 1;
width: 6.3em; /* タブの幅 */
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: 900px; /* ナビゲーションの幅 */
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: 12em;
}
.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;


}

#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;
}


