/* CSS Document */
@charset "utf-8";
* {
	margin:0;
	padding:0;
}

/* 共通リセット・設定 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,img,table,th,td,tr {
	margin: 0;
	padding: 0;
}

html {
	padding:0;
	margin:0;
	width:100%;
	
	overflow-y:scroll;
	text-align:center;
}

body {
	background:#FFFFFF url(../images/all_bg.gif) no-repeat center bottom;
	width:100%;
	height: 100%;
	overflow:hidden;
	color:#666;
}

ul,dd,li,dt,dl {
	list-style-type: none;
}

img {
	border: none;
	vertical-align: bottom;
}

h1,h2,h3,h4,h5,h6 {
	font-size:1em;
	font-weight:normal;
}
table th,table td{
	font-size:1em;
	font-weight:normal;
	text-align:left;
	vertical-align:top;
}

hr{
	display: none;
}
.clear {
	clear:both;
}
address {
	font-style: normal;
}

/* ---------------------------------------------------- */
#wrapperAll{
	width:100%;
	text-align:center;
	/*background-color:#FFFFFF;*/
	/*background:url(../images/dotptn.gif) repeat;*/
}
#inner{
	width:860px;
	margin:0 auto 80px;
	text-align:left;
}
h1#siteLogo{
	padding:30px 20px 20px;
}
h2.pageTitle{
	padding-bottom:10px;
	border-bottom:#CCCCCC 1px solid;
}
#footer{
	background-color:#000000;
	height:38px;
	overflow:hidden;
	width:100%;
	position:fixed;
	bottom:0;
	left:0;
	text-align:left;
}
#footer ul li{
	width:77px;
	height:38px;
	float:left;
	background:url(../images/devider.gif) no-repeat right center;
}
#footer ul li a{
	width:77px;
	text-align:center;
	display:block;
	padding:15px 0;
}
#footer ul li img{
	vertical-align:top;
}
#copyright{
	color:#b3b3b3;
	font-size:10px;
	width:300px;
	text-align:right;
	float:right;
	
	padding:20px 20px 5px 0;
}
.markTop{
	background:url(../images/down_arrow.gif) no-repeat 38px top;
}
.markProfile{
	background:url(../images/down_arrow.gif) no-repeat 115px top;
}
.markAccess{
	background:url(../images/down_arrow.gif) no-repeat 192px top;
}
.markWorks{
	background:url(../images/down_arrow.gif) no-repeat 269px top;
}
.markRecruit{
	background:url(../images/down_arrow.gif) no-repeat 346px top;
}

#pageAboutus{
	padding:50px 0 200px;
	text-align:center;
}
#pageAboutus #catchCopy{
	padding-bottom:55px;
}
#pageAboutus #topText{
	padding-top:55px;
}
#pageProfile{
	width:620px;
	padding-bottom:100px;
	margin:20px auto 0;
	position:relative;
}
table.tableStyle{
	width:620px;
	margin-top:10px;
	margin-bottom:10px;
	line-height:1.8;
}
table.tableStyle th{
	width:100px;
	vertical-align:top;
	padding:10px 0;
}
table.tableStyle td{
	background:url(../images/table_devide.gif) no-repeat left 1.4em;
	vertical-align:top;
	padding:10px 0 10px 16px;
}
#relationComBox{
	width:110px;
	position:absolute;
	top:50px;
	right:0;
}
#relationComBox a{
	display:block;
	border:#ccc 1px solid;
}
#relationComBox a:hover{
	border:#0054a7 1px solid;
}
#relationComBox dt{
	margin-bottom:8px;
}
#relationComBox dd{
	margin-bottom:8px;
}

#pageAccess{
	width:790px;
	padding-bottom:300px;
	margin:70px auto 0;
}
#pageAccess h2.pageTitle{
	border:none;
}
#pageAccess #mapImg{
}
#pageRecruit{
	width:620px;
	padding-bottom:100px;
	margin:20px auto 0px;
}
td.recruitColumn,
th.recruitColumn{
	border-bottom:#CCCCCC 1px dotted;
}
td.recruitColumn ul li{
	display:inline;
	margin-right:50px;
}
table.tableStyle th.recruitColumn{
	padding:20px 0 30px;
}
table.tableStyle td.recruitColumn{
	padding:20px 0 30px 20px;
	background:url(../images/table_devide.gif) no-repeat left 2.2em;
}
ul.recruitColumn{
	padding-top:20px;
	border-top:#CCCCCC 1px dotted;
}
ul.recruitColumn li{
	padding:5px 0;
}
#innerWorks{
	width:100%;
	height:100%;
	margin:0 auto 100px;
	text-align:left;
}
#pageWorks{
	width:790px;
	margin:70px auto 0;
}
#pageWorks h2.pageTitle{
	border:none;
	padding-left:10px;
}
#worksSwf{
	width:100%;
	padding-bottom:160px;
}
#innerWorks #subInner{
	width:860px;
	background-color:#FFF;
	margin:0 auto;
	text-align:left;
}
