@charset "utf-8";

/*--------------------------------------------------------
	ファイル名: home.css
	概要: ホーム用

	制作日: 2011/06/30
	更新日: 2010/06/30

目次

	1-メインイメージ：#mainImage
	2-ホームコンテンツエリア：#mainBox
	3-インフォメーションエリア：#info
	4-最新展覧会エリア：#latestEx

	Copyright issado all rights reserved.
----------------------------------------------------------*/

/*--------------------------------------------------------
 1-メインイメージ：#mainImage
----------------------------------------------------------*/
#mainImg {
	width: 700px;
	padding-top: 50px;
	height: 350px;
}

/*--------------------------------------------------------
 2-ホームコンテンツエリア：#mainBox
----------------------------------------------------------*/
#mainBox {
	width: 700px;
	margin-top: 40px;
}

/*--------------------------------------------------------
 3-インフォメーションエリア：.info
----------------------------------------------------------*/
.info {
	width: 350px;
	margin-top: 20px;
	margin-left: 25px;
	float: left;
}

.info .imgs {
	width: 350px;
}

.info ul {
	list-style-position: inside;
	list-style-image: url(../../home/imgs/sankaku.gif);
	list-style-type: none;
	margin-top: 20px;
	font-size: 12px;
	color: #333;
}

.info ul li {
	margin-bottom: 10px;
}

.info ul li .date {
	font-size: 10px;
	color: #666;
	margin-right: 5px;
}

.info ul li .title {
	font-size: 12px;
	color: #69C;
	padding-left: 12px;
	display: block;
}

.info ul li .title a {
	font-size: 12px;
	color: #69C;
	
	display: block;
}

/*--------------------------------------------------------
 4-最新展覧会エリア：.latestEx
----------------------------------------------------------*/
.latestEx {
	width: 300px;
	float: right;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999;
}

.latestEx .imgs {
	width: 200px;
	margin-left: 45px;
	margin-top:20px;
}

.latestEx .tit01 {
	width: 225px;
	margin-left: 45px;
	margin-top:10px;
	padding: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color:#666;
}

.latestEx .tit02 {
	width: 225px;
	margin-left: 45px;
	margin-top:2px;
	padding: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color:#666;
}

.latestEx .date {
	width: 225px;
	margin-left: 45px;
	margin-top:5px;
	padding: 0px;
	margin-bottom:20px;
	font-size: 12px;
	color: #333;
	letter-spacing: -0.09em;
}

.latestEx a {
	color: #69F;
	text-decoration: none;
	}
.latestEx .hover {
	border-color: #aaf;
	cursor: pointer;
	filter:alpha(opacity=25);
	-moz-opacity:0.25;
	opacity:0.85;
	color: #69F;
	text-decoration: none;
	}
.latestEx .hover a:link {
	color: #69F;
	}
.latestEx .hover a:visited {
	color: #69F;
	}