@charset "utf-8";
/*

全ページ共通css

*/
body{
	background:#fff;
	color:#111;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

figure{
}
	figure img{
		margin-bottom:5px;
	}

figcaption{
	text-align:center;
	font-size:85%;
	line-height:1.5;
}


/*==================================================

全体

==================================================*/
#wrap{
	margin:0 auto;
	width:960px;
}



/*==================================================

ヘッダー

==================================================*/
#header{
}



/*==================================================

グローバルナビ

==================================================*/
#global_navi{
	margin-bottom:20px;
}
	#global_navi li{
		float:left;
		margin:0;
		list-style:none;
	}



/*==================================================

ビジュアル

==================================================*/
#category_vi{
	margin-bottom:20px;
}



/*==================================================

ぱんくず

==================================================*/
#topic_path{
	margin-bottom:30px;
}
	#topic_path li{
		float:left;
		margin-right:10px;
		margin-left:0;
		padding-right:15px;
		list-style:none;
		background:url(../images/path_cur1.gif) no-repeat right 8px;
	}
	
	#topic_path li.active{
		background:none;
	}

	#topic_path a{
		color:#111;
		text-decoration:none
	}


/*==================================================

コンテンツ

==================================================*/
#content{
	margin-bottom:50px;
}



/*==================================================

フッター

==================================================*/
#footer{
	border-top:5px solid #990000;
	background:#333;
	color:#fff;
	font-size:85%;
}
	#footer a{
		color:#fff;
		text-decoration:none;
	}
	
#footer_inside{
	margin:0 auto;
	padding:20px 0;
	width:960px;
}

#fotter_link{
	margin-bottom:20px;
}

	#fotter_link li{
		float:left;
		margin-left:0;
		width:136px;
		list-style:none;
		border-left:1px solid #fff;
		text-align:center;
	}
	#fotter_link li.last{
		border-right:1px solid #fff;
	}
	
#copyright{
	text-align:center;
}

/*==================================================

汎用

==================================================*/


/*
セクション
==================================================*/
.section_lv1{ margin-bottom:50px; }
.section_lv2{ margin-bottom:30px; }


/*
ページタイトル
==================================================*/
#page_ttl{
	margin-bottom:30px;
	padding-bottom:5px;
	font-size:200%;
	font-weight:bold;
	background:url(../images/page_ttl_bg1.gif) no-repeat left bottom;
}


/*
見出し
==================================================*/
.headline1{
	margin-bottom:20px;
	padding:0 0 10px 30px;
	background:url(../images/headline_bg1.gif) no-repeat 0 7px;
	border-bottom:1px dotted #333;
	line-height:1.5;
	font-size:150%;
	font-weight:bold;
}
	.headline1 .en{
		display:block;
		color:#666;
	}

.headline2{
	font-size:120%;
	font-weight:bold;
}

.headline3{
	margin-bottom:20px;
	padding-left:15px;
	line-height:1.5;
	font-size:150%;
	font-weight:bold;
	border-left:5px solid #990000;
}

.headline4{
	margin-bottom:10px;
	font-size:120%;
	font-weight:bold;
	border-bottom:1px dotted #333;
}

.headline5{
	margin-bottom:10px;
	font-weight:bold;
}

/*
言語テキスト
==================================================*/
.en{
	color:#333;
}



/*
ページの先頭へ戻る
==================================================*/
.back2top{
	line-height:1.5;
}
	.back2top p{
		float:right;
		padding-left:20px;
		background:url(../images/back2top_cur1.gif) no-repeat 0 center;
	}
	.back2top a:link{
		color:#111;
		text-decoration:none;
	}



/*
表組
==================================================*/
.tblBase1{
}
	.tblBase1 thead th{
		background:#ccc;
	}
	.tblBase1 tbody th{
		background:#EBEBEB;
	}



/*
表組
==================================================*/
.listNoneStyle{
}

	.listNoneStyle li{
		margin-left:0;
		list-style:none;
	}


