@charset "utf-8";
/* CSS Document */

/* Reset
----------------------------------------------------*/
html {overflow-y: scroll;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin: 0;padding: 0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style: normal;}
table,th,td {font-size: 100%;line-height: 1.6;}
caption,th {text-align: left;font-weight: normal;}
object,embed {vertical-align: top;}
hr,legend {display: none;}
h1,h2,h3,h4,h5,h6 {font-size: 100%;font-weight: normal;}
img,abbr,acronym,fieldset {border: 0;}
ul,li {list-style-type: none;}
img,a img{border:none;background:transparent;vertical-align:bottom;}

/* font
----------------------------------------------------*/
body {
	font: 62.5% Meiryo, arial, clean, verdana, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	color: #333;
}
html>/**/body { font-size: 10px; } /* Except IE */
* html body { /* IE6用フォント指定 */
	font: 62.5% "ＭＳ Ｐゴシック", Meiryo, arial, clean, verdana, Osaka, sans-serif;
}

/*--- default */
body {
	background: #fff;
	text-align: center;
}

/* Link
----------------------------------------------------*/
a {
	color: #000;
}
a:hover {
	text-decoration: none;
}
a.imgHover:hover img{
	opacity:0.75;
	filter: alpha(opacity=75);
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	background:#FFF;/*FireFoxBug*/
}

/* float,clear
----------------------------------------------------*/
.fleft {
	float: left;
}
.fright {
	float: right;
}
.clear {
	clear: both;
}
.cf { /* clearfix */
	zoom: 1;
}
.cf:after {
	content:'';
	display: block;
	clear: both;
}


/* text
---------------------------------------- */
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.txt_narrow {
	letter-spacing: -1px;
}
.txt_space {
	letter-spacing: 1px;
}
.txt_indent {
	text-indent: 1em;
}
.bold {
	font-weight:bold;
}

/* wrapper
----------------------------------------------------*/
#wrapper {
	width: 100%;
	margin: 0 auto;
} 


/* header
----------------------------------------------------*/
#header {
	position: relative;
	width: 1000px;
	height: 93px;
	text-align: left;
	margin: 0 auto;
}

/*  ========================= general */
#header .headTxt,
#header #logo,
#header #guideNav,
#header #globalNav,
#header #headInfo {
	position: absolute;
}

/*  ========================= header */
#header h1.headTxt {
	top: 0;
	left: 0;
	color: #333;
}
#header h2.headTxt {
	top: 0;
	right: 0;
	color: #333;
}
#header #logo {
	top: 10px;
	left: 0;
	width: 213px;
	height: 64px;
}
#header #guideNav {
	top: 10px;
	right: 0;
}
#header #guideNav li {
	display: inline;
	padding-left: 0;
}
#header #globalNav {
	top: 115px;
	left: 0;
	width: 1000px;
	height: 35px;
}
#header #globalNav li {
	float: left;
}
#header #headInfo {
	top: 30px;
	right: 0;
}


/* content
---------------------------------------- */
#content {
	width: 1000px;
	font-size: 160%;
	margin: 0 auto 60px;
}
p.gotop {
	clear: both;
	text-align: right;
	font-size: 0;
}


/* nav
---------------------------------------- */
#nav {
	float: left;
	width: 200px;
	margin-bottom: 20px;
}


/* main
---------------------------------------- */

#main {
	width: 1000px;
	margin-bottom: 20px;
	text-align: left;
	line-height: 1.6;
}

/*  ========================= locus */
#content ol#locus {
	margin-bottom: 10px;
}
#content ol#locus li {
	display: inline;
	padding-left: 20px;
	background: url(../img/common/bg_locus.gif) no-repeat center left;
	line-height: 1;
}
#content ol#locus li.firstChild {
	padding-left: 0;
	background: none;
}


/* footer
---------------------------------------- */
#footer {
	width: 100%;
	background: url(../images/common/footer_bg.png) repeat-x;
}
#footer #footerInner {
	width: 980px;
	margin: 0 auto;
	padding: 0 10px;
}
#footer #footerlogo {
	float: left;
}
#footer #footerContact {
	float: right;
}

#footer #assistNav {
	text-align: center;
}
#footer #assistNav li {
	display: inline;
	padding-left: 10px;
	background: url(../img/common/bg_assist.gif) no-repeat center left;
}
#footer #assistNav li.firstChild {
	padding-left: 0;
	background: none;
}
#footer #copyright {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: right;
}


/* general
----------------------------------------------------*/
#content .last {
	margin-bottom: 0;
}

/*  ========================= text */
#content p {
	margin-bottom: 1em;
}
#content .emphasis {
	color: #f00;
	font-weight: bold;
}

/*  ========================= img */
#content .imgL {
	float: left;
	margin-right: 1em;
	margin-bottom: 0;
}
#content .imgLbtm {
	float: left;
	margin-right: 1em;
}
#content .imgR {
	float: right;
	margin-left: 15px;
	margin-bottom: 0;
}
#content .imgRbtm {
	float: right;
	margin-left: 1em;
}

/*  ========================= box */
.section {
	margin: 0 10px;
}

/*  ========================= title */
#main h2 {
	margin-top: 40px;
	margin-bottom: 25px;
}
#main h3 {
	margin-top: 40px;
	margin-bottom: 20px;
}
#main h4 {
	margin-top: 30px;
	margin-bottom: 15px;
}
#main h5 {
	margin-top: 20px;
	margin-bottom: 10px;
}
#main h3.firstChild,
#main h4.firstChild,
#main h5.firstChild {
	margin-top: 0;
}

