@charset "utf-8";

.print{
	display: none;
}
html, body { height:100%; }

html{
	overflow: scroll;
}

body {
	margin: 0;
	padding: 0;
	line-height: 140%;
	color: #333;
	font-size: 0.8em;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
}

/* 見出し */
h1,h2,h3,h4,h5,h6{
	margin: 5px 0;
	padding: 0;
	font-size: 0.875em;
}

h1{
	margin: 5px 0 20px 0px;
	padding: 5px 0px;
	font-size: 12pt;
	font-weight: bold;
	color: #336;
	background: url(../images/common_img/title_bg.gif) no-repeat bottom left;
}

h2{
	padding: 3px 5px;
	border-left: 5px solid #226;
	font-size: 120%;
}

h3{
	padding: 10px 0px;
	font-size: 110%;
}

h6{
	padding: 0;
	margin: 0;
	font-size:100%;
}

/* 段落 */
p{
	margin: 0 20px 20px 60px;
	padding: 0;
}

p.title{
	margin: 5px 0 20px 0px;
	padding: 0;
	padding: 10px 0px;
	padding: 0;
}

/* リスト */
ul{
	margin: 0 0px 20px 60px;
	padding: 0;
}

li{
	margin-bottom: 10px;
}

ul.sub{
	margin-left: 30px;
	list-style: lower-roman;
}
		
/* 画像 */
img{
	vertical-align: bottom;
}

a img{
	border: none;
	text-decoration: none;
}

#main{
	width: 800px;
	height: auto;
	margin: 30px auto;
	border: 1px solid #666;
	
	position: relative;
}

/* ヘッダー
--------------------------------------*/
#header{
	width: 100%;
	height: 100px;
	position: relative;
}

#header iframe{
	width: 100%;
	height: 100px;
	border: none;
	overflow: hidden;
}

	/* if_header.html内スタイル */
	#header_area{
		width: 800px;
		height: 100px;
		position: absolute;
		top: 0;
		left: 0;
		background: url(../images/common_img/header_bg.jpg) no-repeat top left;
	}
	
	#header_area ul{
		margin: 0;
		padding: 0;
		position: absolute;
		top: 10px;
		left: 20px;
		
		list-style: none;
	}
	
	#header_area ul li{
		margin: 0;
		padding: 0;
		float: left;
	}
	
	#header_area ul li a{
		display: block;
	}
	
	a.top_link{
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: 250px;
		height: 60px;
	}


/* メインメニュードロップダウン */
		li.dd a.menu:hover {
		  background: #49A3FF;
		}
		
		.submenu {
		  background: #116;
		  border: 1px solid #5970B2;
		  visibility: hidden;
		  position: absolute;
		  top: 22px;
		  z-index: 3;
		  width: 120px;
		}
		
		.submenu a span{
			display: block;
			width: 120px;
		}
		.submenu a {
		  display: block;
		  font: 11px arial;
		  text-align: left;
		  text-decoration: none;
		  padding: 5px;
		  color: #fff;
		  font-size: 7pt;
		}
		
		.submenu a:hover {
		  background: #e07;
		  color: #116;
		}




/* トピックパス */
#topicpass{
	position: absolute;
	top: 60px;
	right: 10px;
	font-size: 8pt;
}

#topicpass ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#topicpass ul li{
	margin: 0 5px 0;
	padding: 0 0 0 20px;
	float: left;
	background: url(../images/common_img/topic_arrow.gif) no-repeat center left;
}

#topicpass ul li.top{
	background: none;
	padding: 0;
}
/* メインコンテンツ
--------------------------------------*/
#contents_area{
	width: 760px;
	height: auto;
	margin: 10px auto;
	padding: 0px 20px;
}

#contents_area #contents{
	width: 640px;
	height: auto;
	margin: 10px auto;
	padding: 0px;
}

#contents_area #contents p{
	
}

.event .date{
	background-color: #eee;
	height: auto;
	padding: 0px 15px;
	line-height: 100%;
	text-align: center;
	font-weight: bold;
	font-family: Verdana;
	border-bottom: 1px solid #eee;
}

.event .week{
	background-color: #fff;
	width: 30px;
	height: auto;
	padding: 0px 15px;
	line-height: 100%;
	text-align: center;
	font-weight: bold;
	font-family: Verdana;
	border-bottom: 1px solid #eee
}

.event h2{
	margin-left:60px;
	padding: 0px;
	border: none;
}

/*問合せフォーム*/
#contents_form{
	text-align: center;
}

#contents_form table{
	border-collapse: collapse;
	border: 1px solid #666;
}

#contents_form th{
	background-color: #eee;
	border: 1px solid #666;
	text-align: left;
}

#contents_form td{
	border: 1px solid #666;
	text-align: left;
	background-color: #fff;
}

#contents_form .Importance{
	color: #f00;
	font-weight: bold;
}




/* フッター
--------------------------------------*/
#footer{
	width: 100%;
	height: 25px;
	position: relative;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	background: url(../images/common_img/footer_bg.jpg) no-repeat bottom right;
}

	/* if_footer.html内スタイル */
	#footer_area{
		width: 800px;
		height: 25px;
		margin: 0;
		padding: 0;
		position: absolute;
		bottom: 0px;
		right: 0;
	}
	
	#footer_area ul{
		margin: 0;
		padding: 0;
		position: absolute;
		top: 0px;
		left: 20px;
		
		list-style: none;
	}
	
	#footer_area ul li{
		margin: 0 10px 0 0;
		padding: 0;
		float: left;
		font-size: 8pt;
		line-height: 120%;
	}
	
	#footer_area ul li a{
		display: block;
		color: #666;
		text-decoration: none;
	}
	
	#footer_area ul li a:hover{
		text-decoration: underline;
	}