@charset "utf-8";

/* @group initialize */

html, body {
	z-index: 1;
	height: 100%;
}

body {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif
}

html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th {
	font-weight: normal;
	font-style: normal;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 1em;
	font-weight: bold;
}

ul,ol {
	list-style: none;
}

fieldset,img {
	border: none;
}

img, object, embed {
	vertical-align: bottom;
}

caption,th {
	text-align: left;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: none;
}

/* @end */

/* @group hacks */

.iepngfix {
	behavior: url(/common/css/iepngfix.htc);
}

/* clearfix for IE 5.5-7*/

.clearfix {
	zoom: 1;
}

/* clearfix 新しいブラウザ用 */

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

/* clearfix IE用 */

.clearfix {
	display: inline-table;
}

/* Hides from IE-mac \*/

* html .clearfix {
	height: 1px;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */

/* @end */

/* @group layout */

body {
	margin: 0 auto;
	text-align: center;
	color: #595959;
}

#container {
	position: relative;
	text-align: center;
	background: url("http://www.reset-house.com/common/images/bg_footer_upper.gif") no-repeat center bottom;
}

body.top #container {
	height: 750px;
}

#contents {
	width: 705px;
	margin: 0 auto;
	padding-bottom: 5em;
	text-align: left;
}

body.top #contents {
	position: absolute;
	left: 50%;
	top: 210px;
	width: 970px;
	margin-left: -485px;
	text-align: center;
}

#header {
	position: relative;
	width: 970px;
	height: 200px;
	margin: 0 auto;
	background: url(../../images/bg.gif) no-repeat left 15px;
	border-top: 2px solid #000;
}

body.top #header {
	position: relative;
	width: 970px;
	height: 513px;
	margin: 0 auto;
	background: url(../../images/bg_top.png) no-repeat center top;
	border-top: 2px solid #000;
}

#header h1 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 919px;
	_width: 970px;
	height: 513px;
	padding-top: 17px;
	padding-left: 50px;
	background: url(../../images/logo_company.gif) no-repeat center 40px;
	text-align: left;
	line-height: 1.4em;
	border-top: 3px solid #8dc21f;
}

p#headcopy {
	height: 0;
	margin: 30px 0 50px;
	padding-top: 19px;
	_height: 19px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../../images/headcopy.gif);
}

body.top p#headcopy {
	position: absolute;
	left: 50%;
	top: 500px;
	width: 607px;
	margin-left: -303px;
}

div.profile_btn a {
	display: block;
	width: 158px;
	height: 0px;
	_height: 40px;
	margin: 50px auto;
	padding-top: 40px;
	overflow: hidden;
	background: url(../../images/btn_profile.png) no-repeat 0 0;
}

body.top div.profile_btn a {
	margin-top: 150px;
}

div.profile_btn a:link,
div.profile_btn a:visited {
	background-position: 0 0;
}

div.profile_btn a:hover {
	background-position: 0 -40px;
}

div.profile_btn a:active {
	background-position: 0 -80px;
}

/* @group footer */

#footerLower {
	background: url("../images/bg_footer_lower.gif") repeat-y center top;
	padding-bottom: 2em;
}

#footerLower div.shitenItem {
	margin-left: 35px;
	padding-top: 5px;
}

#footerLower div.shitenItem div.left {
	margin-right: 34px;
}

#footerLower div.shitenItem div.lastItem {
	margin-right: 0px;
}

#footerLower div#footerLowerBox {
	width: 970px;
	margin: 0 auto;
	text-align: center;
}

div#footerMenu {
	width: 723px;
	margin: 3em auto 0;
	background: url("../../images/bg_footerbox.gif") repeat-x left bottom;
	text-align: left;
}

div#footerMenu div.left {
	width: 229px;
	margin-right: 18px;
}

div#footerMenu div.left.lastItem {
	margin-right: 0px;
}

div#footerMenu h5 {
	padding: 1em 12px 0.5em;
	background: url("../../images/bg_footerbox.gif") repeat-y left top;
}

div#footerMenu h5 a:link, div#footerMenu h5 a:visited {
	color: #000;
}

div#footerMenu ul {
	padding: 0 12px 0.8em;
}

#footerLower ul.bannerBox {
	width: 634px;
	text-align: center;
	margin: 1.5em auto;
}

#footerLower ul.bannerBox li {
	float: left;
}

#footerLower div#copyright {
	text-align: center;
	margin-top: 3em;
}

/* @end */

/* @end */

/* @group common parts */

/* @group margin variations */

.m0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.m05 {
	margin-top: 0.5em !important;
	margin-bottom: 0.5em !important;
}

.m1 {
	margin-top: 1em !important;
	margin-bottom: 1em !important;
}

.m15 {
	margin-top: 1.5em !important;
	margin-bottom: 1.5em !important;
}

.m2 {
	margin-top: 2em !important;
	margin-bottom: 2em !important;
}

.m25 {
	margin-top: 2.5em !important;
	margin-bottom: 2.5em !important;
}

.m3 {
	margin-top: 3em !important;
	margin-bottom: 3em !important;
}

