@charset "shift_jis";




body {
	font-family: "メイリオ","ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 80%;
	line-height: 2;
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
h1,h2,h3,h4,p,ul,li,dl,dt,dd{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
input,textarea,select {
	font-size: 1em;
}
table {
	border-collapse:collapse;
	font-size: 100%;
}


/*リンクカラー*/
a {
	color: #000000;
}

/*カーソルオーバー時のリンクカラー*/
a:hover {
	color: #A51A91;
	text-decoration: none;	/*下線を消す設定。残したままがいいならこの１行を削除。*/
}



/*コンテナー
---------------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 936px;
	margin-right: auto;
	margin-left: auto;
	border-top: 5px solid #000000;
	background-color: #ffffff;
}



/*ヘッダー（ロゴなどが入っている最上段のボックス）
---------------------------------------------------------------------------*/
#header {
	position: relative;
	width: 100%;
	background-image: url(images/header_bg.jpg);	/*ヘッダーの背景画像*/
	background-repeat: no-repeat;
	background-position: top;
	height: 130px;
}

#header #logo {
	padding-top: 20px;
}

#header h1 {
	font-size: 10px;	/*h1タグの文字の大きさ*/
	font-weight: normal;
	color: #99cccc;
	position: absolute;
	top: 0px;	/*ヘッダーのボックスに対して上から0pxに位置に配置*/
	left: 5px;	/*ヘッダーのボックスに対して右から0pxに位置に配置*/
}



/*メインメニュー（ヘッダー下の横並びのメニュー）
---------------------------------------------------------------------------*/
ul#menu li {
	float: left;
	line-height: 50px;
	height: 50px;
	margin-right: 1px;
	font-size: 14px;
}

ul#menu a {
	color: #000000;		/*メニューの文字色*/
	text-decoration: none;
	display: block;
	width: 155px;
	text-align: center;
	background-image: url(images/menu_bg.gif);	/*メニューの背景画像*/
	background-repeat: no-repeat;
	background-position: top;	/*メニューの背景画像の上半分を表示させる設定*/
	overflow: hidden;	/*オーバーした文字を非表示にする設定*/
}

ul#menu a:hover {
	background-image: url(images/menu_bg.gif);	/*メニューの背景画像*/
	background-repeat: no-repeat;
	background-position: left bottom;	/*メニューの背景画像の下半分を表示させる設定*/
	color: #FFFFFF;	/*カーソルオーバー時の文字色*/
}

ul#menu li.last {
	margin-right: 0;
}






/*サイドの共通設定
---------------------------------------------------------------------------*/
#sub {
	background-color: #eeeeee;	/*両サイドのボックス背景色*/
	width: 178px;
	border: 1px solid #bfbfbf;	/*両サイドのボックスフチのボーダー*/
	padding: 1px;		/*余白を1px*/
	line-height: 1.6;	/*行間。通常より少し狭めている。*/
	color: #666666;		/*文字色*/
	margin-top: 20px;
}


/*左ボックスのp(段落タグ)の余白設定*/
#sub p {
	padding: 0.5em 5px 1em;
}


/*左右ボックスのh3見出し設定*/
#sub h3,#side h3 {
	font-size: 100%;
	background-color: #000000;	/*背景色*/
	text-align: center;	/*文字のセンタリング*/
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;	/*文字色*/
}



/*左ブロック
---------------------------------------------------------------------------*/
#sub {
	float: left;
}






/*左のサブメニュー
---------------------------------------------------------------------------*/
.submenu {
	margin-bottom: 1px;
}

.submenu a {
	background-image: url(images/submenu_bg.gif);	/*背景画像*/
	background-repeat: no-repeat;
	background-position: top;	/*メニューの背景画像の上半分を表示させる設定*/
	display: block;
	padding-right: 5px;
	padding-left: 10px;
	color: #000000;		/*文字色*/
	text-decoration: none;
	line-height: 40px;
	height: 40px;
	width: 163px;
}

.submenu a:hover {
	background-image: url(images/submenu_bg.gif);	/*背景画像*/
	background-repeat: no-repeat;
	background-position: bottom;	/*メニューの背景画像の下半分を表示させる設定*/
	color: #FFFFFF;		/*カーソルオーバー時の文字色*/
}



/*中央ブロック
---------------------------------------------------------------------------*/
#main {
	float: right;
	width: 730px;
	display: inline;
	margin-right: 10px;
	margin-top: 20px;
	padding-bottom: 100px;
}






#main h2 {
	background: url(images/midashi_bg-2long.gif) no-repeat left top;
	height: 24px;
	width: 720px;
	font-size: 100%;
	color: #FFFFFF;
	padding-left: 30px;
	line-height: 24px;

}

#main p {
	padding: 0.5em 10px 1em;	/*中央ブロックの段落タグの余白*/
}





