@charset "UTF-8";
/* CSS Document */

html{
}

body{
	margin:0px;
	padding:0px;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
	line-height:1.6em;
	color:#333333;
}

img{
	border:none;
}

a:link{color:#006699;}
a:visited{color:#006699;}
a:active{color:#66a3c2;}
a:hover{color:#66a3c2;}


h1 {
	font-size:24px;/**/
	line-height:1.3em;
	margin:0;
}
ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

.clearfix {zoom:1;}
.clearfix:after {
	content:"";
	display:block;
	clear:both;
}






/*-- for this page only --*/
#gist {
	margin:20px 40px;
}
#gist h3 {
}
#gist p {
	margin:6px 0 0;
}
#gist ul {
	margin:10px 0;
}
#gist li {
	margin:0 0 6px 16px;
}

.titleBar {
	width:800px;
	margin:20px auto 10px;
	padding:6px 20px 4px;
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	
	background:#444444;
  background:-webkit-gradient(linear, left top, left bottom, from(#222222), to(#666666));
  background:-moz-linear-gradient(#222222, #666666);
  background:linear-gradient(#222222, #666666);
	
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#222222, endcolorstr=#666666));/* IE6 IE7 */
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#222222, endcolorstr=#666666))";/* IE8 */
	zoom: 1;
}
.titleBar_s {
	width:800px;
	margin:20px auto 10px;
	padding:6px 20px 3px;
	/*color:#ffffff;*/
	font-size:14px;
	font-weight:bold;
	
	background:#aaaaaa;
  background:-webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(90%, #ffffff), color-stop(90%, #999999), to(#222222));
  background:-moz-linear-gradient(#ffffff, #ffffff 90%, #999999 90%, #222222);
  background:linear-gradient(#ffffff, #ffffff 90%, #999999 90%, #222222);
	
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffff, endcolorstr=#999999));/* IE6 IE7 */
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffff, endcolorstr=#999999))";/* IE8 */
	zoom: 1;
}


#hiyou {
	margin:0;
	padding:0;
	font-size:small;
	line-height:normal;
}
#hiyou dt {
	font-weight:bold;
}
#hiyou dd {
	margin:0 0 4px 20px;
	padding:0;
}
#gaiyo {
	width:84%;
	margin:0 auto;
}
#gaiyoData>dt {
	float:left;
	width:86px;
	color:#ffffff;
	background:#666666;
	margin:4px 0;
	padding:2px 8px;
	font-weight:bold;
}
#gaiyoData>dd {
	padding:6px 0;
	margin:0 0 10px 110px;
}
#gaiyoData li {
	margin:0;
	font-size:small;
	line-height:1.3em;
}

#privilege {
	float:right;
	width:200px;
	margin:6px;
	/*border:solid 1px #666666;
}
#privilege #title {
	font-size:10px;
	line-height:1em;
	font-weight:bold;
	color:#fff;
	margin:0 auto;
	width:100%;
	padding:2px 0;
	background:#666666;*/
}
#privilege img {
	width:200px;
	margin:0px;
}
#privilege #text {
	width:180px;
	margin:0 auto 6px;
	font-size:10px;
	line-height:normal;
}

.btAppli {
	width:380px;
	margin:10px auto 40px;
}
.btAppli a:hover {
	background-color:#FFFFFF;
	filter:alpha(opacity=60);
	-moz-opacity:0.60;
	-khtml-opacity: 0.60;
	opacity:0.60;
}
.btAppli img {
	width:100%;
}

#content_text {
	width:84%;
	margin:0 auto 40px;
}
#content_text span {
	font-size:small;
}
#content_text ul {
	margin:10px 0 30px;
}
#content_text li {
	font-size:14px;
	line-height:normal;
	margin:4px 0;
}
#content_text p {
	font-size:14px;
	line-height:normal;
	margin:20px 0 6px;
}
#content_text dl {
	margin:0 0 10px;
}
#content_text dt {
	font-weight:bold;
}
#content_text dd {
	margin:0 0 0 20px;
}
/*
.content_text1 {
	width:90%;
	margin:0 auto;
	font-size:small;
	line-height:normal;
	display:block;
}
.content_text2 {
	width:90%;
	margin:0 auto;
	font-size:small;
	line-height:normal;
	display:none;
}
.content_text_btO {
	width:90%;
	margin:0 auto 0;
	font-size:small;
	line-height:normal;
	text-align:right;
	display:block;
}
.content_text_btC {
	width:90%;
	margin:0 auto 0;
	font-size:small;
	line-height:normal;
	text-align:right;
	display:none;
}
*/


