@charset "UTF-8";

body {
	background-color: #e9e9e9;
}
/*==========================================================*/
/* Layout*/
ul#panel_menu {
}
ul#panel_menu li {
	float: left;
	width: 311px;
	padding-right: 13px;
	padding-bottom: 23px;
}
ul#panel_menu li.second {
	padding-right: 14px;
}
ul#panel_menu li.last {
	padding-right: 0;
}

#cont_green {
	clear: both;
	background-color: #FFF;
	border-top: 4px solid #089042;
	padding: 48px 66px 66px 66px;
	margin-bottom: 30px;
}
ul.pride {
	margin-top: 46px;
}
ul.pride p{
	padding: 50px 0 0 120px;	
}
ul.pride li {
	padding-bottom: 4px;
}
ul.pride li.p_01 {
	width: 763px;
	height: 82px;
	background: url(../images/top/pride_01.gif) no-repeat;
}
ul.pride li.p_02 {
	width: 763px;
	height: 82px;
	background: url(../images/top/pride_02.gif) no-repeat;
}
ul.pride li.p_03 {
	width: 763px;
	height: 82px;
	background: url(../images/top/pride_03.gif) no-repeat;
}
ul.pride li.p_04 {
	width: 763px;
	height: 82px;
	background: url(../images/top/pride_04.gif) no-repeat;
}
ul.pride li.p_05 {
	width: 763px;
	height: 82px;
	background: url(../images/top/pride_05.gif) no-repeat;
}

#cont_blue {
	background-color: #FFF;
	border-top: 4px solid #0065b3;
	padding: 48px 66px 66px 66px;
}
.osusume {
	margin-top: 46px;
}
#info {
	clear: both;
	background-color: #FFF;
	padding-bottom: 35px;
}
#info:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

table.info_box {
	margin-top: 18px;
	width: 100%;
	line-height: 1.3;
}
table.info_box tr {
	border-bottom: 1px solid #c8c8c8;
}
table.info_box td {
	vertical-align: top;
	margin: 7px 0 7px 0;
}
table.info_box td.date {
	float: left;
	display: block;
	background-color: #000;
	color: #FFF;
	font-weight: bold;
	padding: 5px;
	width: 100px;
	margin-left: 20px;
}
table.info_box td.title {
	width: 830px;
	padding: 13px 0 7px 30px;
}
