@charset "utf-8";
/* CSS Document */

html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333333;
	height: 100%;
	font-size: 85%;
}

#all {
	background: url(../img/bg_2nd_ext.png) repeat-x;
}

#wrapper {
	width: 950px;
/*	padding-bottom: 10px;*/
	margin-right: auto;
	margin-left: auto;
}


/*-------- header --------*/
#header {
	width: 100%;
	height: 75px;
	/*padding-top: 10px;
	padding-bottom: 5px;*/
	background: url(../img/bg_2nd_int.png) repeat-x ;
	background-color: #FFF;
	position: relative;
	z-index: 20;	
}

#header #logo {
	margin-top: 12px;
	padding-left: 6px;
	float: left;
}

/*-------- メインメニュー --------*/
#header #globalnavi {
	width: 550px;
	height: 30px;
	margin-top: 23px;
	margin-left: 20px;
	float: left;
}

#header #globalnavi2 {
	width: 170px;
	height: 30px;
	margin-top: 23px;
	float: right;
}



/*---- 単組メニュー ----*/
#header #globalnavi #str {
	height: 17px;
}

#header #globalnavi #str ol.str-menu {
	/*height: 17px;*/
	list-style-type: none;
	font-size: 0px;
}

#header #globalnavi #str ol.str-menu li.first {
	padding-left: 17px;
	/*background: url(../img/navSep.png) no-repeat left;*/
}

#header #globalnavi #str ol.str-menu li {
	padding-left: 0px;
	display: inline;
}

#header #globalnavi #str ol.str-menu li a {
	padding-right: 17px;
	/*background: url(../img/navSep.png) no-repeat right;*/
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
}

#header #globalnavi #str ol.str-menu li a:hover  {
	padding-right: 17px;
	/*background: url(../img/navSep.png) no-repeat right;*/
	opacity: 1.0;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
}

#header #globalnavi #str ol.str-menu li.last {
	padding-left: 0px;
}



/*-- 会員（地域）メニュー --*/
#header #globalnavi #loc {
	/*height: 16px;*/
	padding-top: 12px;
	font-size: 20px;
	font-weight:bold;
	color: #000;
}








#header #globalnavi #loc ol.loc-menu {
	list-style-type: none;
	font-size: 0px;
}

#header #globalnavi #loc ol.loc-menu li.first {
	padding-left: 17px;
	background: url(../img/navSep.png) no-repeat left;
}

#header #globalnavi #loc ol.loc-menu li {
	padding-left: 0px;
	display: inline;
}

#header #globalnavi #loc ol.loc-menu li a {
	padding-right: 17px;
	background: url(../img/navSep.png) no-repeat right;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
}

#header #globalnavi #loc ol.loc-menu li a:hover  {
	padding-right: 17px;
	background: url(../img/navSep.png) no-repeat right;
	opacity: 1.0;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
}

#header #globalnavi #loc ol.loc-menu li.last {
	padding-left: 0px;
}


/*-------- メインメニュー --------*/
#header #mmenu {
	width: 200px;
	float: right;
}
	
#header #edition {
	width: 400px;
	margin-right: 5px;
	text-align: right;
	float: right;
}
	
#header #toplink {
	width: 400px;
	margin-top:35px;
	margin-right: 5px;
	text-align: right;
	float: right;
}

#toplink ul {
	margin: 0 5px 0 0;
	font-size: 0;	/*文字サイズ拡大時の表示崩れ防止*/
	line-height: 0;	/*文字サイズ拡大時の表示崩れ防止*/
}

#toplink ul li {
	list-style-type: none;
	display: inline;
	margin: 0 15px 0 0;
}

#toplink ul li.btn2-last {
	margin: 0;
}


/*-------- 各ページ --------*/
#top {
	background-color: #fff;
	background-repeat: repeat;
}

#profile {
	background-color: #fff;
	background-repeat: repeat;
}

#list {
	background-color: #fff;
	background-repeat: repeat;
}

#message {
	background-color: #fff;
	background-repeat: repeat;
}

