@charset "UTF-8";

body,
div,
p,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
input,
textarea,
table,
th,
td {
	margin: 0px;
	padding: 0px;
}

ul,
ol {
	list-style-type: none;
}

img {
	border: 0px;
	vertical-align: bottom;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%;
}

td {
	padding: 10px;
	border-bottom: 1px solid #CCCCCC;
	vertical-align: top;
}

td.tdStyle {
	padding: 10px;
	border-bottom: 0px;
	vertical-align: top;
}

th {
	background-color: #D4EBEE;
	font-weight: normal;
	padding: 10px;
	border-bottom: 1px solid #FFFFFF;
	vertical-align: top;
}

.columnLeft {
	float: left;
}

.columnRight {
	float: right;
}

/* common
------------------------------------*/


a:link {
	color: #E4E4E4;
}

a:visited {
	color: #E4E4E4;
}

a:hover {
	color: #333333;
}

a:active {
	color: #E4E4E4;
}

html {
	height: 100%;
}

body {
	background: url(../image/bg01.jpg) no-repeat center top fixed;
	text-align: center;
	height: 100%;
	color: #000000;
	font-size: 80%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 1.2;
	-webkit-text-size-adjust: none;
}

#header {
	background-color: #000;
	position: fixed;
	line-height: 1.5;
	top: 0;
	width: 100%;
	z-index: 1000;
}

#header .header01 {
	width: 960px;
	margin: 0 auto;
}

#header .header01 h1 {
	float: left;
	padding: 5px 0;
}

#header .header01 .gNavi {
	float: right;
	padding: 10px 0;
}

#header .header01 .gNavi li {
	float: left;
}

#contents {
	width: 960px;
	margin: 0 auto;
	height: 100%;
	min-height: 100%;
	position: relative;
	z-index: 50;
	padding: 53px 0;
	text-align: left;
}

h2 {
	border-bottom: 1px solid #000000;
	padding: 36px 0;
	margin: 0 20px 50px;
}

h3 {
	border-left: 3px solid #000000;
	padding: 0 10px;
	margin: 0 0 30px;
	font-size: 160%;
	line-height: 1;
}

.cassette {
	display: block;
	padding: 0 50px;
	margin: 0 0 60px;
	line-height: 2.2;
}

#footer {
	background-color: #000;
	position: fixed;
	bottom: 0;
	line-height: 1.5;
	width: 100%;
	z-index: 1000;
	color: #FFF;
	padding: 10px 0;
}

#footer .footer01 {
	width: 960px;
	margin: 0 auto;
}

#footer .footer01 .columnLeft {
	float: left;
	text-align: left;
	width: 480px;
}

#footer .footer01 .columnRight {
	float: right;
	text-align: right;
	width: 480px;
}

#footer .footer01 .columnRight ul {
	margin: 0 0 0 160px;
	width: 400px;
}

#footer .footer01 .columnRight ul li {
	float: left;
	padding: 0 20px;
	border-right: 1px solid #FFF;
	line-height: 1;
	margin: 5px 0;
}

#footer .footer01 .columnRight ul li a {
	text-decoration: none;
}

#footer .footer01 .columnRight ul li.lustLi {
	border-right: none;
	padding: 0 0 0 15px;
}

#footer .footer01 .columnRight p {
}

img.bgmaximage {
	position: fixed !important;
}

body > #container {
	height: auto;
}

/* indexLayout
------------------------------------*/
 

.indexLayout {
	background: none;
}

.indexLayout #mainwrap {
	overflow: hidden;
}

.indexLayout #mainimage {
	width: 1360px;
	position: relative;
	left: 50%;
	margin-left: -680px;
}

.indexLayout #header {
	background-color: #000;
	position: static;
}

.indexLayout #contents {
	width: 100%;
	height: auto;
	min-height: auto;
	padding: 0;
}

.indexLayout #contents #row01 {
	background: url(../../image/bg01.jpg) no-repeat center top;
	padding: 30px 0;
	width: 100%;
}

