@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%;
}

th, td {
padding: 5px 10px;
border: 1px solid #999999;
vertical-align: top;
}

th {
background-color: #eee;
}


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

a:link { color: #003399; }
a:visited { color: #003399; }
a:hover { color: #FF3B37; }
a:active { color: #FF3B37; }

body{
text-align:center;
line-height:1;
color: #221E1F;
font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

#header {
}

#mainImg {
	position: relative;
}


#contentsA {
width:100%;
height:6400px;
background:url(../../img/01_indexAsml.jpg) no-repeat center top;
}

#company {
width:100%;
height:6500px;
background:url(../../img/company.jpg) no-repeat center top;
}

#contentsB_01 {
width:100%;
height:3200px;
background:url(../../img/indexB_01.jpg) no-repeat center top;
}

#contentsB_02 {
width:100%;
height:5750px;
background:url(../../img/indexB_02.jpg) no-repeat center top;
}



#footer {
}

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