@charset "UTF-8";

#login .logo_area {
	text-align:center;
}

#login section {
	padding: 15px 0 100px;
}
#login section #msg_login {
	background: url(../../img/msg_bg_btm.png) no-repeat center bottom;
	width: 480px;
	margin: 0 auto 2px;
	padding: 0 0 17px;
	overflow: hidden;
}
#login section #msg_login h1 {
	background: #3AA;
	box-sizing: border-box;
	width: 480px;
	margin: 0;
	padding: 15px 5px;
	border-radius: 5px;
	text-align: center;
	color: #FFF;
}
#login section #msg_login p.error {
	margin: 0 0 15px;
	font-size: 14px;
	color: #D00;
}


#login section #form_login {
	background: #FFF;
	box-sizing: border-box;
	width: 480px;
	margin: 0 auto 8px;
	padding: 2px;
	border: 2px solid #CCC;
}
#login section .secwrap {
	padding: 15px 15px 20px;
}

#login section #form_login .frm {
	display: block;
	width: 100%;
	margin: 0 0 5px 0;
	overflow: hidden;
}
#login section #form_login .frm p {
	float: left;
	box-sizing: border-box;
	background-color: #D6EEEE;
	width: 110px;
	height: 50px;
	margin: 0 2px 0 0;
	padding: 18px 0 0 12px;
	border: 1px solid #93D6D6;
	text-align: left;
	vertical-align: middle;
}
#login section #form_login .frm input[type="text"] ,
#login section #form_login .frm input[type="password"] {
	float: left;
	box-sizing: border-box;
	width: 330px;
	height: 50px;
	margin: 0;
	line-height:2;
	border: 1px solid #CCC;
	font-size: 16px;
}

#login section #navi_block {
	margin: 15px 0 0 0;
	text-align: center;
}
/*#login section #navi_block input[type="submit"] {
	background: url(../img/btn_login.gif) no-repeat 0 0;
	width: 238px;
	height: 48px;
	border: none;
	text-indent: -9999px;
}*/

#login section #navi_block input[type="submit"] {
	-webkit-appearance: none;
	background-color:#999;
	width: 238px;
	height: 48px;
	color:#FFF;
	border:1px solid #999;
	border-bottom:1px solid #666;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	cursor:pointer;
}
#login section #navi_block input[type="submit"]:hover {
	background-color:#BBB;
	border:1px solid #BBB;
	border-bottom:1px solid #999;
}


#top section#evt_calender {
	box-sizing: border-box;
	width: 966px;
	margin: 0 auto 10px;
}
#top section#evt_calender h1 {
	margin: 0 0 5px;
}

#top section#evt_calender .evt_wrapper {
	box-sizing: border-box;
	width: 964px;
	border: 1px solid #FFF;
}
#top section#evt_calender table {
	background: #FFF;
	width: 962px;
	margin: 0;
	border: 2px solid #CCC;
}
#top section#evt_calender table th ,
#top section#evt_calender table td {
	width: 137px;
	box-sizing: border-box;
	padding: 6px;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	font-weight: 14px;
	vertical-align: middle;
}
#top section#evt_calender table th:last-child ,
#top section#evt_calender table td:last-child {
	border-right: none;
}
#top section#evt_calender table th {
	font-family: Helvetica;
	text-shadow: 1px 0 1px #333;
	text-align: center;
}
#top section#evt_calender table td {
	height: 170px;
	min-height: 170px;
	padding: 10px 10px;
	vertical-align: top;
}
#top section#evt_calender table td ul li {
	margin: 0 0 5px 0;
}
#top section#evt_calender table td ul li img {
	margin: 0 0 5px 0;
}
#top section#evt_calender table td ul li a {
	color: #00C;
}

#top section#evt_calender table .wday { background: #EBE9E4; }
#top section#evt_calender table .satday { background: #D0DBE5; }
#top section#evt_calender table .sunday { background: #ECD9E1; }


#top div#top_wrapper {
	width: 966px;
	margin: 0 auto 10px;
	overflow: hidden;
}




#top #information {
	float: left;
	width: 474px;
	box-sizing: border-box;
}
#top #topics {
	float: right;
	width: 474px;
	box-sizing: border-box;
}
#top #information h2 ,
#top #topics h2 {
	margin: 0 0 2px;
}

#top #information #info_wrapper {
	box-sizing: border-box;
	width: 474px;
	border: 1px solid #FFF;
	overflow: hidden;
}
#top #information table {
	background: #FFF;
	box-sizing: border-box;
	width: 100%;
	border: 2px solid #CCC;
	font-size: 14px;
}
#top #information table td {
	box-sizing: border-box;
	width: 90px;
	padding: 10px 10px;
	text-align: left;
	border-bottom: 1px dashed #CCC;
}
#top #information table th {
	box-sizing: border-box;
	padding: 10px;
	text-align: left;
	border-bottom: 1px dashed #CCC;
}
#top #information table th a {
	color: #00C;
}
#top #information table th a img {
	vertical-align: top;
	margin: 0 0 0 5px;
}

#top #topics {
	float: right;
	width: 474px;
	box-sizing: border-box;
}
#top #topics #topics_wrapper {
	box-sizing: border-box;
	width: 474px;
	border: 1px solid #FFF;
	overflow: hidden;
}
#top #topics #topics_wrapper #article_wrapper {
	display: -webkit-box;
	background: #FFF;
	box-sizing: border-box;
	width: 100%;
	border: 2px solid #CCC;
	font-size: 14px;
}
#top #topics #topics_wrapper article {
	box-sizing: border-box;
	width: 234px;
	min-height: 104px;
	border-right: 1px solid #CCC;
	padding: 7px;
	font-size: 13px;
	overflow: hidden;
}
#top #topics #topics_wrapper article:last-child {
	border-right: none;
}
#top #topics #topics_wrapper article .img_block {
	float: left;
	width: 76px;
}
#top #topics #topics_wrapper article .img_block img {
	border: 1px solid #CCC;
}
#top #topics #topics_wrapper article .txt_block {
	float: right;
	width: 135px;
}
#top #topics #topics_wrapper article .txt_block h3 {
	background: url(../img/head_mark.gif) no-repeat 0 0;
	margin: 0 0 7px 0;
	padding: 1px 0 0 16px;
	color: #00C;
}
#top #topics #topics_wrapper article .txt_block h3 a {
	color: #00C;
}
