body {
	padding: 0px;
	margin: 0px;
	background-color: #312a24;
}
h2 {
	font-weight: bold;
	color: #222;
	border-left: 18px solid #9c2f42;
	line-height: 100%;
	padding-left: 4px;
	font-size: 18px;
}
#container {
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left: -380px;
	width: 760px;
	background: #e5ded4 url(images/bg_leftside.gif) left bottom repeat-y;
	overflow: hidden;
}
#leftside {
	width: 180px;
	float: left;
	background: transparent;
}
#rightside {
	width: 580px;
	float: right;
	position: relative;
	z-index: 1;
}
body.content #rightside {
	background: transparent url(images/bg_trans.jpg) right top no-repeat;
	padding-top: 15px;
}

#logobox {
	height: 335px;
	background: transparent url(images/bg_logobox.gif) right top no-repeat;
}
#pagetitle {
	position: absolute;
	z-index: -1;
	background-color: #dbc3b9;
	background: transparent url(images/pagetitle.gif) right bottom no-repeat;
	width: 220px;
	height: 280px;
	left: 0px;
	top: 331px;
}
#pagetitle span {
	display: none;
}
body.greeting #pagetitle {
	background-image: url(images/pagetitle_01.gif);
}
body.about #pagetitle {
	background-image: url(images/pagetitle_02.gif);
}
body.company #pagetitle {
	background-image: url(images/pagetitle_03.gif);
}
body.inquiry #pagetitle {
	background-image: url(images/pagetitle_04.gif);
}

#logobox img {
	display: block;
}
#logobox img.logobox_copy {
	position: absolute;
	left: 14px;
	top: 14px;
}
#logobox img.logobox_logo {
	position: absolute;
	top: 248px;
	left: 32px;
}
#navigation {
	border-bottom: 4px solid #fff;
	margin-bottom: 30px;
}
#navigation ul, #navigation li {
	display: inline;
	margin: 0;
	padding: 0;
}
#navigation a {
	background-color: #5d3a34;
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 8px;
	font-size: 12px;
}
#navigation a:hover {
	background-color: #f6c976;
	color: #5d3a34;
}
#navigation a.current {
	background-color: #f6c976
}
#whatsnewbox {
	margin: 20px 30px;
	padding: 0px;
	padding-bottom: 10px;
	background: #fff url(images/bg_whatsnewbox.gif) left top repeat-x;
}
#whatsnewbox h3 {
	padding: 50px 0px 10px 40px;
	margin: 0px;
	color: #c33;
}
#whatsnewbox dl {
	margin: 0px 10px 20px 20px;
}
#whatsnewbox dd {
	font-size: 90%;
}
.index_kazari {
	position: absolute;
	top: 373px;
	left: 0px;	
	margin: 0;
	padding: 0;
}

#content {
	margin: 0px 0px 15px 120px;
	padding: 15px;
	position: static;
	background-image: url(images/whitebox.png);
	width: 415px;
	min-height: 580px;
	height: auto !important;
	height: 580px;
}
/* \*/ 
* html #content {
	background-color: #fff;
 	back\ground-color: transparent;
	background-image: url(images/spacer.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/whitebox.png", sizingMethod="scale");
}
/* exclude MacIE */
table.company {
	border-collapse: collapse;
	width: 100%;
}
table.company caption {
	display: none;
}
table.company th, table.company td {
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #aaa;
	border-top: 1px solid #aaa;
	font-size: 90%;
	line-height: 150%;
	padding: 10px 6px;
}
table.company td p {
	margin-top: 0px;
}
table.company th {
	white-space: nowrap;
}
p.main {
	font-size: 90%;
	line-height: 150%;
	padding-left: 24px;
}
ul.about {
	font-size: 90%;
	margin-bottom: 40px;
	line-height: 150%;
}
ul.case {
	font-size: 90%;
	margin-top: 3px;
	line-height: 150%;
}
* html #content form {
	position: relative;
}
form#inquiry dt {
	font-weight: bold;
	font-size: 90%;
	margin: 12px 0px 0px 12px;
	padding: 0px;
}
form#inquiry dt sup {
	font-weight: bold;
/* 	color: red; */
	margin: 0px 8px;
	color: #600;
}
form#inquiry dt span {
	font-weight: normal;
	color: red;
}
form#inquiry dd {
	margin-left: 24px;
}
form#inquiry dd.text input, form#inquiry dd.text textarea {
	width: 360px;
}
form#inquiry dd.text textarea {
	height: 200px;
}
form#inquiry span.form_required {
	font-weight: normal;
	font-size: 80%;
	color: #f00;
	margin-left: 9px;
}
form#inquiry dd.comment {
	font-size: 80%;
	color: #900;
}
#footer {
	font-size: 80%;
	text-align: center;
	margin-top: 40px;
}