@charset "utf-8";

/* index.css */

/* ↓インフォメーション↓ */
#information {
	width: 220px;
	margin-bottom: 5px;
}

#information .header {
	width: 220px;
	height: 35px;
	background-image: url('../img/information.png');
	background-repeat: no-repeat;
}

#information .body {
	width: 218px;
	height: 311px;
	background-color: #fff;
	overflow-x: hidden;
	overflow-y: scroll;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#information .body ul {
	margin: 0;
	padding: 0;
	width: 190px;
	padding: 2px 20px 2px 8px;
	overflow: hidden;
}

#information .body ul li {
	width: 190px;
	padding: 2px 0;
	border-bottom: 1px solid #aaa;
	list-style-type: none;
}

#information .body ul li .date {
	width: 130px;
	height: 16px;
	color: #FF00CC;
	font-weight: bold;
	float: left;
	border-bottom: 1px dashed #ccc;
}

#information .body ul li .icon {
	width: 60px;
	height: 16px;
	float: right;
	border-bottom: 1px dashed #ccc;
}

#information .body ul li .text {
	width: 190px;
	min-height: 30px;
	clear: both;
}

#information .footer {
	width: 220px;
	height: 22px;
	background-image: url('../img/information_footer.png');
	background-repeat: no-repeat;
}
/* ↑インフォメーション↑ */

/* ↓スライドショー↓ */
#slideshow2 {
	width: 548px;
	height: 386px; /*345px;*/
	margin-top: 0;
	margin-bottom: 5px;
	background-color: #fff;
	border: 1px solid #ddd;
}

#slideshow2 ul {
	margin: 0;
	padding: 0;
	width: 548px;
	height: 108px;/*68px;*/
}

#slideshow2 li {
	width: 109.6px; /*137px;*/
	height: 54px; /*68px;*/
	float: left;
	list-style-type: none;
}

#slideshow2 .slide_image {
	width: 548px;
	height: 274px;
	overflow: hidden;
	position: relative;
	border-bottom: 3px solid #666;
}

#slideshow2 .image {
	top: 0;
	left: 0;
	position: absolute;
}

#slideshow2 .active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}
/* ↑スライドショー↑ */

/* ↓blog RSS↓ */
#blogrss {
	width: 220px;
	background-color: #fff;
}

#blogrss .header {
	width: 220px;
	height: 35px;
	/*background-image: url('../img/blogrss.png');*/
	background-image: url('../img/information.png');
	background-repeat: no-repeat;
}

#blogrss .body {
	width: 218px;
	height: 365px;
	background-color: #ccc;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

#blogrss .body a {
	color: #FF0099;
	text-decoration: none;
}

#blogrss .body a:hover {
	color: #FF99CC;
	text-decoration: underline;
}

#blogrss .body ul {
	margin: 0;
	padding: 0;
}

#blogrss .body ul li {
	width: 216px;
	height: 90px;
	background-color: #fff;
	margin: 1px 1px 0 1px;
	list-style-type: none;
	float: left;
}

#blogrss .body ul li:hover {
	background-color: #FFEEFF;
}

#blogrss .body ul li .image {
	width: 5px;
	height: 1px;
	float: left;
}

#blogrss .body ul li .linktext {
	width: 206px;
	height: 69px;
	padding: 2px;
	float: right;
}

#blogrss .body ul li .linktext .title {
	font-weight: bold;
	line-height: 120%;
}

#blogrss .link {
	width: 544px;
	height: 20px;
	text-align: right;
	font-weight: bold;
	padding-right: 2px;
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#blogrss .footer {
	width: 220px;
	height: 22px;
	/*background-image: url('../img/blogrss_footer.png');*/
	background-image: url('../img/information_footer.png');
	background-repeat: no-repeat;
}

#blogrss .body #slider{}
	
#blogrss .body #slider ul,
#blogrss .body #slider li{
	margin:0;
	padding:0;
	list-style:none;
}
#blogrss .body #slider li{ 
	width:480px;
	height:183px;
	overflow:hidden; 
}

