/* CSS Document */
html{
    height:100%;
}
body {
	height: 100%;
	text-align: center;
	font-size: 14px;
	color: #333333;
	line-height: 1.5em;
	background-repeat: repeat-x;
	background-image: url(../../image/common_group/head_group/head_bg.jpg);
}
#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: 70px;
	width: 980px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#container #head #head_rogoarea {
	height: 70px;
	width: 290px;
	background-image: url(../image/common/head_bg.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	float: left;
}

#head #head_submenuarea {
	margin: 0px;
	padding: 0px;
	height: 70px;
	width: 425px;
	background-image: url(../image/common/head/gnavi_bg.jpg);
	background-repeat: no-repeat;
	float: right;
}
#head #head_submenuarea ul {
	list-style-type: none;
}
#head #head_submenuarea li {
	float: left;
}

#group_main {
	padding: 0px;
	height: auto;
	width: auto;
	min-height:800px;
	height:auto !important;
	margin: 0px;
	clear: both;
}
#group_main #pankuzu {
	font-size: 12px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#group_main #sidemenu {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 200px;
}
#group_main #sidemenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}



#group_main #contents {
	height: auto;
	width: 750px;
	padding: 0px;
	margin: 0px;
	float: right;
}
#group_main #contents_group {
	height: auto;
	width: 980px;
	padding: 0px;
	margin: 0px;
}
#group_main #contents_wide {
	height: auto;
	width: 750px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	line-height: 1.5em;
}


#toTop {
	text-align: right;
	padding: 0px;
	height: 57px;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	clear: both;
}

#footBg {
	clear: both;
	background-color: #009900;
}
#foot {
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 980px;
	height: auto;
	font-size: 12px;
	text-align: left;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #FFF;
}
#foot p {

}


#foot #footMenu {
	font-size: 14px;
	text-align: center;
}
.footMenuBox {
	padding: 0px;
	float: left;
	width: 244px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#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; }  

/*マウスオーバーで画像を半透明に*/
a.opacity:hover img,
a.opacity:active img{
    -moz-opacity:0.7;
   opacity:0.7;
   filter:alpha(opacity=70);
}

.image_left {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.image_right {
	padding: 0px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.image_center {
	margin: auto;
	display: block;
}


.space_u10 {
	margin-bottom: 10px;
}
.space_u20 {
	margin-bottom: 20px;
}
.space_u30 {
	margin-bottom: 30px;
}
.clear {
	clear: both;
}
.fontsize16 {
	font-size: 16px;
}
.fontsize14 {
	font-size: 14px;
}
.fontsize12 {
	font-size: 12px;
}

/* TOPページ　重要告知 */
a.important_info {
	background: #FF0004;
	padding: 10px;
	display: block;
	margin-bottom: 10px;
	color: #fff;
	text-decoration: none;
}
a.important_info:hover {
	opacity: 0.8;
	text-decoration: underline;
}