#about {
	background-color: #fff;
	background-repeat: repeat;
}

#privacy {
	background-color: #fff;
	background-repeat: repeat;
}

#news {
	background-color: #fff;
	background-repeat: repeat;
}


#page_title {
	
}


/*-------- 全体共通 --------*/
#container {
}

/*---- ページタイトル（2ndレイヤー）----*/
#container h1 {
	width: 100%;
	height: 30px;
	padding-left: 3px;
	padding-top: 3px;
	background-color: #FCDCE1;
	font-size: 20px;
	color: #000;
	text-align: center;
}

#container h1 .mnbh1 {
	width: 100%;
	height: 30px;
	padding-left: 3px;
	padding-top: 3px;
	background-color: #FCDCE1;
	font-size: 20px;
	color: #000;
	text-align: center;
}

/* ページタイトル（2ndレイヤー）*/
/*#container h1 {
	width: 942px;
	height: 42px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-top: 12px;
	vertical-align:middle;
	font-size: 20px;
	background: url(../img/bn_profile.gif) ;
}*/
/*
#container h1 span {
	font-size: 80%;
	color: #000;
	font-family: 'メイリオ"', serif;
}*/

/*-------- 左エリア（本文）--------*/
#content-left {
	float: left;
	width: 730px;
	margin-right: 5px;
	margin-bottom: 10px;
	position: relative;
}

/*---- 本文内タイトル（h2） ----*/
#content-left h2 {
	height: 22px;
	font-size: 16px;
	color: #222;
	padding-bottom: 3px;
	padding-left: 2px;
	/*padding: 14px 65px;*/
	margin-bottom: 10px;
	border-bottom: solid 3px #d4ebd4;
	position: relative;
}

#content-left h2:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #4bc94b;
	bottom: -3px;
	width: 20%;
}


/* XXXXXXXXXXXXXXXXXXXXXXX本文内タイトル */
#content-left h2.h2-point-u2 {
	position:relative;
	width: 600px;
	height: 22px;
	font-size: 1.5em;
	color: #00458A;
	padding: 14px 65px;
	margin-bottom: 10px;
	background: url(../img/bn_2nd.jpg) ;
	z-index: 100;
}

#content-left h2.h2-point-u2:hover {
	background: url(../img/bn_2nd_hover.jpg) ;
}


/*-------- 右エリア ---------*/
#content-right {
	position: relative;
	float: right;
	width: 200px;
	margin-left: 5px;
	margin-bottom: 20px;
}


/*----- 右メニュー ----*/
#side_menu_box {
	margin: 0; 
	padding: 0; 
	list-style: none;
	background-color: #FFF;
	z-index: 20;
}

/*---- 50音一覧表 ----*/
#side_menu_box table {
	text-align: center;
	vertical-align: middle;
	color: #333;
}

#side_menu_box table a {
	/*font-weight: bold;*/
	text-decoration: none;
	color: #333;
}

#side_menu_box table a:hover {
	color: #a8222b;
	/*color: #31b731;*/
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #006600;
}


.side_menu_box_fixed {
	position: fixed;
	top: 10px;
}

#side_menu_box .title {
	/*border: 1px solid #e3e4e4;*/
	/*background-color: #e3e4e4;*/
	border: 1px solid #d0d2d1;
	background-color: #f0f0f0;	
	padding: 3px 10px;
	text-decoration: none;
	text-align:center;
	color: #000;
	width: 180px; 
	font-size: 14px;
}

#side_menu_box .title .rem {
	color: #000; 
	font-size: 11px;
	color: #a8222b;
	text-align: center;
}

#side_menu_box .contact {
	/*border: 1px solid #e3e4e4;*/
	/*background-color: #e3e4e4;*/
	/*border: 1px solid #d0d2d1;
	background-color: #f0f0f0;*/	
	padding: 3px 0px;
	text-decoration: none;
	/*text-align:center;*/
	color: #434343;
	width: 200px; 
	font-size: 14px;
}


#side_menu_box img .japan {
	
}

