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



/* ------------------------------------------------------------------------------- */
img {
border: 0px;
}
a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC0000;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
}
a:active {
	color: #CC0000;
	text-decoration: none;
}

/* --------------------------------------------------------- */
body {
	font-family:'Hiragino Kaku Gothic Pro',Meiryo,'MS PGothic',sans-serif;
	line-height: 140%;
	margin: 0px;background-color: transparent;

	text-align: center;
	margin: 0px;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
body .home {
	text-align: center;
	margin: 0px;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
#container {
	text-align:left;
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
table {
	color: #222222;
	text-align: center;
	vertical-align: top;
}
/* --------------------------------------------------------- */
h1 {
	color: #FFFFFF;
	font-size: 16px;
	margin: 0px 0px 10px 0px;
	padding-top: 10px;
	padding-left: 35px;
	text-align:left;
	height: 36px;
	background: url(img/h1.jpg) no-repeat;
}
h2 {
	color: #4DA277;
	font-size: 15px;
	line-height: 180%;
	margin: 10px 0px 10px 0px;
	padding-top: 3px;
	padding-left: 35px;
	text-align:left;
	height: 34px;
	background: url(img/h2.jpg) no-repeat;
}

h4 {
	color: #986701;
	font-size: 16px;
	margin: 0px 0px 10px 0px;
	padding-top: 8px;
	padding-left: 10px;
	text-align:left;
	height: 36px;
	background: url(img/h4.jpg) no-repeat;
}	
p {
	font-size: 14px;
	line-height: 150%;
	margin-top: 0px;
	margin-bottom: 2px;
	text-align:left;
}
.midashi {
	font-size: 18px;
	line-height: 130%;
	margin-top: 0px;
	margin-bottom: 20px;
}
.Btxt {
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
}
.txtRed {
	color: #FF0000;
}
.txtCenter{
	text-align: center;
}	
.txtRight{
	text-align: right;
}	
hr{
	border:none;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #555555;
	color:#333333;
	width: 430px;
	text-align: left;
	margin: 8px 0px 10px;
}

/* menu-------------------------- */
p.menu  {
	float:left;
}
p.menu a {
	color: #CC3300;
	background-color: #F2FAC7;
	border: 1px solid #ffffff;
	text-decoration:none;
	display:block;
	width:128px;
	text-align:center;
	padding:5px;
}
p.menu a:hover {
	color: #FF6600;
	background-color: #E9F5CD;
	border: 1px solid #ffffff;
	text-decoration:underline;
	display:block;
	width:128px;
	text-align:center;
	padding:5px;
}

/* ---------- common ----------------------------------------- */

.left510 {
	width: 510px;
	padding: 0px 20px 0px 0px;
	margin: 0px 0px 0px 0px;
	float:left;
	display:inline;
}

.right170 {
	width: 170px;
	padding: 0px;
	margin: 0px;
	float:right;
	margin: 0px 0px 0px 0px;
	text-align: right;
}

/* table-------------------------- */
table th, table td {
	font-size: 14px;
	line-height: 140%;
	padding:0;
}
table th {
	text-align:center;
	padding:0px 0px 5px;
}
.normalTable {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	font-size: 13px;
	margin-bottom:10px;
}
.normalTable th {
	font-style: normal;
	padding: 5px;
	border: 1px solid #999999;
	background: #F5F5F5;
	color:#663300;
	text-align:left;
}
.normalTable td {
	border: 1px solid #999999;
	padding:  5px;
}

.td1{
	line-height: 150%;
	padding: 5px 0px;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #999999;
}
.th1{
	padding: 5px 0px;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #999999;
}
.yellowTable {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	font-size: 13px;
}
.yellowTable th {
	padding:  5px;
	border: 1px solid #999999;
	background: #FEF1B6;
	color: #663300;
	font-weight: bold;
}
.yellowTable td {
	border: 1px solid #999999;
	padding:  5px;
	text-align:left;
}

.bgYelw1 {
	background: #FEF5CB;
}
.bgYelw2 {
	background: #FEFBE0;
}
.bgGray1 {
	background: #E6E6E6;
}
.bgGray2 {
	background: #F2F2F2;
}

/* schedule-------------------------- */
.schTable {
	text-align:left;
     width:100%;

}
.schTable td{
	font-size: 14px;
	color: #222222;
	line-height: 150%;
	padding: 5px 6px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.schTable  th{
	width:12%;
	font-size: 16px;
	color: #663300;
	line-height: 150%;
	padding: 5px 6px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	vertical-align: middle;
	font-weight: bold;
	background: #FEF1B6;
}
/* top info-------------------------- */
#info {
	width: 940px;
	height: 184px;
	font-size: 14px;
	color: #222222;
	line-height: 120%;
}
.infoleft_iframe {
	width: 668px;
	border: 1px solid #999999;
	padding: 10px 15px 15px;
}

/* news-------------------------- */

.Tdate{
	font-size: 12px;
	color: #555555;
	text-align:right;
	margin: 0px;
	padding: 0px;
}
.goTop {
	text-align:right;
	font-size: 12px;
}

/* company-------------------------- */
.cpnTable {
	text-align:left;
     width:100%;
}
.cpnTable  td{
	width:83%;
	font-size: 14px;
	color: #222222;
	line-height: 150%;
	padding: 5px 10px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.cpnTable  th{
	text-align:left;
	width:17%;
	font-size: 14px;
	color: #222222;
	line-height: 150%;
	padding: 5px 10px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	vertical-align: top;
	font-weight: normal;
}


/* -------------------------- */
.marginT20 {
	margin-top: 20px;
}

#left {
	width: 680px;
	padding: 0px 40px 0px 0px;
	margin: 0px 0px 0px 0px;
	float:left;
	display:inline;
}
#right {
	width: 200px;
	padding: 0px;
	margin: 0px;
	float:right;
	margin: 0px 0px 0px 0px;
}
.block {
	display : block;
	clear:both;
}
.imgR {
	margin: 0px;
	float: right;
	margin-left: 3px;
}
.imgR1 {
	margin: 0px;
	float: left;
	margin-left: 316px;
}
/* album-------------------------- */
img.imgWaku {
	 border:1px solid #cccccc;/* 外枠の色 */   
     padding:4px;/* 余白 */   
     background-color:#ffffff;/* 余白部分の色 */   
}
img.imgBorder {
	border: 3px solid #FFA4C6;
}
.caption1 {
	border: 3px solid #ff8fb8;
}

/* top-------------------------- */
#head {
	padding-top: 28px;
	margin-bottom: 23px;
}
#main {
	width: 960px;
	background-color: #FFFFFF;
	height: 100%;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#main .contL {
	float:left;
	width: 700px;
	margin: 0px 0px 0px 0px;
	display:inline;
}
#main .contR {
	width: 220px;
	float:right;
	margin: 0px 0px 0px 0px;
}






