/* hofu-hoyoin Document */
/* ----------------------------------------- */
/* トップページ                                */
/* ----------------------------------------- */

#top header {
    height: auto;
}
#top main article {
    width:55%;
}
#top aside {
    width:38%;
}

#header-back {
	position: absolute;
	top: 30px;
	width:100%;
	height:85px;
	background:#fff;
	filter:alpha(opacity=65);
	opacity:0.65; white-space:nowrap;
	z-index:4;
}

#top header h1 { /* ヘッダーH1タイトル */
	position: absolute;
	top: 8px;
	left: 10px;
    margin:0;
    padding:0;
	font-size:86%;
	text-align:left;
	z-index:5;
}

#top header #titleLogo a { /* タイトルロゴ */
	position: absolute;
	width: 338px;
	height: 70px;
	top: 35px;
	left: 30px;
    margin:0;
    padding:0;
	display: block;
	z-index:5;
}

/* top Image */
#topImage {
	position: relative;	
    /*padding-top:140px;*/
}

/* ビジョン */
#vision {
	position: absolute;
	width: 280px;
	height: 300px;
	top: 525px;
	left: 764px;
	display: block;
}

/* イントロダクション */
#introduction {
	position:absolute;
	top: 180px;
	left: 600px;
	width:460px;
	height:210px;
	z-index: 10;
}
#introduction p {
	padding:20px 28px;
	text-align:center;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    text-shadow: 2px 2px 1px #2c2f34,
    -2px 2px 1px #2c2f34,
    2px -2px 1px #2c2f34,
    -2px -2px 1px #2c2f34;
}
#introduction em {
	font-size:1.4em;
    font-style:normal;
	line-height:2.4em;
    color:#f7d777;
}

/* ----------------------------------------- */
/*  ニュース表示		                     */
/* ----------------------------------------- */

#news {	
	width:97%;
	height:auto;
	margin:0;
}
#news h3 {
	font-size:125%;
	margin:0;
	padding:0;
	/*color:#F63;*/
    /*color:#015f2d;*/
    color:#30437F;
    border:none;
}
#news h4 {
	font-size:110%;
	margin:0;
	padding:0;
	color:#f63;
}
#news ul {
	margin:0 8px;
	padding:0;
}

#news li {
	list-style-type:none;
	margin:0 0 5px 0;
	padding:10px 5px 2px 5px;
	line-height:1.5;
	border-bottom:1px dotted #29459f;
	width:auto;
}
#news li a { color:#03F; }
#news li a:hover { color:#F33; }

#news li strong { /* 項目タイトル */
	font-size:110%;
	padding-left:5px;
	font-weight:normal;
}

#news li .topic_date { /* リスト用・日付 */
	color:#096;
	font-size:82%;
	letter-spacing:0;
	font-weight:normal;
	padding:0 3px 0 2px;
}

#news li em { /* カテゴリ */
	font-size:78%;
	padding:0 3px;
	/* color:#363; */
	color:#fff;
	margin:0 8px 0 2px;
}

#news ul li .topic_new_class { background:#F66; padding:1px 3px; } /* カテゴリ */ 

/* バックナンバーへのリンク */
#news .backnumber { text-align:right; }
#news .backnumber a {
	padding:0 0 0 20px;
	color:#F60;
}
#news .backnumber a:hover { color:#F00; }