#prevBtn, #nextBtn{ 
	display:block;
	width:30px;
	height:77px;
	position:absolute;
	left:-30px;
	top:71px;
}

#nextBtn{ 
	left:696px;
}

#prevBtn a, #nextBtn a{  
	display:block;
	width:30px;
	height:77px;
	background:url(images/btn_prev.gif) no-repeat 0 0;	
}

#nextBtn a{ 
	background:url(images/btn_next.gif) no-repeat 0 0;	
}


/* ↑blog RSS↑ */

/* ↓記事一覧↓ */
#articles {
	width: 550px;
	min-height: 500px;
}

#articles .header {
	width: 550px;
	height: 35px;
	background-image: url('../img/contents.png');
	background-repeat: no-repeat;
}

#articles .body {
	width: 548px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

#articles .body ul {
	margin: 0;
	padding: 0;
}

#articles .body ul li {
	width: 546px;
	margin: 0 1px;
	min-height: 230px;
	list-style-type: none;
	background-color: #FFFFFF;
	border-bottom: 1px solid #cccccc;
}

/*
#articles .body ul li:hover {
	width: 546px;
	margin: 0 1px;
	min-height: 230px;
	list-style-type: none;
	background-color: #FFEEFF;
	border-bottom: 1px solid #cccccc;
}
*/

#articles .body ul li h2 {
	width: 534px;
	height: 16px;
	margin: 0px 2px;
	padding: 3px 5px;
	font-weight: bold;
	font-size: 100%;
	color: #ff0000;
	/* border-bottom: 1px dashed #cccccc; */
}

#articles .body ul li p {
	width: 533px;
	/* min-height: 200px; */
	padding: 2px 5px 2px 10px;
}

#articles .body ul li dl {
	width: 533px;
	padding: 2px 5px 2px 10px;
}

#articles .body ul li table tr td p {
	width: 95%;
}

#articles .body ul li .date_time {
	width: 534px;
	min-height: 16px;
	margin: 0px 2px;
	padding: 3px 5px;
	text-align: right;
	color: #999999;
	border-top: 1px dashed #cccccc;
}

#articles .body .more {
	width: 548px;
	padding: 3px 0;
	text-align: center;
	background-color: #FFF9FF;
}

#articles .footer {
	width: 550px;
	height: 22px;
	background-image: url('../img/contents_footer.png');
	background-repeat: no-repeat;
}
/* ↑記事一覧↑ */


/* ↓左側リンク↓ */
#left_link {
	width: 220px;
}

#left_link ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#left_link ul li {
	width: 220px;
	min-height: 150px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#left_link ul li img {
	border: 1px solid #ccc;
}

/* ↑左側リンク↑ */


/* ↓トピックス↓ */
#topics {
	width: 220px;
	margin-bottom: 5px;
}

#topics .header {
	width: 220px;
	height: 35px;
	background-image: url('../img/topics.png');
	background-repeat: no-repeat;
}

#topics .body {
	width: 218px;
	height: 288px;
	background-color: #fff;
	overflow-x: hidden;
	overflow-y: scroll;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#topics .body ul {
	margin: 0;
	padding: 0;
	width: 190px;
	padding: 2px 20px 2px 8px;
}

#topics .body ul li {
	width: 190px;
	padding: 2px 0;
	border-bottom: 1px solid #aaa;
	list-style-type: none;
}

#topics .body .date {
	width: 70px;
	height: 16px;
	font-weight: bold;
	float: left;
	border-bottom: 1px dashed #CCC;
}

#topics .body .icon {
	width: 120px;
	height: 16px;
	text-align: right;
	float: right;
	border-bottom: 1px dashed #CCC;
}

#topics .body .text {
	width: 180px;
	min-height: 30px;
	padding-left: 10px;
	font-size: 90%;
	clear: both;
}

#topics .footer {
	width: 220px;
	height: 22px;
	background-image: url('../img/topics_footer.png');
	background-repeat: no-repeat;
}
/* ↑トピックス↑ */

/* ↓右側リンク↓ */
#right_link {
	width: 220px;
	margin-bottom: 5px;
}