/*  ========================= table */
#main table {
	width: 660px;
	background: #ccc;
}
#main table th,
#main table td {
	padding: 5px 10px;
	text-align: left;
	vertical-align: middle;
}
#main table th {
	background: #efefef;
}
#main table td {
	background: #fff;
}

/*  ========================= defalt list */
#main p.defList,
#main .defList li,
#main .defList dt {
	padding-left: 15px;
	background: url(../img/common/icon.gif) no-repeat 0 5px;
}
#main .defList dd {
	padding-left: 15px;
}

/*  ========================= attention */
#main p.attention,
#main .attention li,
#main .attention dt {
	padding-left: 15px;
	background: url(../img/common/icon_attention.gif) no-repeat 0 5px;
}
#main .attention dd {
	padding-left: 15px;
}

/*  ========================= text Link */
#main p.txtLink {
	margin-top: 5px;
	text-align: right;
}
#main p.txtLink a {
	display: block;
	padding-left: 20px;
	background: url(../img/common/icon_arrow.gif) no-repeat left center;
	/zoom: 1;
}


/* 01 index
----------------------------------------------------*/
#mainImage {
	width: 100%;
	background: url(../images/main_bg.png) repeat-x left;
}
#mainImage h1 {
	width: 1000px;
	margin: 0 auto;
}
.item {
	margin-bottom: 20px;
}
.photo {
	width: 270px;
}
.txt {
	width: 690px;
}
.txt dt,
.txt02 dt,
.txt03 dt,
.txt04 dt {
	width: 46px;
	float: left;
}
.txt dd,
.txt02 dd,
.txt03 dd,
.txt04 dd {
	padding-left: 56px;
}

.txt02 {
	width: 650px;
}
.photo02 {
	width: 310px;
}

.txt03 {
	width: 490px;
}
.photo03 {
	width: 470px;
}
.txt04 {
	width: 980px;
}


.downloadArea {
	background: url(../images/common/cv_bg.png) repeat;
	padding: 5px;
}
.downloadArea .inner {
	background: #FFF;
	padding: 10px;
}
.downloadArea li {
	float: left;
}
.downloadArea li + li {
	margin-left: 10px;
}
.cvArea {
	margin-top: 40px;
}
.cvArea li {
	float: left;
}
.cvArea li + li {
	margin-left: 10px;
}
.mt20 {
	margin-top: 20px;
}
.companyInfo {
	border:1px solid #CCC;
	background: #F1F1F1;
	padding: 10px;
	margin-top: 40px;
	font-size: 12px;
}
.companyInfo dl {
	margin-bottom: 10px;
}
.companyInfo dt {
	font-size: 14px;
	font-weight:bold;
}







/* formPage
----------------------------------------------------*/
#contactPage form input,
#contactPage form select,
#contactPage form textarea {
	margin-right: 5px;
	padding: 3px;
	border: 1px solid #ccc;
	background-color: #fff;
	vertical-align: middle;
}
#contactPage form .nonDeco {
	border: none;
	padding: 0;
	background: none;
}
#contactPage form textarea {
	font-size: 12px;
}


/* input width style
----------------------------------------------------*/
#contactPage form .input1 {
	width: 150px;
}
#contactPage form .input2 {
	width: 350px;
}
#contactPage form .input3 {
	width: 80px;
}
#contactPage form .input4 {
	width: 50px;
}


/* submit area style
----------------------------------------------------*/
#contactPage div#submit {
	margin-top: 30px;
	text-align: center;
}
#contactPage div#submit input {
	width: 150px;
	padding: 5px;
	border: solid 1px #ccc;
	background: #dfdfdf;
}


/* text style
----------------------------------------------------*/
#contactPage form p.attention {
	margin-bottom: 5px;
	padding-left: 0;
	background: none;
	color: #f00;
	text-align: right;
}
#contactPage form table em {
	margin-left: 2px;
	font-style: normal;
	font-weight: normal;
	font-size: 0.8em;
	color: #f00;
}
#contactPage p.formError {
	color: #f00;
	text-align: center;
}
#contactPage p.formMessage {
	margin: 50px 0;
	text-align: center;
}

.linkBox {
	margin-top: 40px;
	margin-left: 10px;
	font-size: 90%;
	padding-left: 10px;
	padding-top: 2px;
	border-left: 6px solid #FF0000;
}

.nextPage {
	background:#F1F1F1;
	border: 1px solid #CCC;
	padding: 10px 20px;
	margin: 0 auto;
	display: inline-block;
}
.nextPage a p {
	background: url(../images/icon_link.png) no-repeat 0 center;
	padding-left: 20px;
	display: inline;
	margin-bottom: 0 !important;
}
.nextPage + .pagemove {
	margin-top: 20px;
}
.pagemove {
	text-align: center;
	font-size: 12px;
}
.pagemove a li {
	text-decoration: underline;
}
.pagemove a:hover li {
	text-decoration: none;
}
.pagemove li {
	background: #F1F1F1;
	border: 1px solid #CCC;
	display: inline-block;
	padding: 10px 15px;
}
.pagemove li + a li,
.pagemove a + a {
	margin-left: 5px;
}
.bnrList {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 10px;
}
.bnrList li {
	display: inline-block;
}
.bnrList li + li {
	margin-left: 40px;
}
