@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: 	2010-4-1 by Sadaoka
Author: 	Sadaoka
Copyright: 	(C) 2010 dabhand Inc.
--------------------------------------------------------------- */

/* Body */
/* ------------------------------------------------------------ */
#body_index {
	clear: both;
	text-align: left;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

#body_bg {
	background: url(../images/body_bg.gif) left top repeat-x;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

#body_bg .frame {
	clear: both;
	width: 830px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

.expertise_bg {
	background: url(../images/expertise_bg.gif) left top no-repeat;
	font-size: 83%; /* 標準で10pt相当 */
	width: 160px;
	padding: 10px 20px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}
