@charset "UTF-8";
/* CSS Document */

/* ========BASIC======== */
html {
	overflow-y: scroll;
}
body {
	margin: 0;
	padding: 0;
	line-height: 1.6;
	letter-spacing: 1px;
	font-family: Verdana, Helvetica, sans-serif;
	color: #333;
	font-size: 13px;
	background: #fff;
}
br {
	letter-spacing: normal;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #008000;
	text-decoration: none;
}
img {
	border: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
}
/* ========TEMPLATE LAYOUT======== */
#top {
	width: 980px;
	margin: 0 auto;
	background: #fff;
	border-top: 5px solid #cb122c;
	border-bottom: 5px solid #cb122c;
}
#header {
	position: relative;
	width: 100%;
	height: 80px;
	background: #fff;
}
#menu {
	width: 980px;
	min-width:600px;
}
#main {
   float:left;
   margin:10px 10px 0 0;
   width:780px;
}
#subL {
	float: left;
	width: 190px;
}
#subR {
	float: right;
	width: 190px;
}
#footer {
	position: relative;
	clear: both;
	width: 100%;
}
/* 回り込み解除 */
#contents:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* ========HEADER CUSTOMIZE======== */
#header h1 {
	margin: 0;
	padding: 10px 10px 0 80px;
	font-size: 30px;
	color: #000;
	line-height: 40px;
}
#header h1 img {
	position: absolute;
	top: 5px;
	left: 0;
}
#header h1 a {
	color: #000;
}
#header h1 a:hover {
	color: #ddd;
}
#header #subtitle {
	margin-left:80px;
}
#header .pr {
	position: absolute;
	top: 10px;
	right: 0;
}
/* ========MENU CUSTOMIZE======== */
#menu {
	background: #000;
	z-index: 1;
}
#menu ul.menu {
	zoom:1;
	height:40px;
}
#menu ul.menu li {
	float: left;
	position:relative;
	background-color: #333;
	border-width:1px 1px 0 1px;
	border-style: solid;
	border-color: #cb122c;
	list-style-type: none;
	z-index: 1;
}
#menu ul.menu li a {
	display: block;
	margin-right: 1px;
	padding: 5px 18px;
	line-height: 1.1;
	color: #fff;
	text-align: center;
	position:relative;
	z-index: 10;
}
#menu li a:hover {
	background-color: #CCC;
	color: #000;
	z-index: 1;
}
#menu ul.menu li ul.submenu {
	display:none;
	position:absolute;
	width: 100%;
}
#menu ul.submenu {
	display:none;
}
#menu ul.submenu li {
	float:none;
	background-color:#840B1B;
	border: 0 0 1px 0 solid #800000;
}
#menu ul.submenu li ul.submenu {
	position:absolute;
	left:100%;
	width:100%;
	top:0;
}
#menu ul.submenu li ul.submenu li {
	background-color:#666;
}
#menu ul.menu ul.submenu li a {
	display: block;
	position: relative;
	text-align: center;
	vertical-align:middle;
	top:0;
	bottom:0;
	padding: 10px 0px;
}
#menu .menu .submenu li a:hover {
	color:#000;
}

/* 回り込み解除 */
#menu ul.menu:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/* 最上部に固定 */
.fixed{
  position: fixed;
  top: 0px;
  z-index: 9999;
}

/* ========MAIN CONTENTS CUSTOMIZE======== */
#main a {
	color: #008000;
}
#main a:hover {
	text-decoration: underline;
}
#main h2 {
	margin-bottom: 5px;
	padding: 2px 2px 2px 5px;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.4;
	border-left: 5px solid #000;
	background: url(../common_img/bg_h2.gif);
}
#main h3 {
	margin-bottom: 5px;
	font-size: 13px;
	border-bottom: 3px double #000;
}
#main h4 {
	margin-bottom: 2px;
	padding: 3px;
	font-size: 13px;
	line-height: 1.4;
	background: #ddd;
}
#main h5 {
	margin-bottom: 2px;
	font-size: 13px;
	line-height: 1.4;
	border-bottom: 2px solid #333;
}
#main h6 {
	margin-bottom: 2px;
	font-size: 13px;
	line-height: 1.4;
}
#main p {
	margin: 0 0 1em 0;
	line-height: 1.4;
}
#main ul {
	margin: 15px 0 15px 40px;
}
#main ol {
	margin: 15px 0 15px 40px;
}
#main dd {
	padding: 0;
	margin: 0.3em 0;
	padding: 2px;
	background: #f1f1f1;
}
#info {
	margin:0 0 10px 20px;
}
ul#bxslidermovie li {
	height: 150px;
}
.programs {
	font-size:16px;
}

/* ========subL CONTENTS CUSTOMIZE======== */
#subL .section {
	background: #DEDDD0;
}
#subL .pr {
	margin: 5px 0;
	text-align: center;
}
#subL .pr img {
	border: #E6E6E6 1px solid;
}
#subL h2 {
	padding: 3px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background: #49BC1D url(../common_img/bg_sub_h2.gif) 0 50% repeat-x;
}
#subL ul {
	margin: 0;
	padding: 5px 0 1em 0.5em;
}
#subL li {
	margin: 0;
	padding-left: 1.5em;
	text-indent: 0em;
	line-height: 1.8;
	background: #DEDDD0 url(../common_img/bg_list.gif) 0 6px no-repeat;
	list-style: none;
}
/* ========subR CONTENTS CUSTOMIZE======== */
#subR {
		margin-top:0px;
}
#subR .section {
	background-color: #DEDDD0;
}
#subR .pr {
	background-color: #fff;
	margin: 5px 0;
	text-align: center;
}
#subR .pr img {
	border: #E6E6E6 1px solid;
}
#subR h2 {
	margin-top: 10px;
	padding: 3px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background: #49BC1D url(../common_img/bg_sub_h2.gif) 0 50% repeat-x;
}
#subR ul {
	margin: 0;
	padding: 5px 0 1em 1em;
}
#subR li {
	margin: 0;
	padding-left: 1.5em;
	text-indent: 0em;
	line-height: 1.8;
	background: #DEDDD0 url(../common_img/bg_list.gif) 0 6px no-repeat;
	list-style: none;
}
/* ========PAGETOP CUSTOMIZE========= */
#pageTop {
	padding: 10px;
	text-align: right;
}
#pageTop a {
	padding: 0 0 0 12px;
	background: url(../common_img/bg_pagetop.gif) 0 60% no-repeat;
}
/* ========FOOTER CUSTOMIZE======== */
.copyright {
	padding: 20px 0;
	text-align: center;
	font-style: normal;
	font-size: 11px;
	border-top: 1px solid #ccc;
}
/*//////////////////////
     イメージ関係
//////////////////////*/

hr {
	border: 0;
	border-top: dashed 1px;
	border-color: #999;
	height: 1px;
}
.pgtitle {
	font-size: 18px;
	font-weight: bolder;
	vertical-align: text-top;
}
table.new_pro {
	height: 50px;
	border: solid 2px #FFF;
	border-collapse: collapse;
	background-color: #f2f2f2;
	border-spacing: 0;
	font-size: 14px;
	margin: 10px 10px 0 30px;
	float: left;
}
.new_pro th {
	border: solid 2px #FFF;
	padding: 2px;
	border-width: 0 0 2px 2px;
	background: #cb122c;
	line-height: 110%;
	text-align: center;
	color: #fff;
}
.new_pro td {
	padding: 2px;
	border: 2px #FFF solid;
	border-width: 0 0 2px 2px;
}