﻿@charset "utf-8" ;

/* --------------------------------------------------------------------------------------------------
AUTHOR:			Y.Egawa
CSS構成書:   	#top（全頁共通）
LAST MODIFIED:	2009.06.26

-------------------------------------------------------------------------------------------------- */ 



/* -------------------------------------------------------------------
            #titleFlash設定
-------------------------------------------------------------------- */

#titleFlash{
	clear:both;
	width:940px;
	height:300px;
	/*margin:0 10px;*/
	position: relative; /* important */
	overflow: hidden; /* important */
}

ul#main_img {
	width:940px;
	height:300px;
	list-style:none;
	position: absolute; /* important */
	top: 0; /* important */
	margin-left: 0; /* important */
}
.fade {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
   left:0;
}



/* -------------------------------------------------------------------
            #contents設定
-------------------------------------------------------------------- */
#top div#contents { padding-top:35px; background:url(../../img/parts/bg-contents.jpg) left top no-repeat #FFFFFF ;}



/* -------------------------------------------------------------------
            #mainBlock設定
-------------------------------------------------------------------- */
#mainBlock { }

#topBN_Block { margin-bottom:14px;}

#iepaIntro { margin-bottom:20px; margin-right:15px; padding:5px; background:url(../../img/parts/bg-intro_box.gif) left top repeat;}
#introBox { padding:13px; background-color:#FFFFFF;}
#iepaIntro h2 { margin-bottom:10px;}


/* #main_leftBlock ///////////////////////////////////////////////// */
#main_leftBlock {
	float:left;
	width:370px;
	padding-right:10px;
	border-right:1px solid #CCCCCC;
	/*background-color:#00FFFF;*/
}

/* .newsBox */
.newsBox {
	min-width:370px;
	margin-bottom:10px;
	border-bottom:1px dotted #999999;
}
.newsBox h3 {
	font-size:2.1em;
	letter-spacing:-0.1em;
	margin-bottom:8px;
	/font-size:1.8em;
	/font-weight:bold;
	/etter-spacing:0.1em;
}
.newsBox h3 a {
	background: url(../../img/parts/icon-news_h3.jpg) left top no-repeat;
	padding-bottom:2px;
	/padding:4px 0;
	padding-left:28px;
	color:#000000;
	text-decoration:none;
}
.newsBox h3 a:hover { text-decoration:underline; color:#0292C2;}

.newsBox p.date { margin-bottom:8px; text-align:right; color:#999999;}
.newsBox img { margin-bottom:10px;}
.newsBox p.text { margin-bottom:7px; line-height:1.6em; font-size:1.4em;}
.newsBox p.link-details { margin-bottom:13px; text-align:right;}
.newsBox p.link-details a {
	background:url(../../img/parts/icon-article_link.jpg) left center no-repeat;
	padding-left:16px;
	line-height:14px;
	text-decoration:none;
}
.newsBox p.link-details a:hover { text-decoration:underline;}

/* #main_rightBlock //////////////////////////////////////////////// */
#main_rightBlock {
	float:right;
	width:244px;
	padding:0 10px;
}
#main_rightBlock h4 { margin-bottom:15px;}
