@charset "utf-8";


a:link {
	color: #3741A6;
	text-decoration: none;
}
a:visited {
	color: #3741A6;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #4755D8;
}

a:hover.hov {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

ol li,ol p {
	margin-left: 40px;
	padding-left: 10px;
	list-style-position: outside;
	list-style-type: decimal;
}
em {
	color: #224785;
	font-weight: bold;
}
strong {
	font-weight: bold;
}



/*表*****************************/
table.data {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	line-height: 150%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.data td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.data th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-color: #F4F4F4;
	padding: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}



/*レイアウト*****************************/
#wrap {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
#header {
	height: auto;
	width: 800px;
	border: 1px solid #AAAAAA;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 10px;
	line-height: 100%;
}
#header a {
	color: #888888;
	display: block;
	float: left;
	padding-right: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #AAAAAA;
	padding-left: 5px;
}
#header a:hover {
	color: #FF0000;
}
#header li {
	display: inline;
}
#header .last a {
	border-right-style: none;
}
#shop_menu {
	float: right;
	width: 30%;
}
#shop_menu a {
	float: right;
}
#main {
	width: 800px;
	border: 1px solid #AAAAAA;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}
#menu_area {
	height: 157px;
	width: 100%;
	overflow: hidden;
}
#logo {
	background-image: url(../img/logo.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	float: left;
	height: 157px;
	width: 113px;
	overflow: hidden;
}
#logo_l {
	background-image: url(../img/logo_l.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	float: left;
	height: 248px;
	width: 178px;
	overflow: hidden;
}


#main .contents {
	height: auto;
	width: 480px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 70px;
	margin-left: auto;
}
.line2 {
	height: 1px;
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	clear: both;
}

#main .footer {
	font-size: 10px;
	color: #888888;
	text-align: right;
	position: relative;
	right: 10px;
	margin-bottom: 5px;
}

/*メニュー*****************************/
#menu {
	float: right;
	height: 80px;
	width: 539px;
}
#menu_btn li {
	display: inline;
}
#menu_btn a {
	display: block;
	float: left;
	height: 80px;
	width: 81px;
	margin-right: 9px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	overflow: hidden;
}
#menu_btn {
	display: block;
	float: right;
	height: 80px;
	width: 536px;
	overflow: hidden;
}
#mn_1 a {
	background-image: url(../img/mn_1.gif);
}
#mn_2 a {
	background-image: url(../img/mn_2.gif);
}
#mn_3 a {
	background-image: url(../img/mn_3.gif);
}
#mn_4 a {
	background-image: url(../img/mn_4.gif);
}
#mn_5 a {
	background-image: url(../img/mn_5.gif);
}
#mn_6 a {
	background-image: url(../img/mn_6.gif);
	margin-right: 0px;
}

/*ページ全体*****************************/
#main h2 {
	color: #888888;
	font-size: 13px;
	line-height: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #888888;
	border-bottom-width: 1px;
	border-bottom-color: #888888;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 1%;
	margin-top: 20px;
	font-weight: bold;
	display: block;
}
.contents h3 {
	font-weight: bold;
	color: #FF0000;
	margin-top: 20px;
	margin-bottom: 10px;
}
.space {
	margin-top: 100px;
}
.contents p {
	margin-bottom: 10px;
}

/*トップページ*****************************/
#menu_area_top {
	height: 248px;
	width: 100%;
	overflow: hidden;
}
ul.news {
	line-height: 125%;
	margin-top: 160px;
	padding-right: 10px;
	color: #000000;
}
ul.news li {
	margin-bottom: 5px;
}
.topimg td {
	vertical-align: top;
	font-size: 11px;
	line-height: 125%;
	padding-bottom: 8px;
}
#up {
	margin-top: -140px;
}
.topimg {
	margin-top: 10px;
	color: #888888;
}

/*リンクページ*****************************/
.link img {
	border: 1px solid #AAAAAA;
	float: left;
	margin-right: 20px;
	display: block;
}
.link {
	margin-bottom: 20px;
}

/*ショッピングページ*****************************/
#cate {
	height: auto;
	width: 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #888888;
	border-bottom-color: #888888;
	padding-top: 7px;
	padding-bottom: 7px;
	position: relative;
	z-index: 1;
	margin-top: 20px;
}
#cate a {
	font-size: 13px;
	line-height: 13px;
	color: #888888;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #888888;
}
#cate #red {
	display: block;
	float: left;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FF0000;
	border-bottom-color: #FF0000;
	margin-top: -8px;
	margin-bottom: -8px;
	padding-top: 7px;
	padding-bottom: 7px;
	color: #FF0000;
	height: auto;
	position: relative;
	z-index: 2;
}
#cate #red a {
	color:#FF0000;
	border-right-color: #FF0000;
}
#cate a:hover {
	color: #FF0000;
}
#cate .last {
	border-right-style: none;
}
#cate #selected {
	color: #FF0000;
}
.item {
	height: 170px;
	width: 25%;
	text-align: center;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
}
.item h4 {
	margin-top: 15px;
}

/*ニュース*****************************/
.change {
	display: block;
	font-size: 12px;
	font-weight: normal;
	margin-top: -24px;
	text-align: right;
}

.news h3 {
	color: #0083D7;
	font-weight: normal;
	margin-bottom: 5px;
}
.news .date {
	border: 1px solid #888888;
	padding: 15px;
	width: 540px;
	font-size: 12px;
	line-height: 175%;
}

/*＠btf*****************************/
.btn_area {
	width: 720px;
	height: 47px;
	margin-bottom: 15px;
	overflow: hidden;
}
.btn_area a {
	margin-right: 10px;
	display: block;
	float: left;
}
.calendar {
	margin-bottom: 30px;
}
#cate .right {
	text-align: right;
	position: absolute;
	right: 0px;
	top: 7px;
	float: right;
}.tenran td {
	padding-bottom: 50px;
	padding-right: 10px;
	vertical-align: top;
}

/*展覧会*****************************/
.tenran {
	width: 730px;
}
.tenran h3 {
	font-size: 16px;
	line-height: 25px;
	font-weight: bold;
	color: #000000;
	margin-top: 20px;
	margin-bottom: 5px;
}

/*トークショウ*****************************/
.contents .talk {
	height: auto;
	width: 100%;
	border: 1px solid #CCCCCC;
}
.talk .style2 {
	margin: 15px;
}

