/* CSS Document */

/*************************************************テキストカラー・リンクテキストカラー************************/

body{
	color:#333333;/*通常のテキストカラー*/
	width:950px;
	font-family:'Hiragino Kaku Gothic Pro',	'ヒラギノ角ゴ Pro W3', 'Osaka',	'ＭＳ Ｐゴシック', sans-serif;/*フォント種*/
	font-size:14px;/*フォントサイズfirefox用*/
	margin:0 auto;
	}
a{
	color:#003366;/*通常のリンクテキストカラー*/
	text-decoration:underline;/*マウスが乗った時下線を表示（つけない場合は underline を none へ）*/
	}
a:hover{
	color:#0099CC;/*マウスが乗った時の通常のリンクテキストカラー*/
	text-decoration:underline;/*マウスが乗った時下線を表示（つけない場合は underline を none へ）*/
	}

*{ margin:0; padding:0;}
img{ border:0;}
/*************************************************基本レイアウト***********************************************/
#container{
	width:900px;
	margin:10px 1px 10px 1px;
	text-align:left;
	}

/**************************************************************
   MOGAZY TOUR　トップ
 **************************************************************/
h6{
	height:20px;
	line-height:16px;
	font-size:11px;
	color:#333333;
	font-weight:normal;
	text-indent:10px;
	text-align:left;
	}
h1{
	height:38px;
	font-weight:normal;
	text-indent:10px;
	display:block;
	padding:6px 0 0 0;
	text-align:left;

	font-size:24px;
	line-height:38px;
	vertical-align:top;
	text-decoration:none;
	color:#333333;
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	}
#moga{
	font-size:18px;
	font-weight:bold;
	line-height:1.2em;
	color:#333333;
	background:none;
	height:auto;
	text-indent:0;
	padding-left: 68px;
	}
#moga_flash{
  display: block;
  padding: 50px 20px 5px 30px;
  background: #2f2f2f;
}

#moga_flash a{
  padding: 5px 0px 0px 0px;
  text-align:center;
text-decoration:none;
}

/**************************************************************
   タイトルバー 
 **************************************************************/

h3{
display: block; 
    background-color: #dfdfdf;
filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#dfdfdf, endcolorstr=#ffffff, gradienttype=1);
	border-left: solid 10px #0e470e;
	clear:left;
	margin:0 0 0 0;
	font-size:20px;
	font-weight:normal;
	height:42px;
	line-height:42px;
	margin:20px 1px 15px 1px;
	width:900;
	text-indent:12px;
}

/**************************************************************
   Table
 **************************************************************/


.TBtype01{
	border:#333333 solid 1px;
	border-collapse:collapse;
	margin:0;
	}
.TBtype01 th{
background-color: #aaffaa;
	border:#333333 solid 1px;
	padding:6px;
	color:#333333;
	}
.TBtype01 td{
	border:#333333 solid 1px;
	padding:6px;
}

.TDtype01{
padding:10px 0px 10px 0px;
height: 150px;
width:449px;
vertical-align:top;
}



/**************************************************************
   List
 **************************************************************/
.Pline {
	line-height:200%;
	padding:15px 10px 0px 5px;
	margin-top:20;
}


.ULtype01 li{
	list-style:none;
	padding:15px 10px 0px 5px;
	width:350px;
	border-bottom: dotted  1px;
}

.DLtype01 {
	margin:15px 0px 15px 20px;

}
.DLtype01 dt {
	clear:left;
	float:left;
	font-weight: bold;
	background-color: #aaffaa;
	width:250px;
	line-height:30px;
	padding-left:10px;
}

.DLtype01 dd {
	border-bottom: dotted  1px;
	width:570px;
	line-height:30px;
	padding-left:280px;
}

/**************************************************************
   Photo
 **************************************************************/

.box360 {box-shadow: 5px 5px 10px rgba(0,0,0,0.4);
text-align:center;
width:368px; height:248px; 
border:solid 1px #CCCCCC;
padding:8px 0px 0px 8px;
}

.box350 {box-shadow: 5px 5px 10px rgba(0,0,0,0.4);
width:350px; height:120px; 
border:solid 1px #CCCCCC;
}

p.box200 {box-shadow: 5px 5px 10px rgba(0,0,0,0.4);
width:210px; height:310px; 
border:solid 1px #CCCCCC;
padding:8px 0px 0px 2px;
}

p.box815 {box-shadow: 5px 5px 10px rgba(0,0,0,0.4);
width:815px; height:260px; 
border:solid 1px #CCCCCC;
}

/**************************************************************
   Top Block Menu
 **************************************************************/

#menu ul{
margin: 0; 
padding: 0; 
list-style: none;
}
#menu li{ 
display: inline; 
padding: 0; 
margin: 0; 
float: left;
}
#menu a{
display: block; 
background-color: #2f2f2f;
text-align: center;
padding:10px 0px 0px 0px;
color:#ffffff;
font-size:14px;
letter-spacing:1px;
text-decoration:none;
height:25px;
vertical-align:middle;
margin:0px 0px 20px 0px;

}
#menu a:hover{
color:red;
background:#000;
}

/**************************************************************
   Top banner
 **************************************************************/

#bann ul{
margin: 0; 
padding: 0; 
list-style: none;
}
#bann li{ 
display: inline; 
padding: 0; 
margin: 0; 
float: left;
}
#bann a{
display: block;
border-radius:5px 5px 5px 5px;
border:2px double #0e470e;
background-color: #99cc99;
text-align: center;
padding:10px 0px 0px 0px;
color:#000000;
font-size:14px;
letter-spacing:1px;
text-decoration:none;
height:25px;
vertical-align:middle;
margin:0px 0px 20px 0px;

}
#bann a:hover{
color:white;
font-weight:bold;
background-color: #66cc66;

}


/**************************************************************
   Top Block Menu
 **************************************************************/

 #slideshow { position:relative; width:816px; height:260px; }
 #slideshow img { position:absolute; top:0; left:0; z-index:8; }
 #slideshow img.active { z-index:10; }
 #slideshow img.last-active { z-index:9; }

