@charset "UTF-8"; 
/*
	Stylesheet for CB COLLECTION
	Copyright (C) CB COLLECTION. All Rights Reserved.
*/

/*N*/
a:link{
	color:#333333;
	text-decoration:none;
}
a:visited{
	color:#333333;
	text-decoration:none;
} 
a:hover{
	color:#d60026;
	text-decoration:underline;
}

h1,h2,h3,h4,h5{
	font-size:12px;
	font-weight:normal;
	text-align:left;
	margin:0;
	padding:0;
}

p{
	font-size:12px;
	line-height:1.5;
	margin:0;
	padding:0;
	text-align:left;
}

ul,li,dl,dt,dd{
	margin:0;
	padding:0;
	list-style:none;
}

table{
	width:100%;
	height:100%;
	margin:0;
	border:0;
}

hr{display:none;}

form{margin:0; padding:0;}


/*==={ݒ(vf)===*/
#flashcontent{
	color:#222222;
	font-size:12px;
	line-height:1.4;
	font-family :"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3",sans-serif;
	text-align:center;
	margin:0;
	padding:0;
	background:url(../img/bg_body.gif) #000 center repeat-y;
}
/*---CONTAINER(OverAll)------------------------------------*/
#container{
	width:800px!important;
	width:800px;
	/* Mac IEȊOI */
	margin:0 auto!important;
	margin:0;
	background-color:#fff;
	text-align:left;
	padding:0;
}

/*---HEADER------------------------------------------------*/
#header {
	position:relative;
	background-image:url(../img/header.gif);
	background-repeat:no-repeat;
	width:800px;
	height:89px;
}
#logo a,#home a,#addressEtc{text-indent:-9999px;}
#logo a{
	position:absolute;
	top:15px;
	left:20px;
	display:block;
	width:91px;
	height:39px;
}

/*---GRANDMENU---------------------------------------------*/
#grandMenu h2{text-indent:-9999px;}
#grandMenu{
	color:#fff;
	font-size:14px;
	line-height:1.6;
	font-weight:bold;
	position:relative;
	width:800px;
	height:30px;
	background-color:#790f01;
}
/*default*/
#grandMenu ul{
	padding:5px 20px;
}
#grandMenu li{
	float:left;
	padding:0 15px;
	border-left:1px solid #fff;
}
#grandMenu li.last{
	border-right:1px solid #fff;
}
/*link*/
#grandMenu a{
	color:#fff;
	display:block;
	text-decoration:none;
}
#grandMenu a:hover{
	color:#fff;
	display:block;
	text-decoration:underline;
}

/*---MAIN (underneath the Grand muenu above the Foor menu)----*/
#main {
	clear:both;
	margin:0;
	padding:20px;
}

/*--Bread Crumbs--*/
#crumbs {
	color:#7a1003;
	font-size:10px;
	line-height:1.0;
	position:relative;
	float:right;
	padding:5px 20px 5px 0;
}
#crumbs h3 {display:none;}
#crumbs ul {
	display:inline;
	margin-left:0;
}
#crumbs ul li{display:inline;}
#crumbs ul li a{
	color:#9e9a9b;
	font-weight:normal;
	text-decoration:underline;
	padding:3px 0 3px 0px;
}
#crumbs ul li a:hover{
	color:#9e9a9b;
	text-decoration:none;
}
#crumbs ul ul li {
	color:#7a1003;
	padding-left:11px;
	background-image:url(../img/arr_crumb.gif);
	background-repeat:no-repeat;
	background-position:left;
}

/*---Footer------------------------------------------------*/
#footer{
	speak:none;
	color:#000000;
	font-size:10px;
	position:relative;
	width:800px;
	height:40px;
	margin:0;
	background-position:left top;
	background-image:url(../img/footer.gif);
}

#copyRights{
	color:#771001;
	font-family:Arial, Helvetica, sans-serif;
	width:795px;
	text-align:right;
}
/*not found*/
#top{
	padding:0;
}
#top h2{font-size:14px;}
#top h3{padding:0 0 5px;}
#top ul{
	padding:0 0 15px;
}
#top li{
	padding:0 0 30px;
}
/*Category Detail detailTitle*/
#top .title_pick_up a,
#top .title_collection a,
#top .title_artspace a,
#top .title_fund a,
#top .title_contact a{
	text-indent:-9999px;
	display:block;
	background-repeat:no-repeat;
	background-position:left top;
	height:27px;
}
#top .title_pick_up a{background-image:url(../pickup/img/title.gif);}
#top .title_collection a{background-image:url(../collection/img/title.gif);}
#top .title_artspace a{background-image:url(../artspace/img/title.gif);}
#top .title_fund a{background-image:url(../fund_raising/img/title.gif);}
#top .title_contact a{background-image:url(../contact/img/title.gif);}