/*フッター（最下部のコピーライトなど）
---------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	text-align: center;
	border-top: 1px solid #bfbfbf;
	padding-top: 1em;
	padding-bottom: 1em;
}



/*/*saishinページの次回開催のスケジュール　DMと日時のみ
---------------------------------------------------------------------------*/
#main .newitem p {
	height: 290px;	/*１個あたりのボックスの高さ*/
	width: 220px;	/*１個あたりのボックスの幅*/
	border: 1px solid #ffffff;	/*ボーダー設定*/
	float: left;	/*左よせしていく設定*/
	text-align: center;	/*センタリング設定*/
	background-image: url(images/kabe1.gif);
	background-repeat: repeat;
	background-position: right bottom;
	padding: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	display: inline;
	font-size :14px;
}

#main .newitem {
	margin-top: 20px;
	width: 720px;	
}

#main .newitem a img {
	padding: 5px;		/*画像のまわりの余白*/
	border: 1px solid #CCCCCC;	/*画像に入っているフチどり*/
}

#main .newitem a:hover img {
	border: 1px solid #0033ff;	/*カーソルオーバー時に画像のフチ色を変える設定*/
}



/*saishinページの現在開催中展覧会のボックス
---------------------------------------------------------------------------*/
#main .itemlist {
	border: 1px solid #cccccc;	/*１個あたりのボックスのボーダー設定*/
	padding: 5px;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 720px;	/*段落タグ（p）の横幅とサイズを合わせる設定です。この下二つのmarginも。*/
	height: 600px;　/*普段480px*/
	margin-right: auto;
	margin-left: auto;
	
	
}

#main .itemlist h3 {
	color: #333399;
	border-bottom: 1px solid #cccccc;
	border-left: 7px solid #CCCCCC;
	padding: 0px 0px 0px 5px;
	margin-bottom: 0.5em;
	font-size: 100%;
}

#main .itemlist p {
	padding: 0px;
	line-height:20px;
}

#main .itemlist p, #main .itemlist h3 {;	
	margin-left: 420px;	/*画像の幅に合わせてここは変更する*/
}

#main .itemlist a img {
	padding: 5px;	/*写真と外線との余白*/
	border: 1px solid #CCCCCC;
}

#main .itemlist a:hover img {
	border: 1px solid #999999;
}

#main .itemlist div.img {
	float: left;
}


/*scheduleページの作品展予定
---------------------------------------------------------------------------*/
#main .schedule {
	border: 1px solid #cccccc;	/*１個あたりのボックスのボーダー設定*/
	padding: 5px;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 700px;	/*段落タグ（p）の横幅とサイズを合わせる設定です。この下二つのmarginも。*/
	height:360px;
	margin-right: auto;
	margin-left: auto;
	
	
}

#main .schedule h4 {
	color: #333399;
	border-bottom: 1px solid #cccccc;
	border-left: 7px solid #CCCCCC;
	padding: 0px 0px 0px 5px;
	margin-bottom: 0.5em;
	font-size: 100%;
	

}

#main .schedule p {
	padding: 0px;
	line-height:20px;
}

#main .schedule p, #main .schedule h4{	
	margin-left: 250px;	/*画像の幅に合わせてここは変更する*/
}


#main .schedule a img {
	padding: 5px;	/*写真と外線との余白*/
	border: 1px solid #CCCCCC;
}

#main .schedule a:hover img {
	border: 1px solid #999999;
}

#main .schedule div.img {
	float: left;
}



/*テーブル１（リンクページに使っているテーブル）
---------------------------------------------------------------------------*/
/*テーブル１共通設定*/
.ta1 {
	width: 710px;
	margin-right: auto;
	margin-left: auto;
}

.ta1, .ta1 td, .ta1 th{
	border: 1px solid #999999;	/*枠線の幅と線種と色*/
}

.ta1 td, .ta1 th{
	padding: 3px 7px;
}

.ta1 th{
	background-color: #f5f5f5;
	width: 200px;
	text-align: left;
	
}

.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	background-color:#99cccc;
}

/*テーブル2（saishiページに使っている次回予定テーブル）
---------------------------------------------------------------------------*/
/*テーブル2共通設定*/
.ta2 {
	width: 710px;
	margin-right: auto;
	margin-left: auto;
}

.ta2, .ta2 td, .ta2 th{
	border: 1px solid #999999;	/*枠線の幅と線種と色*/
}

.ta2 td, .ta2 th{
	padding: 3px 7px;
}

.ta2 th{
	background-color: #f5f5f5;
	width: auto;
	text-align: left;
	
}

.ta2 td{
	background-color: #ffffff;
	width: 227px;
	text-align: center;
	
}

.ta2 th.tamidashi{
	width: auto;
	text-align: left;
	background-color:#99cccc;
}
.ta2 th.tamidashi2{
	width: auto;
	text-align: left;
	background-color:#000033;
	color:#ffffff;
}
p2 {
	padding: 0px !important;
	font-size: 10px;	/*文字サイズ*/
	line-height: 1.3;
	text-align: left;
        margin-top: 20px;	
}





/*その他
---------------------------------------------------------------------------*/
.color1 {
	color: #A51A91;
}
.look {
	background-color: #f5f5f5;
}

.pagetop {
	text-align: right;
	padding-top: 2em !important;
}