#side_menu_box ul{ 
	margin: 0; 
	padding: 0; 
	list-style: none; 
}

#side_menu_box li{ 
	display: inline; 
	padding: 0; 
	margin: 0; 
}

#side_menu_box li a{
	display: block;
	border: 1px solid #fff;
	/*background-color: #e4f2e4f;*/
	padding: 3px 0px;
	text-decoration: none;
	color: #333;
	width: 200px; 
	margin: 2px 0px;
	text-align: left;
	font-size: 14px;
}

#side_menu_box li a:hover{
	/*border: 1px solid #a8222b;
	background-color: #fff;*/
	color: #006600;
	border-bottom: 1px solid #006600;
}



/*-------- 汎用 --------*/

/*---- 段落構成 ----*/
.boxes {	
	width: 730px;
	margin-bottom: 8px;
	clear: both;
}

.boxes_sep {
	width: 730px;
	margin-bottom: 20px;
	clear: both;
	overflow:hidden;
}

.box11 {	
	width: 730px;
	float:left;
}	

.box11_lsep {	
	width: 728px;
	padding-left: 2px;
	float:left;
}	

.box12 {	
	width: 360px;
	float: left;
}	

.box12_sep {	
	width: 350px;
	padding-left: 10px;
	float: left;
}	


.box13 {	
	width: 240px;
	line-height: 2.0em;
	float: left;
}	

.box14 {	
	width: 180px;
	float: left;
}	

.box23 {	
	width: 480px;
	float: left;
}	

.box23rsp {	
	width: 430px;
	padding-lright: 50px;
	float: left;
}	
.box34 {	

	width: 540px;
	float: left;
}	


/*-------- 名簿 --------*/
#list {
}

#list .members {
	width: 730px;
}

#list .members h3 {
	width: 677px;
	height: 27px;
	padding-left: 3px;
	padding-top: 6px;
	/*padding-bottom: 11px;*/
	font-size: 16px;
	color: #015b01;
	/*float: left;*/
}

#list .members .member {
	width: 730px;
	color: #363636;
	/*float: none;*/
	margin-bottom: 20px;
}

#list .members .member .sec-n {
	width: 730px;
	height: 36px;
	border-top: solid 2px #888;
	border-bottom: solid 1px #bbb;
	overflow: hidden;
	float: left;
}

#list .members .member .sec-n:hover {
	/*background-color: #ecffec;*/
	background-image: url(../img/bg_membertitle.png);
}

#list .members .member .name {
	width: 677px;
	height: 36px;
	padding-left: 3px;
	padding-top: 9px;
	padding-bottom: 11px;
	font-size: 16px;
	color: #000;
	float: left;
}

#list .members .member .pr {
	width: 47px;
	height: 37px;
	/*padding-left: 3px;*/
	padding-top: 9px;
	padding-bottom: 11px;
	padding-right: 3px;
	font-size: 16px;
	text-align: right;
	float: right;
}

#list .members .member .sec-a {
	width: 730px;
	height: 23px;
	overflow: hidden;
	float: left;
}

#list .members .member .zip {
	width: 98px;
	height: 13px;
	padding-left: 76px;
	padding-top: 4px;
	padding-bottom: 5px;
	font-size: 14px;
	background-image: url(../img/mmbAddress.png);
	background-repeat: no-repeat;
	float: left;
}

#list .members .member .address {
	width: 553px;
	height: 13px;
	/*padding-left: 3px;*/
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	float: right;
}

#list .members .member .sec-c {
	width: 228px;
	height: 46px;
	overflow: hidden;
	float: left;
}

#list .members .member .phone {
	width: 149px;
	height: 13px;
	padding-left: 76px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	background-image: url(../img/mmbPhone.png);
	background-repeat: no-repeat;
	float: left;
}

#list .members .member .fax {
	width: 149px;
	height: 13px;
	padding-left: 76px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	background-image: url(../img/mmbFax.png);
	background-repeat: no-repeat;
	float: left;
}

