@charset "UTF-8";

/*
 Redefine for Print
 default style [
----------------------------------------------------------- */

body,h1,h2,h3,h4,h5,h6,
ul,ol,li,dl,dt,dd,
div,p,strong,em,
table,tr,td,th,
form,input,textarea {
	margin: 0;
	padding: 0;
}

body {
	line-height: 140%;
	font-weight: normal;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", arial, sans-serif;
	color: #333;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}

ul,ol {
	list-style: none;
}

img {
	border: none;
}

p {
	padding: 0 0 1em 0;
}

address,strong,em {
	font-weight: normal;
	font-style: normal;
}

#page {
	position: relative;
	margin: 0 auto;
	width: 625px;
}


/*
 Redefine for Print
 header [
----------------------------------------------------------- */

#header {
	border-bottom: 2px solid #666;
}

#header h1 {
	float: left;
	width: 140px;
}

#header h1 a {
	display: block;
	text-indent: -9999px;
	background: url(../../images/logo.gif) no-repeat;
	overflow: hidden;
	width: 130px;
	height: 75px;
}

#header p {
	float: left;
	padding-top: 30px;
	padding-bottom: 0;
	color: #666666;
	width: 400px;
}


/*
 Redefine for Print
 page style [
----------------------------------------------------------- */

div#container {
	margin-top: 15px;
}

div#container h3 {
	display: block;
	background: url(../../contact/images/title01.gif) no-repeat;
	text-indent: -9999px;
	padding-bottom: 10px;
	width: 98px;
	height: 23px;
}

div#container table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 600px;
}

div#mainContainer table tr th,
div#mainContainer table tr td {
	line-height: 140%;
}

div#container table tr th {
	padding: 10px 0;
	text-align: left;
	vertical-align: text-top;
	font-weight: normal;
	width: 200px;
}

div#container table tr th span {
	border-left: 5px solid #D0111B;
	padding: 4px 0 4px 10px;
}

div#container table tr td {
	width: 400px;
}

div#container table tr td span {
	float: left;
	display: block;
	padding-top: 7px;
	padding-right: 10px;
}

/* -- フォーム設定 -- */
div#container table td input:focus,
div#container table td textarea:focus {
	background: #eaf3fb;
}

div#container table td input.name,
div#container table td input.mail,
div#container table td input.postNumber,
div#container table td input.number,
div#container table td input.text,
div#container table td textarea.text {
	border: 1px solid #7f9db9;
	margin: 5px 0;
	padding: 2px;
}

div#container table td input.name {
	ime-mode: active; /* For IE5-IE7 */
	width: 170px;
}

div#container table td input.mail {
	ime-mode: disabled; /* For IE5-IE7 */
	width: 170px;
}

div#container table td input.postNumber {
	ime-mode: disabled; /* For IE5-IE7 */
	width: 60px;
}

div#container table td input.number {
	ime-mode: disabled; /* For IE5-IE7 */
	width: 170px;
}

div#container table td input.text {
	ime-mode: active; /* For IE5-IE7 */
	width: 320px;
}

div#container table td textarea.text {
	ime-mode: active; /* For IE5-IE7 */
	overflow-y: scroll;
	width: 320px;
	height: 140px;
}

div#container table td.submit {
	text-align: center;
	width: 600px;
}

div#container table td.submit input {
	background: none;
	margin: 10px;
}

div#container table td.submit a img {
	margin-top: 10px;
	vertical-align: top;
}


/*
 Redefine for Print
 footer [
----------------------------------------------------------- */

#footer {
	margin-top: 15px;
	padding: 5px 0;
	border-top: 1px solid #D0111B;
	text-align: center;
	clear: both;
}


/*
 hide elements [
----------------------------------------------------------- */

ul#globalNavi,
ul#headerNavi,
div#mainImg,
div#sub,
#footer ul,
hr {
	display: none;
}


/*
 ClearFix [
----------------------------------------------------------- */

div#header:after,
div#container:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/* for WinIE7 only */
*:first-child+html div#header,
*:first-child+html div#container {
  height: 1%;
}
/* for WinIE6 and below */
/*\*/
* html div#header,
* html div#container {
  height: 1%;
}
/* ClearFix End */