.m35 {
	margin-top: 3.5em !important;
	margin-bottom: 3.5em !important;
}

.m4 {
	margin-top: 4em !important;
	margin-bottom: 4em !important;
}

.m45 {
	margin-top: 4.5em !important;
	margin-bottom: 4.5em !important;
}

.m5 {
	margin-top: 5em !important;
	margin-bottom: 5em !important;
}

.mT0 {
	margin-top: 0 !important;
}

.mT05 {
	margin-top: 0.5em !important;
}

.mT1 {
	margin-top: 1em !important;
}

.mT15 {
	margin-top: 1.5em !important;
}

.mT2 {
	margin-top: 2em !important;
}

.mT25 {
	margin-top: 2.5em !important;
}

.mT3 {
	margin-top: 3em !important;
}

.mT35 {
	margin-top: 3.5em !important;
}

.mT4 {
	margin-top: 4em !important;
}

.mT45 {
	margin-top: 4.5em !important;
}

.mT5 {
	margin-top: 5em !important;
}

.mB0 {
	margin-bottom: 0 !important;
}

.mB05 {
	margin-bottom: 0.5em !important;
}

.mB1 {
	margin-bottom: 1em !important;
}

.mB15 {
	margin-bottom: 1.5em !important;
}

.mB2 {
	margin-bottom: 2em !important;
}

.mB25 {
	margin-bottom: 2.5em !important;
}

.mB3 {
	margin-bottom: 3em !important;
}

.mB35 {
	margin-bottom: 3.5em !important;
}

.mB4 {
	margin-bottom: 4em !important;
}

.mB45 {
	margin-bottom: 4.5em !important;
}

.mB5 {
	margin-bottom: 5em !important;
}

/* @end */

/* @group table style */

table.tbl01 td.contactBoxL {
	width: 245px;
}

table.tbl01 td.contactBoxC {
	width: 234px;
	margin: 0 10px;
}

table.tbl01 td.contactBoxC p.shitenName {
	margin-right: 15px;
}

table.tbl01 td.contactBoxR {
	width: 166px;
}

table.tbl01 .iconTel {
	padding-left: 30px;
	background: url(../images/icon_tel.gif) no-repeat left center;
	color: #f00;
	font-family: impact;
	font-size: 30px;
	line-height: 33px;
}

table.tbl02 th {
	font-weight: bold;
	width: 100px;
	vertical-align: top;
}

table.tbl02 th,table.tbl02 td {
	padding: 10px;
}

table.tbl02 td {
	width: 565px;
}

table.tbl02 tr.obi01 {
	background-color: #f2f2f2;
}

table.companyList {
	width: 100%;
	border-top: 1px solid #c1c5cf;
}

table.companyList th, table.companyList td {
	padding: 1em 15px;
	border-bottom: 1px solid #c1c5cf;
	vertical-align: top;
}

table.companyList th {
	width: 150px;
	background-color: #f2f4f6;
	font-weight: bold;
}

.month {
	width: 40px;
}

table.contactForm {
	border-top: 1px solid #ccc;
}

table.contactForm th,table.contactForm td {
	border-bottom: 1px solid #ccc;
	vertical-align: top;
}

table.contactForm th {
	background-color: #f2f2f2;
	padding: 1em 15px;
	width: 150px;
	font-weight: bold;
}

table.backBlue th {
	background-color: #daeefa;
	padding: 1em 15px;
	width: 150px;
	font-weight: bold;
}

table.contactForm td {
	padding: 1em 15px;
	width: 495px;
}

table.contactForm input {
	line-height: 1.5em;
}

table.contactForm .txt1 {
	width: 400px;
}

table.contactForm .txt2 {
	width: 200px;
}

table.contactForm .txt3 {
	width: 485px;
}

/* @end */

/* @group icon */

.icon01 {
	padding-left: 12px;
	background: url(../images/icon_01.gif) no-repeat left center;
}

.icon02 {
	padding-left: 12px;
	background: url(../images/icon_02.gif) no-repeat left center;
}

.icon03 {
	padding-left: 12px;
	background: url(../images/icon_03.gif) no-repeat left center;
}

.icon03r {
	padding-right: 12px;
	background: url(../images/icon_03.gif) no-repeat right center;
}

.icon04 {
	padding-left: 14px;
	background: url(../images/icon_04.gif) no-repeat left center;
}

.iconNew {
	padding-left: 40px;
	background: url(../images/icon_new.gif) no-repeat left center;
}

.iconPdf {
	padding-left: 20px;
	background: url(../images/icon_pdf.gif) no-repeat left center;
}

.iconDoc {
	padding-left: 20px;
	background: url(../images/icon_doc.gif) no-repeat left center;
}

.iconXls {
	padding-left: 20px;
	background: url(../images/icon_xls.gif) no-repeat left center;
}

.iconPpt {
	padding-left: 20px;
	background: url(../images/icon_ppt.gif) no-repeat left center;
}

.iconOuter {
	padding-left: 14px;
	background: url(../images/icon_outer.gif) no-repeat left center;
}

/* @end */

/* @group ul style */

/* @end */

