/* CSS Document */

/*
メインカラー：#ffa64d　オレンジ


*/


html{
    height:100%;
}
body {
	height: 100%;
	text-align: center;
	color: #333333;
	line-height: 1.5em;
	background-repeat: repeat-x;
	background-image: url(../image/common/bg.jpg);
	background-color: #F7F5E8;
}
#container {
	padding: 0px;
	height: auto;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}
/**/

#container #head {
	height: 120px;
	width: 980px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#container #head #headRogoarea {
	margin: 0px;
	padding: 0px;
	height: 70px;
	width: 980px;
	background-image: url(../image/common/head_bg.jpg);
	background-repeat: no-repeat;
}

#globalmenu {
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 980px;
	background-image: url(../image/common/head/gnavi_bg.jpg);
	background-repeat: no-repeat;
	clear: both;
}
#globalmenu ul {
	list-style-type: none;
}
#globalmenu li {
	float: left;
}
#container #pankuzu {
	padding: 3px;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-size: 12px;
}
#container #pankuzu a {
	color: #333;
	text-decoration: none;
}
#container #pankuzu a:hover,#container #pankuzu a:active {
	color: #FFA64D;
	text-decoration: underline;
}


#main {
	padding: 0px;
	height: auto;
	width: auto;
	min-height:800px;
	height:auto !important;
	margin: 0px;
	clear: both;
}

/*TOPページメインスライド用 */
#main #topMainimage {
	padding: 0px;
	height: 400px;
	width: 980px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	background-color: #CCC;
}
/*終了_TOPページメインスライド用 */


#main #contents {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 980px;
	float: left;
}
#tab_menu {
	padding: 0px;
	height: 50px;
	width: 980px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFA64D;
	border-right-color: #FFA64D;
	border-bottom-color: #FFA64D;
	border-left-color: #FFA64D;
}
#tab_menu ul {
	list-style-type: none;
}
#tab_menu li {
	float: left;
}

/*以下、フット領域　*/
#toTop {
	text-align: right;
	padding: 0px;
	height: 57px;
	width: 980px;
	clear: both;
	margin: 0px;
}

#foot {
	clear: both;
	width: 980px;
	height: auto;
	font-size: 12px;
	text-align: left;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#foot #footmenu {
	padding: 0px;
	height: 60px;
	width: 980px;
	background-image: url(../image/common/head/gnavi_bg.jpg);
	background-repeat: no-repeat;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#foot #footmenu ul {
	list-style-type: none;
}
#foot #footmenu li {
	float: left;
}
#foot #footrogo #fr_left {
	float: left;
	height: auto;
	width: 300px;
}
#foot #footrogo #fr_cent {
	float: left;
	height: auto;
	width: 450px;
	font-size: 18px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#foot #footrogo #fr_right {
	margin: 0px;
	padding: 0px;
	float: right;
	height: auto;
	width: 150px;
}

#foot p.footsubtitle  {
	color: #ffa64d;
	font-weight:bold;
}

#foot a {
	color: #FFFFFF;
	text-decoration: none;
}
#foot a:hover,#foot a:active {
	color: #999999;
	text-decoration: underline;
}

#foot #footMenu a {
	color: #FFFFFF;
}
#foot #footMenu a:hover,#foot #footMenu a:active {
	color: #CCCCCC;
}


.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
  
.clearfix { display: inline-table; }  
  
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  
.clearfix { display: block; }  
