/* kato-seikei Document */
/* ----------------------------------------- */
/* トップページ                                */
/* ----------------------------------------- */

header {
    height: 680px;
    background-image:url(../images/img_backphoto01.jpg);
}

main article {
    width:64%;
    margin-top:-120px;
    background: #fff;
}
main article h2 {
    background: none;
}
main article section h1 {
    display: none;
}
aside {
    width:36%;
    margin-top:-30px;
    padding-bottom:10px;
}

/* top Image */
#topImage {
	position: relative;
    margin-top:0px;
    z-index: 0;
}

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

/* イントロダクション */
#introduction {
	position:absolute;
	top: 360px;
	right: 0;
	width:756px;
	height:200px;
    background-image:url(../material/img_backnews.png);
	z-index: 10;
}
#introduction p {
	margin:0;
	padding:100px 0 0 310px;
	/*text-align:center;*/
    color: #fff;
    font-size: 1.1em;
	line-height:1.75;
    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;
}

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

#news {	
	width:100%;
	height:auto;
	margin:0;
    padding:30px 0 10px 0;
    background:url(../material/img_backside.png);
}
#news h3 {
	font-size:1.2em;
	margin:0 0 0 10px;
	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 10px 2px 10px;
	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 10px 0 20px;
	color:#F60;
}
#news .backnumber a:hover { color:#F00; }

.accessmap img {
    max-width: 100%;
    height: auto;
}

#pickupNews {
	position:absolute;
	top: 125px;
	left: 30px;
	width:380px;
	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;
}
