@charset "utf-8";
/* ===================================================================
CSS information

 file name  :home.css
 author     :ナカタケイコ
 style info :トップページ用
=================================================================== */

/* default style - リセット及びbody基本設定
----------------------------------------------------------- */
@import url("default.css");

/* 共通のスタイル指定(ヘッダー、フッター)
----------------------------------------------------------- */
@import url("nav.css");

/* all style
----------------------------------------------------------- */
@import url("style.css");


/* -----------------------------------------------------------
	#home #main
		メイン
----------------------------------------------------------- */
#home #main {
	float: left;
	margin-top: 20px;
	padding: 0px;
	width: 406px;
}

#home h2 {
	margin: 0;
	padding: 0;
}

#home h3 {
	margin: 0 0 0 35px;
	padding: 0;
	width: 395px;
	height: 40px;
	border-bottom: none;
}

#home h3 a {
	display: block;
	width: 395px;
	height: 40px;
	background: url(../img/common/banner_essay.gif) left top no-repeat;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}
#home h3 a:hover {
	background-position: left -40px;
}

/* #news
----------------------------------------------------------- */
#home #news {
	width: 402px;
}
#home h2.news {
	background: url(../img/home/tab_news.gif) no-repeat;
	width: 382px;
	height: 34px;
	text-indent: -9999px;
}

#home #news ul {
	padding-top: 8px;
	padding-left: 8px;
	height: 120px;
	overflow: auto;
	border-left: 2px solid #e2e7c0;
}

#home #news ul li {
	background: url(../img/common/arrow_blue.gif) left 2px no-repeat;
	padding-left: 15px;
	padding-bottom: 7px;
	color: #564d4d;
}

#home #news ul li span {
	color: #006699;
}

#home #news ul li a:link, #home #news ul li a:visited {
	color: #564d4d;
	text-decoration: underline;
}
#home #news ul li a:hover {
	color: #006699;
	text-decoration: underline;
}


/*----------------------------------------------------
	#sub
		サイドバー、サブ（右）
----------------------------------------------------*/
#home #sub {
	float: right;
	margin-top: 20px;
	width: 484px;
	color: #773f43;
}

/* #ex　展覧会スケジュール
----------------------------------------------------------- */
#home #sub #ex {
	margin-top: 15px;
	padding-bottom: 20px;
	width: 460px;
	background: url(../img/common/w_75.png) repeat;
}

* html #ex {
behavior: expression(IEPNGFIX.fix(this));
} 

#home h2.exhibition {
	background: url(../img/home/tab_exhibition.gif) no-repeat;
	width: 398px;
	height: 34px;
	text-indent: -9999px;
}

#home h2.exhibition a {
	display: block;
	width: 398px;
	height: 34px;
	overflow: hidden;
	text-indent: -9999px;
}

#home #sub #ex ul {
	padding-top: 12px;
	padding-left: 30px;
	padding-bottom: 5px;
	width: 380px;
	border-left: 2px solid #e2e7c0;
}

#home #sub #ex ul li {
	background: url(../img/common/arrow_blue.gif) left 2px no-repeat;
	padding-left: 20px;
	padding-bottom: 10px;
	font-weight: bold;
}
#home #sub #ex ul li p {
	padding-bottom: 0;
	margin-bottom: 0;
}

#home #sub #ex ul li.soon {
	background: url(../img/common/arrow_green.gif) left 2px no-repeat;
}

#home #sub #ex ul li span {
	font-weight: normal;
}
#home #sub #ex ul li span span {
	color: #c95387;
	font-weight: bold;
}

/* #ex　バナー
----------------------------------------------------------- */
#home #sub #ex ol {
	padding-top: 0;
	padding-left: 35px;
	margin-top: 0px;
}

#home #sub #ex ol li {
	float: left;
	display: inline;
	margin-top: 10px;
}

#home #sub #ex ol li a {
	display: block;
	width: 186px;
	height: 60px;
	text-indent: -9999px;
	overflow: hidden;
}

#home #sub #ex ol li.btn01 a {
	background: url(../img/common/banner_boshu.gif) left top no-repeat;
	margin-right: 24px;
}
#home #sub #ex ol li.btn01 a:hover {
	background-position: left -60px;
}

#home #sub #ex ol li.btn02 a {
	background: url(../img/common/banner_kikakuten.gif) left top no-repeat;
	margin-right: 0px;
}
#home #sub #ex ol li.btn02 a:hover {
	background-position: left -60px;
}

#home #sub #ex ol li.btn03 a {
	background: url(../img/common/banner_jollylesson.gif) left top no-repeat;
	margin-right: 24px;
}
#home #sub #ex ol li.btn03 a:hover {
	background-position: left -60px;
}

#home #sub #ex ol li.btn04 a {
	background: url(../img/common/banner_jollycafe.gif) left top no-repeat;
	margin-right: 0px;
}
#home #sub #ex ol li.btn04 a:hover {
	background-position: left -60px;
}