@charset "UTF-8";
@import "reset.css";
@import "base.css";
@import "side.css";
@import "lightview.css";

/* ------------------------------------------------ */
/* index設定 */
/* ------------------------------------------------ */
#bodyHeader {
	background-color: #FFF;
	background-image: url(../../images/body_header.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

/* flash */
/* ------------------------------------------------ */
#flashImage {
	margin: 0 auto;
	width: 850px;
}

/* topics */
/* ------------------------------------------------ */
#topics {
	margin-bottom: 30px;
}
#topics h2 {
	margin-bottom: 10px;
}

#topics #news {
	background-color: #EEE;
	background-image: url(../../images/subtitle_news.gif);
	background-repeat: no-repeat;
	background-position: center 10px;
	padding: 40px 20px 10px;
	margin-bottom: 20px;
}

#topics #news .news {
	border-bottom: 1px dotted #CCC;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#topics #news span.date {
	color: #999;
	font-size: 0.8em;
	font-weight: normal;
}

#topics .topic {
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #CCC;
}
/* day */
#topics p.day {
	color: #999;
	font-size: 0.8em;
	float: left;
}
#topics p.gallery {
	background-image: url(../../images/mark_gallery.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 70px;
}
#topics p.lab {
	background-image: url(../../images/mark_lab.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 70px;
}
/* content */
#topics .content {
	margin-left: 150px;
}
#topics h3 {
	font-size: 1.1em;
	margin: 0;
	padding: 0;
}
#topics p {
	font-size: 0.8em;
}

p.cubicR {
	margin: 0;
	padding: 0 0 20px;
}

/* indexBanner */
/* ------------------------------------------------ */
#indexBanner .lab {
	float: left;
}
#indexBanner .gallery {
	float: right;
}
/* float hack */
#indexBanner:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#indexBanner { display: inline-block; }
/* Hides from IE-mac \*/
* html #indexBanner { height: 1%; }
#indexBanner{ display: block; }
/* End hide from IE-mac */

#indexBanner a:link img,
#indexBanner a:visited img {
	border: 1px solid #CCC;
}
#indexBanner a:hover img,
#indexBanner a:focus img,
#indexBanner a:active img {
	border: 1px solid #900;
}










