@charset "UTF-8";
.dsTop {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333;
	background-color: #FFFFFF;
	background-image: url(../../img/bg_top01.jpg);
	background-repeat: repeat-x;
	background-position: center 100px;
	min-width: 960px;
}
.dsSec {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333;
	background-color: #FFFFFF;
	background-image: url(../../img/bg_sec01.jpg);
	background-repeat: repeat-x;
	background-position: center 100px;
	min-width: 960px;
}
#container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}
#header {
	margin: 0px;
	background-color: #FFF;
	padding-top: 0;
	padding-right: 13px;
	padding-bottom: 0;
	padding-left: 13px;
	height: 100px;
}
#header h1 {
	margin: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	float: left;
}
#sidebar1 {
	float: right;
	width: 220px;
	background: #FFFFFF;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 13px;
}
#mainContent {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 20px;
	padding-bottom: 0;
	padding-left: 13px;
	padding-right: 0px;
	float: left;
	margin-right: 0px;
	width: 700px;
}
#mainContent a {
	color: #39F;
	text-decoration: none;
}
#mainContent a:hover {
	color: #06F;
}
#footer {
	padding-top: 0;
	padding-right: 13px;
	padding-bottom: 0;
	padding-left: 13px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 960px;
	background-color: #333;
	height: 120px;
	text-align: left;
}
#footer p {
	margin: 0;
	padding: 10px 0;
}
.linklist1 {
	background-image: url(../img/arrow01.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 10px;
}
.linklist2 {
	background-image: url(../img/arrow02.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 10px;
}
.linklist3 {
	background-image: url(../img/arrow03.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 16px;
	font-size: 1.2em;
	font-weight: bold;
}
/*ヘッダー*/
#header #headNavi li {
	float: right;
	margin-right: 0px;
	margin-left: 6px;
	font-size: 90%;
	line-height: 2em;
}
#header #headNavi {
	padding-top: 10px;
	width: 500px;
	height: 30px;
	text-align: right;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	display: block;
	margin: 0px;
	float: right;
}
#header #headRight {
	width: 516px;
	text-align: right;
	padding-right: 0px;
	float: right;
}
/*プルダウンメニュー*/
.menu {
	margin: 0px;
	padding: 0px;
}
.menu ul li {
	float: right;
	position: relative;
	margin-right: 0px;
	height: 30px;
	background-color: #E7E7E7;
	z-index: 3;
}
/*.menu ul li table {
	border-collapse: collapse;
	border: none;
	font-size: 90%;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
}*/
.menu ul li ul {
	visibility: hidden;
	overflow: hidden;
	position: absolute;
	top: 30px;
	left: 15px;
	*left: 0px;
	width: 120px;
	height: 0;
	z-index: 100;
}

