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

/*common*/
article {
	margin:0px auto;
	width:940px;
}
article div#company {
	float:right;
	width:630px;
	
}
article div#menu {
	float:left;
	
}
h1 {
	background-image:url(../images/h_bk.jpg);
	background-repeat:repeat-x;
	padding:20px 10px;
}
h2 {
	padding-bottom:10px;
}
p.pannavi {
	padding:20px 0 5px 0;
}
p.mnavi {
	padding:20px 0 5px 0;
}

/*greet*/
section {
	padding-bottom:20px;
}
section.greet p {
	padding-bottom:3px;
	font-size:14px;
	line-height:18px;
}
section.greet div.message {
	float:left;
	width:410px;
}
section.greet div.ceoimg {
	float:right;
	width:210px;
	padding-left:10px;
	text-align:right;
}
section.greet div.sine {
	text-align:right;
}

/*company*/
section table tr td {
	padding:10px;
	font-size:14px;
}
section table th {
	width:130px;
	text-align:left;
}

section table td p {
	line-height:20px;
}
section table li {
	list-style-type:none;
	padding-bottom:3px;
}

/*access*/
div.main , div.sendai {
	padding-bottom:20px;
}
div.map {
	padding-bottom:10px;
	text-align:right;
}
section.access img {
	float:left;
	padding:0 20px 20px 0;
}
section.access p {
	padding-bottom:20px;
}

