/*----------------------------------------------------------------------------
******************************************************************************
Layout
******************************************************************************
----------------------------------------------------------------------------*/
/* ==== Base === */
body {
	background: #F7F7F7;
}
.layout {
	width: 1060px;
	margin: 0 auto;
	overflow: hidden;
}
/* ==== Header === */
.hd_bg{
	background: #FFF;
	border-bottom: 1px solid #F1F1F1;
}
.hd {
	height: 69px;
	position: relative;
	background: url(images/common/hd_bg.gif) no-repeat 350px 0;
}
.hd h1 {
	display: inline-block;
	position: absolute;
}
.hd .hd_nav{
	display: inline-block;
	position: absolute;
	top: 25px;
	right: 0;
}
.hd .hd_nav li{
	float: left;
	margin-right: 10px;
}
/* ==== Content === */
.con {
	padding: 30px 0;
}
.sub{
	width: 300px;
	float: left;
}
.sub h4{
	background: #304888;
	padding: 0.5em 1em;
	font-size:1.5em;
	color: #FFF;
	margin-bottom: 0.5em;
	-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;
}
.sub ul{
	margin-bottom: 20px;
}
.sub li{
	padding: 0.5em;
	border-bottom: 1px dotted #666;
}
.sub li a{
	display: block;	
	font-size: 0.9em;
}
.main {
	width: 730px;
	float: right;
}
.main_programlist{
	margin-top: 2rem;
}
.context{}
/* h */
.context h1 {
	margin-bottom: 30px;
	font-size: 2.8em;
	font-weight: normal;
}
.context h2 {
	font-size: 1.4em;
	margin: 20px 0 20px;
	padding-bottom: 6px;
	color: #304888;
	border-bottom: 1px dotted #999;
}
.context h3 {
	font-size: 1.3em;
	margin: 20px 0 10px;
}
.context h4 {
	font-size: 1.1em;
	margin: 20px 0 10px;
}
/* ol,ul */
.context ol, .context ul {
	padding: 5px 0px 5px 25px;
}
.context ul {
	list-style-type: disc;
}
.context ol li, .context ul li {
	padding: 5px 0px;
}
/* table */
.context table {
	margin: 10px 0px;
}
.context table th, .context table td {
	padding: 5px;
}
/* dl */
.context dl {
	margin: 10px 0px;
}
.context dl dt, .context dl dt {
	margin: 5px 0;
}
/* img */
.context img{
	max-width: 100%;
}
.context a img:hover{
	opacity: 0.5;
	filter: alpha(Opacity=50);
}

/* ==== Footer === */
.ft_nav{
	text-align: center;
	padding: 1em;
	background: #304888;
	color: #FFF;
}
.ft_nav a{
	color: #FFF;
	text-decoration: none;
}
.ft {
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}
.ft .copyright{}

/* ==== pagetop === */
.pagetop{
	position: fixed;
	width: 5em;
	height: 5em;
	display: table;
	z-index: 100;
	bottom: 3em;
	right: 3em;
}
.pagetop span{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	background: rgba( 67, 121, 165, 1);/*color*/
	font-size: 0.5em;
	color: #FFF;
	text-decoration: none;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	cursor: pointer;
}
.pagetop span:hover{
	background: rgba(0, 0, 0, 0.6);
	-moz-border-radius: 10%;
	-webkit-border-radius: 10%;
	border-radius: 10%;
}
/*----------------------------------------------------------------------------
******************************************************************************
Original
******************************************************************************
----------------------------------------------------------------------------*/
/* ==== Index === */
.eyecatch {
}
.newslist {
}
	
/* ==== Other === */
