@charset "utf-8";


#main p {
	padding: 0 0 0 5px;
}

/* ごあいさつ　*/

#greeting img {
	display: block;
	float: right;
}

#greeting p {
	width: 520px;
	margin: 0 0 25px 0;
}

#greeting p.name {
	text-align: right;
}


/* 経営理念 */

#contents #idea {
	margin: 0 0 75px 0;
}


/* 会社概要 */

#contents #outline {
	margin: 0 0 60px 0;
}

#outline table th {
	vertical-align: top;
	border: 1px solid #CCCCCC;
	width: 160px;
}

#outline table td {
	border: 1px solid #CCCCCC;
}

#outline table td.contents {
	padding: 13px 0 30px 15px;
	line-height: 1.2;
}


/* アクセス */
#googlemap{
	width:100%;
}
#access div img {
	display: block;
	float: left;
	width: 500px;
}

#access div p {
	float: right;
	width: 245px;
}

#access div p.address {
	margin: 0 0 30px 0;
}



