/*--2005/11 追加分--*/

/*画面タイトル用セル（黒）*/
td.title{
font-size: 15px;
background-color: #000000;
font-weight: bold;
margin-top: 11px;
margin-bottom: -1em;
padding: 6px;
color: #ffffff;
}

/*画面タイトル用セル（赤）*/
td.title_ac{
background-color: #BD0910;
margin-top: 11px;
margin-bottom: -1em;
}

/*一覧テーブル用セル（灰）*/
td.title2{
	font-size: 13px;
	background-image:url(../img/news_title.gif);
	background-repeat:no-repeat;
	font-weight: bold;
	margin-top: 11px;
	margin-bottom: -1em;
	padding: 3px;
	color: #333333;
	padding-left: 14px;
	height:24px;
	padding-top:5px;
}

/*一覧テーブル用セル（灰）*/
td.cell_g{
color:#000000;
background-color: #EEEEEE;
margin-top: 11px;
margin-bottom: -1em;
font-size: 12px;
line-height: 14px;
text-align: center;
padding:2px;
border:1px #CCCCCC solid;
}

/*一覧テーブル用セル（薄い灰）*/
td.cell_g2{
background-color: #DCDCDC;
text-align: center;
font-size: 12px;
padding:2px;
text-align: left;
}

/*テーブル一覧用セル（薄い灰 真ん中寄せ）*/
td.cell_g3{
background-color: #DCDCDC;
text-align: center;
font-size: 12px;
padding:2px;
}

/*テーブル一覧用セル（薄い灰 左寄せ）*/
td.cell_g4{
background-color: #DCDCDC;
text-align: right;
font-size: 12px;
padding:2px;
}

/*一覧用テーブル*/
table.list{
border: 0px;
}
/*アクセントテキスト*/
.txt_ac{
color: #FFFFFF;
text-align: left;
font-size: 12px;
padding: 3px;
text-align: left;
}
/*アクセントテキスト2*/
.txt_ac2 {
	background-color: #FFFFFF;
	font-size: 75%;
	font-weight: bold;
	padding:5px;
border:1px #CCCCCC solid;
}

/*****  2006/01 追加↓  *****/

/* アクセントテキスト3 */
.txt_ac3 {
	background-color: #DCDCDC;
	border-left-style: solid;
	border-left-color: black;
	font-size: 75%;
	font-weight: bold;
	padding: 5px;
}

/* アクセントテキスト4(1で赤の太字) */
.txt_ac4{
	color: red;
	text-align: center;
	font-size: 12px;
	padding: 3px;
	text-align: left;
	font-weight: bold;
}

/* アクセントテキスト5(bタグ効かない時用) */
.txt_ac5 {
	font-weight: bold;
}

/* アクセントテキスト6(bタグ効かない時用2) */
.txt_ac6 {
	font-size:12px;
	line-height:14px;
	font-weight: bold;
}

/* 背景色・白 */
.bg_clw {
	background-color: #ffffff;
}

/* テキスト */
.mtxt-n {
	font-size:12px;
	line-height:13px;
}

/* テキスト */
.mtxt-m {
	font-size:12px;
	line-height:14px;
}

/* テキスト(small効かない時用) */
.txt_sm {
	font-size: 10px;
	line-height: 13px;
}

/* 太字外し(nowrap効かない時用) */
.txt_nml{
	font-weight: normal;
	font-size:12px;
	line-height:13px;
}

/* テキスト色・赤 */
.footnote_red{
	padding: 3px 0 0 0 ;
	color: #C00 ;
	text-align: right ;
	font-size:12px;
	line-height:18px;
}

/* テーブル(padding効かない時用) */
.tbl_p {
	font-size:12px;
	line-height:16px;
	padding: 8px;
	padding-left: 19px;
}

/* テーブル(padding効かない時用2) */
.tbl_p2 {
	font-size:12px;
	line-height:14px;
	padding: 10px;
}

/* タイトル用赤 */
.heading {
	color: #C00;
	font-size: 28px;
	line-height:30px;
	font-weight: bold;
	padding: 15px 0 0 0;
}

/* ページタイトル */
#pagetitle h1{
	width: 580;
	height: 27px;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	background-image:url(../img/subpage_title.gif);
	padding: 5px 0px 0px 0px;
	margin: 0 ;
}

/* メインコンテンツボックス */
#main .block {
	width: 580px;
	margin: 10px 0 0 0 ;
}

/* 導入文 */
.introduction {
	padding: 15px 0 0 0;
}

