﻿*{ margin: 0; padding: 0; }

body { 
	font-size: 12px; /font-size: 75%;
	line-height: 1.6; 
	font-family: "メイリオ", Arial, sans-serif; _font-family: Arial, "ＭＳ　Ｐゴシック", sans-serif;
}

h1,h2,h3,h4,h5,h6,table,th,td { font-size: 100%; font-weight: normal; }

/*
.txt16px { font-size: 16px; /font-size: 133%; }
.txt11px { font-size: 11px; /font-size: 90%; }
.txt10px { font-size: 10px; /font-size: 80%; }
*/

img { border: 0; }

a { outline: none; color: #666; }

a:hover { text-decoration: none; }

li { list-style-type: none; }

table { border-collapse: collapse; border-spacing: 0; }

th,td { vertical-align: top; }

p { margin: 0 0 1em; }

strong { font-weight: bold; }

/*---------- レイアウト共通 ----------*/

body {
	color: #666;
	text-align: center;
}

#container {
	width: 1057px;
	margin: 0 auto;
	text-align: left;
}	

#leftClm {
	width: 312px;
	height: 746px;
	background: url(../img/bg_header.jpg) no-repeat;
	float: left;
}

#leftClm #header {
	height: 301px;
}

#leftClm #header h1 {
	padding: 23px 0 0;
}

#leftClm #header h1 a {
	display: block;
	width: 190px;
	height: 175px;
	margin: 0 0 0 auto;
}

#leftClm #header h1 a,
#leftClm #header p {
	text-indent: -9999px;
	font-size: 1px;
}

#leftClm p.banner {
	width: 190px;
	font-size: 1px;
	margin: 0 0 0 auto;
}

#leftClm p.banner a.bnr01 {
	margin: 0 2px 0 0;
}

#mainClm {
	width: 518px;
	float: right;
}

#mainClm #contents {
	margin: 70px 15px 20px 0
}

#mainClm h2 {
	width: 503px;
	height: 60px;
}

#footer {
	width: 100%;
	clear: both;
	color: #999;
	padding: 0 0 15px;
}


#footer p.text {
	font-size: 10px; /font-size: 80%; _font-size: 75%;
	line-height: 1.5em;
	background: url(../img/bg_footer.gif) no-repeat;
	padding: 74px 0 0;
	margin: 0 15px 0 122px;
}

#footer p.banner {
	font-size: 1px;
	overflow: hidden;
	height: 1%;
	margin: 0 15px 0 122px;
}

#footer p.banner a {
	display: block;
	float: left;
	margin: 0 15px 0 0;
}

#footer p.banner a.cinema {
	margin: 0;
	float: right;
}

#footer p.banner a.naomi {
	margin: 0 5px 0 0;
	float: right;
}

/*----- グローバルメニュー -----*/

#globalNav {
	width: 190px;
	margin: 0 0 12px auto;
	font-size: 1px;
}

#globalNav li {
	margin: 0 0 3px;
}

#globalNav a {
	display: block;
	width: 190px;
	height: 33px;
	text-indent: -9999px;
	background: url(../img/global_nav.gif) no-repeat;
}

#globalNav .item02 a {
	background-position: 0 -36px;
}

#globalNav .item03 a {
	background-position: 0 -72px;
}

#globalNav .item04 a {
	background-position: 0 -108px;
}

#globalNav .item05 a {
	background-position: 0 -144px;
}

#globalNav .item06 a {
	background-position: 0 -180px;
}

#globalNav .item01 a:hover,
#about #globalNav .item01 a {
	background-position: -190px 0;
}

#globalNav .item02 a:hover,
#artist #globalNav .item02 a {
	background-position: -190px -36px;
}

#globalNav .item03 a:hover,
#workshop #globalNav .item03 a {
	background-position: -190px -72px;
}

#globalNav .item04 a:hover,
#stamp #globalNav .item04 a {
	background-position: -190px -108px;
}

#globalNav .item05 a:hover,
#timeTable #globalNav .item05 a {
	background-position: -190px -144px;
}

#globalNav .item06 a:hover,
#map #globalNav .item06 a {
	background-position: -190px -180px;
}

/*---------- 印刷 ----------*/
@media print {

#container {
	width: auto;
	/font-size: 12px;
}

#leftClm {
	display: none;
	float: none;
}

#mainClm {
	float: none;
}

#mainClm #contents {
	margin: 0 0 20px 0;
}

#footer p.text {
	margin: 15px 0 0 0;
}

#footer p.banner {
	display: none;
}

}
