body {
	margin:0; padding:0;
	font-size:13px;
	line-height:16px;
	font-family: Verdana, Arial, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
	text-align:center;/*- IE6 --------------------------- */
}
a {
	color:#fe5800;
}
a:hover {
	text-decoration:none;
}
.orange {
	color:#fe5800;
}

#header {
	background: url(images/header_bckg.gif) repeat-x ;
	height:120px; 
}
#logo {
	width:780px;
	margin:0 auto;
	padding:50px 0 0 20px; 
	text-align:left;/*- IE6 --------------------------- */ 
}
#logo a{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	height:12px;
	font-size:20px;
	text-transform:uppercase;
}
#logo a:hover { }
#menu {
	color:#fff;
	text-align:center;
	margin-top:22px;
}
#menu ul{
	width:780px;
	margin:0 auto;
	list-style:none;
	padding:0;
	text-align:left;
}
#menu ul li{
	display:inline
}
#menu ul a {
	display:block;
	float:left;
	font-weight:bold;
	font-size:13px;
	text-decoration:none;
	color:#fff;
	background:url(images/menu_enactive.gif) no-repeat bottom center;
	padding:8px 10px;
	width:118px;
	text-align:center;
	text-transform:uppercase;
}
#menu ul a:hover {
	background:url(images/menu_over.gif) no-repeat bottom center;
	color:#232323;
}
#menu ul a.active {
	background:url(images/menu_active.gif) no-repeat bottom center;
	color:#232323;
}
#menu ul a.active:hover {
	background:url(images/menu_active.gif) no-repeat bottom center;
	color:#232323;
}

#main {
	width:100%;
	margin:20px 0 20px 0;
	float:left;
}
#head_image {
	height:224px;/*- IE7 155px--------------------------- */
	background:url(images/head_bckg.jpg) no-repeat ;
	line-height:24px;
}
#slogan {/*- テンプレート ホームページ--------------------------- */
	font-weight:bold;
	color:#fff;
	font-size:20px;
	text-transform:uppercase;
	padding:40px 0 10px 50px;
 }
#under_slogan_text {/*- 個人事業だから…　--------------------------- */
	color:#ffff00;
	font-size:10px;
	line-height:12px;
	padding-top:20px;
	padding:10px 0 30px 50px;
}
#content {
	margin:0 auto;
	padding:0;
	width:780px;
	text-align:left;/*- IE6 --------------------------- */
}
#content h1 {
	font-weight:bold;
	padding: 5px 0;
	background: #333333;
	font-size:14px;
	text-indent: 20px;
	color:#fff;
}
#text {
	float:left;
	width:530px;
	padding-left:20px;
}









/*- company Profile --------------------------- */
#company_profile{
	padding:20px 10px 20px 10px;
}

.companysummary #company_profile table{
	width:100%;
	font-size:100%;
	margin-bottom:20px;
	border-top:solid 1px #CCC;
	border-left:solid 1px #CCC;
	border-collapse:collapse;
}

.companysummary #company_profile table th,
.companysummary #company_profile table td{
	border-right:solid 1px #CCC;
	border-bottom:solid 1px #CCC;
}
.companysummary #company_profile th{
	background:#ededed;
	width:120px;
	font-weight:bold;
	padding:8px 10px;
}
.companysummary #company_profile td{
	padding:8px 20px;
}
















#sidebar {
	background:url(images/sidebar_bckg.gif) repeat-x;
	margin:20px 0 0 560px;
	color:#6f6e6e;
	padding:20px; 
}
#sidebar h2 {
	color:#fe5800;
	margin:0 0 15px 0;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
}
#latest-news {
	padding-top: 20px;
	background: url(images/image05.gif) repeat-x left top;
}
#latest-news p {
	margin: 0px;
	padding: 0px;
}
#latest-news .date {
	width: 80px;
	margin: 20px 0px 4px 0px;
	padding: 2px 7px;
	background: #333333;
	font-weight: bold;
	color: #FFFFFF;
}
/*------  footer  --------------------------- */
#footer {
	background:url(images/footer_bckg.gif) repeat-x #3f3e3e 0 2px;
	height:94px;
	margin-top:20px;
	clear:both;
}
#left_footer {
	float:left;
	padding:40px 0 0 30px;
	text-transform:uppercase;
	color:#FFFFFF;
	font-weight:bold;
	font-size:11px;
}
#left_footer a {
	color:#FFFFFF;
}
#left_footer a:hover {
	text-decoration:none;
}
#right_footer {
	float:right;
	padding:40px 30px 0 0;
	text-transform:uppercase;
	color:#FFFFFF;
	font-weight:bold;
	font-size:11px;
	text-align:right;
}
#right_footer a {
	color:#FFFFFF;
}
#right_footer a:hover {
	text-decoration:none;
}