﻿/*********************************************/	

@charset "utf-8";
/*********************************************/	



/* Media Core Color
----------------------------------------------- */

/*
	ORANGE : #EFA11F 
	BLUE : #11549D 
*/

/*********************************************/	



/* 全 体
----------------------------------------------- */
/*--------おまじない--------*/
* {
	margin: 0;
	padding: 0;
}
/*--------おまじない--------*/


html {
	margin: 0;
	padding: 0;
	overflow-y: scroll;
}
body {
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 14px; /* =14px */
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}
a {
	color: #347536;
	text-decoration: underline;
}
a:link {
	color: #347536;
	text-decoration: underline;
}
a:visited {
	color: #347536;
	text-decoration: underline;
}
a:hover {
	color: #CFB271;
	text-decoration: none;
}
img {
	border: none;
	line-height: 0;
	vertical-align:bottom;
}
/*********************************************/	



/* = Selected Text
----------------------------------------------- */
::selection {
	background: #DFBF7F; /* Safari */
}

::-moz-selection {
 background:#DFBF7F; /* Firefox */
}
/*********************************************/	



/* = 全体
----------------------------------------------- */

#all_frame {
	margin: 0 0 0 0;
	padding: 0;
	width: 100%;
}

#content {
	margin: 0 auto 20px auto;
	padding: 0;
}

	#page_title {
		margin: 0 auto 20px auto;
		padding: 0;
		text-align: center;
	}

	#page_detail{
		margin:0 20px 20px 20px;
		padding:0;
		font-size:14px;
		line-height:160%;
		letter-spacing: 2px;
	}

	#back_bt {
		margin: 0 auto 10px auto;
	}

	.page_img, .bt{
		margin:0 20px 20px 20px;
	}


/*********************************************/	



/* = ヘッダー
----------------------------------------------- */

header {
	margin: 0 0 20px 0;
	padding: 12px 0 0 0;
	width: 100%;
	text-align: center;
	border-top: 5px solid #2792c3;
}

/*********************************************/	



/* = フッター
----------------------------------------------- */

footer {
	margin: 0;
	padding: 15px 0;
	width: 100%;
	text-align: center;/*border-bottom:5px solid #347536;*/
	background-color:#EFEFEF;
}


	.footer_table{
		margin:0 auto;
		padding:10px 0;
		font-weight:bold;
		font-size:12px;
		}

		.footer_table a:link{color: #2792c3;}
		.footer_table a:visited{color: #2792c3;}

/*********************************************/	



/* = ページ内リンク
----------------------------------------------- */

a#page_top {
	position: relative;
	width: 100%;
	margin: 30px auto 20px auto;
	padding: 10px 0;
	background-color: #E9E9E9;
	color: #666;
	text-align: center;
	letter-spacing: 3px;
	text-indent: 3px;
	text-decoration: none;
	display: block;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

	a#page_top:after {
		border: 10px solid transparent;
		border-bottom-color: #E9E9E9;
		border-top-width: 0;
		width: 0;
		content: "";
		display: block;
		top: -10px;
		left: 50%;
		margin-left: -10px;
		position: absolute;
	}
/*********************************************/	



/* = program.html
----------------------------------------------- */

.program_list {
	margin: 0 20px 40px 20px;
}

	.program_list li a {
		position: relative;
		display: block;
		margin: 0 auto 10px auto;
		padding: 10px 20px 10px 15px;
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 140%;
		color: #2792c3;
		font-weight: bold;
		text-decoration: none;
		background: url(../img/list_bg.png) repeat;
		border-bottom: #D4E9F3 solid 3px;
	}
	
	.program_list li a::after {
		position: absolute;
		top: 50%;
		right: 15px;
		display: block;
		content: '';
		width: 10px;
		height: 10px;
		margin-top: -5px;
		border-top: 2px solid #2792c3;
		border-right: 2px solid #2792c3;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}



/* = map.html
----------------------------------------------- */

.list {
	margin:0 20px 20px 20px;
}

	.list li a {
		position: relative;
		display: block;
		margin: 0 auto 10px auto;
		padding: 5px 5px 8px 5px;
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 140%;
		color: #2792c3;
		font-weight: bold;
		border-bottom: #D4E9F3 solid 2px;
		text-decoration: none;
	}

	.list li a::after {
		position: absolute;
		top: 42%;
		right: 15px;
		display: block;
		content: '';
		width: 8px;
		height: 8px;
		margin-top: -5px;
		border-top: 2px solid #2792c3;
		border-right: 2px solid #2792c3;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.list li {
		margin-bottom: 5px;
		line-height: 160%;
	}


.map_list {
	margin:0 20px 20px 20px;
}

	.map_list li {
		margin-bottom: 10px;
		line-height: 160%;
		list-style: none;
		padding-left: 1.2em;
		text-indent: -1.3em;
	}

	.map_list li:before {
		content: "※ "
	}


.map_table {
	margin: 20px 0;
	padding: 15px;
	font-size: 12px;
	background-color: #D4E9F3;
	border-top: 5px solid #D4E9F3;
	border-bottom: 5px solid #D4E9F3;
}

	.map_table td {
		padding: 3px 0;
	}

	.map_table .dat_map {
		padding: 0 5px;
	}