#list .members .member .sec-e {
	width: 500px;
	height: 46px;
	overflow: hidden;
	float: right;
}

#list .members .member .url  {
	width: 409px;
	height: 13px;
	padding-left: 91px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	background-image: url(../img/mmbUrl.png);
	background-repeat: no-repeat;
	float: right;
}

#list .members .member .mail  {
	width: 409px;
	height: 13px;
	padding-left: 91px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	background-image: url(../img/mmbMail.png);
	background-repeat: no-repeat;
	float: right;	
}

#list .members .member .url a,
#list .members .member .mail a {
	color: #363636;
}

#list .members .member .url a:hover,
#list .members .member .mail a:hover {
	color: #006600;
	font-weight: normal;
}

#list .members .member .sec-s {
	width: 724px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 7px;
	font-size: 13px;
	float: left;
}

.idx50 table td {
	text-align: center;
	vertical-align: middle;
}



/*------- TOPページ --------*/
#top #container {
	width: 100%;
	height: 500px;
	margin-bottom: 0px;
	background-color: #fff;
	overflow: hidden;
}

/*---- News ticker ----*/
.topnews {
	position: absolute;
	width: 385px;
	height: 38px;
	top: 540px;
	left: 560px;
	padding-left: 5px;
}

.topnews img {
	margin-top: 10px;
	float: left;
	background-image: url(../img/bn_news.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.topnews img:hover {
	margin-top: 10px;
	float: left;
	background-image: url(../img/bn_news_wh.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

/*---- 通販リンク ----*/
.shopad {
	position: absolute;
	width: 284px;
	height: 43px;
	top: 481px;
	left: 649px;
	z-index: 280;
	background-image: url(../img/shopadoff.gif);
}

.shopad:hover  {
	background-image: url(../img/shopad.gif);
}	




/*-------- 紹介ページ --------*/


/*---- 役員リスト・委員会リスト ----*/
#profile table  {
	border: none;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	border-collapse: collapse;
}

#profile table th {
	font-weight: bold;
	line-height: 1.5em;
	padding: 5px 2px;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}

#profile table td {
	font-weight: normal;
	line-height: 1.5em;
	padding: 5px 2px;
	vertical-align: top;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;*/
}

#profile table td .border{
	font-weight: normal;
	line-height: 1.5em;
	padding: 5px 2px;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}

#profile table.detail {
	width: 100%;
	border: none;
	border-collapse: collapse;
}

#profile table.detail th {
	font-weight: normal;
	line-height: 1.2em;
	padding: 2px 2px;
	border-bottom-width: 0px;
}

#profile table.detail td {
	padding: 2px 5px;
	border-bottom-width: 0px;
}

/*---- 沿革リスト ----*/
#profile .history {
	border: none;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	border-collapse: collapse;
}

#profile .history th {
	font-weight: normal;
	line-height: 1.2em;
	padding: 5px 2px;
	text-align: center;
}

#profile .history td {
	vertical-align: top;
	padding: 5px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}

/*---- 構成団体リスト ----*/
#profile .office {
	border: none;
	width: 95%;
	*margin-right: auto;
	margin-left: 0;
	border-collapse: collapse;
}

#profile .office th {
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.2em;
	padding: 5px 2px;
	text-align: left;
}
#profile .office td {
	vertical-align: top;
	padding: 3px 5px;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;*/
}
#profile .office td .bdr{
	vertical-align: top;
	padding: 5px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}

#profile .message {
	padding-right: 20px;
}


/*-------- メッセージ・ページ --------*/

/*---- 構成団体リスト ----*/
#message .office {
	border: none;
	width: 95%;
	/*margin-right: auto;
	margin-left: 0;*/
	border-collapse: collapse;
}

#message .office th {
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.2em;
	padding: 2px 2px;
	text-align: left;
}
#message .office td {
	vertical-align: top;
	padding: 1px 5px;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;*/
}
#message .office td .bdr{
	vertical-align: top;
	/*padding: 5px 5px;*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}

#message .message {
	padding-right: 20px;
}



/*-------- 機関誌紹介ページ --------*/

