.globalMenuSp {
    display: none;
  }

/*-----  header -----*/
#headerbox {
	display: block;
	width: 1000px;
	margin: 0px auto;
	padding: 0px;
	height: 30px;
}

#headerbox h1 {
	font-size: 10px;
	font-weight: normal;
	color: #C3C3C3;
	line-height: 1em;
	margin: 0px;
	width: 900px;
	text-align: left;
	float: left;
	padding-top: 5px;
}

/*-----  head  -----*/
#head {
	height: 80px;
	border-top: 8px solid #c40a2b;
	width: 1000px;
	display: block;
	text-align: left;
	margin: 0px auto;
	padding: 20px 0px 30px;
}
#header_contents {
	float: right;
	margin: 4px 0px 0px;
	padding: 0px;
}
#head h2 {
	float: left;
	width: 500px;
	margin: 0px;
	padding: 0px;
}
#head_contents {
	float: right;
}
#head_contents ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#head_contents ul li {
	padding: 0px;
	margin: 10px 0px 0px;
}

/*-------- main menu -----------*/
#main_menu {
	display: block;
	margin: 0px auto;
	padding: 0px;
	width: 1000px;
	text-align: left;
}

#main_menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#main_menu ul li {
	margin: 0px;
	padding: 0px;
	float: left;
}
.menu01 {
	background: url(/../img/common/menu01_on.png) no-repeat left bottom;
	margin: 0px;
	padding: 0px;
	height: 38px;
	width: 143px;
	display: block;
	text-decoration: none;
}

.menu01 a {
	background: url(/../img/common/menu01_off.png) no-repeat left bottom;
	margin: 0px;
	padding: 0px;
	height: 38px;
	width: 143px;
	display: block;
	text-decoration: none;
}
.menu01 a:hover {
	background: url(/../img/common/menu01_on.png) no-repeat left bottom;
}

.menu02 a {
	background: url(/../img/common/menu02_off.png) no-repeat left bottom;
	margin: 0px;
	padding: 0px;
	height: 38px;
	width: 143px;
	display: block;
	text-decoration: none;
}
.menu02 a:hover {
	background: url(/../img/common/menu02_on.png) no-repeat left bottom;
}


.menu03 a {
	background: url(/../img/common/menu03_off.png) no-repeat left bottom;
	margin: 0px;
	padding: 0px;
	height: 38px;
	width: 144px;
	display: block;
	text-decoration: none;
}
.menu03 a:hover {
	background: url(/../img/common/menu03_on.png) no-repeat left bottom;
}


.menu04 a {
	background: url(/../img/common/menu04_off.png) no-repeat left bottom;
	margin: 0px;
	padding: 0px;
	height: 38px;
	width: 143px;
	display: block;
	text-decoration: none;
}
.menu04 a:hover {
	background: url(/../img/common/menu04_on.png) no-repeat left bottom;
}


.menu05 a {
	background: url(/../img/common/menu05_off.png) no-repeat left bottom;
	margin: 0px;
	padding: 0px;
	height: 38px;
	width: 143px;
	display: block;
	text-decoration: none;
}
.menu05 a:hover {
	background: url(/../img/common/menu05_on.png) no-repeat left bottom;
}


.menu06 a {
	background: url(/../img/common/menu06_off.png) no-repeat left bottom;
	margin: 0px;
	padding: 0px;
	height: 38px;
	width: 144px;
	display: block;
	text-decoration: none;
}
.menu06 a:hover {
	background: url(/../img/common/menu06_on.png) no-repeat left bottom;
}


.menu07 a {
	background: url(/../img/common/menu07_off.png) no-repeat left bottom;
	margin: 0px;
	padding: 0px;
	height: 38px;
	width: 140px;
	display: block;
	text-decoration: none;
}
.menu07 a:hover {
	background: url(/../img/common/menu07_on.png) no-repeat left bottom;
}

/*-  sub_menu  -*/
#main_menu ul#sub_menu {
	padding: 0px;
	list-style: none;
	margin: 5px 0px 10px;
	float: right;
}
#main_menu ul#sub_menu li {
	float: left;
	margin: 0px 0px 0px 15px;
	padding: 0px;
}

/*----------------------------------------------------------------------*/
/*--------------- パンくずリスト  ----------------*/
#textnavi {
	background: url(/../img/common/textnavi_bg.gif) repeat-x left top;
	height: 16px;
	width: 1000px;
	margin: 0px auto;
	padding: 4px 0px 0px;
	text-align: left;
}
#textnavi ol {
	list-style: none;
	margin: 0px 0px 0px 20px;
	padding: 0px;
}
#textnavi ol li {
	float: left;
	margin-right: 10px;
	font-weight: bold;
	font-size: 85%;
}
#textnavi ol li a {
	font-weight: normal;
}

/*--------------- コンテンツ枠  ----------------*/
#wrapper {
	margin: 0px auto;
	padding: 0px;
	width: 1000px;
	text-align: left;
}

#contets {
	margin: 20px 18px;
}


/*--------------- footer  ----------------*/
#footer {
	width: 1000px;
	margin: 0px auto;
	padding: 0px;
}
#footer_link {
	display: block;
}
#footer_link ul {
	list-style: none;
	background: #BE0622;
	margin: 10px 0px 0px 15px;
	padding: 0px;
}
#footer_link ul li {
	float: left;
	border-left: 1px solid #BE0622;
	padding-left: 15px;
	padding-right: 15px;
	color: #BE0622;
	margin-bottom: 13px;
}
#footer_link li a {
	color: #C20022;
	text-decoration: none;
}
#footer_link li a:hover {
	color: #333333;
	text-decoration: none;
	background: #FFCCFF;
}
#footer_link .link_end {
	border-right: 1px solid #BE0622;
}
#footer_link2 {
	text-align: right;
	display: block;
	padding: 0px;
	margin: 0px 20px 10px 0px;
	float: right;
}
#footer_link2 ul {
	margin: 0px 0px 10px;
	padding: 0px;
}
#footer_link2 ul li {
	float: right;
	margin-left: 20px;
	list-style: none;
}
#footer #copy {
	font-size: 11px;
	text-align: left;
	margin-left: 18px;
}

/*----------------------------------------------------------------------*/

#btm_totop {
	margin: 0px auto 20px;
	width: 1000px;
	background: url(/../img/common/foot_bg.png) repeat-x left 6px;
	height: 32px;
	text-align: right;
}
#main_menu span {
	visibility: hidden;
}

/*-------Tips etc 2column------------------------------------------------------*/

#wrapper #submenu {
	float: left;
	width: 290px;
	margin-top: 30px;
}
#wrapper #maincontents {
	float: right;
	width: 695px;
	margin-top: 30px;
	line-height: 1.5em;
}

/*----------------------------------------------------------------------*/
