
/*  ページタイトル　*/
/*--------------------------------------------------------*/

.pagetitle{
	width:100%;
	height:280px;
	background:url(../about/img/outline/bg.jpg) top repeat-x;
}

.pagetitle .main{
	width:980px;
	height:280px;
	margin-left:auto;
	margin-right:auto;
}

/*  シェリルの説明　*/
/*--------------------------------------------------------*/

.outline{
}

.outline h2{
	margin-bottom:10px;
}

.outline table.tbl_outline{
	width:730px;
	border-collapse: collapse;
}

.outline table.tbl_outline tr td{
 	border-width: 0px 0px 1px 0px; /* 下のみに線を引く */
	border-color: #F5E6C8; /* 線色 */
	border-style: solid; /* 線種：実線 */
}

.outline table.tbl_outline tr td.koumoku{
	font-size:100%;
	color:#555;
	line-height:1.5em;
	padding:10px 0 10px 5px;
	vertical-align:top;
}

.outline table.tbl_outline tr td.info{
	font-size:100%;
	color:#555;
	line-height:1.5em;
	padding:10px 0px;
	vertical-align:top;
}

/*  グーグルマップ　*/
/*--------------------------------------------------------*/

.map{
	margin-top:20px;
}

.map #googlemapBox{
	width:730px;
	height:380px;
}

.map #googlemapBox iframe{
	width:100%;
	height:380px;
}

