@charset "UTF-8";
/* CSS Document */

@import"default.css";

body{
	background:#ffffff;
	text-align:center;
	margin:0 auto;
	font-family: Arial, Helvetica, "sans-serif";
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-family: "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

#container{
	background:#ffffff;
	width:1100px;
	text-align:center;
	margin:0 auto;	
}
#header{
	height: 133px;
	background: url(../images/ShaulaDesignPC_header1bk.png);
}

.fixed {
    position: fixed;
    top: 0;
    width: 1100px;
	margin:0 auto;
    z-index: 10000;
}


#catch{
	height: 192px;
	background: url(../images/ShaulaDesignPC_header2bk.png);
}

#news{
	width: 980px;
	margin: 0 auto;
	margin-top: 45px;
	padding-top: 20px;
	text-align: left;
	letter-spacing: 0.1em;
}
.newsdate{
	padding-left: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	float: left;
	width: 240px;
	display: block;
	border-bottom: 1px solid ;
}
.newscontents{
	padding-top: 15px;
	padding-bottom: 15px;
	display: block;
	border-bottom: 1px solid #A5A5A5;
}

#service{
	margin: 0 auto;
	margin-top: 80px;
	padding-top: 20px;
	text-align: left;
	letter-spacing: 0.1em;
}

#about{
	width: 980px;
	margin: 0 auto;
	margin-top: 80px;
	padding-top: 20px;
	text-align: left;
	letter-spacing: 0.1em;
}

.aboutdate{
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 20px;
	float: left;
	width: 240px;
	display: block;
	border-bottom: 1px solid ;
}
.aboutcontents{
	padding-top: 8px;
	padding-bottom: 20px;
	display: block;
	border-bottom: 1px solid #A5A5A5;
}

#contact{
	margin-top:30px;
	padding: 70px;
	padding-bottom: 80px;
	text-align: center;
}
h4{
	font-weight: 400;
}

h6{
	font-size: 100%;
	font-weight: 200;
	padding-bottom: 4px;
	color: #3D3D3D;
}
