@charset "utf-8";

/* clearfix
------------------------------------------------------------------------------*/
#header:after,
#header #hnavi:after,
#hnavi .fontSizeSelector:after,
#hnavi .fontSizeSelector ul:after,
#gnavi:after,
#gnavi ul:after,
#gnavi .search:after,
#contents:after,
#contents #mainContents:after,
#mainContents .pagetop:after,
.clearfix:after {
	content:"";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}
/* clearfix ie7
------------------------------------------------------------------------------*/
*:first-child+html #header,
*:first-child+html #header #hnavi,
*:first-child+html #hnavi .fontSizeSelector,
*:first-child+html #hnavi .fontSizeSelector ul,
*:first-child+html #gnavi,
*:first-child+html #gnavi ul,
*:first-child+html #gnavi .search,
*:first-child+html #contents,
*:first-child+html #contents #mainContents,
*:first-child+html #mainContents .pagetop,
*:first-child+html .clearfix {
	zoom:1;
}
/* clearfix ie6
------------------------------------------------------------------------------*/
* html #header,
* html #header #hnavi,
* html #hnavi .fontSizeSelector,
* html #hnavi .fontSizeSelector ul,
* html #gnavi,
* html #gnavi ul,
* html #gnavi .search,
* html #contents,
* html #contents #mainContents,
* html #mainContents .pagetop,
* html .clearfix {
	zoom:1;
}


body {
	background-color:#FFFFFF;
	line-height:1.5;
	letter-spacing:normal;
	font-size:75%;
	color:#333333;
}
a {
	text-decoration:underline;
	color:#0057A8;
}
a:visited {
	color:#3c4292;
}
a:hover {
	color:#990000;
}

/* page & container
------------------------------------------------------------------------------*/
#page {
	padding-top:5px;
	border-top:5px solid #000000;
}
#container {
	width:900px;
	margin:0 auto;
}

#container .btn a,
#container .btn input {
	display:block;
	border:none;
	background:none;
	background-color:transparent;
	background-position:left top;
	background-repeat:no-repeat;
	font-size:1px;
	line-height:0;
	outline:none;
	text-decoration:none;
	text-indent:-9999px;
	cursor:pointer;
}
#container .btn a:hover,
#container .btn input:hover {
	background-position:left bottom;
}


/* header
------------------------------------------------------------------------------*/
#header {
	width:900px;
}
#header #logo {
	float:left;
	width:410px;
	padding:10px 0 0 0;
}
#header #logo a {
	display:block;
	width:410px;
	height:21px;
	background-image:url(../images/common/logo.gif);
	background-repeat:no-repeat;
	background-position:left top;
	outline:none;
	line-height:0;
	text-decoration:none;
	text-indent:-9999px;
	font-size:1px;
}
#header #hnavi {
	float:right;
	width:330px;
}
#hnavi .links {
	float:left;
	width:200px;
}
#hnavi .links li {
	display:inline;
	padding:2px 0 8px 15px;
	background-image:url(../images/common/icon_member.gif);
	background-position:0 0;
	background-repeat:no-repeat;
}
#hnavi .links li.memberOnly {
	padding-right:15px;
}
#hnavi .links li.contact {
	background-image:url(../images/common/icon_contact.gif);
}

#hnavi .fontSizeSelector {
	float:right;
	width:130px;
}
#hnavi .fontSizeSelector .caption {
	float:left;
	width:74px;
	padding-right:5px;
	text-align:right;
}
#hnavi .fontSizeSelector ul {
	float:left;
	width:51px;
	padding-top:1px;
}
#hnavi .fontSizeSelector li {
	float:left;
	width:15px;
}
#hnavi .fontSizeSelector li.small,
#hnavi .fontSizeSelector li.middle {
	padding-right:3px;
}

#hnavi .fontSizeSelector li a {
	display:block;
	width:15px;
	height:15px;
	background-position:left top;
	background-repeat:no-repeat;
	font-size:1px;
	line-height:0;
	outline:none;
	text-decoration:none;
	text-indent:-9999px;
}
#hnavi .fontSizeSelector li a:hover {
	background-position:left bottom;
}
#hnavi .fontSizeSelector li.small a {
	background-image:url(../images/common/icon_text_s_off.gif);
}
#hnavi .fontSizeSelector li.middle a {
	background-image:url(../images/common/icon_text_m_off.gif);
}
#hnavi .fontSizeSelector li.large a {
	background-image:url(../images/common/icon_text_l_off.gif);
}