.menu ul li ul li {
	padding-left:5px;
	margin-bottom: 0;
	width: 130px;
	height: 28px;
}
.menu ul li a {
	color: #333;
	text-decoration: none;
	padding-left:0px;
	height: 28px;
	line-height: 28px;
	font-size: 11px;
}
.menu ul li a:hover {
	color: #39F;
	position: relative;
	z-index: 100;
}
.menu ul li:hover ul, .menu ul li a:hover ul {
	visibility: visible;
	overflow: visible;
	height: auto;
	z-index: 10;
}
.menu li.up {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}
.menu li.del {
}
/*サイドメニュー*/
#sidebar1 #link li {
	padding-top: 5px;
}
.subCont div {
	padding-top: 7px;
	padding-left: 90px;
}
.subCont2 div p {
	padding-top: 2px;
	line-height: 1.6em;
}
.subCont div p {
	padding-top: 2px;
	line-height: 1.6em;
}
.subCont2 div {
	padding-top: 7px;
	padding-left: 90px;
}
#sidebar1 h3 img {
	line-height: 1em;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mainContent .subCont {
	width: 338px;
	float: left;
	padding-bottom: 30px;
}
#mainContent .subCont2 {
	width: 338px;
	float: left;
	padding-bottom: 30px;
	padding-left: 18px;
}
#mainContent .areaRight {
	width: 347px;
	float: right;
}
/*newsTopic*/
#sidebar1 #newsTopic {
	width: 218px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #DDD;
	border-bottom-color: #DDD;
	border-left-color: #DDD;
}
#newsTopic li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	font-size: 1em;
	line-height: 1.6em;
	padding: 5px;
}
#newsTopic .listend {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#infoFrame {
	text-align: left;
	width: 218px;
	overflow: auto;
	height: 120px;
	margin: 0px;
	padding: 0px;
}
.blue {
	color: #3399FF;
}
/*フッター*/
#container .pageTop {
	padding-left: 625px;
	padding-top: 20px;
}
#footer_bg #footer .footNav {
	color: #FFF;
	font-size: 85%;
}
#footer .footNav li {
	float: left;
	padding-top: 8px;
	padding-right: 16px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer #footercopy {
	float: right;
}
.footNav a {
	color: #FFF;
}
/*トップページ-イメージエリア*/
#movieArea {
	position:absolute;
	left:15px;
	top:120px;
	margin: 0px;
	padding: 0px;
}
#container #topImg h2 {
	padding-right: 13px;
	padding-left: 13px;
}
#bg_top {
	background-image: url(../../img/top_image_back.jpg);
	background-repeat: no-repeat;
	background-position: center 100px;
	min-width: 960px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}
#bg_top #container #topImg {
	position: relative;
}
/*トップページ-コンテンツエリア*/
#mainContent .outer {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	width: 691px;
	background-position: 693px 1px;
	padding: 1px;
}
#mainContent .inner {
	background-image: url(../../img/bg_topcont.jpg);
	background-repeat: repeat-x;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	background-position: bottom;
	height: 100px;
}
#mainContent .topContent {
	padding-bottom: 10px;
}
.topContent .outer .inner .innerBlockLeft {
	float: left;
	width: 340px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
.topContent .outer .inner .innerBlockLeft img {
	float: left;
}
.topContent .outer .inner .innerBlockRight {
	float: left;
	width: 333px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	padding-left: 7px;
}
.topContent .outer .inner .innerBlockRight img {
	float: left;
}
.topContent .outer .inner .innerText {
	float: left;
	width: 210px;
	padding-top: 6px;
	padding-right: 10px;
	padding-left: 10px;
}
.topContent .outer .inner .innerText p {
	padding-top: 4px;
}
/*セカンドページ*/
#container #secTitle {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 13px;
}
.dsSec #secTitle .secExp {
	padding-top: 17px;
	width: 934px;
}
.dsSec #secTitle .secExp p {
	padding-top: 5px;
	padding-left: 165px;
}
.secExp p .boldText {
	font-size: 120%;
	font-weight: bold;
}
.secContent .resBlockL {
	width: 338px;
	float: left;
	padding-top: 10px;
	padding-bottom: 15px;
}
.secContent .resBlockR {
	width: 338px;
	float: left;
	padding-left: 19px;
	padding-top: 10px;
	padding-bottom: 15px;
}
.secContent {
	padding-top: 10px;
}
#secTitle .secMann p {
	padding-top: 20px;
	padding-left: 15px;
	padding-right: 15px;
}
.youto dt {
	float: left;
}
.youto dd {
	width: 150px;
	display: block;
	float: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 8px;
}
.secContent .mannBrock {
	padding-bottom: 25px;
}

.mannBrock h2 {
	padding-bottom: 25px;
}
.tejyun dt {
	float: left;
}
.tejyun dd {
	padding-left: 10px;
	width: 610px;
	display: block;
	height: 85px;
	float: left;
	padding-bottom: 20px;
}

/*イメージ挿入*/
.secContent .mannBrock_img {
	float:center;
	padding-bottom:25px;
}
	
p.tejyun_text {
	line-height: 150%;
	font-size:12px;
	padding-top:5px;
	
	}

p.tejyun_texts {
	line-height: 150%;
	font-size:10px;
	padding-top:10px;
	}