#news .img_new {
	height: 372px;
	width: 273px;
	background-color: #FFC;
	overflow: hidden;
	position: relative;
	display: block;
	/*margin-left: auto;*/
	/*margin-right: auto;*/
	margin-left: 30px;
	padding-left: 20px;
	padding-top: 20px;
}

#news .img_new img {
	border: 1px solid #d0d2d1;
	background-color: #d0d2d1;	
}
	

#news .img_backno {
	height: 211px;
	width: 140px;
	background-color: #fff;
	overflow: hidden;
	position: relative;
	display: block;
	margin-left: 10px;
}

#news .img_backno img {
	border: 1px solid #d0d2d1;
	background-color: #d0d2d1;	
}
	

	
		
/*XXXXXXXXXXXXXXXXXXXXXX 以下 footerまで使用せず XXXXXXXXXXXXXXXXXXXX*/

/*-------- 取扱メーカーページ --------*/

/*---- 通販リンク ----*/
.shopad2 {
	width: 200px;
	height: 90px;
	z-index: 30;
	background-image: url(../img/shopad2off.gif);
}

.shopad2:hover  {
	width: 200px;
	height: 90px;
	z-index: 30;
	background-image: url(../img/shopad2.gif);
}	

#oem .spBox {
	position:relative;
	width: 230px;
	height: 230px;
	margin-bottom: 8px;
	border-color: #ddd;
	border-style: solid;
	border-width: 1px;
	border-radius: 10px;
	-moz-border-radius: 10px;;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px; 
}

/*---- ロゴ付ボックス ----*/
#oem .spBox a {
	position:absolute;
	top:-1px;
	left:21px;
	width:100%;
	height:100%;
	text-indent:-999px;
}

#oem .spBox:hover {
	border-color: #a8222b;
	opacity:0.7; 
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	zoom: 1;	
}

#oem .spBox .logo {
	width: 230px;
	height: 160px;
	display:table-cell; 
	text-align:center; 
	vertical-align:middle; 
	layout-grid-line: 130px;
}

#oem .spBox .logo2 {
	width: 230px;
	height: 130px;
	display:table-cell; 
	text-align:center; 
	vertical-align:middle; 
	layout-grid-line: 130px;
}

#oem .spBox .logo img {
	vertical-align:middle;
}

#oem .spBox .campany {
	width: 100%;
	padding: 5px 0;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
}

#oem .spBox .comment {
	width: 220px;
	height: 60px;
	margin: 5px,3px;
	padding: 3px 0;
	bottom: 0px;
	border-top-width: 1px;
	border-top-color: #36F;
	border-top-style: solid;
	font-size: 10px;
	line-height: 12px;
	margin-left: auto;
	margin-right: auto;
}
	
/*---- 取扱メーカー一覧 ----*/
#oem table#campany2 {
	border: none;
	width: 100%;
	*margin-right: auto;
	margin-left: 0;
	border-collapse: collapse;
}

#oem table#campany2 th {
	font-weight: normal;
	line-height: 1.2em;
	padding: 5px 7px;
	text-align: left;
	background: #CCC;	
}

#oem table#campany2 td {
	vertical-align: top;
	padding: 5px 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}

#oem table#campany2 tr:nth-child(2n+1) { 
    background: #f0fff5; 
}

#oem table#campany2 tr td:nth-child(1) {
	font-size: 1.3em;	
}

/*---- 海外メーカー一覧 ----*/
#oem table#campany3 {
	border: none;
	width: 100%;
	*margin-right: auto;
	margin-left: 0;
	border-collapse: collapse;
}

#oem table#campany3 th {
	font-weight: normal;
	line-height: 1.2em;
	padding: 5px 7px;
	text-align: left;
	background: #CCC;	
}

#oem table#campany3 td {
	vertical-align: top;
	padding: 5px 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}

#oem table#campany3 tr:nth-child(2n+1) { 
    background: #F0FFFF; 
} 


#oem table#campany3 tr td:nth-child(1) {
	font-size: 1.3em;	
}