#point {
	width:86%;
	margin:20px auto 40px;
}
#point dt {
	color:#552222;
	font-size:18px;
	font-weight:bold;
	line-height:normal;
}
#point dd {
	font-size:12px;
	line-height:normal;
	margin:0 0 20px 0;
	padding:0;
}
#point dd table {
	margin:6px 0 0 10px;
}
#point dd span {
	font-weight:bold;
}


/*行程表*/
#schedule {
	width:800px;
	margin:20px auto 40px;
}
#schedule table {
	font-size:10px;
	line-height:normal;
	color:#000000;
	border-top:solid 1px #aaaaaa;
	border-right:solid 1px #aaaaaa;
}
#schedule tr {
	
}
#schedule td {
	text-align:center;
	margin:0;
	padding:0;
	border-bottom:solid 1px #aaaaaa;
	border-left:solid 1px #aaaaaa;
}
#schedule td.day {
	width:70px;
}
#schedule td.time {
	width:55px;
	background:#e6f0f5;
}
#schedule td.schedule {
	height:80px;
}
#schedule td.dayHeaderColor {
	background:#b3d1e1;
}
#schedule td.dayColor {
	background:#eeeeee;
}
#schedule td.scheduleHeaderColor {
	background:#cce0eb;
}
#schedule td.scheduleColor1 {
	background:#ffffdd;
}
#schedule td.scheduleColor2 {
	background:#eeeecc;
}
#schedule span {
	color:#cc0000;
}


/*視察先*/
#whereabout {
	width:800px;
	margin:20px auto 40px;
}
#whereabout h3 {
}
#whereabout table {
	width:760px;
	margin:20px auto;
	border-top:solid 1px #aaaaaa;
	border-right:solid 1px #aaaaaa;
}
#whereabout th {
	padding:4px;
	text-align:center;
	background:#666666;
	color:#ffffff;
	border-bottom:solid 1px #aaaaaa;
	border-left:solid 1px #aaaaaa;
	line-height:1.2em;
}
#whereabout td {
	padding:4px;
	line-height:1.3em;
	vertical-align:middle;
	border-bottom:solid 1px #aaaaaa;
	border-left:solid 1px #aaaaaa;
}
#whereabout span {
	font-weight:bold;
}
#whereabout #cell1header {
	width:340px;
}
#whereabout .cell1 {
	width:340px;
	vertical-align:top;
}
#whereabout .cell2 {
	width:50px;
}
#whereabout .cell3 {
	width:90px;
}
#whereabout .cell4 {
	width:70px;
}
#whereabout .cell5 {
	width:80px;
}
#whereabout .cell6 {
	width:70px;
}
#whereabout .logo_right{
	width:140px;
	margin:-10px 6px 6px 6px;
	float:right;
}
#whereabout #text {
	width:700px;
	margin:0 auto;
}
#whereabout #map {
	width:340px;
	float:right;
	margin:6px;
}
#whereabout #maplink {
	float:right;
}





/*メタレックス*/
#metalex {
	width:800px;
	margin:20px auto 40px;
}
#metalex .metaleximage1 {
	width:570px;
	margin:6px;
	float:left;
}
#metalex p {
	margin:6px 0 0 0;
}
#metalex #logo {
	width:200px;
	margin:6px;
	float:right;
}




.image_left {
	width:280px;
	margin:6px;
	float:left;
}
.image_right{
	width:280px;
	margin:6px;
	float:right;
}
.logo_right{
	width:200px;
	margin:6px;
	float:right;
}
