@charset "utf-8";
/* CSS Document */

1./**2. * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)3. * http://cssreset.com4. */5.html, body, div, span, applet, object, iframe,6.h1, h2, h3, h4, h5, h6, p, blockquote, pre,7.a, abbr, acronym, address, big, cite, code,8.del, dfn, em, img, ins, kbd, q, s, samp,9.small, strike, strong, sub, sup, tt, var,10.b, u, i, center,11.dl, dt, dd, ol, ul, li,12.fieldset, form, label, legend,13.table, caption, tbody, tfoot, thead, tr, th, td,14.article, aside, canvas, details, embed, 15.figure, figcaption, footer, header, hgroup, 16.menu, nav, output, ruby, section, summary,17.time, mark, audio, video {18. 19.	margin: 0;20.	padding: 0;21.	border: 0;22.	font-size: 100%;23.	font: inherit;24.	vertical-align: baseline;25.}26./* HTML5 display-role reset for older browsers */27.article, aside, details, figcaption, figure, 28.footer, header, hgroup, menu, nav, section {29.	display: block;30.}31.body {32.	line-height: 1;33.}34.ol, ul {35.	list-style: none;36.}37.blockquote, q {38.	quotes: none;39.}40.blockquote:before, blockquote:after,41.q:before, q:after {42.	content: '';43.	content: none;44.}45.table {46.	border-collapse: collapse;47.	border-spacing: 0;48.}

/* 全体共用部分 */

html {
	width: 100%;
}

body {
	width: 100%;
	color: #000000;
	font-family: "メイリオ", "Times New Roman", sans-serif;
	background-color: #FFFFFF;
	text-align: center;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

a:link {
	color: #3333FF;
}

a:visited {
	color: #06F;
}

a:hover {
	color: #F60;
}

p {
	margin: 0;
	max-height: 100%;
	background-image: url(../img/bgspace.gif);
}

strong {
	font-weight: bold;
}

iframe {
	margin: 0;
	padding: 0;
}

/* ラッパー部分 */

#wrapper {
	width: 100%;
}

#container {
	width: 100%;
	height: 550px;
	background-color:#666;
}

#blackbar {
	width: 100%;
	height: 20px;
	background-color: #000000;
	margin: 0;
}

#redbar {
	width: 100%;
	height: 2px;
	background-color: #C33;
	margin: 0;
}

/* ヘッダー部分 */

#header {
	width: 900px;
	height: 60px;
	margin: 15px auto;
	overflow: hidden;
}

#header a {
	text-decoration: underline;
}

#header a:link {
	color: #FFFFFF;
}

#header a:hover {
	color: #F60;
}

#header a:visited {
	color: #FC3;
}

#header p.topnav {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic"sans-serif;
	font-size: 10px;
	margin: 10px 40px 10px 0px;
	text-align: right;
	color: #666;
}

#mainnav {
	width: 900px;
	margin: 10px auto 10px auto;
	overflow: hidden;
	background-image:url(../img/mainnavback.png);
	background-position: center center;
	background-repeat: no-repeat;
}

#mainnav a:hover img{
	filter: alpha(style=0, opacity=20);
	opacity:0.2;
	background: #663300;
}

#mainnav ul {
	width: 100%;
}

#mainnav li {
	width: 180px;
	height: 45px;
	list-style-type: none;
	font-size: 14px;
	line-height: 1.6;
	float: left;
}

/*/// homeMain ///*/
#homeMain{
	position:relative;
	overflow:hidden;
	width:1020px;
	height:365px;
	margin:0 auto;
	background-image: url(../img/2014back.png);
	background-position: center center;
	background-repeat: no-repeat;
}

#homeMainPrev{
	position:absolute;
	left:0;
	cursor:pointer;
}

#homeMainNext{
	position:absolute;
	right:0;
	cursor:pointer;
}

#homeMainImg{
	position:relative;
	width:900px;
	margin:0 auto;
	background-color: transparent;
}

#homeMainImg li{
	position:absolute;
	opacity:0;
	display:none;
}

/* 本文部分全体 */

#content {
	width: 900px;
	margin: 25px auto 10px auto;
	overflow: hidden;
	background-image:url(../img/backmartinlogo.gif);
	background-position: top center;
	background-repeat: no-repeat;
}

#content a:hover img{
	filter: alpha(style=0, opacity=80);
	opacity:0.8;
	background: #FFFFFF;
}

#content ul.insidemenu {
	width: 630px;
	margin: 0 auto 0 5px;
	overflow: hidden;
}

#content li.btn {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
	font-size: 10px;
	list-style: none;
	margin-left:5px;
	color: #006;
	text-align: left;
	cursor: pointer;
	float: left;
}

#content p.newstopics {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
	font-size: 12px;
	text-align: right;
	line-height: 1.5;
	margin: 20px auto 15px auto;
	padding-top: 5px;
	border-top: 1px dotted #666;
}

#content p.top {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
	font-size: 12px;
	text-align: right;
	line-height: 1.5;
	margin: 20px auto 15px auto;
	padding-top: 5px;
	border-top: 1px dotted #666;
}

