@charset "utf-8";

/*フラッシュ　#fla
----------------------------------------------------------------*/
#fla {
	width:610px;
	margin:0;
	background-image: url(../images/main_img.jpg);
	background-repeat: no-repeat;
	height: 275px;
	}
	
#fla h2{
float:left;
margin-top:205px;
	}
	
#fla p{
	float:right;
	margin-top:185px;
	padding: 0 15px 0 0;
	}

/*トップページ2 #topp2
----------------------------------------------------------------*/
#topp1{
	width:610px;
	margin:15px 0 0 0;
	}
	
#topp1 h3{
	margin:0 0 10px 0;
	}

#topp1 #topl{
	float:left;
	width:420px;
	margin: 13px 0 5px 0;
	}
	#topp1 #topl li{
		width:auto;
		float:left;
		}
		#topp1 #topl li img {
	      margin:0;
	      padding:0;
			}
	#topp1 #topr{
	float:right;
	width:180px;
	margin: 13px 0 5px 0;
	}
	#topp1 #topr li{
		width:auto;
		margin:0;
	      padding:0;
		}
		#topp1 #topr li img {
	      margin:0;
	      padding:0;
			}
			
/*トップページ2 #topp2
----------------------------------------------------------------*/
#topp2{
	width:610px;
	margin:20px 0 0 0;
	background-image: url(../images/topp2_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	}
	#topp2 #topl{
	float:left;
	width:295px;
	background-image: url(../images/topp2_logo.gif);
	background-repeat: no-repeat;
	background-position: 198px 45px;
	}
	
	#topp2 #topr{
	float:right;
	width:295px;
	}
	
    .topp-pad{
     padding:10px 10px 15px 10px;
	}
	
/*ナンバリング*/
.topp2-num{
	width:190px;
	margin: 0 0 5px 0;
	}
	.topp2-num p{
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding:0 0 2px 20px;
		}
	.topp2-num .nl01{
	    background-image: url(../images/topp2_num_01.gif);
		}
	.topp2-num .nl02{
		background-image: url(../images/topp2_num_02.gif);
		}
	.topp2-num .nl03{
		background-image: url(../images/topp2_num_03.gif);
		}
	.topp2-num .nl04{
		background-image: url(../images/topp2_num_04.gif);
		}
	.topp2-num .nl05{
		background-image: url(../images/topp2_num_05.gif);
		}
	.topp2-num .nl06{
		background-image: url(../images/topp2_num_06.gif);
		}	
	.topp2-num .nl07{
		background-image: url(../images/topp2_num_07.gif);
		}
	.topp2-num .nl08{
		background-image: url(../images/topp2_num_08.gif);
		}
	.topp2-num .nl09{
		background-image: url(../images/topp2_num_09.gif);
		}
	.topp2-num .nl10{
		background-image: url(../images/topp2_num_10.gif);
		}
			
/*新着情報（html版）
----------------------------------------------------------------*/
#topics{
	width:570px;
	margin:10px 0 0;
	}	
	#topics h3{
		color:#fff;
		background-color:#333;
		margin:0;
		padding:5px;
		}	
	#topics #entries{
		width:568px;
		height:110px;
		overflow:auto;
		background-color:#fff;
		border:solid 1px #ccc;
		border-top:0;
	}
		#topics #entries dl{
			line-height:15px;
			margin:10px 10px;
			padding:0;
		}
			#topics #entries dl dt{/* 日付 */
				color:#ff6b7e;
				font-size:12px;
				line-height:15px;
				font-weight:bold;
				/*letter-spacing:0.1em;*/
				float:left;
				margin:0;
				padding:0 0 0 5px;
				}
				
			#topics #entries dl dd{/* タイトル・本文 */
				font-size:12px;
				line-height:15px;
				background-image:url(../common_img/dot_line01.gif);
				background-position:bottom;
				background-repeat:repeat-x;
				margin:0 0 5px;
				padding:0 5px 5px 100px;
			}
				#topics #entries dl dd a{
					color:#333;
					font-weight:normal;
					text-decoration:none;
				}
				#topics #entries dl dd a:hover{
					color:#888;
					text-decoration:none;
					}

/*新着情報（php版）・・・2009/6/26保留
----------------------------------------------------------------*/
#news{
	width:570px;
	margin:10px 0 0;
	}	
	#news h3{
		color:#fff;
		background-color:#333;	
		padding:5px;
		margin:0;
		}
	#news iframe{
		width:568px;
		height:79px;
		overflow:auto;
		border:solid 1px #ccc;
		border-top:0;
	}
