@charset "utf-8";

#top_main {
	width:700px;
	float:left;
}

/* トップイメージ */
#topimg {
	text-align:center;
	background:url(../img/top/bg.png) no-repeat;
}

#topimg p {
	position:relative;
	z-index:99;
}
#topimg p img{
	filter: alpha(opacity=50);
-moz-opacity:0.7;
opacity:0.7;
}

/* メイン */
#main{
	margin:20px 0 60px;
	width:730px;
	}

.title img{
	margin:0 0 10px;
	}

#main div .ts_m{
	font-size:1.3em;
	font-weight:bold;
	margin:20px 0 10px;
	color:#314979;
	}
#main div .ts_m a{
	text-decoration:none;
	color:#314979;
	}
#main div dl{
	margin-left:14px;
	}

/* 概要 */
#main table {
    width:100%;
    border-collapse: collapse;
    border-spacing: 0;
	margin:20px 0 20px;
}

#main table tr th {
    background-color: #efefef;
	border: 1px solid #ccc;
	padding: 15px 10px;
	color:#615D5D;
	width:50px;
}

#main table tr td {
	background-color:#FFF;
    border: 1px solid #ccc;
    padding: 15px 10px;
}


/* ご挨拶*/	
#left_space2{
	padding-left:20px;
	}
#left_space2 .imgr img{
	margin:0 0 19px 19px;
	}

#left_space2 p{
	line-height:140%;
	font-size:1.1em;
	margin:10px 0 19px 10px;	
	}
#left_space2 p{
	/*text-indent:1em;*/
	}
#left_space2 dl dt{
	line-height:140%;
	font-size:1.1em;
	margin:19px 0 0 10px;
	color:#314979;
	font-weight:bold;	
	}
#left_space2 dl dd{
	margin-left:10px;
	color:#314979;
	}

#left_space2 ul{
	margin-left:10px;
	line-height: 115%;
	}