@charset "utf-8";

body {
	background-color: #F3F3F3;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	color: #333333;
	font-family: Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
}
body,td,th {
	font-size: 12px;
	line-height: 160%;
	color: #333333;
}
a:link {
	color: #98000B;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #98000B;
}
a:hover {
	text-decoration: none;
	color: #B64650;
}
a:active {
	text-decoration: none;
	color: #98000B;
}
p,h1,h2,h3 {
	margin: 0px;
	padding: 0px;
}
ul{
    list-style:none;
    text-align: left;
    margin-left:0px;
    padding-left:0px
}
li{
    list-style:none;
    text-align: left;
    margin-left:0px;
    padding-left:0px
}
img {
    border: none;
}
#container {
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 756px;
}
/*ヘッダーここから*/
#header {
	text-align: left;
	width: 756px;
	height: 111px ;
	margin:0;
	padding:0;
	position:relative;
}
#logo a{
	display:block;
	width: 378px;
	height: 111px ;
	background-image: url(img/logo.gif);
	background-repeat: no-repeat;
	text-indent: -500em;
	outline-style: none;
}
#jp a{
	display:block;
	position:absolute;
	width: 59px;
	height: 15px;
	left: 642px;
	top: 18px;
	background-image: url(img/jp.gif);
	background-repeat: no-repeat;
	text-indent: -500em;
	outline-style: none;
}
#jp a:hover{
	display:block;
	position:absolute;
	width: 59px;
	height: 15px;
	left: 642px;
	top: 18px;
	background-image: url(img/jp.gif);
	background-repeat: no-repeat;
	text-indent: -500em;
	outline-style: none;
}
#en a{
	display:block;
	position:absolute;
	width: 50px;
	height: 15px;
	left: 706px;
	top: 18px;
	background-image: url(img/en_f2.gif);
	background-repeat: no-repeat;
	text-indent: -500em;
	outline-style: none;
}
#en a:hover{
	display:block;
	position:absolute;
	width: 50px;
	height: 15px;
	left: 706px;
	top: 18px;
	background-image: url(img/en_f2.gif);
	background-repeat: no-repeat;
	text-indent: -500em;
	outline-style: none;
}
/*ヘッダーここまで*/
/*メニューここから*/
#mn {
	width: 756px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 64px;
}
ul#mn li {
	display : inline;
	float: left;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
