@charset "utf-8";
body {
	 -webkit-text-size-adjust: none;
	display:block;
	padding:0;
	margin:0;
	background-image: url(../images/common/main_back.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color:#fff;
	font-family: Arial,"メイリオ", Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", Meiryo, "ＭＳ Ｐゴシック", 'MS PGothic',  sans-serif;
	font-size:14px;
	text-align:center;
	line-height:2;
	color:#535353;
}
img {
	vertical-align:top;
	border-width:0px;
}
h1, h2, ul, ol,li,div,dl,dt,dd {
	margin:0;
	padding:0;
}
p {
	margin:0 0 0.4em 0;
}
h1, h2 {
	line-height:1.3;
}
a{color:#00F;}
header,footer,nav,section,article,figure,aside {display:block;}
/*-----------------*/
#m_head{
	width:1060px;margin:0 auto;
	background-image: url(../images/common/header_back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height:112px;overflow:hidden;
  position:relative;
}

#m_head h1{text-align:center;padding-top:11px;}
/* nav */
#m_head ul{
	font-family: Arial,Helvetica, sans-serif;
  position:absolute;
	top:51px;
	left:180px;
	list-style-type: none;
}
#m_head li{
	color:white;	float:left;
  padding-right:25px;font-size:16px;
}

.m_contact a,
#m_head li a{
	color:white;
	text-decoration: none;
	line-height:40px;
	display:block;
	height:40px;
}

#m_head li#onpage a,
#m_head li a:hover{
	background-image: url(../images/common/ico_flg.png);
	background-repeat: no-repeat;
	background-position: 50% 34px;
}

#m_head li span{padding-left:20px;}
#m_head li.m_member span{padding-left:26px;}

#m_head li{background-repeat: no-repeat;background-position: left 8px;}
.m_home{background-image: url(../images/common/ico_home.png);}
.m_news{background-image: url(../images/common/ico_news.png);}
.m_about{background-image: url(../images/common/ico_about.png);}
#m_head li.m_about{padding-right:230px;}
.m_activ{background-image: url(../images/common/ico_activities.png);}
.m_member{background-image: url(../images/common/ico_membership.png);}


#m_fotter{background-color:#2980B9;color:white;height:100px;font-family: Arial,Helvetica, sans-serif;}
#m_fotter div{width:960px;margin:0 auto;position:relative;text-align:right;}
.m_contact{
	position:absolute;
	top:0;left:0;
	margin:0;
	background-image: url(../images/common/ico_contact.png);
	background-repeat: no-repeat;
	background-position: left center;
  width:100px;
}
.m_contact a{text-align:left;display:block;height:100px;line-height:100px;padding-left:30px;}
.m_copy{font-size:0.875em;padding-top:30px;}