/* @group clear */

br.clear-both, div.clear-both, br.clear-left, div.clear-left {
	font: 1px/1px monospace;
	display: block;
}

.clear-both {
	clear: both;
}

.clear-left {
	clear: left;
}

/* @end */

/* @group anchor */

a:link {
	color: #0068b7;
	text-decoration: none;
}

a:visited {
	color: #551a8b;
	text-decoration: none;
}

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

a:active {
	color: #f00;
	text-decoration: none;
}

a.noUl:link, a.noUl:visited, a.noUl:hover, a.noUl:active {
	text-decoration: none;
}

.pagetop a:link {
	color: #808080;
	text-decoration: none;
}

.pagetop a:visited {
	color: #808080;
	text-decoration: none;
}

.pagetop a:hover {
	color: #006979;
	text-decoration: underline;
}

.pagetop a:active {
	color: #f00;
	text-decoration: none;
}

.question a:link,.rangai a:link,#footerMenu a:link {
	color: #006979;
	text-decoration: none;
}

.question a:visited,.rangai a:visited,#footerMenu a:visited {
	color: #006979;
	text-decoration: none;
}

.question a:hover,.rangai a:hover,#footerMenu a:hover {
	color: #006979;
	text-decoration: underline;
}

.question a:active,.rangai a:active,#footerMenu a:active {
	color: #f00;
	text-decoration: none;
}

/* @end */

/* @group text */

.serif {
	font-family: 'Hiragino Mincho Pro','ヒラギノ明朝 Pro W3','ＭＳ Ｐ明朝','MS PMincho',serif;
	font-weight: normal;
}

.mono {
	font-family: monospace;
}

.bold {
	font-weight: bold;
}

.noBold {
	font-weight: normal;
}

.condensed {
	letter-spacing: -0.08em;
}

.alignLeft {
	text-align: left;
}

.alignRight {
	text-align: right;
}

.alignCenter {
	text-align: center;
}

.green {
	color: #8fc31f;
}

.blue {
	color: #00a0e9;
}

.black {
	color: #000;
}

/* @end */

/* @group others */

strong {
	color: #f00;
	text-decoration: none;
	font-weight: bold;
}

em {
	color: #f00;
	text-decoration: none;
	font-weight: bold;
}

.pagetop {
	margin: 1em 0 2em 0;
	text-align: right;
	padding-right: 16px;
	background: url(../images/icon_pagetop.gif) no-repeat right center;
}

.left {
	float: left;
}

.right {
	float: right;
}

.hide {
	display: none;
}

#globalNavi li img,h2.logo img,.shitenItem .left img {
	behavior: url(common/css/iepngfix.htc);
}

input.formBtn {
	float: left;
	display: block;
	width: 166px;
	height: 36px;
	padding-top: 36px;
	overflow: hidden;
	border: none;
}

input.formBtn.kakunin {
	margin: 0 15px 0 180px;
	_margin: 0 15px 0 100px;
	background: url(../images/btn_kakunin.gif) no-repeat;
}

input.formBtn.kakunin:hover {
	background: url(../images/btn_kakunin_on.gif) no-repeat;
}

input.formBtn.soushin {
	margin: 0 15px 0 180px;
	_margin: 0 15px 0 100px;
	background: url(../images/btn_soushin.gif) no-repeat;
}

input.formBtn.soushin:hover {
	background: url(../images/btn_soushin_on.gif) no-repeat;
}

input.formBtn.back {
	background: url(../images/btn_modoru.gif) no-repeat;
	float: left;
	display: block;
	width: 117px;
	height: 36px;
	padding-top: 36px;
	overflow: hidden;
	border: none;
}

input.formBtn.back:hover {
	background: url(../images/btn_modoru_on.gif) no-repeat;
}

/* @end */

/* @end */

/* @group page styles */

/* @group top */

body.top ul#main {
	position: relative;
	width: 686px;
	height: 210px;
	margin: 0 auto;
	text-align: left;
}

body.top ul#main li {
	position: absolute;
	left: 0;
	top: 0;
	width: 313px;
}

body.top ul#main li#rh {
	left: 0;
}

body.top ul#main li#bs {
	left: 373px;
}

body.top ul#main li h2 a {
	display: block;
	width: 162px;
	height: 0;
	margin-left: 75px;
	padding-top: 162px;
	_height: 162px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: left top;
}

body.top ul#main li#rh h2 a {
	background-image: url(../../images/logo_rh.png);
}

body.top ul#main li#bs h2 a {
	background-image: url(../../images/logo_bs.png);
}

body.top ul#main li p a {
	display: block;
	width: 313px;
	height: 0;
	margin-top: -25px;
	padding-top: 64px;
	_height: 64px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: left top;
}

body.top ul#main li#rh p a {
	background-image: url(../../images/btn_rh.png);
}

body.top ul#main li#bs p a {
	background-image: url(../../images/btn_bs.png);
}

/* @end */

/* @group その他 */

div.shiten h4 {
	border-bottom: 1px solid #ccc;
}

div.shiten h5 {
	margin-top: 1em;
}

/* @end */

/* @end */
