/* Header ---------------------------------------------------------- */
#header {
	width:100%;
	height: 60px;
	position: absolute;
	top: 0px;
	z-index:100;
	background-color: #FFF;
	box-shadow: 0px 0px 7px 0px #333;
	-webkit-box-shadow: 0px 0px 7px 0px #333;
	-moz-box-shadow: 0px 0px 7px 0px #333;
}
#header_in {
	width:1000px;
	height: 60px;
	position: relative;
	z-index:30;
	margin-right: auto;
	margin-left: auto;
}
#gnav_box {
	width:700px;
	height: 60px;
	position: relative;
	z-index:30;
	float: left;
}
ul#gnav li .gnav_pulldown_menu {
	top: 60px;
}
#search_box {
	width:298px;
	height: 60px;
	position: relative;
	z-index:30;
	float: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
}
/* 選択 ---------------------------------------------------------- */
#btn_left {
	width:170px;
	height: 180px;
	position: relative;
	z-index:10;
	margin-top: 60px;
	float: left;
	pointer-events: none;
}
#btn_right {
	width:170px;
	height: 180px;
	position: relative;
	z-index:10;
	margin-top: 60px;
	float: right;
	pointer-events: none;
}
#logo {
	width:280px;
	height: 290px;
	position: relative;
	z-index:10;
	margin-top: 100px;
	pointer-events: none;
	margin-right: auto;
	margin-left: auto;
}
/* コンテンツ ---------------------------------------------------------- */
#contents_t {
	width:100%;
	min-width: 1000px;
	height: auto;
	position: absolute;
	top: 0px;
	z-index:30;
	margin-top: 420px;
}
#carlife {
	width:950px;
	height: 75px;
	z-index:30;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: center;
	margin-top: 0px;
}
#plate {
	width:950px;
	height: auto;
	z-index:30;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 100px;
	background-color: #FFF;
	position: relative;
	box-shadow: 0px 0px 7px 0px #333;
	-webkit-box-shadow: 0px 0px 7px 0px #333;
	-moz-box-shadow: 0px 0px 7px 0px #333;
	float: none;
}
#news_title {
	width:950px;
	height: auto;
	position: relative;
	float: left;
}
#winglife {
	width:475px;
	height: 500px;
	position: relative;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	padding-bottom: 30px;
	margin-right: -1px;
}
#winglife_text {
	width: 470px;
	height: auto;
	float: left;
	margin-bottom: 10px;
}
#calendar_prev {
	width: 55px;
	height: auto;
	float: left;
	margin-left: 25px;
	margin-top: 10px;
}
#calendar_next {
	width: 55px;
	height: auto;
	float: left;
	margin-top: 10px;
}
#calendar_month {
	width: 313px;
	height: 25px;
	float: left;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-size: 35px;
	line-height: 35px;
}
#calendar_text {
	width: 440px;
	height: auto;
	float: left;
	margin-left: 25px;
	font-size: 12px;
	line-height: 12px;
}
.text_yellow {
	color: #FFB600;
}
#calendar {
	width: 430px;
	height: auto;
	float: left;
	background-color: #FFF;
	margin-left: 25px;
	margin-bottom: 8px;
	font-size: 17px;
	color: #FFF;
	line-height: 17px;
	font-weight: bold;
	margin-top: 10px;
}
#calendar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#calendar li  {
	width: 59px;
	height:30px;
	text-decoration: none;
	display: block;
	float: left;
	text-align: center;
	margin-bottom: -2px;
	border: 2px solid #FFF;
	margin-left: -2px;
	padding-top: 12px;
	padding-left: 0px;
	background-color: #7A8589;
}
#calendar li#hn1 {
	background-color: #CC0000;
	font-size: 13px;
	line-height: 13px;
	height:20px;
	padding-top: 8px;
	padding-bottom: 0px;
}
#calendar li#hn2 {
	background-color: #333333;
	font-size: 13px;
	line-height: 13px;
	height:20px;
	padding-top: 8px;
	padding-bottom: 0px;
}
#calendar li#hn3 {
	background-color: #0066CC;
	padding-top: 8px;
	padding-bottom: 0px;
	height:20px;
	font-size: 13px;
	line-height: 13px;
}
#calendar li#hn4 {
	background-color: #D56B87;
}
#calendar li#hn5 {
	background-color: #5A93D1;
}
#calendar li#hn6 {
	background-color: #FFB600;
}
#calendar a {
	color: #FFF;
	text-decoration: none;
}
#calendar a:hover {
	color: #F60;
}
#calendar li.sat {
	background-color: #5A93D1;
}
#calendar li.sun {
	background-color: #D56B87;
}
#calendar li.wen {
	background-color: #d9acf9;
}
#calendar li.today {
	background-color: #FFB600;
}
#calendar li.birthday{
	background-image: url('../imgs/ca_icon_bd.jpg');
	background-position:center center;
}
#calendar li.eventday{
	background-image: url('../imgs/ca_icon_event.jpg')!important;
	background-position:center center!important;
}


#staff {
	width: 420px;
	height: auto;
	float: left;
	margin-left: 22px;
}
.text_day {
	font-size: 14px;
}
#blog_link {
	width:910px;
	height: auto;
	position: relative;
	float: left;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 22px;
	padding-left: 20px;
	text-align: right;
}
.ui-tooltip {
	border:1px solid #666!important;
	box-shadow: 1px 1px 5px!important;
}


#information {
	width:440px;
	height: 560px;
	position: relative;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	padding-left: 25px;
}
#info_banner {
	width:425px;
	height: 100px;
	position: relative;
	float: left;
	margin-bottom: 3px;
}
#info_banner img {
	float: left;
}
#winglife2 {
	width:482px;
	height: auto;
	position: relative;
	float: left;
	margin-left: 18px;
}
#photo {
	width:475px;
	height: auto;
	position: relative;
	float: left;
}
#event_r {
	width:470px;
	height: auto;
	position: relative;
	float: left;
	margin-top: 41px;
}
#event_r_box {
	width:460px;
	height: 70px;
	position: relative;
	float: left;
	margin-bottom: 4px;
	background-color: #CCC;
	background-image: url(../imgs/c_arrow.png);
	background-repeat: no-repeat;
	background-position: 440px center;
}
#event_r_box:hover{
	cursor:pointer;
	background-color: #999;
}
#event_r_box ul {
	padding: 0px;
	list-style-type: none;
	position : relative;
	margin: 0px;
}
#event_r_box li {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	display: block;
	height: 100%;
	width: 100%;
	position : relative;
	float: left;
}
#event_r_box li#hn1 {
	height: 60px;
	width: 50px;
	background-color: #000;
	font-family: 'Oswald', sans-serif;
	font-size: 22px;
	color: #FFF;
	text-align: center;
	line-height: 24px;
	padding-top: 10px;
}
#event_r_box li#hn2 {
	height: 45px;
	width: 370px;
	font-size: 15px;
	line-height: 18px;
	padding-left: 15px;
	padding-top: 25px;
}
#event_r_box a {
	color: #000;
	text-decoration: none;
}
#event_r_box a:hover {
	color: #FFF;
}



#ba_r {
	width: 420px;
	height: auto;
	float: left;
	margin-left: 25px;
}