/* ----------------------------------------------------- */
.top {
	display : block;
	clear:both;
	width:940px;
	height:300px;
	background-image: url(../img/img.jpg);
	margin: 0px;
	padding: 0px;
}

.text_small {
	font-size: 70%;
}
.tittle {
	padding-top: 22px;
}
.topMainImg {
	margin: 22px 0px;
	height: 280px;
	width: 960px;
	background-image: url(../img/img.jpg);
}
.topImg {
	margin: 0px 0px 40px;
}
.link {
	width:700px;
	padding: 3px 10px;
	font-size: 12px;
	color: #222222;
	border: thin solid #999999;
	margin: 0px;
}
.imgTxt {
	padding: 0px 0px 20px 0px;
}


/* foot-------------------------- */

#foot {
	margin:0 auto;
	background-color: #E9E9E9;
	text-align:center;
	padding: 0px;
	margin:  0px;
	width:100%;
	margin-top: 20px;
}
#footTop {
	font-size: 15px;
	padding: 0px 10px;
	margin:0 auto 0 auto;
	width:940px;
	height: 24px;
	background-color: #199E83;
	font-weight: bold;
}
#foot .txtL {
	color: #ffffff;
	text-align: left;
	float:left;
}
#foot .txtT {
	color: #ffffff;
	text-align: right;
	float:right;
}
#footIn {
	width:960px;
	height: 50px;
	background-color: #E9E9E9;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 10px 0px 0px 0px;
}
#foot .txtF {
	font-size: 12px;
	color: #cc3300;
	margin: 0px 0px 0px;
}
#foot .txtC {
	font-size: 12px;
	color: #222222;
	line-height: 16px;
}

.clearfix:after {
	content: "";
	visibility: hidden;
	display: block;
	clear: both;
}