.indexLayout #contents #row02 {
	background: url(../../image/bg02.jpg) no-repeat center top;
	padding: 30px 0;
	width: 100%;
}

.indexLayout #contents #row01 #row01in,
.indexLayout #contents #row02 #row02in {
	width: 960px;
	margin: 0 auto;
}

.indexLayout #contents #row01 .columnLeft,
.indexLayout #contents #row01 .columnRight,
.indexLayout #contents #row02 .columnLeft,
.indexLayout #contents #row02 .columnRight {
	width: 470px;
}

.indexLayout #contents #row02 .columnLeft #news {
	border: 1px solid #000000;
	text-align: left;
	height: 190px;
}

.indexLayout #contents #row02 .columnLeft #news div {
	padding: 25px 25px 0;
}

.indexLayout #contents #row02 .columnLeft #news h2 {
	border-bottom: 1px solid #000000;
	padding: 0 0 13px;
	margin: 0;
	text-align: left;
}

.indexLayout #contents #row02 .columnLeft #news ul li {
	background-image: url(../image/icon01.png);
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding: 0 0 0 15px;
	margin: 17px 0 0;
	text-align: left;
}

.indexLayout #contents #row02 .columnLeft #news ul li span.columnLeft {
	width: 90px;
}

.indexLayout #contents #row02 .columnLeft #news ul li span.columnRight {
	width: 300px;
}

.indexLayout #contents #row02 .columnRight .columnLeft,
.indexLayout #contents #row02 .columnRight .columnRight {
	width: 225px;
}

.indexLayout #footer {
	background: url(../../image/footer_bg.jpg) no-repeat center top;
	position: static;
	height: 60px;
	padding: 0;
}

.indexLayout #footer .footer01 {
	padding: 10px 0 0;
}


/* companyLayout
------------------------------------*/


.companyLayout .cassette .columnLeft {
	width: 460px;
}

.companyLayout .cassette a:link {
	color: #434343;
}

.companyLayout .cassette a:visited {
	color: #434343;
}

.companyLayout .cassette a:hover {
	color: #333333;
}

.companyLayout .cassette a:active {
	color: #E4E4E4;
}

.companyLayout .cassette .columnRight {
	width: 320px;
}

.companyLayout #main .cassette ul li {
	border-bottom: 1px dotted #CCCCCC;
	display: block;
	padding: 10px 20px;
}

.companyLayout #main .cassette ul li .styleUlDot li,
.companyLayout #main .cassette ul li #styleCompanyUl01 li {
	border-bottom: none;
	padding: 5px 20px;
	float: left;
	margin: 0;
	padding: 0;
}

.companyLayout #main .cassette ul li #styleCompanyUl01 li {
	padding: 0 30px;
}

.companyLayout #main .cassette ul li .columnLeft {
	width: 150px;
}

.companyLayout #main .cassette ul li .columnRight {
	width: 600px;
}

/* workLayout
 ------------------------------------*/
 

.workLayout .cassette {
	padding: 0 30px;
}

.workLayout .cassette ul li {
	width: 300px;
	float: left;
	margin: 0 0 30px;
}

.workLayout .cassette ul li h3 {
	margin: 0 30px 30px;
}

.workLayout .cassette ul li div {
	margin: 0 30px;
	height: 350px;
}

.workLayout .cassette ul li table {
	margin: 30px 0;
	font-size: 90%;
	line-height: 1.5;
}

.workLayout .cassette ul li td {
	border-bottom: none;
	padding: 5px 0;
}

.workOldLayout .cassette {
	padding: 0 70px;
}

.workOldLayout .cassette table {
	margin: 0 0 30px;
}

.workOldLayout .cassette table.table01 {
	margin: 20px 0;
	width: 400px;
}

.workOldLayout .cassette tr.font12 {
	margin: 10px 0;
	line-height: 1.8;
}

.workOldLayout .cassette td {
	border-bottom: none;
	padding: 3px;
}

