@charset "utf-8";
/* CSS Document */

/* -----------------------------------------------------------
	01 top
----------------------------------------------------------- */
div#topGallery {
	margin-left:2px !important;
	padding-bottom:40px;
}

div#topMain {
	width:940px;
	margin:0 auto;
}

	ul#bnNavi {
		float:left;
		width:484px;
	}

		ul#bnNavi li {
			display:inline;
			padding-right:12px;
		}

			ul#bnNavi li img {
				vertical-align:top;
			}

	div#areaNewsTop {
		float:right;
		width:435px;
	}

		div#newsTitle {
			/* width:435px; */
			margin-bottom:3px;
		}

			div#newsTitle h2 {
				float:left;
				width:60px;
				padding-left:8px;
			}

			div#newsTitle p {
				float:right;
				padding-right:5px;
				font-size:85%;
			}

				div#newsTitle p a {
					padding-left:15px;
					background:url(../../img/ic_arrow_01.gif) no-repeat 0 center;
				}

		ul#newsList {
			/* width:393px; */
			padding:10px 20px 2px;
			border:1px solid #D4D4D4;
		}

			ul#newsList li {
				margin-bottom:7px;
				padding-left:15px;
				background:url(../../img/ic_arrow_02.gif) no-repeat 0 center;
				font-size:93%;
				line-height:1.4;
			}

	/* top link color --------------- */
	div#topMain a:link {
		color:#333;
		text-decoration:none;
	}
	
	div#topMain a:visited {
		color:#333;
		text-decoration:none;
	}
		
	div#topMain a:hover {
		color:#690;
		text-decoration:underline;
	}

/* -----------------------------------------------------------
	02 main-visual
----------------------------------------------------------- */
.mainVisual {
	width: 940px;
	margin: 0 auto 30px;
	}
.place {
	color: #fff;
	font-size: 30px;
	text-align: center;
	}
.place p { padding: 10px 0; }
.place p:first-child { background: #3b853c; }
.place p:nth-child(2) { background: #1e7a51; }