img.banner {
	margin: 15px auto 5px auto;
}

/* カタログ本体部分 */

#main {
	width: 650px;
	margin: 0 auto;
	float: left;
	background-color: transparent;
}

#leftcontents {
	width: 630px;
	margin: 0 auto 10px auto;
	background-color: transparent;
}

#leftcontents img.banner {
	float: left;
	margin: 0 5px 5px 0;
}

.more {
	width: 630px;
	margin: 15px auto 30px auto;
}

#main a:link {
	color: #00C;
}

#main a:visited {
	color: #00C;
}

#main a:hover { color: #F60;
}

#main p { text-align: left;
}

#main h1 {
	font-family: font-family: 'Neuton', serif;
	font-size: 23px;
	color: #800000;
	margin: 20px 20px 0 0;
	text-align: left;
	line-height: 1.6;
	padding-left: 12px;
	border-bottom: 1px solid #333;
	border-left: 10px solid #333;
	font-weight: bold;
}

#main h2 {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #000033;
	line-height: 1.6;
	text-align: left;
	border-bottom: 1px dotted #333;
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-weight: bold;
}

#main p.faq {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	text-align: center;
	line-height: 1.6;
}

#main p.mcj {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	text-align: center;
	line-height: 2;
}

#topbannerarea {
	width: 650px;
	margin-bottom: 10px;
	overflow: hidden;
	padding-bottom: 10px;
}

.section {
	width: 595px;
	margin: 20px auto 30px 15px;
	padding-bottom: 10px;
	background-image: url(../img/stopper.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.section p.topic {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #000033;
	line-height: 1.6;
	border-bottom: 1px dotted #333;
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-weight: bold;
}

.section p.topicred {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #C00;
	line-height: 1.6;
	border-bottom: 1px dotted #666;
	margin-bottom: 5px;
	font-weight: bold;
}

p.red {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #C00;
	line-height: 1.6;
	font-weight: bold;
}

.section p {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	text-align: left;
	line-height: 2;
}

div.section p.concert { font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	line-height: 1.6;
}

div.section strong {
	font-weight: bold;
}

.section p.ticket {
	font-size: 18px;
	font-weight: bold;
	color: #009;
	margin-top: 10px;
	line-height: 1.8;
}

.section p.bold {
	font-weight: bold;
	font-size: 14px;
	margin-top: 10px;
}

#tbhall {
	width: 580px;
	border: 3px dotted #006;
	padding: 5px;
	overflow: hidden;
}

#banner {
	width: 630px;
	margin: 15px auto 30px auto;
	overflow: hidden;
}

#contactadress {
	width: 260px;
	margin: 15px auto 30px 0;
	border: 3px double #CCC;
	padding: 10px 20px;
}

#contactadress p.mcj {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	text-align: left;
	line-height: 1.5;
	border-bottom: 1px dotted #666;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

#contactadress p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
	text-align: left;
	line-height: 1.6;
}

/* 右側メニュー部分 */

#facebook {
	width: 210px;
	margin: 0 5px 5px 0;
	float: right;
}

#rightnav {
	width: 210px;
	float: right;
	background-color: transparent;
	padding: 15px 0;
	margin: 0px 5px 0px 0px;
}

/* フッター部分 */

#footer {
	width: 100%;
	padding: 8px 0;
	background-image:url(../img/x1.gif);
	background-repeat: repeat;
}

#footer p {
	font-family: "Times New Roman", Times, serif, "ＤＦＰ極太明朝体";
	font-size: 10px;
	color: #FFFFFF;
}

#footer a {
	text-decoration: underline;
}

#footer a:link {
	color: #FC0;
}

#footer a:visited {
	color: #FF0;
}

.shadow {
	box-shadow: 2px 2px 10px #000; /*CSS3*/
	-moz-box-shadow: 2px 2px 10px #000; /* Firefox用*/
	-webkit-box-shadow: 2px 2px 10px #000; /* Google Chrome, Safari用*/
}

.shadow2 {
	box-shadow: 2px 2px 10px #999; /*CSS3*/
	-moz-box-shadow: 2px 2px 10px #999; /* Firefox用*/
	-webkit-box-shadow: 2px 2px 10px #999; /* Google Chrome, Safari用*/
}

.radius {
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	padding:0px;
	background-color:#fff;
	border:1px solid #ccc;
}

.fl {
	float: left;
}

.fl2 {
	float: left;
	margin: 0 5px;
}

.fr {
	float: right;
	margin-left: 10px;
}
.clr {
	clear: both;
}

.redbold {
	font-weight: bold;
	color: #C00;
}

.toplead {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	margin: 10px 20px 20px 35px;
	line-height: 1.8;
}

.japanese {
	font-family: "ＤＦＰ極太明朝体" , "Times New Roman", Times, serif;
}

.subtitle {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	color: #666;
}

.download {
	text-indent: 15px;
}

.bottom5 {
	margin-bottom: 5px;
}

.bottom10 {
	margin-bottom: 10px;
}

.bottom15 {
	margin-bottom: 15px;
}

.bottom20 {
	margin-bottom: 20px;
}

.top10 {
	margin-top: 10px;
}