#hnavi .fontSizeSelector li.current a {
	background-position:left bottom;
}


/* gnavi
------------------------------------------------------------------------------*/
#gnavi {
	position:relative;
	width:900px;
	padding-top:12px;
	border-bottom:5px solid #B9181E;
}
#gnavi ul {
	width:552px;
}
#gnavi li {
	float:left;
}
#gnavi li a {
	display:block;
	width:138px;
	height:35px;
	background-repeat:no-repeat;
	background-position:left top;
	outline:none;
	line-height:0;
	text-decoration:none;
	text-indent:-9999px;
	font-size:1px;
}
#gnavi li.current a,
#gnavi li a:hover {
	background-position:left bottom;
}
#gnavi li#gnavi01 a {
	background-image:url(../images/common/global_menu_jma_off.gif);
}
#gnavi li#gnavi02 a {
	background-image:url(../images/common/global_menu_tozan_off.gif);
}
#gnavi li#gnavi03 a {
	background-image:url(../images/common/global_menu_kyogi_off.gif);
}
#gnavi li#gnavi04 a {
	background-image:url(../images/common/global_menu_kyosai_off.gif);
}

#gnavi .search {
	position:absolute;
	top:-4px;
	left:660px;
	width:240px;
	height:41px;
	background-image:url(../images/common/search_bg.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
}
#gnavi .search p {
	float:left;
	padding-top:10px;
}
#gnavi .search p.searchText {
	width:183px;
	text-align:center;
}
#gnavi .search p.searchText input {
	width:160px;
}

#gnavi .search p.btn input {
	width:50px;
	height:20px;
	background-image:url(../images/common/search_bt.gif);
}


/* contents
------------------------------------------------------------------------------*/
#contents {
	width:900px;
	padding:7px 0 0 0;
}

#contents #mainContents {
	float:right;
	width:702px;
}
#mainContents h1 {
	width:684px;
	height:auto !important;
	height:25px;
	min-height:25px;
	padding:5px 7px 0 7px;
	margin-bottom:12px;
	border:1px solid #CCCCCC;
	background-image:url(../images/common/news_bg_common.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	font-size:117%;
}

#mainContents #main {
	float:left;
	width:382px;
}
#main .section {
	position:relative;
	width:380px;
	margin-bottom:38px;
	border:1px solid #CCCCCC;
}
#main .section h2 {
	width:370px;
	height:auto !important;
	height:25px;
	min-height:25px;
	padding:5px 5px 0 5px;
	margin-bottom:9px;
	border-bottom:1px solid #CCCCCC;
	background-image:url(../images/common/news_bg_jma.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	line-height:1.2;
	font-size:117%;
}
#main .section .listLink {
	position:absolute;
	top:7px;
	right:3px;
	padding-left:9px;
	background-image:url(../images/common/list_navi_off.gif);
	background-position:0 4px;
	background-repeat:no-repeat;
	font-size:84%;
}

#main .section .listLink {
	position:absolute;
	top:7px;
	right:3px;
	padding-left:9px;
	background-image:url(../images/common/list_navi_off.gif);
	background-position:0 4px;
	background-repeat:no-repeat;
	font-size:84%;
}

#main .section table {
	width:100%;
	table-layout:fixed;
}
#main .section#headline table,
#main .section#press_release table,
#main .section#info table {
	table-layout:auto;
}

#main .section th,
#main .section td {
	padding:0 0 7px 0;
	text-align:left;
	vertical-align:top;
	letter-spacing:1px;
}
#main .section th {
	width:77px;
	padding-left:19px;
	font-weight:normal;
	background-image:url(../images/common/list_navi_off.gif);
	background-position:10px 4px;
	background-repeat:no-repeat;
}
#main .section td {
	letter-spacing:2px;
}
#main .section td.icon {
	width:46px;
	padding-top:2px;
}
#main .section td.outline {
	width:223px;
	padding-right:15px;
}
#main .section td.outline2col {
	width:269px;
	padding-right:15px;
}
#main .section td.preparation {
	padding-left:15px;
	padding-right:15px;
}

#mainContents #sub {
	float:right;
	width:300px;
}

#sub a:visited {
	color:#0057A8;
}
#sub a:hover {
	color:#990000;
}

