/* shunan-hifuka Document */
/* ----------------------------------------- */
/* トップページ                                */
/* ----------------------------------------- */

#top header {
    height: 620px;
}

/* top Image */
#topImage {
	position: relative;
    /*margin-top:116px;*/
    margin-top:40px;
}

.CenterLogo {
    margin:0;
    text-align: center;
}

/* イントロダクション */
#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: 1.1em;
    font-weight: normal;
    /*text-shadow: 2px 2px 1px #000,
    -2px 2px 1px #000,
    2px -2px 1px #000,
    -2px -2px 1px #000;*/
    text-shadow: 
        black 1px 1px 1px, black -1px -1px 1px,
        black -1px 1px 1px, black 1px -1px 1px,
        black 0px 1px 1px, black  0-1px 1px,
        black -1px 0 1px, black 1px 0 1px;
}
#introduction em {
	font-size:1.4em;
    font-style:normal;
	line-height:2.4em;
    color:#f7d777;
}

#pickupNews {
	position:absolute;
	top: 320px;
	left: 650px;
	width:340px;
	height:80px;
	z-index: 10;
}
#pickupNews p {
	padding:12px 10px;
	text-align:center;
    color: #fff;
    font-size: 16px;
    background: #D03739;
	filter:alpha(opacity=85);
	opacity:0.85; white-space:nowrap;
    /*
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
    */
}
#pickupNews em {
	font-size:1.15em;
    font-style:normal;
    font-weight: bold;
	line-height:1.8em;
    color:#F8F9EB;
}
#pickupNews a {
    color:#F8F7E4;
}
#pickupNews a:hover {
    color:#FBEBEC;
}

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

#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; }

#footerInfo {
    width:100%;
    padding:10px 0;
    min-height:auto;
}