@charset "UTF-8";

/* Common Styles
-----------------------------------------------------------------------------  */
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 13px;
	line-height: 165%;
	background: url(img/bg.jpg) #e0e9f2 repeat-x 0 0;
	text-align: center;
}

img {
	border: 0;
}

p {

}

a {
	color: #06f;
}

a:hover {
	text-decoration: none;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

.red {	color: #f00; }
.blue {	color: #00f; }

.bold {		font-weight: bold; }
.sb span {	font-weight: bold; }

.clear { clear: both; }

.right {	text-align: right; }
.center {	text-align: center; }
.fl {		float: left; }
.fr {		float: right; }
img.fl { 	padding-right: 15px; }
img.fr { 	padding-left:15px; }

.fs12 {	font-size: 12px; }

.mgnT0 {	margin-top: 0 !important;	}
.mgnT10 {	margin-top: 10px !important;	}
.mgnT20 {	margin-top: 20px !important;	}
.mgnT30 {	margin-top: 30px !important;	}

.mgnR50 {	margin-right: 50px !important;	}
.mgnR100 {	margin-right: 100px !important;	}

.mgnB10 {	margin-bottom: 10px !important;	}
.mgnB20 {	margin-bottom: 20px !important;	}

.mgnL50 {	margin-left: 50px !important;	}
.mgnL100 {	margin-left: 100px !important;	}

.pdgR100 {	padding-right: 100px !important;	}

.pdgL100 {	padding-left: 100px !important;	}

/* Main Styles
-----------------------------------------------------------------------------  */

div#main{
	width: 908px;
	padding: 0 4px;
	background: url(img/main_bg.jpg) repeat-y 0 0;
	text-align: left;
	margin: 0 auto;
	position: relative;
}

ul#menu{
	text-align: center;
	margin-top: 15px;
}

ul#menu li{
	display: inline;
	padding: 0 5px;
	list-style-type: none;
}

div#main_bottom{
	width: 916px;
	height: 24px;
	background: url(img/main_bg_bottom2.jpg) no-repeat 0 0;
	margin: 0 auto;
}

#home div#main_bottom{
	background: url(img/main_bg_bottom.jpg) no-repeat 0 0;
}


/* Header Styles
-----------------------------------------------------------------------------  */

div#header{
	height: 45px;
}

#header #logo{
	float: left;
	padding: 15px 0 0 20px;
}

#header #totop{
	text-align: right;
	padding: 20px 20px 0 0;
}

/* Cont Styles
-----------------------------------------------------------------------------  */

div#cont{
	width: 690px;
	height: 424px;
	padding: 70px 130px 0 80px;
}

div.cont01{		background: url(img/cont01.gif) no-repeat 0 0;	}
div.cont0201{	background: url(img/cont0201.gif) no-repeat 0 0;	}
div.cont0202{	background: url(img/cont0202.gif) no-repeat 0 0;	}
div.cont0301{	background: url(img/cont0301.gif) no-repeat 0 0;	}
div.cont0302{	background: url(img/cont0302.gif) no-repeat 0 0;	}
div.cont0303{	background: url(img/cont0303.gif) no-repeat 0 0;	}

#cont h1{
	margin-bottom: 20px;
}

#cont h2{
	margin: 20px 0 10px 0;
	font-size: 16px;
}

#cont div.leftBox{
	float: left;
	width: 335px;
}

#cont div.rightBox{
	float: right;
	width: 335px;
}

#cont p#shigoto{
	position: absolute;
	top: 85px;
	left: 620px;
}

#cont p#guide_link{
	position: absolute;
	top: 120px;
	right: 160px;
}

/* Gnavi Styles
-----------------------------------------------------------------------------  */
div#gn ul {
	clear: both;
	height: 30px;
	overflow: hidden;
}

div#gn ul li {
	float: left;
	text-indent: -9000px;
	list-style-type: none;
}

div#gn ul li a {
	display: block;
	width: 146px;
	height: 30px;
	background: url(img/gn.jpg) 0 0 no-repeat;
	text-decoration: none;
}

div#gn ul li.gn01 a {	background-position: 0 0; width: 159px;	}
div#gn ul li.gn02 a {	background-position: -158px 0;	}
div#gn ul li.gn03 a {	background-position: -304px 0; width: 145px;	}
div#gn ul li.gn04 a {	background-position: -449px 0; width: 145px;	}
div#gn ul li.gn05 a {	background-position: -593px 0;	}
div#gn ul li.gn06 a {	background-position: -741px 0; width: 167px;	}