#right_link ul {
	margin: 0;
	padding: 0;
}

#right_link ul li {
	width: 218px;
	height: 180px;
	margin-bottom: 5px;
	list-style-type: none;
	border: 1px solid #ccc;
}
/* ↑右側リンク↑ */

/* ↓スケジュール↓ */
#schedule {
	width: 220px;
	margin-bottom: 5px;
}

#schedule .header {
	width: 220px;
	height: 35px;
	background-image: url('../img/schedule.png');
	background-repeat: no-repeat;
}

#schedule .body {
	width: 218px;
	height: 679px;
	background-color: #fff;
	overflow-x: hidden;
	overflow-y: scroll;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#schedule .body ul {
	margin: 0;
	padding: 0;
	width: 190px;
	padding: 2px 20px 2px 8px;
}

#schedule .body ul li {
	width: 190px;
	padding: 2px 0;
	border-bottom: 1px solid #aaa;
	list-style-type: none;
}

#schedule .body .date {
	width: 70px;
	height: 16px;
	font-weight: bold;
	color: #666;
	float: left;
	border-bottom: 1px dashed #CCC;
}

#schedule .body .date-sat {
	width: 70px;
	height: 16px;
	font-weight: bold;
	color: #0000FF;
	float: left;
	border-bottom: 1px dashed #CCC;
}

#schedule .body .date-sun {
	width: 70px;
	height: 16px;
	font-weight: bold;
	color: #FF0000;
	float: left;
	border-bottom: 1px dashed #CCC;
}

#schedule .body .icon {
	width: 120px;
	height: 16px;
	text-align: right;
	float: right;
	border-bottom: 1px dashed #CCC;
}

#schedule .body .text {
	width: 180px;
	min-height: 30px;
	padding-left: 10px;
	font-size: 90%;
	color: #CC0000;
	clear: both;
}

#schedule .footer {
	width: 220px;
	height: 22px;
	background-image: url('../img/schedule_footer.png');
	background-repeat: no-repeat;
}
/* ↑スケジュール↑ */

/* ↓リクルート↓ */
#recruit {
	width: 220px;
	margin-bottom: 5px;
}

#recruit .header {
	width: 220px;
	height: 35px;
	background-image: url('../img/recruit.png');
	background-repeat: no-repeat;
}

#recruit .body {
	width: 214px;
	padding: 2px;
	line-height: 130%;
	background-color: #fff;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#recruit .footer {
	width: 220px;
	height: 22px;
	background-image: url('../img/recruit_footer.png');
	background-repeat: no-repeat;
}
/* ↑リクルート↑ */

/* ↓お願い↓ */
#onegai {
	width: 214px;
	padding: 2px;
	border: 1px solid #999;
	background-color: #fff;
}

#onegai h2 {
	width: 210px;
	padding: 2px;
	font-size: 100%;
	color: #FF0066;
	border-bottom: 1px solid #999;
}
/* ↑お願い↑ */


/* ↓年末年始営業スケジュール↓ */

#newyear {
	width: 548px;
	margin-top: 0;
	margin-bottom: 5px;
	background-color: #fff;
	border: 1px solid #ddd;
}

#newyear h2 {
width: 534px;
height: 16px;
margin: 0px 2px;
padding: 3px 5px;
font-weight: bold;
font-size: 100%;
color: #ff0000;
border-bottom: 1px solid #999;
}

#newyear p {
width: 533px;
padding: 2px 5px 2px 10px;
}

#newyear table {
	font-size: 14px;
	margin: 10px auto;
	border: 1px solid #ccc;
}

#newyear table tr {
	background-color: #fff;
}

#newyear table tr:hover {
	background-color: #FFFFCC;
}

#newyear table td.day {
	width: 90px;
	padding-left: 15px;
}

#newyear table td.time {
	width: 80px;
	padding: 0 5px;
}

#newyear table td.event {
	width: 280px;
	font-weight: bold;
	color: red;
	padding: 0 5px;
}



/* ↑年末年始営業スケジュール↑ */