@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	padding: 0px;
	margin: 0px auto;
	width: 100%;
	font-size: 14px;
	color: #666666;
	background: #FFFFFF;
	text-align: center;
	letter-spacing: -1px;
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

/*ページ全体共通定義*/
br {
	letter-spacing:0;
}
table,td,tr,p,dd,dl{
	margin: 0px;
	padding: 0px;
}
ul, li {
	margin: 0px;
	padding: 0px;
	list-style-type : none;
	display: inline;
}
h1, h2, h3, h4, h5 {
	padding: 0px;
	font-weight: normal;
	margin: 0px;
}

p {
	color: #666666;
	text-align: left;
	font-size: 14px;
	line-height: 140%;
	letter-spacing: normal;
	}
	
.no_tx {
	display: none;
}

a:hover img {
	filter:alpha(opacity=80);
	opacity:0.80;
}

/*ページ全体中央寄せ*/
#wrapper {
	width: 782px;
	margin: 0px auto;
	text-align: center;
}

/*ヘッダー*/
#header {
	width: 772px;
	float: left;
	padding: 0px 0px 0px 10px;
}
.header_tx {
	font-size: 10px;
	float: left;
	text-align: left;
	padding: 10px 0px 0px 10px;
	color:#666666;
}
.header_tx a {
	color:#666666;
	text-decoration: underline;
}
.header_tx a:hover {
	color:#999999;
	text-decoration: underline;
}
.header_tx a:visited {
	color:#999999;
}
.logo {
	float: left;
	text-align: left;
	padding: 10px 0px 0px 0px;
}
.logo a {
	width: 302px;
	height: 70px;
	display: block;
	background: url(../img/logo.jpg) left top no-repeat;
}

/*グローバルナビゲーション*/
#globalnavi {
	float: left;
	width: 782px;
	padding: 0px;
	margin: 0px;
}
#globalnavi li {
	text-align:left;
	float: left;
	list-style:none;
	margin: 0px;
	padding: 0px;
}
.g_navi01 {
	display: block;
	background: url(../img/g_navi01_on.jpg);
	width: 144px;
	height: 45px;
}
.g_navi01 a {
	display: block;
	background: url(../img/g_navi01.jpg);
	width: 144px;
	height: 45px;
}
.g_navi01 a:hover {
	display: block;
	background: url(../img/g_navi01_on.jpg);
	width: 144px;
	height: 45px;
}
.g_navi02 {
	display: block;
	background: url(../img/g_navi02_on.jpg);
	width: 158px;
	height: 45px;
}
.g_navi02 a {
	display: block;
	background: url(../img/g_navi02.jpg);
	width: 158px;
	height: 45px;
}
.g_navi02 a:hover {
	display: block;
	background: url(../img/g_navi02_on.jpg);
	width: 158px;
	height: 45px;
}
.g_navi03 {
	display: block;
	background: url(../img/g_navi03_on.jpg);
	width: 156px;
	height: 45px;
}
.g_navi03 a {
	display: block;
	background: url(../img/g_navi03.jpg);
	width: 156px;
	height: 45px;
}
.g_navi03 a:hover {
	display: block;
	background: url(../img/g_navi03_on.jpg);
	width: 156px;
	height: 45px;
}
.g_navi04 {
	display: block;
	background: url(../img/g_navi04_on.jpg);
	width: 169px;
	height: 45px;
}
.g_navi04 a {
	display: block;
	background: url(../img/g_navi04.jpg);
	width: 169px;
	height: 45px;
}
.g_navi04 a:hover {
	display: block;
	background: url(../img/g_navi04_on.jpg);
	width: 169px;
	height: 45px;
}
.g_navi05 {
	display: block;
	background: url(../img/g_navi05_on.jpg);
	width: 155px;
	height: 45px;
}
.g_navi05 a {
	display: block;
	background: url(../img/g_navi05.jpg);
	width: 155px;
	height: 45px;
}
.g_navi05 a:hover {
	display: block;
	background: url(../img/g_navi05_on.jpg);
	width: 155px;
	height: 45px;
}


/*ページコンテンツ左マージン*/
#contents {
	width: 775px;
	margin: 0px 0px 0px 8px;
	float: left;
}


/*パンくずリスト*/
#topic_path {
	text-align:left;
	float: left;
	width: 769px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	padding: 20px 0px 5px 5px;
	margin:	0px 0px 15px 0px;
}
.path {
	font-size: 16px;
	color : #FF9900;
}
.path a {
	font-size: 16px;
	color : #000000;
	text-decoration: none;
}
.path a:hover {
	color: #000000;
	text-decoration: underline;
}

/*ページ内容*/
#sub_title {
	text-align:left;
	float: left;
	width: 769px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	padding: 20px 0px 5px 5px;
	margin:	0px 0px 15px 0px;
}
#sub_title h3 {
	color: #000000;
	font-size:16px;
	vertical-align: top;
}
#sub_title_short h3 {
	color: #000000;
	font-size:16px;
	vertical-align: top;
	float: left;
}

#sub_title_short {
	text-align:left;
	float: left;
	width: 190px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	font-size: 16px;
	padding: 20px 0px 5px 0px;
	margin:	0px 0px 10px 0px;
}
/*ページトップへのリンク*/
#pagetop {
	width: 775px;
	height: 19px;
	background-image:url(../img/line_pagetop.jpg);
	float: left;
	margin:	60px 0px 60px 0px;
	background-repeat: no-repeat;
}
#pagetop img {
	float:right;
	padding: 0px 0px 0px 0px;
	border: none;
}

/*フッター*/
#footer {
	float: left;
	margin:	0px 0px 45px 0px;
	width: 775px;
}
#footer_menu {
	float: left;
	padding: 5px 0px 0px 120px;
	margin: 0px 0px 17px 0px;
	width: 675px;
	height: 17px;
	background-color: #E8E8E8;
}
#footer_menu li {
	font-size: 10px;
	padding: 0px 0px 0px 15px;
	margin:0px 23px 0px 0px;
	background: url(../img/arrow_footer.jpg);
	background-repeat: no-repeat;
	background-position: center left;
	text-align: left;
}
#footer_menu a {
	color: #000000;
	text-decoration: none;
}
#footer_menu a:hover {
	text-decoration: underline;
}
#copyright {
	float: left;
	height:32px;
	width: 449px;
	margin: 0px 0px 0px 0px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../img/copyright.jpg);
}

.error_box{
	float: left;
	text-align: left;
	color: #FF0000;
	line-height: 140%;
	padding: 10px 0px 10px 0px;
}

.link{
	float: left;
	text-align: left;
	width: 675px;
	padding: 15px 0px 10px 0px;
}