div#gn ul li.gn01 a:hover,
div#gn ul li.gn01 a.current {	background-position: 0 -30px;	}
div#gn ul li.gn02 a:hover,
div#gn ul li.gn02 a.current {	background-position: -158px -30px;	}
div#gn ul li.gn03 a:hover,
div#gn ul li.gn03 a.current {	background-position: -304px -30px;	}
div#gn ul li.gn04 a:hover,
div#gn ul li.gn04 a.current {	background-position: -449px -30px;	}
div#gn ul li.gn05 a:hover,
div#gn ul li.gn05 a.current {	background-position: -593px -30px;	}
div#gn ul li.gn06 a:hover,
div#gn ul li.gn06 a.current {	background-position: -741px -30px;	}

/* Sidenavi Styles
-----------------------------------------------------------------------------  */
p.sn a{
	color: #fff;
	text-decoration: none;
}

p.sn a:hover{
	text-decoration: underline;
}

p.sn{
	position: absolute;
}

p#sn01{
	top: 165px;
	left: 805px;
}

p#sn02{
	top: 95px;
	left: 810px;
}

p#sn03{
	top: 215px;
	left: 810px;
}

p#sn04{
	top: 165px;
	left: 795px;
}

p#sn05{
	top: 165px;
	left: 800px;
}

p#sn06{
	top: 165px;
	left: 790px;
}



/* Footer Styles
-----------------------------------------------------------------------------  */

div#footer{
	width: 918px;
	height: 48px;
	background: url(img/footer_bg.jpg) no-repeat 0 0;
	margin: 0 auto;
}

#footer p{
	float: left;
	padding: 22px 0 0 25px;
}

#footer ul{
	float: right;
	padding: 15px 25px 0 0;
}

#footer ul li{
	list-style-type: none;
	display: inline;
	padding: 0 3px;
}

/* Parts Styles
-----------------------------------------------------------------------------  */
table.data th{
	font-weight: normal;
	vertical-align: top;
}

table.data td{
	line-height: 120%;
	padding: 0 0 15px 25px;
}

ul.training{
	margin: 20px;
}

ul.training li{
	list-style-type: none;
	width: 150px;
	padding-right: 15px;
	font-size: 12px;
	display: block;
	float: left;
}

ul.training li.last{
	padding-right: 0;
}

ul.training li p{
	padding-top: 10px;
	line-height: 1.5;
}

dl.qa dt{
	font-weight: bold;
	font-size: 14px;
}

dl.qa dd{
	font-size: 12px;
	line-height: 1.2;
	margin-bottom: 10px;
}

p#next{
	position: absolute;
	bottom: 50px;
	right: 145px;
}

p#prev{
	position: absolute;
	bottom: 50px;
	right: 225px;
}

ul#pager{
	position: absolute;
	bottom: 40px;
	right: 140px;
}

ul#pager li{
	float: left;
	list-style-type: none;
}

ul#pager li a{
	display: block;
	padding: 3px 10px;
	margin-right: 3px;
	border: 1px solid #f00;
	color: #f00;
}

ul#pager li a:hover,
ul#pager li a.current{
	background-color: #f00;
	color: #fff;
	text-decoration: none;
}

ul.bottom_pic{
	clear: both;
	list-style-type: none;
	text-align: center;
	padding-top: 30px;
}

ul.bottom_pic li{
	display: inline;
	padding: 0 10px;
}

.supplementation{
	position: absolute;
	top: 100px;
	right: 130px;
}

span.service{
	background-color: #06f;
	padding: 1px 4px;
	color: #fff;
	font-size: 10px;
	border-top: 1px solid #ccf;
	border-left: 1px solid #ccf;
	border-right: 1px solid #039;
	border-bottom: 1px solid #039;
}

span.telecom{
	background-color: #f36;
	padding: 1px 4px;
	color: #fff;
	font-size: 10px;
	border-top: 1px solid #fcc;
	border-left: 1px solid #fcc;
	border-right: 1px solid #903;
	border-bottom: 1px solid #903;
}

p#pdf{
	position: absolute;
	top: 15px;
	right: 15px;
	font-weight: bold;
	background-color: #fdd;
	border: 1px solid red;
	padding: 10px;
}
