@charset "utf-8";
/* CSS Document */
body {
	background:#FFF;}

.head {
	background-image: url(/mz/static/images/mzday/2011/osaka/head_back.png);
	background-repeat: repeat-x;
}
.head_bo a {
	background-image: url(/mz/static/images/mzday/2011/osaka/bo_head.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	height: 39px;
	margin: 15px 0 0;
	width: 211px;
	float:right;
}
.head_bo a:hover {
	background-image: url(/mz/static/images/mzday/2011/osaka/bo_head.png);
	background-position: 0px -46px;
	background-repeat: no-repeat;
}
.head_bo span {
	display: none;
}
/* メニュー
==================================================================== */

#navi {
	background-image: url(/mz/static/images/mzday/2011/osaka/menu_back.png);
	background-repeat: repeat-x;
	margin-bottom: 20px;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 0;
}
#navi ul {
	background-image:url(/mz/static/images/mzday/2011/osaka/menu.png);
	background-position:left top;
	background-repeat:no-repeat;
	height:32px;
	margin:0 auto;
	padding:0;
	width:750px;
}
#navi span {
	display:none;
}
#navi li, #navi a {
	display:block;
	height:32px;
}
#navi li {
	display:inline;
	float:left;
	list-style:none outside none;
	margin:0;
	padding:0;
}
#navi-01 {
	width:124px;
}
#navi-02 {
	width:124px;
}
#navi-03 {
	width:124px;
}
#navi-04 {
	width:122px;
}
#navi-05 {
	width:122px;
}
#navi-06 {
	width:114px;
}
#navi-01.active {
	background:url(/mz/static/images/mzday/2011/osaka/menu.png) no-repeat scroll 0 -49px transparent;
}
#navi-02.active {
	background:url(/mz/static/images/mzday/2011/osaka/menu.png) no-repeat scroll -124px -49px transparent;
}
#navi-03.active {
	background:url(/mz/static/images/mzday/2011/osaka/menu.png) no-repeat scroll -248px -49px transparent;
}
#navi-04.active {
	background:url(/mz/static/images/mzday/2011/osaka/menu.png) no-repeat scroll -372px -49px transparent;
}
#navi-05.active {
	background:url(/mz/static/images/mzday/2011/osaka/menu.png) no-repeat scroll -494px -49px transparent;
}
#navi-06.active {
	background:url(/mz/static/images/mzday/2011/osaka/menu.png) no-repeat scroll -616px -49px transparent;
}

#navi-01 a:hover {
	background:url(/mz/static/images/mzday/2011/osaka/menu.png) no-repeat scroll 0 -49px transparent;
}
#navi-02 a:hover {
	background:url(/mz/static/images/mzday/2011/osaka/menu.png) no-repeat scroll -124px -49px transparent;
}
#navi-03 a:hover {
	background:url(/mz/static/images/mzday/2011/osaka/menu.png) no-repeat scroll -248px -49px transparent;
}
#navi-04 a:hover {
	background:url(/mz/static/images/mzday/2011/osaka/menu.png) no-repeat scroll -372px -49px transparent;
}
#navi-05 a:hover {
	background:url(/mz/static/images/mzday/2011/osaka/menu.png) no-repeat scroll -494px -49px transparent;
}
#navi-06 a:hover {
	background:url(/mz/static/images/mzday/2011/osaka/menu.png) no-repeat scroll -616px -49px transparent;
}

/* 本文
==================================================================== */

.inner {
	width:750px;
	background-image: url(/mz/static/images/mzday/2011/osaka/head.png);
	background-repeat: no-repeat;
	height: 201px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.wrapper {
	width:710px;
	margin:0 auto 0 auto;
}
.wrapper h2 {
	margin:0 0 20px 0;
}
.wrapper h3 {
	background-image: url(/mz/static/images/mzday/2011/osaka/h3_back.png);
	background-repeat: repeat-x;
	font-size: 90%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	color: #333;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 11px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}
.wrapper h3 span {
	padding-left: 5px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #E9156A;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 5px;
}
.wrapper p {
	margin:0 0 10px 0;
	font-size:90%;
	line-height:170%;
}
.wrapper .block {
	margin:0 0 40px 0;
	border:none;
	padding:0;
}
.right {
	float:right;
	margin:0 0 0 10px;
}
.image {
	border: 1px solid #CCCCCC;
	clear: left;
	margin-bottom: 5px;
	padding: 1px;
}
.bo_entry a {
	background-image: url(/mz/static/images/mzday/2011/osaka/bo_entry.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	height: 102px;
	margin: 0 auto 20px auto;
	width: 352px;
}
.bo_entry a:hover {
	background-image: url(/mz/static/images/mzday/2011/osaka/bo_entry.png);
	background-position: 0px -110px;
	background-repeat: no-repeat;
}
.bo_entry span {
	display: none;
}
.wrapper ul {
	margin:0;
	padding:0;
	list-style-type: none;
}
.wrapper ul li {
	margin:0 0 20px 10px;
}
.wrapper ul li a {
	background-image: url(/mz/static/images/mzday/2011/osaka/arrow.png);
	background-repeat: no-repeat;
	font-size:90%;
	padding-left: 20px;
}
table.table-01 {
	border: 1px solid #E3E3E3;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 80%;
	line-height: 150%;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}
table.table-01 th {
	background: none repeat scroll 0 0 #F5F5F5;
	border-color: #E3E3E3;
	border-style: solid;
	border-width: 0 0 1px 1px;
	font-weight: bold;
	line-height: 120%;
	padding: 5px;
	text-align: center;
}
table.table-01 td {
	border: 1px solid #E3E3E3;
	padding: 8px;
	text-align: left;
}
.session {
	border-bottom:1px dashed #CCCCCC;
	clear:both;
	margin-bottom:20px;
	_zoom: 1;
	overflow: hidden;
	padding-top: 0;
	padding-bottom: 10px;
}
.session .photo {
	border:1px solid #CCCCCC;
	display:block;
	float:left;
	margin-bottom:5px;
	margin-right:10px;
	padding:1px;
}
.session .left {
	float: left;
	width: 590px;
}
.session .title {
	background:none repeat scroll 0 0 #666666;
	color:#FFFFFF;
	font-size:90%;
	font-weight:bold;
	margin:0 0 8px;
	padding:8px;
}
.profile {
	background:none repeat scroll 0 0 #EFEFEF;
	border:1px solid #CCCCCC;
	font-size:80%;
	line-height:150%;
	margin-bottom:5px;
	padding:5px;
}
.profile h3 {
	background:none repeat scroll 0 0 #FFFFFF;
	border-bottom:1px solid #999999;
	color:#000000;
	font-size:90%;
	margin:0 0 5px;
	padding:2px;
}

.wrapper .block table {
}
.wrapper .block table td {
	padding-bottom: 10px;
	padding-right: 50px;
	text-align:left;
	vertical-align: top;
}
.company {
	font-size: 80%;
	line-height: 130%;
}
/* フッター
==================================================================== */

.footer {
	clear:both;
	text-align:center;
	padding:30px;
	font-size:80%;
	background-color: #EFEFEF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
