@charset "utf-8";

@import "common.css";


/* ---------------------------------------------------
top.css
トップ用CSS
--------------------------------------------------- */

/* ---------------------------------------------------
contents
--------------------------------------------------- */
#contents {
	padding-bottom: 60px;
	background: #fff url(../images/top/top_bg_cont.jpg) repeat-x left 250px;
}

#main {
	float: left;
	width: 681px;
}

#side {
	float: right;
	width: 219px;
	padding-top: 19px;
}



/* ---------------------------------------------------
flash
--------------------------------------------------- */
#mainimg {
	width: 900px;
	height: 250px;
	background: #fff;
}

#fla {
	display: block;
	padding: 5px 0 0 4px;
}

#mainimg p.img {
	display: none;
}


/* ---------------------------------------------------
main
--------------------------------------------------- */
.sec01 {
	width: 661px;
	margin: 19px 0 0 6px;
}

.sec01 h2 {
	position: relative;
	margin: 0;
	padding: 0 0 0 15px;
	height: 28px;
	background: url(../images/top/top_h2_bg.gif) no-repeat left top;
	line-height: 28px;
	font-size: 100%;
	color: #000;
	font-weight: bold;
}

.sec01 h2 span.btn {
	position: absolute;
	top: 7px;
	left: 606px;
	width: 48px;
	height: 14px;
}

.item01 {
	margin: 10px 0 0 10px;
	width: 641px;
}

.item01 ul {
	margin: 0;
	padding: 0;
}

.item01 ul li {
	width: 641px;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	background: url(../images/top/top_line.gif) no-repeat center bottom;
	list-style: none;
	color: #404040;
	font-size: 93%;
	line-height: 1.2;
}

.item01 ul li a {
	color: #404040;
	text-decoration: none;
}

.item01 ul li a:hover {
	color: #404040;
	text-decoration: underline;
}

.item01 ul li span {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

.item01 ul li span.date {
	width: 75px;
	padding-left: 8px;
	background: url(../images/common/arw01.gif) no-repeat left 3px;
	color: #2948a5;
}

.item01 ul li span.text {
	width: 558px;
}


/*IRトピックス*/
.item01 iframe {
	width: 641px;
	height: 100px;
	border: 0;
}



/* ---------------------------------------------------
side
--------------------------------------------------- */
#side p {
	margin: 0 0 12px 0;
	padding: 0;
}

/*仕切り線を入れるとき*/
#side p.border {
	margin: 0 0 12px 0;
	padding: 0 0 22px 0;
	background: url(../images/top/top_side_bg.jpg) no-repeat left bottom;
}

