@charset "UTF-8";

/* CSS Information
---------------------------------------------------------------
Site URL:	http://www.dabhand.co.jp/
File name:	layout_commonness.css
Summary:	base styles
Created:	2010-4-1
Last update:	2015-4-21 by Sadaoka
Author:	Sadaoka
Copyright:	(C) 2010 dabhand Inc.
--------------------------------------------------------------- */

/* Body */
/* ------------------------------------------------------------ */
#flashcontent {
	clear: both;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 125px;
}

#body_index {
	clear: both;
	text-align: left;
}

#body_index .posture li {
	list-style: none;
	color: #ffb300;
	font-size: 18px;
	font-weight: bold;
}

#body_bg {
	background: url(../images/body_bg.gif) left top repeat-x;
}

#body_bg .frame {
	clear: both;
	width: 830px;
	margin-left: auto;
	margin-right: auto;
}

.expertise_bg {
	background: url(../images/expertise_bg.gif) left top no-repeat;
	font-size: 83%; /* 標準で10pt相当 */
	width: 160px;
	padding: 10px 20px;
}
