﻿@charset "UTF-8";
body {
	background-color: #FFFFFF;
	background-image: url(../img/common_img/back.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.clear{
	clear:both;
	margin: 0px;
	padding: 0px;
}
a:link  {
	color: #1C5DAF;
}
a:visited  {
	color: #666666;
}
a:active {
	color: #FF6600;
	text-decoration: underline;
}

a:hover {
	color: #FF6600;
	text-decoration: underline;
}

/* ==================== LAYOUT ==================== */
#back {
	background-repeat: no-repeat;
	background-position: center 70px;
	text-align: center;
	padding: 0px;
	width: 890px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../img/common_img/cont_back.jpg);
}
#container {
	padding-right: 5px;
	padding-left: 5px;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	line-height: 20px;
	color: #333333;
}

/* ==================== HEADER ==================== */
#header {
	height: 70px;
}
.logo {
	margin: 0px;
	padding: 0px;
	float: left;
}
.logo-j {
	padding-top: 7px;
	float: right;
	margin: 0px;
	padding-right: 3px;
}
.seo {
	font-size: 12px;
	float: right;
	margin-top: 10px;
	line-height: 14px;
	color: #666666;
}
#cont-area {
	margin: 0px;
	padding: 0px;
}

/* ==================== CONTENTS ==================== */
#contents {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 680px;
	clear: both;
	background-color: #FFFFFF;
}
#main-contents {
	text-align: left;
	margin: 0px;
	padding-top: 25px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
}
#main-contents table {
	font-size: 12px;
	line-height: 18px;
}
#main-contents th {
	text-align: left;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	font-weight: normal;
	vertical-align: top;
}
#main-contents td {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	vertical-align: top;
}
#main-contents ul {
	margin: 0px;
}
#main-contents li {
	margin: 0px;
	padding: 0px;
}

/* ==================== SIDE NAVI ==================== */
#navi {
	background-image: url(../img/common_img/navi_img/sidenavi_back.jpg);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
	margin: 0px;
	float: left;
	width: 200px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#navi ul {
	font-size: 10px;
	line-height: 10px;
	display: block;
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#navi li {
	display: block;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	font-size: 10px;
	line-height: 10px;
	float: left;
	width: 180px;
}
#navi li em {
	visibility: hidden;
}
#navi li a {
	text-decoration: none;
	display: block;
	padding: 0px;
	margin: 0px;
}
#navi li#top a {
	background-image: url(../img/common_img/navi_img/btn_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 28px;
	width: 180px;
}
#navi li#top a:hover {
	background-position: right top;
}
#navi li#whats a {
	background-image: url(../img/common_img/navi_img/btn_whats_ne.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 28px;
	width: 180px;
}
#navi li#whats a:hover {
	background-position: right top;
}
#navi li#company a {
	background-image: url(../img/common_img/navi_img/btn_company.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 28px;
	width: 180px;
}
#navi li#company a:hover {
	background-position: right top;
}
#navi li#works {
	background-image: url(../img/common_img/navi_img/btn_works.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 28px;
	width: 180px;
}
#navi li#works01 a {
	background-image: url(../img/common_img/navi_img/btn_works01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 22px;
	width: 180px;
}
#navi li#works01 a:hover {
	background-position: right top;
}
#navi li#works02 a {
	background-image: url(../img/common_img/navi_img/btn_works02.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 24px;
	width: 180px;
}
#navi li#works02 a:hover {
	background-position: right top;
}
#navi li#recruit {
	background-image: url(../img/common_img/navi_img/btn_recruit.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 26px;
	width: 180px;
}
#navi li#rec01 a {
	background-image: url(../img/common_img/navi_img/btn_recruit01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 22px;
	width: 180px;
}
#navi li#rec01 a:hover {
	background-position: right top;
}
#navi li#rec02 a {
	background-image: url(../img/common_img/navi_img/btn_recruit02.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 22px;
	width: 180px;
}
#navi li#rec02 a:hover {
	background-position: right top;
}
#navi li#rec03 a {
	background-image: url(../img/common_img/navi_img/btn_recruit03.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 24px;
	width: 180px;
}
#navi li#rec03 a:hover {
	background-position: right top;
}
#navi li#access a {
	background-image: url(../img/common_img/navi_img/btn_access.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 28px;
	width: 180px;
}
#navi li#access a:hover {
	background-position: right top;
}
#navi li#privacypolicy a {
	background-image: url(../img/common_img/navi_img/btn_privacy.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 28px;
	width: 180px;
}
#navi li#privacypolicy a:hover {
	background-position: right top;
}

#navi li#contact a {
	background-image: url(../img/common_img/navi_img/btn_contact.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 38px;
	width: 180px;
}
#navi li#contact a:hover {
	background-position: right top;
}

