﻿@charset "utf-8";

/* ===================================================================

	body.page
	pagetitle
	
	maincolumn
		
	sidebar

=================================================================== */

/*	body
----------------------------------------------------*/

body.page {
	background:url(../common/images/page_body_bg.gif) repeat-x #fff;
	}

/*	maincolumn
----------------------------------------------------*/

.page #maincolumn {
	position:relative;
	}

/* pagetitle */

h2 {
	height:72px;
	background:url(images/pagetitle.gif) no-repeat 0 30px;
	}

h2 span {
	visibility:hidden;
	}

.pagetitle_bg {
	position:absolute;
	left: 250px;
	top: 17px;
	z-index:-1;
	}

/* pageimage */

h3 {
	height:135px;
	background:url(images/page_img.gif) no-repeat 0px 30px;
	}

h3 span {
	visibility:hidden;
	}

/* section */

.section {
	width:600px;
	margin:0 auto;
	}

h4 {
	height:20px;
	margin:30px 0 15px 0;
	padding:5px;
	border-bottom:1px #ccc solid;
	}

h4 span {
	visibility:hidden;
	}
	
h4.section01 {
	background:url(images/section01_title.gif) no-repeat;
	}
	
h4.section02 {
	background:url(images/section02_title.gif) no-repeat;
	}
	
h4.section03 {
	background:url(images/section03_title.gif) no-repeat;
	}
	
/* 会社概要 */
dl.outline {
	padding:10px 0;
	}
	
dl.outline dt {
	float:left;
	width:72px;
	padding:6px 5px;
	font-weight:bold;
	}
	
dl.outline dd {
	margin:0 0 0 100px;
	padding:6px 5px;
	}

.address {
	margin:0 auto 40px auto;
	padding:10px;
	border:1px #ccc solid;
	}
	
.address h5 {
	color:#090;
	}
	
.section ul {
	margin:15px;
	}
	
.section li {
	margin-bottom:10px;
	padding-left:20px;
	background:url(../common/images/li_green.gif) no-repeat 5px 9px;
	}

.map {
	margin:0 auto 30px auto;
	border:3px #090 solid;
	}

/*	sidebar
----------------------------------------------------*/

.page #sidebar {
	float:left;
	width:228px;
	margin-top:0;
	padding-top:7px;
	background:url(../common/images/page_sidebar_bg.gif) no-repeat;
	}
	