.workOldLayout .cassette td.tdStyle {
	border-left: 3px solid #000000;
	font-size: 160%;
	line-height: 1;
	font-weight: bold;
	padding: 0 8px;
	margin: 0 0 10px;
	display: inline-block;
}

/* roofLayout
------------------------------------*/


.roofLayout {
}

.roofLayout .cassette .columnLeft {
	width: 460px;
}

.roofLayout .cassette .columnRight {
	width: 320px;
}

.roofLayout .cassette p {
	margin: 0 0 20px;
}

.roofLayout .cassette ul li {
	float: left;
	margin: 0 40px 0 0;
}

.roofLayout .cassette ul li.lustLi {
	margin: 0;
}

.roofLayout .cassette .columnLeft2 {
	float: left;
	width: 630px;
}

.roofLayout .cassette .columnRight2 {
	float: right;
	width: 150px;
}

/* styleUlDot
------------------------------------*/


ul.styleUlDot li {
	background-image: url(../img/icon_dot.gif);
	background-position: 5px 8px;
	padding: 0 0 0 15px;
	background-repeat: no-repeat;
}

/* lightbox
------------------------------------*/


#lightbox a img,
#lightbox img {
	border: 0px;
	vertical-align: middle;
}

/* contactLayout
------------------------------------*/


.contactLayout #main .errs ul {
	border: 3px double #f00;
	padding: 10px 0;
}

.contactLayout #main .errs ul li {
	border-bottom: 0;
	padding: 3px 20px;
}

.contactLayout #main #contents .txtRed {
	color: #FF0004;
}

.contactLayout #main #contents .cassette form {
	margin: 30px 0;
}

.contactLayout #main #contents .cassette ul li {
	border-bottom: 1px dotted #CCCCCC;
	padding: 10px 20px;
}

.contactLayout #main #contents .cassette ul li .columnLeft {
	width: 180px;
}

.contactLayout #main #contents .cassette ul li .columnRight {
	width: 570px;
}

.contactLayout #main #contents .cassette p.button {
	text-align: center;
	margin: 20px;
}

/* otherLayout
------------------------------------*/


.otherLayout #main #contents .cassette ul li {
	float: left;
	margin: 0 40px 40px 0;
}

.otherLayout #main #contents .cassette ul li.lustLi {
	float: left;
	margin: 0 0 40px 0;
}

.otherPrivacyLayout #main #contents .cassette p {
	margin: 0 0 20px;
}

.otherPrivacyLayout #main #contents .cassette ul li {
	background-image: url(../image/icon02.gif);
	background-repeat: no-repeat;
	background-position: 10px 17px;
	float: none;
	padding: 5px 20px;
	margin: 0;
}

/* responsive_design
------------------------------------*/

/* 【PC用のスタイル記述】 */
@media screen and (min-width: 769px) {
}

/* 【タブレット用のスタイル記述】 */
@media screen and (max-width: 768px) {
}

/* 【スマートフォン用のスタイル記述】 */
@media screen and (max-width: 620px) {
}

/* clearfix
------------------------------------*/



#header:after,
#container:after,
#contents:after,
#footer:after,
#main .cassette:after,
#main .cassette div:after,
#main .cassette ul:after,
#main .cassette p:after,
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	overflow: hidden;
	font-size: 0.1em;
	line-height: 0;
}

#header,
#container,
#contents,
#footer,
#main .cassette,
#main .cassette div,
#main .cassette ul,
#main .cassette p,
.clearfix {
	display: inline-block;
}

/* exlude MacIE5 \*/

* html #header,
* html #container,
* html #contents,
* html #footer,
* html #main .cassette,
* html #main .cassette div,
* html #main .cassette ul,
* html #main .cassette p,
* html .clearfix {
	height: 1%
}

#header,
#container,
#contents,
#footer,
#main .cassette,
#main .cassette div,
#main .cassette ul,
#main .cassette p,
.clearfix {
	display: block;
}

/* end MacIE5 */
