@charset "utf-8";

/*メインイメージ
----------------------------------------------------------------*/
#mainimg {
	width:616px;
	border:1px solid #273c6d;
	padding:1px;
	margin:0;
	}

/*トップページ #top
----------------------------------------------------------------*/
#top{
	width:620px;
	margin:15px 0 0;
	}
	#top #topl{
		position:relative;
		float:left;
		width:435px;
		height:185px;
	}
		#top #topl h3{
			position:absolute;
			top:0;
			left:0px;
		}
		#top #topl .txt{
			position:absolute;
			top:40px;
			right:0;
			width:310px;
		}
			#top #topl .txt p{
				font-size:12px;
				line-height:20px;
			}
		#top #topl .aed{
			position:absolute;
			top:40px;
			left:0;
		}
		#top #topl .btn{
			position:absolute;
			bottom:0;
			right:0;
		}
	#top #topr{
		float:right;
		width:170px;
		height:185px;
	}
		#top #topr .box{
			position:relative;
			width:160px;
			height:145px;
			border:1px solid #dadada;
			border-top:0;
			padding:5px 4px 4px;
		}
			#top #topr .box ul{
				width:160px;
			}
				#top #topr .box ul li{
					line-height:15px;
					background-image:url(../common_img/icon01.gif);
					background-repeat:no-repeat;
					background-position:5px 3px;
					padding:0 5px 0 20px;
				}
			#top #topr .box p{
				line-height:15px;
				padding:5px;
			}
			#top #topr .box .btn{
				position:absolute;
				bottom:4px;
				left:4px;
			}

/*新着情報（php版）
----------------------------------------------------------------*/
#news{
	width:620px;
	margin:15px 0 0;
	}	
	#news iframe{
		width:620px;
		height:120px;
		overflow:auto;
	}