ul#mn li a {
	display: block;
	padding: 0px;
}
a#mn01 {
    width: 127px;
	height: 64px;
	text-indent: -500em;
	outline-style: none;
	background-image: url(img/about.gif);
	background-repeat: no-repeat;
}
a:hover#mn01 {
    width: 127px;
	height: 64px;
	text-indent: -500em;
	outline-style: none;
	background-image: url(img/about_f2.gif);
	background-repeat: no-repeat;
}
a#mn02 {
    width: 126px;
	height: 64px;
	text-indent: -500em;
	outline-style: none;
	background-image: url(img/news_f2.gif);
	background-repeat: no-repeat;
}
a:hover#mn02 {
    width: 126px;
	height: 64px;
	text-indent: -500em;
	outline-style: none;
	background-image: url(img/news_f2.gif);
	background-repeat: no-repeat;
}
a#mn03 {
    width: 125px;
	height: 64px;
	text-indent: -500em;
	outline-style: none;
	background-image: url(img/gallery1.gif);
	background-repeat: no-repeat;
}
a:hover#mn03 {
    width: 125px;
	height: 64px;
	text-indent: -500em;
	outline-style: none;
	background-image: url(img/gallery1_f2.gif);
	background-repeat: no-repeat;
}
a#mn04 {
    width: 126px;
	height: 64px;
	text-indent: -500em;
	outline-style: none;
	background-image: url(img/gallery2.gif);
	background-repeat: no-repeat;
}
a:hover#mn04 {
    width: 126px;
	height: 64px;
	text-indent: -500em;
	outline-style: none;
	background-image: url(img/gallery2_f2.gif);
	background-repeat: no-repeat;
}
a#mn05 {
    width: 126px;
	height: 64px;
	text-indent: -500em;
	outline-style: none;
	background-image: url(img/collection.gif);
	background-repeat: no-repeat;
}
a:hover#mn05 {
    width: 126px;
	height: 64px;
	text-indent: -500em;
	outline-style: none;
	background-image: url(img/collection_f2.gif);
	background-repeat: no-repeat;
}
a#mn06 {
    width: 126px;
	height: 64px;
	text-indent: -500em;
	outline-style: none;
	background-image: url(img/access.gif);
	background-repeat: no-repeat;
}
a:hover#mn06 {
    width: 126px;
	height: 64px;
	text-indent: -500em;
	outline-style: none;
	background-image: url(img/access_f2.gif);
	background-repeat: no-repeat;
}
/*メニューここまで*/
/*タイトルここから*/
#title h2{
	width: 756px;
	height: 121px;
	text-align:left;
	text-indent: -500em;
	outline-style: none;
	background-image: url(img/title.jpg);
	background-repeat: no-repeat;
}
/*タイトルここまで*/
/*コンテンツここから*/
#contents {
	margin-top: 28px;
	width: 756px;
	text-align:left;
}
/*コンテンツここまで*/
/*レフトここから*/
#left {
	float: left;
	margin: 0;
	width: 114px;
	margin-bottom:100px;
}
#categories h3{
	width: 114px;
	height: 24px;	
	margin-bottom: 10px;
	text-indent: -500em;
	outline-style: none;
	background-image: url(img/categories.gif);
	background-repeat: no-repeat;
}
.sidetext {
	width: 114px;	
	margin-bottom: 30px;
	margin-left: 17px;
}
.sidetext a:link {
	color: #333333;
	text-decoration:underline;
}
.sidetext a:visited {
	text-decoration:underline;
	color: #333333;
}
.sidetext a:hover {
	text-decoration:underline;
	color: #666666;
}
.sidetext a:active {
	text-decoration:underline;
	color: #333333;
}
#archives h3{
	width: 114px;
	height: 24px;	
	margin-bottom: 10px;
	text-indent: -500em;
	outline-style: none;
	background-image: url(img/archives.gif);
	background-repeat: no-repeat;
}
.cdrcontainer {
	width: 97px;
	height: 117px;
	margin-left:15px;
	margin-bottom:20px;
	position:relative;
}
#cdr09 a{
	display:block;
	position:absolute;
	width: 97px;
	height: 117px;
	left: 0px;
	top: 0px;
	background-image: url(http://www.tezenmuseum.com/img/cdr09_btn.jpg);
	background-repeat: no-repeat;
	text-indent: -500em;
	outline-style: none;
}
#cdr09 a:hover{
	display:block;
	position:absolute;
	width: 97px;
	height: 117px;
	left: 0px;
	top: 0px;
	background-image: url(http://www.tezenmuseum.com/img/cdr09_btn_f2.jpg);
	background-repeat: no-repeat;
	text-indent: -500em;
	outline-style: none;
}
#cdr08 a{
	display:block;
	position:absolute;
	width: 97px;
	height: 117px;
	left: 0px;
	top: 0px;
	background-image: url(img/cdr_btn.jpg);
	background-repeat: no-repeat;
	text-indent: -500em;
	outline-style: none;
}
#cdr08 a:hover{
	display:block;
	position:absolute;
	width: 97px;
	height: 117px;
	left: 0px;
	top: 0px;
	background-image: url(img/cdr_btn_f2.jpg);
	background-repeat: no-repeat;
	text-indent: -500em;
	outline-style: none;
}
/*レフトここまで*/
/*ライトここから*/
#right {
	float: right;
	margin: 0;
	width: 608px;
	margin-bottom:100px;
}
.entry {
	width: 608px;
	margin-bottom:80px;
}
.midashi {
	background-image:url(img/midashi_line.gif);
	background-repeat:no-repeat;
	padding-top:12px;
	padding-left: 15px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "平成明朝", "ＭＳ Ｐ明朝", serif;
	font-size:15px;
	font-weight:bold;
}
.entrytext {
	margin-top:15px;
	padding-left: 15px;
}
.red {
	color: #98000B;
}
.blue {
	color: #000099;
}
.green {
	color: #006633;
}
.orange {
	color: #CC3300;
}
.entryinfo {
	margin-top:15px;
	text-align: right;
	font-size: 10px;
	_font-size: xx-small;
	_letter-spacing:1px;
}
.entrycat a:link {
	color: #333333;
}
.entrycat a:visited {
	color: #333333;
}
.entrycat a:hover {
	color: #666666;
}
.entrycat a:active {
	color: #333333;
}
/*ライトここまで*/
/*フッターここから*/
#footer {
	clear: both;
	height:22px;
	width: 756px;
	margin-bottom:40px;	
	position:relative;
	background-image:url(img/line.gif);
	background-repeat:no-repeat;
}
#footerl a{
	float:left;
	height:12px;
	width:73px;
	margin-top:10px;
	margin-left: 5px;
	background-image:url(img/pagetop.gif);
	background-repeat:no-repeat;
	background-position:left;
	position:absolute;
	left:0;
	text-indent: -500em;
	outline-style: none;
}
#footerl a:hover{
	float:left;
	height:12px;
	width:73px;
	margin-top:10px;
	margin-left: 5px;
	background-image:url(img/pagetop_f2.gif);
	background-repeat:no-repeat;
	background-position:left;
	position:absolute;
	left:0;
	text-indent: -500em;
	outline-style: none;
}
#footerr {
	float:right;
	height:12px;
	width:237px;
	margin-top:10px;
	position:relative;
}
#copy {
	top:0px;
	left:0px;
	height:12px;
	width:160px;
	background-image:url(img/copyright.gif);
	background-repeat:no-repeat;
	text-indent: -500em;
	outline-style: none;
	position:absolute;

}
#siteby a {
	top:0px;
	left:160px;
	height:12px;
	width:78px;
	background-image:url(img/siteby.gif);
	background-repeat:no-repeat;
	text-indent: -500em;
	outline-style: none;
	position:absolute;	
}
/*フッターここまで*/