﻿/* 首頁大圖 */
div#main_img
{
	float: left;
	width: 940px;
	height: 643px;
	background-image: url("/img/default_read_promotion.jpg");
	background-repeat: no-repeat;
}

/* 左側選單 */
div.menu_seashore
{
	float: left;
	width: 70px;
	top: 101px;
	left: 80px;
	position: relative;
}

div.menu_seashore img
{
	margin-bottom: 10px;
	border: none;
}

/* 首頁學堂佈告欄 */
div.list
{
	top: -30px;
	left: 480px;
	position: relative;
	width: 290px;
	color: white;
}
span.list_title
{
	font-size: 17px;
}
ul.list_main
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.list_main li
{
	padding: 5px 0 5px 15px;
	background : url(/img/icon_list_doublecircle.png) left center no-repeat;
}
ul.list_main a
{
	color: white;
	font-size: 16px;
	display : inline-block;
	width : 260px;
	overflow : hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
div.list_more a
{
	color: white;
	font-size: 12px;
}

/* 背景圖 */
div#seashore_bg_top
{
	display: inline-block;
	width: 940px;
	height: 100px;
	background-image: url("/img/seashore_bg_top.jpg");
	background-repeat: no-repeat;
	z-index: -1;
}
div#seashore_bg_body
{
	display: inline-block;
	width: 940px;
	min-height: 300px;
	background-image: url("/img/seashore_bg_body.jpg");
	background-repeat: y-repeat;
	z-index: -1;
}
div#seashore_bg_bottom
{
	display: inline-block;
	width: 940px;
	height: 205px;
	background-image: url("/img/seashore_bg_bottom.jpg");
	background-repeat: no-repeat;
	z-index: -1;
}

div.seashore_content
{
	width: 630px;
	top: 0;
	left: 200px;
	position: relative;
	min-height: 350px;
}

hr.seashore_separate
{
	border-top: 1px #000000 dashed;
	border-bottom: none;
	border-left: none;
	border-right: none;
	margin: 30px 0;
}

img.bulletin_pic
{
	max-width: 630px;
}

/* 表格 */
table.seashore_list
{
	width: 530px;
}
table.seashore_list th, td
{
	padding: 5px;
}


/* 小學堂巡禮 */
div.option_school
{
	width: 850px;
	font-size: 13px;
	text-align: right;
}

div.school_area
{
	width: 720px;
	margin-left: 150px;
}
div.menu_school
{
	display: block;
	float: left;
	width: 120px;
}
div.menu_school ul li
{
	font-size: 15px;
	padding-bottom: 15px;
}
div.menu_school a
{
	color: #C50018;
}
div.school_content
{
	display: inline-block;
	width: 530px;
	margin-left: 20px;
}
div.school_content img
{
	margin-top: 10px;
	max-width: 530px;
}