.introduction td {
	background-image: url(../img/bg_introduction.jpg);
	border: 1px solid #CCC;
	padding: 10px;
}

/* サブタイトル(小) */
.subhead2 {
	font-size: 13px;
	font-weight: bold;
	padding: 5px 5px 0 20px;
	background-image: url(../img/subhead2.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px ;
	border-top: 5px solid #FFF ;
}

/* コンテンツエリア(nomal) */
.contentsarea {
	padding: 10px 0 0 0 ;
}

/* テーブル(nomal) */
.contentsarea table {
	background-color: #CCC;
}

.contentsarea caption {
	text-align: left;
	font-weight: bold;
}

.contentsarea th {
	color: #FFF;
	background-color: #666;
}

.contentsarea th, .contentsarea td {
	padding: 5px;
}

tr .whitetr , td .whitetd {
	background-color: #FFF;
	margin: 1px;
	font-size:12px;
	line-height:18px;
}

tr .graytr , td .graytd {
	background-color: #F7F7F7;
	font-size:12px;
	line-height:18px;
}

/* 足りないID分追加 */
#menu {
	width: 190px;
	background-color: #FFFFFF;
	padding: 10px;
	vertical-align: top;
	background-repeat: no-repeat;
	background-position: center bottom;
}

#sponcor {
	/*width: 200px;*/
	background-color: #F9F9F9;
	vertical-align: top;
	padding: 12px 0px 0 8px;
	background-repeat: no-repeat;
	background-position: left bottom;
	border-left:1px #EEEEEE solid;
}

#sponcor img {
	margin-bottom: 10px;
	border: 0;
}

#main {
	width: 580px;
	background: #FFF;
	padding: 0 10px 10px 10px;
	vertical-align: top;
}
#footer {
	clear: left;
	/*background-color: #fff;*/
	height: 0px;
}

/* リンク */
a:link	{
	text-decoration: none;
}

a:visited 
{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
	color:#333333;
}

/* iframe用-header */
.if_header{
	width: 100%;
	height: 134px;
}

/* iframe用-menu */
.if_menu{
	width: 180px;
	height: 400px;
}

/* iframe用-sponcor */
.if_sponcor{
	width: 100%;
	height: 400px;		/* 最低値入れてあります。広告の長さを変える時はここをいい感じの高さに変えて下さい。 */
}

/* iframe用-footer */
.if_footer{
	width: 100%;                             
	height: 60px;
}

/* content */
#content {
	height: 70%;
}

/* メニュー：種別表示用 */
.ftype{
	margin: 1px;
	background-color: #cccccc;
}

/* メニュー：種別テキスト表示用 */
.ftype_txt{
	color: #333333;
	font-size:12px;
	line-height:13px;
}

/* メニュー：種別カード表示用 */
/* 2006/06変更 */
.ftype_cd{
	width: 80;
	height: 53;
}


/*テーブル一覧用セル（橙）*/
td.cell_o{
background-color: #FEF3DA;
margin-top: 11px;
margin-bottom: -1em;
font-size: 12px;
line-height: 14px;
text-align: center;
padding:2px;
}

/*テーブル一覧用セル（青）*/
td.cell_b{
background-color: #99CCFF;
margin-top: 11px;
margin-bottom: -1em;
font-size: 12px;
line-height: 14px;
text-align: center;
padding:2px;
}

/*テーブル一覧用セル（赤）*/
td.cell_r{
background-color: #FFCCFF;
#background-color: #FED8D3;
margin-top: 11px;
margin-bottom: -1em;
font-size: 12px;
line-height: 14px;
text-align: center;
padding:2px;
}

/*--2006/06 追加分--*/
/*テーブル一覧用セル（薄い赤）左寄せ*/
td.cell_r2{
background-color: #FFE8E3;
margin-top: 11px;
margin-bottom: -1em;
font-size: 12px;
line-height: 14px;
text-align: left;
padding:2px;
}

/*下線付きアンカー*/
.underline_link{
}
.underline_link a:link{
	text-decoration: underline;
	color: blue;
}
.underline_link a:visited{
	text-decoration: underline;
	color: purple;
}
.underline_link a:hover{
	text-decoration: underline;
	color: red;
}
.topBox a {
	color:#000;
}
#main a:hover{
	color:#3366cc;
	text-decoration:none !important;
}
.lbTop {
	list-style:none;
	margin:0px;
	padding:0px;
}
.lbTop li{
	background: url('../img/toplb.gif') no-repeat 0 1;
	padding-left:15px;
	padding-bottom:5px;
	
}