#flash{
	height:338px;
	width:900px;
	-moz-border-radius: 10px;    /* Firefox */
	-webkit-border-radius: 10px; /* Safari,Chrome */
	border-radius: 10px;         /* CSS3 */
	background:#fff;
	margin:20px auto;
	padding-top:8px;
	-webkit-box-shadow: 0 10px 6px -6px #999;
	-moz-box-shadow: 0 10px 6px -6px #999;
	box-shadow: 0 10px 6px -6px #999;
	
	/* IE css3 */
	behavior: url("/js/PIE.htc");
}



h3{
	margin-bottom:10px;
}


#rightarea{
	width:280px;
	background-image:url(../image/subbg.png);
	background-repeat:repeat-y;
	xheight:570px;
	float:right;
	padding-top:10px;
}


#leftarea{
	width:610px;
	text-align:left;
}


h4{
	float:left;
	margin-bottom:20px;
}

.rm{
	margin-right:19px;
}


h5{
	/*margin-bottom:10px;*/
}



#newsarea{
	background-image:url(../image/textbg.png);
	background-repeat:repeat-y;
	width:606px;
	padding-left:10px;
}



/*最新情報masonryエリア*/

#container{
	width:606px;
}

.item {
    width: 270px;
	height:230px;
    margin: 7px;
    padding:5px;
    float: left;
    xborder: 1px solid #efefef;
	border:solid 1px #ccc;
    border-radius:2px;
}


.kiji_img img{
	position: absolute;
	clip: rect(50px, 270px, 160px, 0px);
	margin-top: -50px;
	margin-bottom: -50px;
}

.kiji_img {
	position: relative;
	width: 270px;
	height:110px;
	margin-bottom:4px;
}


.kiji_date{
	font-size:80%;
	display:block;
	margin-bottom:4px;
}


.kiji_title{
	font-weight:bold;
	font-size:120%;
	display:block;
	border-left:5px solid #C30;
	padding-left:4px;
	margin-bottom:4px;
	xheight:30px;
}

.kiji_entry{
	text-align:justify;
	font-size:90%;
	line-height:1.5;
}



/**#newsarea p{
	font-size:110%;
	border-bottom:dotted 1px #999;
	padding-top:14px;
	padding-bottom:10px;
	width:590px;
}**/






#newsarea a:link{
	xcolor:#F3C;
	color:#C36;
	text-decoration:none;
}

#newsarea a:visited{
	xcolor:#F3C;
	color:#C36;
	text-decoration:none;
}

#newsarea a:hover{
	color: #f90;
	text-decoration:underline;
}

#newsarea a:active{
	color: #f90;
	text-decoration:none;
}




/**ボトムリンクエリア**/

#yamadalink{
	margin:20px auto;
	width:900px;
}


.bottomb{
	background-image:url(../image/icon2.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:20px;
	margin-left:10px;
	line-height:2;
	text-align:left;
	font-weight:bold;
	letter-spacing:0.1em;
}



#yamadalink li{
	float:left;
	background-image:url(../image/icon2.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:16px;
	margin-right:30px;
	line-height:2;
	letter-spacing:0.1em;
	xfont-size:90%;
}


#yamadalink a:link{
	xcolor:#F3C;
	color:#C36;
	text-decoration:none;
}

#yamadalink a:visited{
	xcolor:#F3C;
	color:#C36;
	text-decoration:none;
}

#yamadalink a:hover{
	color: #f90;
	text-decoration:underline;
}

#yamadalink a:active{
	color: #f90;
	text-decoration:none;
}




#linkarea{
	width:900px;
	margin:30px auto;
	text-align:left;
	font-size:60%;
	color:#666;
}