@charset "EUC-JP";

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
	font-size: 12px;
	line-height: 24px;
	color: #666666;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
p {
	padding-right: 5px;
	padding-left: 5px;
}
th {
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #999999;
	font-weight: normal;
}

td {
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #999999;
}
.caps {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
}




img{
	border: none;
}
a:link {
	color: #568EC7;
	}

a:visited {
	color: #568EC7;
	}

a:active {
	color: #8FABBE;
	}

a:hover {
	color: #006699;
	}



/***********************************************/
/* wrapper                                   */
/***********************************************/ 

#wrapper {
	width: 792px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 70px;
	width: 772px;
	background-image: url(../images/header_bkg.jpg);
	padding-top: 20px;
	padding-left: 20px;
}
#header p {
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	font-size: 1px;
	line-height: 1px;
}


#flash {
	width: 792px;
}

#global_nav {
	float: right;
	width: 792px;
}

/************** navigation styles *****************/


#global_nav ul {
	padding: 0px;
	list-style:none;
	margin: 0px;
	text-decoration: none;
}

#global_nav li {
	float: left;
	
}

#global_nav li a {
	display:block;
	height:53px;
	text-decoration: none;
	padding: 0px;
	list-style:none;
	margin: 0px;
	text-indent: -777em;
}


#global_nav li.home {
	background-image: url(../images/main_navi.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 131px;
}	
#global_nav li.home a:hover {
	background-image: url(../images/main_navi.jpg);
	background-repeat: no-repeat;
	background-position: 0px -53px;
}


#global_nav li.company {
	background-image: url(../images/main_navi.jpg);
	background-repeat: no-repeat;
	background-position: -131px 0px;
	width: 132px;
}	
#global_nav li.company a:hover {
	background-image: url(../images/main_navi.jpg);
	background-repeat: no-repeat;
	background-position: -131px -53px;
}

#global_nav li.solution {
	background-image: url(../images/main_navi.jpg);
	background-repeat: no-repeat;
	background-position: -263px 0px;
	width: 132px;
}	
#global_nav li.solution a:hover {
	background-image: url(../images/main_navi.jpg);
	background-repeat: no-repeat;
	background-position: -263px -53px;
}
#global_nav li.topics {
	background-image: url(../images/main_navi.jpg);
	background-repeat: no-repeat;
	background-position: -395px 0px;
	width: 132px;
}	
#global_nav li.topics a:hover {
	background-image: url(../images/main_navi.jpg);
	background-repeat: no-repeat;
	background-position: -395px -53px;
}
#global_nav li.recruit {
	background-image: url(../images/main_navi.jpg);
	background-repeat: no-repeat;
	background-position: -527px 0px;
	width: 132px;
}	
#global_nav li.recruit a:hover {
	background-image: url(../images/main_navi.jpg);
	background-repeat: no-repeat;
	background-position: -527px -53px;
}
#global_nav li.inquiry {
	background-image: url(../images/main_navi.jpg);
	background-repeat: no-repeat;
	background-position: -659px 0px;
	width: 133px;
}	
#global_nav li.inquiry a:hover {
	background-image: url(../images/main_navi.jpg);
	background-repeat: no-repeat;
	background-position: -659px -53px;
}

/***********************************************/
/* contents                         */
/***********************************************/ 


#contents {
	width: 792px;
	clear: both;
	background-image: url(../images/contents_bkg.gif);
	background-repeat: repeat-y;

}
/************** main *****************/
#main {
	float: right;
	width: 540px;
	padding-left: 20px;
}
#topic_path {
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
}


.section {
	width: 540px;
}

/************** sub *****************/

#sub {
	float: left;
	width: 222px;
}


#sub h3 {
	text-align: right;
	padding-right: 10px;

	
}

#sub p {
	font-size: 11px;
	line-height: 18px;
	text-align: left;
	padding-left: 10px;
	padding-right: 5px;
	
}

/***********************************************/
/* footer                         */
/***********************************************/ 


#footer {
	width: 472px;
	background-image: url(../images/footer_bkg.gif);
	background-repeat: no-repeat;
	padding-left: 320px;
	padding-top: 20px;
	clear: both;
	height: 100px;
}
#footer p {
	text-indent: -9999px;
}
#footer ul {
	list-style-image: none;
	list-style-type: none;
}
#footer li {
	float: left;
}



/***********************************************/
/* Layout Divs                                 */
/***********************************************/ 


.clear {
	clear: both;
}
.pic_left {
	float: left;
	padding-right: 10px;
}
.pic_right {
	float: right;
	padding-left: 10px;
}
.center {
	text-align: center;
	display: block;
	width: 540px;
}

