@charset "utf-8";

body.flash{
	margin: 0px;
	padding: 0px 0px;
}

/* flash */

#flashContainer {
	width: 100%;
	text-align:center;
	background-color: #FFFFFF;
}

#flash {
	position: relative;
	width: 720px;
	margin: auto;
	margin-bottom: 20px;
	text-align:left;
	background-color: #FFFFFF;
}

#mainImage{
	margin-left: 10px;
}

/* top contents */

#menus {
	float: left;
	top: 0px;
	left: 0px;
	width: 205px;
}

.menu {
	margin-left: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
}

.menu h2 {
	padding-right: 10px;
	background-position: right center;
}

.menu ul {
	margin-right: 5px;
}

.menu li {
	clear: both;
	width: 190px;
	margin-bottom: 5px;
	border-bottom: 1px solid #CCCCCC;
}

.menu div.more {
	margin-right: 5px;
	clear: both;
	text-align: left;
}

.menu li div.more {
	margin-right: 0px;
	clear: both;
	text-align: right;
}

.menu div.date {
	border-bottom: 1px dotted #DDDDDD;
}

.menu div.title {
	border-bottom: 1px dotted #DDDDDD;
}

.menu div.info {
	font-size: 65%;
}

#menu .title a {
	font-weight: bold;
	display: block;
	width: 175px;
	min-height: 18px;
	margin-left: 0px;
	margin-right: 10px;
	padding: 6px 0px;
	font-size: 12px;
	background-image:url(/images/main/default/link_arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#menu .title a:hover {
	text-decoration: none;
	background-image:url(/images/main/hover/link_arrow.gif);
}

#sitemenu a {
	display: block;
	padding: 5px 0px;
}

#information span.date {
	font-size: 85%;
	color: #666666;
	margin-right: 5px;
}

/* contents */

#contents {
	float: right;
	top: 0px;
	right: 0px;
	width: 505px;
}

.content {
	margin-right: 10px;
	margin-bottom: 20px;
}

.content h1 {
	padding-left: 5px;
	font-size: 110%;
	margin-bottom: 20px;
}

.content h1 a {
	text-decoration: none;
}

.content h2 {
	padding-left: 10px;
	background-position: left center;
}

.content h3 {
	padding-left: 5px;
}

.content ul {
	padding-left: 5px;
}

.content li {
	width: 100%;
	margin-right: 0px;
	margin-bottom: 5px;
	border-bottom: 1px solid #CCCCCC;
}

.content li div.more {
	font-size: 65%;
	clear: both;
	text-align: right;
}

.content li div.description {
	padding-left: 5px;
	padding-right: 5px;
}

#article h1 {
	padding-left: 10px;
}

#article div.text, #article div.summary  {
	padding-left: 10px;
	padding-right: 10px;
}



#archives ul li a {
	display: block;
	margin-right: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	/* padding: 5px 5px;  */
}

#archives ul li a img {
	display: block;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 2px;
	float: left;
}

#archives ul li a:hover {
	background-image:url(/images/main/default/link_arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	text-decoration: none;
} 

#archives span.title {
	font-size: 100%;
	font-weight: bold;
}

#archives span.text {
	font-size: 65%;
}

.shopContent#designers {
	overflow: hidden;
	margin-right: 15px;
	width: 235px;
}

#designers ul li a {
	display: block;
	margin-right: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

#designers ul li a img {
	display: block;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 2px;
	float: left;
}

#designers ul li a:hover {
	background-image:url(/images/main/default/link_arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	text-decoration: none;
} 

#designers span.title {
	font-size: 85%;
}

#designers span.text {
	font-size: 65%;
}


.shopContent#museum {
	overflow: hidden;
	float: right;
	width: 235px;
}

#museum ul li a {
	display: block;
	margin-right: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

#museum ul li a img {
	display: block;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 2px;
	float: left;
}

#museum ul li a:hover {
	background-image:url(/images/main/default/link_arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	text-decoration: none;
} 

#museum span.title {
	font-size: 85%;
}

#museum span.text {
	font-size: 65%;
}