#sub .importantNews {
	position:relative;
	width:300px;
	margin-bottom:19px;
	background-image:url(../images/common/important_bg2.gif);
	background-position:0 0;
	background-repeat:repeat-y;
	color:#FFFFFF;
}
#sub .importantNews .label {
	width:300px;
	height:41px;
	margin-bottom:5px;
	background-image:url(../images/common/important_title.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
	font-size:1px;
	line-height:0;
	text-decoration:none;
	text-indent:-9999px;
}
#sub .importantNews .listLink {
	position:absolute;
	top:19px;
	right:5px;
	padding-left:8px;
	background-image:url(../images/common/list_1.gif);
	background-position:0 3px;
	background-repeat:no-repeat;
	font-size:84%;
}
#sub .importantNews a {
	color:#FFFFFF;
}

#sub .importantNews a:link {
	color:#FFFF00;
}
#sub .importantNews a:visited {
	color:#FFFF00;
}
#sub .importantNews a:hover {
	color:#FF3300;
}

#sub .importantNews .listLink a:link {
	color:#FFFFFF;
}
#sub .importantNews .listLink a:visited {
	color:#FFFFFF;
}
#sub .importantNews .listLink a:hover {
	color:#FFFF00;
}

#sub .importantNews .date {
	padding:0 7px 1px 7px;
	font-size:88%;
}
#sub .importantNews .title {
	padding:0 7px 5px 7px;
}
#sub .importantNews .news {
	width:286px;
	padding:0 7px 13px 7px;
	background-image:url(../images/common/important_bg3.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
}

#sub .banners {
	width:300px;
	padding-bottom:9px;
	margin-bottom:40px;
	background-color:#F4F4F4;
	background-image:url(../images/common/banner_bg2.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
}
#sub .banners table {
	width:300px;
	background-image:url(../images/common/banner_bg1.gif);
	background-position:left top;
	background-repeat:no-repeat;
}
#sub .banners table th,
#sub .banners table td {
	width:120px;
	padding-left:20px;
	text-align:left;
	vertical-align:top;
}

#sub .banners table td {
	padding-bottom:5px;
	font-size:84%;
}
#sub .banners table td .image {
	padding-top:9px;
	font-size:1px;
	line-height:0;
}

#sub .banners table .edge {
	padding-right:20px;
}

#sub .accessCounter {
	padding:6px 0 40px 82px;
	background-image:url(../images/common/counter/illust.gif);
	background-position:20px 0;
	background-repeat:no-repeat;
	letter-spacing:0;
	font-size:84%;
}
#sub .accessCounter span {
	position:relative;
	top:2px;
	padding-right:1px;
	letter-spacing:0;
	font-size:1px;
	line-height:0;
}
#sub .accessCounter span img {
	font-size:1px;
	line-height:0;
}


#contents #menus {
	float:left;
	width:180px;

}
#contents #menus dl {
	width:178px;
	border-left:1px solid #7DA2BC;
	border-right:1px solid #7DA2BC;
}
#menus dt {
	width:178px;
	height:37px;
	border-top:1px solid #7DA2BC;
	border-bottom:1px solid #7DA2BC;
	background-position:0 0;
	background-repeat:no-repeat;
	font-size:1px;
	line-height:0;
	outline:none;
	text-decoration:none;
	text-indent:-9999px;
}
#menus dt.menuJMA {
	height:36px;
	background-image:url(../images/common/local_title_jma.gif);
}
#menus dt.menuClimbing {
	background-image:url(../images/common/local_title_tozan.gif);
}
#menus dt.menuGames {
	background-image:url(../images/common/local_title_compe.gif);
}
#menus dt.menuMMAA {
	height:36px;
	background-image:url(../images/common/local_title_kyosai.gif);
}

#menus dt.aboutSiteUse {
	background-image:url(../images/common/local_title_site.gif);
}


#menus dd {
	padding:3px 0 2px 0;
	background:url(../images/common/local_bg.gif) repeat-x left top;
}
#menus dd ul {
	font-size:1px;
	line-height:0;
}
#menus dd li {
	display:block;
	padding:0;
	margin:0;
}
#menus dd li a {
	display:block;
	padding:1px 0 1px 15px;
	background-image:url(../images/common/list_navi_off.gif);
	background-position:5px 5px;
	background-repeat:no-repeat;
	color:#333333;
	font-size:12px;
	line-height:1.5;
	text-decoration:none;
}
#menus dd li a:hover {
	background-color:#71C0E7;
}