#eco .message {
	vertical-align:middle;
	height: 350px;
}




/*-------- フッター --------*/
#footer-all {
	width: 100%;
	border-bottom: 1px solid #D5D5D5;
	background: url(../img/bg_footer21.jpg) repeat-x top;	
}

.footer {
	width: 950px;
	/*height: 180px;*/
	height: 260px;

	clear: both;
	margin-left: auto;
	margin-right: auto;
}

.footer2 {
	width: 950px;
	clear: both;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0;
	color: #333333;
}

.footer .image {
	width: 260px;
	/*height: 158px;*/
	padding-top: 15px;
	text-align: center;
	float: left;
	/*background: url(../img/foryou_off.gif) no-repeat center bottom;*/
}

.footer .image:hover {
	/*background: url(../img/foryou_on.gif) no-repeat center bottom;*/	
}

.footer .image2 {
	width: 260px;
	height: 158px;
	padding-top: 15px;
	text-align: center;
	float: left;
	background: url(../img/foryou_off.gif) no-repeat center bottom;	
}

.footer .contents1,
.footer .contents2,
.footer .contents3 {
	padding-top: 15px;
	float: left;
}

.footer .contents1 {
	width: 170px;
	margin-left: 4px;
}

.footer .contents2 {
	width: 170px;
}


.footer .contents3 {
	width: 104px;
	margin-right: 4px;
}

.footer .address {
	width: 210px;
	padding-top: 15px;
	padding-left: 10px;
	float: left;
	text-align: left;
}

.footer .address .strong {
	font-size: 16px;
	vertical-align: 20%;
}

.footer .sep {
	width: 2px;
	height: 260px;
	float: left;
	background: url(../img/bg_footer20sep.jpg)  no-repeat top ;
}

/*---- 下部メニュー ----*/
.footerMenu, .footerMenu ul {
	margin: 0;
	padding-top: 0px;
	padding-bottom: 0px;
}

.footerMenu a { 
	text-decoration:none; 
	display:block;
	padding:3px 10px;
	color:#333333;
	font-weight: bold;
	text-align: left;
}

.footerMenu li {
	list-style-type: none;
}

.footerMenu li a {
	display:block;
	padding:1px 10px;
	color:#333333;
	text-align: left;
}

.footerMenu li a:hover {
	color: #a8222b;
	font-weight: bold;
}

.footerMenu li ul li a {
	font-weight: normal;
	list-style-type: disc;
}

.footerMenu li ul li a:hover {
	color: #a8222b;
	font-weight: bold;
}


/*---- TOPに戻るボタン（右下） ----*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}

#page-top a {
	/*background: #909090;*/
	background: #66cc66;
	text-decoration: none;
	/*color: #fff;*/
	color: #000;
	width: 100px;
	padding: 20px 0;
	text-align: center;
	font-size: 15px;
	display: block;
	border-radius: 40px;
	-moz-border-radius: 40px;;
	-webkit-border-radius: 40px;
	-o-border-radius: 40px;
	-ms-border-radius: 40px;
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7}

#page-top a:hover {
    text-decoration: none;
    background: #a72128;
	color: #fff;
	font-weight:normal;
}


img.preload {
	display:none;
}

img.nodisplay {
	display: none;
}


/*--------------------------------------------------*/


/*---------------テキストの配置---------------*/

.txt-red {
	color: #AE0000;
	text-align: center;
}

.txt-center {
	text-align: center;
}

.txt-right {
	text-align: right;
}

.txt-strong {
	font-weight: bold;
}

.txt-italic {
	font-style:italic;
}

.txt-clr-g1 {
	font-size: 1.1em;
	font-weight: bold;
	color: #15b139;
}

.f-clear {
	clear: both;
}

.img-center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
 

/*-------- リンクカラーの設定 --------*/

a:link {
	color: #3E8CD9;
	text-decoration: none;
}

a:visited {
	color: #3E8CD9;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}

a:active {
	color: #B4D2EF;
	text-decoration: underline;
}
