@charset "shift_JIS";

html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
/*********************** ページ全体領域の設定 **********************/

#container {
	min-height: 100%;
	height: auto !important;
	height:100%;
	position: relative;
}

#screen {
	width: 855px;
	margin: 0 auto;
	text-align: left;
	padding-bottom: 60px;
}

/*********************** ヘッダー領域の設定 ************************/
#header {
	width: 855px;
	height: 80px;
}

#header-left {
	width: 420px;
	height: 80px;
	float: left;
}

#header-right{
	width: 300px;
	height: 80px;
	margin: 10px 0px 0px 0px;
	float: right;
}

#banar-right {
	width: 300px;
	height: 20px;
	padding: 0px;
}

#banar-menu {
	margin: 0px;
	padding: 0px;
	list-style: none; /* 先頭記号を消す */
	width: 280px;
	float: left;
}

#banar-menu > li {
	float: left;
	position: relative;
}

#banar-menu li a{
	display: block;
	text-align: center;
	height: 12px;
	width: 90px;
	padding: 2px 0px;
	margin: 5px 0px;
	background-color: #843239 ;
	font-size: 10px;
	color: white;
	text-decoration: none;
	border: 1px solid #D14F5A;
	border-radius: 4px 4px 4px 4px; /* タブに丸みをつける */
}

#banar-search {
	width: 300px;
	height: 60px;
	padding: 0px;
}

/********************** プルダウンメニュー領域の設定 ****************/
#menu {
	height: 22px;
}

/********************** emergency領域の設定 *************************/
/*#emergency {
	width: 855px;
	height: 50px;
	background-color: #EED2D4;
	margin: 20px 20px 0px;
	padding: 10px;l
	border: 1px solid #9999ff;
}*/

/********************** emergency corona領域の設定 *************************/
/*#corona {
	width: 855px;
	height: 50px;
	background-color: #ff6347;
	margin: 20px 20px 0px;
	padding: 10px;l
	border: 1px solid #9999ff;
}*/


/*********************** 段組みレイアウト設定 ************************/
/********** main 	padding-bottom: 100px;追加**********/
#index-main {
	width: 855px;
	height: 1110px;
	padding-bottom: 100px;
	background-color: white;
}
/********** left外部リンク高さ370を405へ **********/
#index-left {
	width: 238px;
	height: 1000px;
	float: left;
	border: 1px solid #FFFFFF;
}

#calender {
	width: 238px;
	height: 220px;
	margin: 0px 10px 2px 0px;
	padding: 10px 0px;
	line-height: 15px;
	border: 1px solid #D14F5A;
	text-align: center;
}

#left-h1 {
	width: 228px;
	height: 12px;
	margin: 2px 10px 0px 0px;
	padding: 6px 0px 6px 12px;
	color: #FFFFFF;
	background-color: #843239;
}

.kinkyuuzi-inside-link-button {
	width: 235px;
	font-size:20px;
	font-weight:900;
	text-decoration: none;
	display:block;
	margin: 0px 0px 1px 1px;
	padding: 20px 1px 20px 1px;
	border: 1px solid #0000cd;
	text-align: center;
	vertical-align: middle;
	background-color:#ff7f50;
	box-shadow:2px 2px #b0c4de;
}
.inside-seitokailink-button {
	width: 235px;
	font-size:20px;
	font-weight:900;
	text-decoration: none;
	display:block;
	margin: 0px 0px 1px 1px;
	padding: 20px 1px 20px 1px;
	border: 1px solid #0000cd;
	text-align: center;
	vertical-align: middle;
	color:#8b008b;
	background-color:#df9f9f;
	box-shadow:2px 2px #b0c4de;
}
.inside-link-button {
	width: 235px;
	font-size:20px;
	font-weight:900;
	text-decoration: none;
	display:block;
	margin: 0px 0px 1px 1px;
	padding: 20px 1px 20px 1px;
	border: 1px solid #0000cd;
	text-align: center;
	vertical-align: middle;
	color:#8b008b;
	background-color:#87cefa;
	box-shadow:2px 2px #b0c4de;
}
#kinkyuuzi-link {
	width: 238px;
	height: 5px;
}
#side-link {
	width: 238px;
	height: 5px;
}
#outside-link {
	width: 238px;
	height: 405px;
	margin: 0px 10px 2px 0px;
	padding: 2px 0px;
	line-height: 15px;
	border: 1px solid #D14F5A;
	text-align: center;
}

#counter {
	width: 238px;
	height: 50px;
	margin: 0px 10px 2px 0px;
	padding: 5px 0px;
	border: 1px solid #D14F5A;
	text-align: center;
}

/********** right **********/
#index-right {
	width: 610px;
	height: 1000px;
	float: right;
	border: 1px solid #FFFFFF;
}

#slideshow {
	width: 605px;
	height: 250px;
	margin: 2px 0px 2px 2px;
	padding: 0px;
}


/*************** whats-new title 領域の設定 **********************/
#whats-new-title {
	width: 595px;
	height: 12px;
	margin: 4px 0px 0px 2px;
	padding: 6px 0px 6px 12px;
	color: #FFFFFF;
	background-color: #843239;
}
/*************** whats-new 領域の設定 **********************/
#whats-new {
	margin: 0px 0px 0px 2px;
	line-height: 15px;
	border: 1px solid #D14F5A;
	text-align: left;
}

#whats-new ul {
	list-style-type:none;	
}

#whats-new li {
	padding: 5px 0px 1px 5px;
}

#whats-new li a {
	text-decoration:none;
	font-size: 14px;
}

#whats-new li.event {
	padding-left:5px;
	list-style-image : url(index/new_event_icon.gif);
}

#whats-new li.club {
	padding-left:5px;
	list-style-image : url(index/new_club_icon.gif);
}

#whats-new li.info {
	padding-left:5px;
	list-style-image : url(index/new_info_icon.gif);
}

#whats-new li.international {
	padding-left:5px;
	list-style-image : url(index/new_international_icon.gif);
}
/*************** up-date 領域の設定 **********************/
#up-date {
	margin: 0px 0px 0px 2px;
	line-height: 15px;
	border: 1px solid #D14F5A;
	text-align: left;
}

#up-date ul {
	list-style-type:none;	
}

#up-date li {
	padding-left:5px;
	list-style-image : url(index/up_date_icon.gif);
}

#up-date li a {
	text-decoration:none;
	font-size: 14px;
}

#attention {
	width: 593px;
	height: 35px;
	margin: 2px 0px 0px 2px;
	padding: 6px 0px 6px 12px;
	font-size: 14px;
	background-color: #F5E4E6;
	border: 1px solid #D14F5A;
}

/****************** フッター領域の設定position: absolute;をfixedへ ***********************/
#footer {
	width: 850px;
	height: 40px;
	padding: 5px 5px;
	position: fixed;
	margin:10px 0px 0px 0px;
	bottom: 0px;
	font-size: 12px;
	text-align: center;
	color: #ffffff;
	background-color: #5E2328;
}

#footer a:link{
	color:#00bfff;
}

#footer a:visited{
	color:#eb6ea0;
}