@charset 'utf-8';

/* body
-------------------------------------------------- */

body {
	padding: 0px;
	margin: 0px;
	font-size: 80%;
	line-height: 1.25;
	color: #000000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	text-align: center;
	background: #ffffff;
}

/* wrapperArea
-------------------------------------------------- */

#wrapperArea {
	width: 100%;
	padding: 0px;
	margin: 0px auto;
	text-align: left;
}

/* bodyArea
-------------------------------------------------- */

#bodyArea {
	width: 960px;
	padding: 30px 0px 0px;
	margin: 0px auto 50px;
}

/* paragraph Element
-------------------------------------------------- */

#mainArea .bold {
	font-weight: bold;
}

#mainArea .colorRed {
	color: #cd1c1c;
}

#mainArea .left {
	text-align: left;
}

#mainArea .center {
	text-align: center;
}

#mainArea .right {
	text-align: right;
}

/* subNavigation
-------------------------------------------------- */

#subNavigation {
	width: 959px;
	height: 42px;
	margin: 0px 0px 30px;
	background: url(/navi02/img/subnavi_bg.gif) left bottom no-repeat;
	position: relative;
}

#subNavigation ul.link {
	width: 959px;
	height: 42px;
	padding: 0px;
	margin: 0px;
	line-height: 1;
	list-style-type: none;
}

#subNavigation ul.link li {
	padding: 0px;
	margin: 0px;
}

#subNavigation ul.link li.menu_010 {
	width: 318px;
	height: 42px;
	background: url(/navi02/img/subnavi_btn_010_on.gif) left top no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
}

#subNavigation ul.link li.menu_020 {
	width: 318px;
	height: 42px;
	background: url(/navi02/img/subnavi_btn_020_on.gif) left top no-repeat;
	position: absolute;
	top: 0px;
	left: 320px;
}

#subNavigation ul.link li.menu_030 {
	width: 319px;
	height: 42px;
	background: url(/navi02/img/subnavi_btn_030_on.gif) left top no-repeat;
	position: absolute;
	top: 0px;
	left: 640px;
}

#subNavigation ul.link li a {
	padding: 0px;
	margin: 0px;
	display: block;
	font-size: 1px;
	line-height: 1;
	color: #000000;
	text-decoration: none;
}

#subNavigation .menu_010 a:hover {
	width: 318px;
	height: 42px;
	background-color: transparent;
}

#subNavigation .menu_020 a:hover {
	width: 318px;
	height: 42px;
	background-color: transparent;
}

#subNavigation .menu_030 a:hover {
	width: 319px;
	height: 42px;
	background-color: transparent;
}

#subNavigation .menu_010 a:hover img,
#subNavigation .menu_020 a:hover img,
#subNavigation .menu_030 a:hover img {
	visibility:hidden;
}

#categoryID_news #subNavigation .menu_010 a img,
#categoryID_news #subNavigation .menu_010 a:hover img {
	width: 318px;
	height: 42px;
	visibility:hidden;
	background: url(/navi02/img/subnavi_btn_010_on.gif) left top no-repeat;
}

#categoryID_medianavi #subNavigation .menu_020 a img,
#categoryID_medianavi #subNavigation .menu_020 a:hover img {
	width: 318px;
	height: 42px;
	visibility:hidden;
	background: url(/navi02/img/subnavi_btn_020_on.gif) left top no-repeat;
}

#categoryID_eventinfo #subNavigation .menu_030 a img,
#categoryID_eventinfo #subNavigation .menu_030 a:hover img {
	width: 319px;
	height: 42px;
	visibility:hidden;
	background: url(/navi02/img/subnavi_btn_030_on.gif) left top no-repeat;
}

/* pageLink
-------------------------------------------------- */

#pageLink {
	width: 740px;
	height: 24px;
	margin: 15px auto;
}

#pageLink .back {
	width: 149px;
	height: 29px;
	float: left;
}

#pageLink .next {
	width: 149px;
	height: 29px;
	float: right;
}

/* elements
-------------------------------------------------- */

strong,b {
	font-weight: bold;
}

hr {
	display: block;
}

/* Change Margin
-------------------------------------------------- */

body .changeMargin0 {
	margin: 0px !important;
}

body .changeMarginSide0 {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

body .changeMarginTop0 {
	margin-top: 0px !important;
}

body .changeMarginBottom0 {
	margin-bottom: 0px !important;
}

/* Change Padding
-------------------------------------------------- */

body .changePadding0 {
	padding: 0px !important;
}

body .changePaddingSide0 {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

body .changePaddingTop0 {
	padding-top: 0px !important;
}

body .changePaddingBottom0 {
	padding-bottom: 0px !important;
}
