* {
	margin: 0;
	padding: 0;
}
body {
	background: #999999 url(../works/img/back.jpg) repeat;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif, "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
}

a:link,
a:visited,
a:active {
	color: #600;
	text-decoration: none;
}
a:hover {
	color: #600;
	text-decoration: underline;
}


#head {
	background-color: #4a4a6d;
	padding: 5px;
	position: relative;
	margin: 0px;
}
#head #head_text {
	text-align: right;
	position: absolute;
	top: 15px;
	right: 15px;
	white-space: nowrap;
}
#head .number {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 20px;
}
#head .title {
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 10px;
}


#tab {
	width: 600px;
	height: 40px;
	margin: 10px auto 0 auto;
	position: relative;
}

#tab .tab1_on {
	font-weight: bold;
	background-color: #FFFFFF;
	text-align: center;
	width: 150px;
	position: absolute;
	padding-top: 10px;
	padding-bottom: 10px;
	bottom: 0px;
	left: 5px;
	border-bottom: 1px solid #ccc;
}

#tab .tab1_off {
	font-weight: bold;
	background-color: #ddd;
	text-align: center;
	width: 150px;
	position: absolute;
	padding-top: 10px;
	padding-bottom: 10px;
	bottom: 0px;
	left: 5px;
	border-bottom: 1px solid #ccc;
}

#tab .tab2_on {
	font-weight: bold;
	background-color: #FFFFFF;
	text-align: center;
	width: 150px;
	position: absolute;
	padding-top: 10px;
	padding-bottom: 10px;
	bottom: 0px;
	left: 160px;
	border-bottom: 1px solid #ccc;
}

#tab .tab2_off {
	font-weight: bold;
	background-color: #ddd;
	text-align: center;
	width: 150px;
	position: absolute;
	padding-top: 10px;
	padding-bottom: 10px;
	bottom: 0px;
	left: 160px;
	border-bottom: 1px solid #ccc;
}

#tab .tab3 {
	font-weight: bold;
	background-color: #ddd;
	text-align: center;
	width: 150px;
	position: absolute;
	padding-top: 10px;
	padding-bottom: 10px;
	bottom: 0px;
	left: 445px;
	border-bottom: 1px solid #ccc;
}

#main {
	background-color: #FFFFFF;
	width: 600px;
	margin: 0px auto;
	padding-bottom: 20px;
}

#main #photo {
	padding: 50px 50px;
}


h1 {
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 15px;
	margin: 0px;
}
.h1_number {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #666666;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
}
#flyer {
	text-align: center;
	padding: 20px;
}

.main_table {
	margin-left: 70px;
}
.main_table td {
	padding-top: 5px;
	padding-bottom: 10px;
}
h3 {
	font-size: 12px;
	color: #666666;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #4a4a6d;
	padding: 5px 5px 5px 10px;
	margin: 0px;
}
#main .text {
	line-height: 24px;
	color: #000000;
	padding-top: 5px;
}
#main .staff {
	font-size: 10px;
	line-height: 20px;
	color: #000000;
	padding-top: 5px;
}

#main .shop {
	padding-left: 20px;
}

#copy {
	color: #FFFFFF;
	text-align: center;
	padding: 10px;
}

