body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: small;
	_font-size: x-small;
	font-family: Verdana,ＭＳ Ｐゴシック,arial,helvetica;
	line-height: 150%;
}

img{
	border: 0;
}
table{
	font-size: small;
	_font-size: x-small;
	font-family: Verdana,ＭＳ Ｐゴシック,arial,helvetica;
	line-height: 150%;
}
table a{
	text-decoration: none;
	color: #000000;
	border-bottom:1px dashed #708090;
}

a{
	color: #000000;
}

.right{ text-align:right;}

/**********************************************************************/
/* レイアウト                                                         */
/**********************************************************************/
#outer {
	width: 780px;
	margin: 0 auto;
	margin-top: 30px;
	background-color: #FFFFFF;
	text-align: left;
	_height: 90%;
}

#header {
	width: 100%;
	padding-bottom: 35px;
}

#menu {
	float: left;
	width: 170px;
	_width: 195px;
	height: 85%;
	_height: auto;
	padding-right: 30px;
}

#main {
	margin-top: 17px;
	_width: 580px;
}

#footer {
	margin-top: 30px;
	padding: 7px 7px 0px 7px;
	clear: both;
	background-color: #EBEBEB;
	width: 100%;
	line-height: 140%;
}

/**********************************************************************/
/* メニュー                                                           */
/**********************************************************************/
#menu ul {
	padding: 0;
	margin: 0;
}

#menu ul li {
	list-style-type: none;
	margin: 15px 0 25px 0;
}

a.menu00 { 
	background-image:url(../images/menu/m-home.gif);
	background-position: 0px 0px;
	width:100px;
	height:30px;
	display:block;
}
a.menu00:hover {
	background-position:-100px 0px;
}
a.menu01 { 
	background-image:url(../images/menu/m-biography.gif);
	background-position: 0px 0px;
	width:100px;
	height:30px;
	display:block;
}
a.menu01:hover {
	background-position:-100px 0px;
}
a.menu02 { 
	background-image:url(../images/menu/m-publication.gif);
	background-position: 0px 0px;
	width:100px;
	height:30px;
	display:block;
}
a.menu02:hover {
	background-position:-100px 0px;
}
a.menu03 { 
	background-image:url(../images/menu/m-collection.gif);
	background-position: 0px 0px;
	width:100px;
	height:30px;
	display:block;
}
a.menu03:hover {
	background-position:-100px 0px;
}
a.menu04 { 
	background-image:url(../images/menu/m-contactus.gif);
	background-position: 0px 0px;
	width:100px;
	height:30px;
	display:block;
}
a.menu04:hover {
	background-position:-100px 0px;
}

#header ul {
	padding: 0;
	margin: 0;
}

#header ul li {
	list-style-type: none;
	float:left;
	margin:0 20px;
}


/**********************************************************************/
/* その他                                                             */
/**********************************************************************/
.gray{
	color: #708090
}

.right_gray{
	color: #A9A9A9;
}

.btm-dashed{
	border-bottom:1px dashed #708090;
}

.writer{
	color:#808080;
	font-size:xx-small;
	line-height: 150%;
}

.keii{
	border:1px solid #000000;
	padding: 30px;
	font-size: 11px;
	color:#808080;
	line-height: 150%;
}


/**********************************************************************/
/* 作品紹介                                                           */
/**********************************************************************/
#view_box{
	margin-top: 20px;
	background-color: #FFFFFF;
	padding: 5px;
	padding-bottom: 5px;
}

h1.coll_name{
	font-size: small;
	margin: 20px 20px 0px 20px;
}

p.coll_name{
	font-size: small;
	color: #A9A9A9;
	margin: 0px;
}

.coll_detail{
	font-size: x-small;
	margin: 40px;
	_margin: 20px;
}
