/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	width:1000px;
	float:none;
	background-color:#a37a4e;
	background-image:url(../images/bgImage.jpg);
	background-repeat:repeat-x;
	margin:0 auto;
	overflow-x: hidden;
	overflow-y: auto;
	scrollbar-3dlight-color:#ff9900; /*- 最外左 -*/
	scrollbar-highlight-color:#1d0000; /*- 左二 -*/
	scrollbar-face-color:#460101; /*- 面子 -*/
	scrollbar-arrow-color:#a20707; /*- 箭头 -*/
	scrollbar-shadow-color:#a20707; /*- 右二 -*/
	scrollbar-darkshadow-color:#d20202; /*- 右一 -*/
	scrollbar-base-color:#a20707; /*- 基色 -*/
	scrollbar-track-color:#;/*- 滑道 -*/
}

a:link, a:visited{
	font-size:16px;
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	color: #ffba00;
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h7,h8 {
	margin: 0px;
	padding: 0px;
}

h1{
	font-size: 140%;
	color: #000000;
	text-align:center;
	padding-top:15px;
	font-family:"MS Mincho"
}

h2{
	font-size: 150%;
	color: #000000;
	text-align:center;
	padding-top:15px;
	font-family:"MS Gothic"
}
h3{
	font-size: 120%;
	color: #3a7eba;
	text-align:left;
	padding-top:10px;
	font-family:"MS Gothic"
}
h4{
	font-size: 70%;
	color: #999999;
	text-align:right;
	float:right;
	font-family:"MS Gothic"
}
h5{
	font-size: 150%;
	color: #ffe16b;
	text-align:center;
	padding-bottom:20px;
	font-family:"MS Gothic"
}

h6{
	font-size: 150%;
	color: #000;
	text-align:center;
	padding-bottom:20px;
	font-family:"EPSON 行書体Ｍ"
}

h7{
	font-size: 120%;
	color: #000000;
	text-align:center;
	padding-top:15px;
	font-family:"MS Gothic";
	font-style: italic;
	font-weight: bold;
}

h8{
	font-size: 100%;
	color: #000000;
	text-align:center;
	padding-top:15px;
	font-family:"MS UI Gothic";
	font-weight: bold;
}


label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				
ul {
	list-style: none;
	margin: 5px 50px 5px 5px;
	padding: 0;
	}
	#news ul li {
	border-bottom:#d2c6ba thin dashed;
	padding-top:3px;
	}
.menuIcon{
border:#ffe16b thick double;
}
.titleTxt{
	width:100%;
	text-align:center;
	font-size:25px;
	color: #fc6125;
	font-family:"MS Mincho";
}
.menuTable{
	color: #fff;
	font-size: 1.2em;
	margin:0px 50px 0px 50px;
}
.menuQATable{
	color: #fff;
	font-size:14px;
	margin:0px 20px 0px 20px;
}
/***********************************************/
/*Component Divs                               */
/***********************************************/
#logo{
width:1000px;
height:220px;
}
#navi{
	width:1000px;
	height:64px;
	background-image:url(../images/yellowLint.jpg);
}
#content{
 margin:10px 0px 10px 0px;
}
#newsContent{
 margin:10px 0px 10px 0px;
 	color: #fff;
	font-size: 1.2em;
	margin:0px 50px 0px 50px;
}
#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}

/**************************************************************

	Image Menu
**************************************************************/


#imageMenu {
	position: relative;
	width: 500px;
	height: 200px;
	overflow: hidden;
}
#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 200px;
	width: 1000px;
	}
#imageMenu ul li {
	float: left;
}
#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 0px;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:98px;
	height: 200px;
}
#imageMenu ul li.top a {
	background: url(../images/Menu_Top.png) repeat scroll 0%;
}

#imageMenu ul li.menu a {
	background: url(../images/Menu_Menu.png) repeat scroll 0%;
}
#imageMenu ul li.photo a {
	background: url(../images/Menu_Picture.png) repeat scroll 0%;
}
#imageMenu ul li.map a {
	background: url(../images/Menu_Guide.png) repeat scroll 0%;
}
#imageMenu ul li.order a {
	background: url(../images/Menu_Contract.png) repeat scroll 0%;
	width: 310px;
}

.clear {
	clear: both;
}

/*************************************************************/
#screen span {
		position:absolute;
		overflow:hidden;
		border:#FFF solid 1px;
	}
	#screen img{
		position:absolute;
		left:-32px;
		top:-32px;
		cursor: pointer;
	}
	#caption, #title{
		color: #FFF;
		font-family: georgia, 'times new roman', times, veronica, serif;
		font-size: 1em;
		text-align: center;
	}
	#caption b {
		font-size: 2em;
	}
	