/* ****************************************************************** 

		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  ・・・メッセージBOX内要素

****************************************************************** */

/*===================================================================
	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;
	}*/
#contents{
	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 {
	/* ASP側で表示されないためコメント化 */
	/* text-align: center; */
	background: #fff;	
	}
#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: #333;
	}
#header .headR a:link {
	color: #333;
}
#header .headR a:visited {
	color: #333;
}
#header .headR a.active {
	color: #CC3333;
	font-weight: bold;
	}
#header #headerLogin{
	background: #F0F0F0;
	border-bottom:1px solid #ccc;
	}
/*
#header .menu 
{
		text-align: center;

}*/


/* Footer
------------------------------------*/
/*#footer {
	background: #F8F8F8 url(../img/footer_bg.gif) repeat-x bottom;
	}
.pagetop {
	background: url(../img/pagetop_bg.gif) repeat-x bottom;
	}*/
#footer1 {
	background: #f0f0f0;
	border-bottom:1px solid #ccc;
	}




/*===================================================================
	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;
	}
#pFooterSub {
	background: #F8F8F8 url(../img/footer_bg.gif) repeat-x bottom;
	}
*/
#pFooter {
	border-top: 1px solid #d4d4d4;
	background: #F8F8F8 url(../../img/navi_line.gif) repeat-x bottom;
	}

/* Contents
------------------------------------*/
#pBody {
	text-align: center;
	background: url(../img/pbody_bg.gif) repeat-x top;
	}
#pBodySub {
	padding: 0px;
	margin: 0px auto; 
	text-align: center;
	}
#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;*/
	padding: 2px 10px;
	margin: 0 auto;
	width: 30px;
	background: #fff;
	}
.pageNavi .active {
	background: #0887D6;
	color: #fff;
	font-weight: bold;
	border: 1px solid #AFAFAF;
	/*padding: 5px 10px;*/
	padding: 2px 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;
	}


/*===================================================================
	07: Login page
===================================================================*/
#entry-login {
	margin: 10px 0;
	border-collapse: collapse; 
}
#entry-login .text {
	padding: 5px 0;
	font-size: 80%;
	line-height: 120%;
}
#entry-login .border {
	padding: 10px;
	border: 1px solid #999;
}
#entry-login h4 {
	font-size: 90%;
	line-height: 120%;
	margin: 0 0 5px 0;
	color: #FF6600;
}
#entry-login p {
	font-size: 80%;
	line-height: 120%;
	margin: 0;
}
#entry-login .cell1 {
	padding: 0 15px 10px 0;
}
#entry-login .cell2 {
	padding: 0 15px 0 0;
	font-size: 80%;
	text-align: right;
}
#entry-login .cell3 {
	padding: 0 15px 0 0;
}

.note {
	margin: 10px 15px;
	font-size: 70%;
	line-height: 120%;
}
