@charset "UTF-8";
/* CSS Document */
body {
	background: top center;
	margin: 0;
	padding: 0;
	text-align:left;
	font-size:18px;
	letter-spacing: 1px;
	color:#333333;
	line-height:28px;
	font-family: Meiryo, arial, clean, verdana, "ＭＳ Ｐゴシック", Osaka, sans-serif;
}

#wrapper{
	margin:0 auto;
}



#header {
    margin: 0 auto;
    padding: 0;
    text-align: left;
    position: relative;
    width:980px;
    height:95px;
}

#headerWrapper {
	height:auto;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background: url(../images/picture/bgHeaderWrapper.jpg) repeat-x;
}


#header h1.siteTitle {
	position: absolute;
	top: 22px;
	left: 8px;
	margin: 0;
	padding: 0;
	width:358px;
	height:71px;
	display: block;
	float: left;
	background: url(../images/picture/companyLogo.jpg) 0px 0px no-repeat;
	z-index: 999;
}


.altText {
    text-indent: -9999px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    display: block;
}



#header #tel{
	position:absolute;
	left: 724px;
	top: 22px;
}


#header img {
    vertical-align: bottom;
}

img {
    border: none;
    display: inline-block;
}

/* ヘッダー */
#header * {
    margin: 0;
    padding: 0;
}




#header .hedText {
	position: absolute;
	width:565px;
	height:20px;
	font-size:12px;
	left:1px;
	top:0px;
	color:#FFF;
}




/* フッター */
#footerWrapper {
	height:180px;
	background: url(../images/picture/bgFooterWrapper.jpg);
}



#footer {
	margin: 0 auto; 
	padding:0;
	width:980px;
	text-align: left;
}



#link{
	width:auto;
	height:auto;
	text-align:left;
	color:#333;
	padding:0;
	line-height:22px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 14px;
}

#menu{
	list-style-type:disc;
	margin:0
}

#menu li{
	display:inline;
	padding:0 13px;
	background-image: url(../images/navi/sankaku.png);
	background-repeat:no-repeat;
	background-position:0 5px;
}

#menu li.last{
	border-right:none;
}

#menu li a{
	text-decoration:none;
	color:#333
}

#menu li a:hover {border-bottom-style:solid;border-width:1px;}



#footerItem.clearFix{
	/*margin-top:30px;*/
	width:auto;
	height:150px;
}

div {
    display: block;
}

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



#footerAdd {
	position: relative;
    width:980px;
	height:180px;
    float: left;
}

#footerAdd1 {
	width:270px;
	height:120px;
	float: left;
	font-style: normal;
	line-height:1.4;
	padding-top: 28px;
}

#footerAdd2 {
	width:420px;
	height:88px;
	float:left;
	font-style: normal;
	text-align:left;
	padding-top:44px
}

p.addText{
	text-align:left;
	font-size:13px;
	line-height:1.6;
}

#footerAdd3 {
	width:270px;
	height:120px;
	float:right;
	padding-top:32px
}


.ft_mailBtn{
	width:190px;
	height:35px;
	margin:45px 0 0 0px;
}


.ft_mailBtn img{
	border:none;
}



#footerAdd p {
    margin: 0;
    padding: 0;
}


address {
   display: block;
}


.footerCopyright{
	position: absolute;
	bottom:2px;
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	float:left;
	width:980px;
	height:30px;
	line-height:30px;
	font-size:12px;
	color:#fff;
	left: -1px;
}

.footerCopyright a{
	color:#0
}

.mb10 {
    margin-bottom: 10px !important;
}

.date	{ 
	text-align:center;
	width:70px;
}
/* News Table */
table.news		{ margin:10px 0;border-bottom:1px dotted #cbcbcb;font-size:14px;}
table.news th,
table.news td		{ border:none;border-top:1px dotted #cbcbcb; }
