/* ****************************************************************** 

		Setting of: Gakujo 2010
			01: Common Module
			02: Basic page setting
			03: Popup page setting
			04: Search page
			05: List page
			06: Message Box page

****************************************************************** */

/*===================================================================
	01: Common Module
===================================================================*/
html,
body {
	margin:0;
	padding:0;
	color: #333333;
}
h1,h2,h3,h4,h5 {
	margin: 0;
	}
#body {
	background: url(../img/body_bg.gif) repeat-x top;
	}
#areabody {
	background: url(../img/body_bg_area.gif) repeat-x top;
	}
a:link {
	color:#0066FF;
	text-decoration:none;
}
a:visited {
	color:#804099;
	text-decoration:none;
}
a:hover {
	color:#804099;
	text-decoration:underline;
}

#topicPath {
	font-weight: bold;
	}
input {
	vertical-align: middle;
}	
	
	
	h1, h2, h3, h4, h5, h6 {
margin : 0;
padding : 0;
font-weight : normal;
font-size : 100%;

}
	
	
/*===================================================================
	02: Basic page setting
===================================================================*/

/* Header
------------------------------------*/
#header {
	text-align: center;
	}
#header input {
	vertical-align: middle;
	}
#header input.headId,
#header input.headPass {
	width: 85px;
	}
#header a:link {
	text-decoration:none;
}
#header a:visited {
	text-decoration:none;
}
#header a:hover {
	text-decoration:underline;
}

#header .headR {
	color: #fff;
	}
#header .headR a:link {
	color: #fff;
}
#header .headR a:visited {
	color: #fff;
}
#header .headR a.active {
	color: #FFED53;
	font-weight: bold;
	}


/* Footer
------------------------------------*/
#footer {
	background: #F8F8F8 url(../img/footer_bg.gif) repeat-x bottom;
	height:100px;
	}
.pagetop {
	background: url(../img/pagetop_bg.gif) repeat-x bottom;
	}




/*===================================================================
	03: Popup page setting
===================================================================*/

/* Header
------------------------------------*/
#pHeader {
	background: url(../img/p_head_bg.gif) repeat-x top;
	}


/* Footer
------------------------------------*/
#pFooter {
	border-top: 1px solid #d4d4d4;
	background: #F8F8F8 url(../img/footer_bg.gif) repeat-x bottom;
	}


/* Contents
------------------------------------*/
#pBody {
	text-align: center;
	background: url(../img/pbody_bg.gif) repeat-x top;
	}
#pContents {
	width: 630px;
	margin: 0 auto;
	}



/*===================================================================
	04: Search page
===================================================================*/
.searchTbl {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	}
.searchTbl th {
	border-bottom: 1px solid #ccc;
	}
.searchTbl td {
	border-bottom: 1px solid #ccc;
	padding: 5px 10px;
	}
.searchTbl table td {
	padding: 0;
	border: none;
	}

.companyBox {
	border: 2px solid #589DCF;
	background: #fff;
}
.companyNavi {
	border-top: 1px solid #AFAFAF;
	border-left: 1px solid #AFAFAF;
	}
.companyNavi td {
	border-bottom: 1px solid #AFAFAF;
	border-right: 1px solid #AFAFAF;
	}

.pageNavi {
	display: inline;
	margin: 0;
	padding: 0;
	text-align: center;
	}
.pageNavi a {
	border: 1px solid #AFAFAF;
	padding: 5px 10px;
	margin: 0 auto;
	width: 30px;
	background: #fff;
	}
.pageNavi .active {
	background: #0887D6;
	color: #fff;
	font-weight: bold;
	border: 1px solid #AFAFAF;
	padding: 5px 10px;
	margin: 0 auto;
	width: 30px;
	}

/* clearfix setting
------------------------------------*/
.pageNavi:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  line-height:0;
  visibility:hidden;
}

/* (for IE7 and Mac IE5) */
.pageNavi {
	display: inline-block;
}

/* (for IE5-6) */
/* Hides from IE-mac \*/
* html .pageNavi {
	height: 1%;
}
.pageNavi {
	display: block;
}
/* End hide from IE-mac */



/*===================================================================
	05: List page
	06: Message Box page
===================================================================*/
.mypageMenu {
	background: url(../../list/img/line_solid.gif) repeat-y right;
	border-top: 1px solid #AFAFAF;
	border-left: 1px solid #AFAFAF;
}
.mypageMenu td {
	background: url(../../list/img/src_td.gif) no-repeat bottom right;
	border-bottom: 1px solid #AFAFAF;
	}
.mypageMenu th {
	border-right: 1px solid #AFAFAF;
	border-bottom: 1px solid #AFAFAF;
	background: #FF7E00;
	}
.mypageMenu table,
.mypageMenu table td,
.mypageMenu table th {
	border: none;
	background: none;
	}




