﻿@charset "UTF-8";

#index {
	margin: 0;
	padding: 0;
}

#top_photo {
	margin: 0;
	padding: 20px 0;
	text-align: center;
}

#index p {
	margin: 0;
	padding: 0 0 12px 0;
}

#notice {
	margin: 0 auto;
	padding: 0 10px 10px 0;
	width: 715px;
	text-align: center;
}

#notice_left {
	float: left;
	margin: 0;
	padding: 100px 0 20px 0;
	width: 232px;
	text-align: right;
	background-image: url("../images/notice_top01.gif");
	background-repeat: no-repeat;
	background-position: 2px 0;
}

#notice_center {
	margin: 0 237px 0 237px;
	padding: 100px 0 20px 0;
	width: 232px;
	text-align: right;
	background-image: url("../images/notice_top02.gif");
	background-repeat: no-repeat;
	background-position: 2px 0;
}

#notice_right {
	float:right;
	margin: 0;
	padding: 100px 0 20px 0;
	width: 232px;
	text-align: right;
	background-image: url("../images/notice_top03.gif");
	background-repeat: no-repeat;
	background-position: 3px 0;
}

.notice_content01, .notice_content02 {
	margin: 0 0 0 12px;
	padding: 0 15px 0 25px;
	text-align: left;
	border-left: 1px solid  #FF88A9;
	border-right: 1px solid  #FF88A9;
	
}

.notice_content01 {
	background-color: #FFFFE4;
}

.notice_content02 {
	background-color: #E4F0FF;
}

#index th {
	text-align: left;
	vertical-align: top;
	width: 40px;
}