/* ==================== SIDE NAVI BANA ==================== */
#bana {
	background-image: url(../img/common_img/bana_img/bana_back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 220px;
	width: 200px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	float: left;
}
.bana-text {
	font-size: 10px;
	line-height: 10px;
	height: 133px;
	visibility: hidden;
}
#bana ul {
	font-size: 10px;
	line-height: 10px;
	display: block;
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#bana li {
	display: block;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	font-size: 10px;
	line-height: 10px;
	float: left;
	width: 180px;
}
#bana li em {
	visibility: hidden;
}
#bana li a {
	text-decoration: none;
	display: block;
	padding: 0px;
	margin: 0px;
}
#bana li#yahoo a {
	background-image: url(../img/common_img/bana_img/btn_yahoo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 22px;
	width: 180px;
}
#bana li#yahoo a:hover {
	background-position: right top;
}
#bana li#showroom a {
	background-image: url(../img/common_img/bana_img/btn_showroom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	width: 180px;
}
#bana li#showroom a:hover {
	background-position: right top;
}

/* ==================== FOOTER ==================== */
#footer {
	background-image: url(../img/common_img/foot_back.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-bottom: 20px;
}
#copyright {
	font-size: 10px;
	background-color: #FFFFFF;
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 5px;
	color: #333333;
}
address {
	font-size: 10px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	background-color: #1C5DAF;
	text-align: left;
	height: 50px;
	padding-left: 10px;
	padding-top: 5px;
	color: #FFFFFF;
}
#pagetop {
	font-size: 10px;
	text-align: right;
}

/* ==================== TEXT ==================== */
h1 {
	font-size: 24px;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
}
h2 {
	padding: 0px;
	font-size: 20px;
	line-height: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h3 {
	font-size: 14px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
	line-height: 22px;
}
p {
	font-size: 14px;
	line-height: 20px;
	padding: 0px;
	margin: 0px;
}
.text12pix {
	font-size: 12px;
	line-height: 18px;
}
.text-red {
	color: #993333;
}
.text-blue {
	color: #1C5DAF;
}
.indent14pix-box p {
	text-indent: 14px;
}
.box-underline {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.box-underline ul {
	padding-left: 30px;
}
.box-underline li {
	list-style-position: outside;
}
.space05pix {
	height: 5px;
	width: 5px;
}
.space10pix {
	height: 10px;
	width: 10px;
}
.space20pix {
	height: 20px;
	width: 20px;
}
.space30pix {
	height: 30px;
	width: 30px;
}
.space20pix_btmline {
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
.photo_right {
	margin-left: 20px;
	float: right;
}
.photo_left {
	margin-right: 20px;
	float: left;
}

/* ==================== INDEX ==================== */
/* ==================== INFORMATION ==================== */
#main-contents dl {
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin: 0px;
	padding-top: 5px;
}
#main-contents dt {
	float: left;
	width: 100px;
}
#main-contents dd {
	margin-left: 100px;
	font-size: 12px;
	line-height: 18px;
}

/* ==================== CONTACT ==================== */
/* ==================== PRIVACY POLICY ==================== */
#privacy {
	height: 200px;
	overflow: auto;
	padding: 20px;
	width: auto;
	border: 1px solid #CCCCCC;
	margin-bottom: 30px;
	text-align: justify;
	font-size: 12px;
	line-height: 20px;
}
#privacy p {
	font-size: 12px;
	line-height: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding: 0px;
}

/* ==================== RECRUIT ==================== */
/* ==================== COMMON ==================== */
#main-contents .recruit-box {
	background-image: url(../img/recruit_img/back.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#main-contents .recruit-box dl {
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#main-contents .recruit-box dt {
	float: left;
	width: 400px;
	padding-left: 15px;
}
#main-contents .recruit-box dd {
	padding-right: 0px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 485px;
}
#main-contents .recruit-box p {
	padding-right: 15px;
	padding-left: 15px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.recruit-top {
	margin: 0px;
	padding: 0px;
}
/* ==================== FREELANCE ==================== */
.faq01 {
	background-image: url(../img/recruit_img/faq01.gif);
	background-repeat: no-repeat;
	background-position: left 1px;
	height: 26px;
	padding-left: 24px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BB4E40;
}
.faq02 {
	background-image: url(../img/recruit_img/faq02.gif);
	background-repeat: no-repeat;
	background-position: 24px 5px;
	padding-left: 48px;
	margin-bottom: 5px;
}

/* ==================== WORKS ==================== */
/* ==================== WORKS TEXT BOX ==================== */
/*.works-box {
	margin: 0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #022B64;
	border-bottom-color: #022B64;
	border-left-color: #022B64;
}
*/

.works-box {
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 0px;
}

.works-box h4 {
	font-size: 12px;
	font-weight:bold;
	line-height: 18px;
	font-weight: bold;
	color: #0074BF;
	/*padding-left: 20px;*/
	padding-left: 0px;
	/*background-image: url(../img/works_img/dot.gif);*/
	background-repeat: no-repeat;
	background-position: left 3px;
	margin: 0px;
	padding-bottom: 5px;
}
.works-box p {
	font-size: 12px;
	margin: 0px;
	padding-left: 20px;
	padding-bottom: 10px;
}
.works-box .works-photo {
	margin: 0px;
	padding-left: 15px;
	float: right;
}
.works-box .works-photo img {
	padding-bottom: 5px;
}


.text-box {
	height: 196px;
}