#menus dd.links {
	padding:0;
}
#menus dd.links a:hover {
	/*background-color:#71C0E7;*/
}

#menus dd.links li {
	padding:0;
	border-bottom:1px solid #7DA2BC;
	background-image:none;
}
#menus dd.links li.current {
	background-color:#E1EDF8;
}
#menus dd.links li.current a {
	background-image:url(../images/common/list_3.gif);
	font-weight:bold;
	color:#0057A8;
}

#menus dd.links li.last {
	border-bottom:none;
}

#menus dd.links li a {
	padding:7px 0 7px 15px;
	background-image:url(../images/common/list_navi_off.gif);
	background-position:5px 11px;
	background-repeat:no-repeat;
	text-decoration:none;
}

#menus dd.links li.current p a {
	padding-top:5px;
	padding-bottom:5px;
	background-image:url(../images/common/list_3.gif);
	background-position:6px 9px;
}

#menus dd.links li.current ul {
	padding-bottom:5px;
}
#menus dd.links li.current ul li {
	padding:0;
	border:none;
}
#menus dd.links li.current ul li a {
	padding:2px 0 2px 30px;
	font-weight:normal;
	background-image:url(../images/common/list_navi_off.gif);
	background-position:20px 6px;
	color:#353535;
}
#menus dd.links li.current ul li.now a {
	font-weight:bold;
	color:#0057A8;
	background-image:url(../images/common/list_3.gif);
}

#menus dd.links li.current ul li.now li a {
	font-weight:normal;
	color:#353535;
	background-image:url(../images/common/list_navi_off.gif);
}

#menus dd.links li.current ul li li {
	padding-left:10px;
}

#menus .banners {
	width:180px;
	padding:15px 0 5px 0;
	margin-top:15px;
	background-color:#F3F3F3;
}
#menus .banners li {
	padding-bottom:10px;
	text-align:center;
}
#menus .banners li {
	font-size:1px;
	line-height:0;
	vertical-align:top;
}


#path {
	padding-bottom:6px;
	font-size:84%;

}
.pagetop {
	clear:both;
	width:900px;
}
.pagetop p {
	float:right;
	white-space:nowrap;
	margin-top:19px;
	background-image:url(../images/common/page_top_bg.gif);
	background-position:0 0;
	background-repeat:no-repeat;
}
.pagetop p a {
	display:block;
	padding:7px 10px 3px 16px;
	background-image:url(../images/common/page_top_bg_edge.gif);
	background-position:right top;
	background-repeat:no-repeat;
	font-size:84%;
}
.pagetop a:visited {
	color:#0057A8;
}
.pagetop a:hover {
	color:#990000;
}

/* between pagetop */
#mainContents .pagetop {
	width:702px;
}
#mainContents .pagetop p {
	background-image:url(../images/common/bg_pagetop_between.gif);
}
#mainContents .pagetop p a {
	padding-top:4px;
	padding-bottom:6px;
	background-image:url(../images/common/bg_pagetop_between_edge.gif);
	font-size:72%;
}


/* footer
------------------------------------------------------------------------------*/
#footer {
	width:900px;
	padding-top:3px;
	background-image:url(../images/common/footer_bg.gif);
	background-position:left top;
	background-repeat:repeat-x;
}

#footer .partLink {
	width:840px;
	padding:17px 30px 20px 30px;
	margin-bottom:5px;
	border-bottom:1px solid #C0CBDC;
	background-color:#F1F7F9;
	text-align:center;
	font-size:84%;
}
#footer .partLink * {
	display:inline !important;
}

#footer .partLink .caption {
	position:relative;
	top:4px;
	display:inline;
}
#footer .partLink ul {
	display:inline;
}
#footer .partLink li {
	display:inline;
	padding:0 5px 0 22px;
	background-image:url(../images/common/list_2.gif);
	background-position:13px 1px;
	background-repeat:no-repeat;
}

#footer #copyright {
	padding-bottom:5px;
	text-align:center;
}

#footer #fnavi {
	text-align:center;
}
#footer #fnavi li {
	display:inline;
	padding:0 0 0 37px;
	background-image:url(../images/common/list_2.gif);
	background-position:28px 1px;
	background-repeat:no-repeat;
}
#footer #fnavi li.first {
	padding-left:10px;
	background-position:1px 1px;
}



