@charset "utf-8";
/* formatting style
------------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(image/base/body_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
/* link styles
------------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #3366FF;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}
/* basic layout
------------------------------------*/
#wrapper {
	background-color: #FFFFFF;
	width: 890px;
	margin: 0px auto;
}
#main {
	width: 580px;
	float: left;
	margin-bottom: 50px;
	padding-right: 40px;
	padding-left: 23px;
}
#sidebar {
	float: right;
	width: 220px;
	margin-bottom: 20px;
	padding-right: 23px;
	margin-top: 10px;
}
#footer {
	clear: both;
	width: 850px;
	margin-right: 20px;
	margin-left: 20px;
	padding-bottom: 15px;
	border-top: 1px solid #CCCCCC;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* header styles
------------------------------------*/
#header {
	height: 380px;
	padding-top: 40px;
	padding-left: 23px;
	position: relative;
	background-image: url(image/base/body_topline.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#header #logo {
	position: absolute;
	left: 30px;
	top: 42px;
}
#header div#intro {
	padding: 1px;
	height: 220px;
	width: 840px;
	margin-bottom: 1px;
	top: 120px;
	position: absolute;
	border: 1px solid #CCCCCC;
}

#header #login {
	position: absolute;
	left: 710px;
	top: 65px;
}

#header  ul#gnavi {
	position: absolute;
	width: 850px;
	left: 20px;
	top: 345px;
	height: 54px;
	padding-left: 3px;
	background-image: url(image/base/gnavi_bg.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
#header ul#gnavi li {
	list-style: none;
	float: left;
}
#header ul#gnavi li a {
	height: 54px;
	width: 168px;
	text-align: center;
	display: block;
	line-height: 54px;
	margin-right: 1px;
}

#biz #header #gnavi #biz a {
	background-image: url(image/base/gnavi_p1_h.jpg);
}
#profile #header #gnavi #profile a {
	background-image: url(image/base/gnavi_p2_h.jpg);
}
#planning #header #gnavi #planning a {
	background-image: url(image/base/gnavi_p3_h.jpg);
}
#event #header #gnavi #event a {
	background-image: url(image/base/gnavi_p4_h.jpg);
}
#recruit #header #gnavi #recruit a {
	background-image: url(image/base/gnavi_p5_h.jpg);
}

#header #gnavi #biz a:hover {
	background-image: url(image/base/gnavi_p1_h.jpg);
}
#header #gnavi #profile a:hover {
	background-image: url(image/base/gnavi_p2_h.jpg);
}
#header #gnavi #planning a:hover {
	background-image: url(image/base/gnavi_p3_h.jpg);
}
#header #gnavi #event a:hover {
	background-image: url(image/base/gnavi_p4_h.jpg);
}
#header #gnavi #recruit a:hover {
	background-image: url(image/base/gnavi_p5_h.jpg);
}
#header ul#navi {
	position: absolute;
	left: 480px;
	top: 83px;
	font-size: 10pt;
	width: 220px;
}
#header ul#navi li {
	float: right;
	list-style: none;
	margin-left: 25px;
}
#header ul#navi li a {
	text-decoration: none;
	background-image: url(image/base/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	color: #333333;
}
#header  #login {
	position: absolute;
	left: 720px;
	top: 65px;
}


#sidebar ul#banner {
	width: 220px;
}
#sidebar ul#banner li {
	list-style: none;
	width: 216px;
	padding: 1px;
	border: 1px solid #CCCCCC;
	margin-bottom: 8px;
}
#sidebar ul#banner li a {
	margin-bottom: 0px;
}
/* main styles
------------------------------------*/
#main p {
	margin-bottom: 10px;
}
#main h1 {
	width: 574px;
	margin-bottom: 30px;
	padding: 2px;
	border: 1px solid #CCCCCC;
	font-size: x-large;
}
#main  h2 {
	font-weight: bold;
	color: #333333;
	border-bottom: 1px solid #CCCCCC;
	margin-top: 30px;
	margin-bottom: 15px;
	border-left: 6px solid #5B83FC;
	padding-left: 15px;
	clear: both;
	font-size: medium;
}
#main h5 {
	font-size: larger;
	margin-bottom: 10px;
	clear: both;
	color: #003399;
}
#main .red {
	font-size: larger;
	color: #FF0000;
	font-weight: bold;
}



/* footer styles
------------------------------------*/
#footer ul {
	margin-top: 10px;
	font-size: 10pt;
}
#footer ul li {
	float: left;
	list-style: none;
	margin-right: 30px;
}
#footer ul li a {
	text-decoration: none;
	background-image: url(image/base/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	color: #333333;
}
#footer address {
	clear: both;
	padding-top: 10px;
}
#main dl {
	margin-bottom: 40px;
	margin-left: 20px;
}

#main dt {
	font-weight: bold;
	color: #000000;
	float: left;
}
#main dd {
	margin-bottom: 10px;
	padding-left: 120px;
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 5px;
}
#main ul {

}
#main ul li {
	list-style: none;
	float: left;
	text-decoration: none;
	padding: 1px;
	margin-bottom: 7px;
	margin-right: 7px;
	height: 50px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

