@charset "euc-jp";

@import url("structure.css");
@import url("common.css");
@import url("tab.css");

/* 
 * index.html
 * 2006.08.25
 *
 * Require HTML4 Strict Mode
 *
 * Key Color #f00000 Red
 * Key Color #793b36 Brown
 * Key Color #e2d7c7 Pale Brown
 * Sub Background Color #f2ede6 pale Brown
 * Sub Background Color #cce6e6 Pale Blue
 * Sub Background Color #ffc Pale Yellow
 * Sub Background Color #e9f2db Pale Green
 * Text Color #333 Charcoal
 */

/*
 * Topic Path
 * - - - - - - - - - - */
#contents p.topicPath
{
	margin-bottom: 6px;
	font-size: 92%;
}
#contents p.topicPath a
{
	margin: 0 2px;
}
/*
 * Header Level 3
 * - - - - - - - - - - */

/*---------------side_menu----------------------*/
ul#columnmenu {
	font-size:12px;
	font-weight:normal;
	list-style-type:none;
	margin:10px 0 0 0;
	padding:0;
}
ul#columnmenu li {
	padding:0px 0 10px 0;
	margin:5px 0 0 0;
	background:url(../images/column/side_bottom.gif) no-repeat 0 bottom;
}
ul#columnmenu li a {
	display:block;
	background:url(../images/column/column_arrow.gif) no-repeat 10px 4px;
	padding:0 0 0 23px;
}
ul#columnmenu li span {
	display:block;
	font-size:10px;
	padding:0 0 0 23px;
	line-height:120%;
	margin-top:3px;
}
.tech_side_ttl {
	margin:10px 0 0 0;
}

/*---------------main--------------------*/
 
#contents h3
{
	display: block;
	height: 26px;
	margin:0 0 15px 0;
	padding: 7px;
	background: url(../images/salon/common/bg_head3.gif) no-repeat left top;
}

#contents div.wrapper
{
	padding-right: 12px;
}

#bg {
	background-color:#F2EDE6;
	padding:10px;
	width:580px;
	margin-bottom:20px;
}

#bg h4 {
	margin:0;
}

#bg table.tech_top {
	border:0;
	margin:10px 0 0 0;
}
#bg table.tech_top tr td {
	padding:0 10px;
}
#bg table.tech_top tr td.main_img {
	padding:0;
}
#bg table.tech_top tr td.main_img img {
	border:1px solid #999999;
}
#bg table.tech_top tr td p.name {
	color:#999999;
	font-size:10px;
	width:130px;
	margin:5px 0;
}
#bg table.tech_top tr td p.explain {
	line-height:150%;
	font-size:14px;
}

#bg .dot_line {
	margin:0px 0 10px 0;
}

#bg table.tech_middle {
	border:0;
}
#bg table.tech_middle tr td {
	padding:0 10px 5px 5px;
}
#bg table.tech_middle tr td.right {
	padding:0 5px 0 5px;
}
#bg table.tech_middle tr td.space {
	height:10px;
}
#bg table.tech_middle tr td img {
	border:1px solid #999999;
}
#bg table.tech_middle tr td p.explain_small {
	margin:5px 0 0 0;
	line-height:130%;
}


#bg table.tech_middle2 {
	border:0;
	width:580px;
	margin-bottom:10px;
}
#bg table.tech_middle2 td{text-align:center;}

#bg table.tech_middle2 tr td img {
	text-align:center;
	border:1px solid #999999;
	margin-left:auto;
	margin-right:auto;
}


.manager_bg {
	background-color:#D1BFA7;
	padding:10px;
}
.manager_bg table.manager {
	border:0;
}
.manager_bg table.manager tr td {
	padding:0 0 0 10px;
}
.manager_bg table.manager tr td.manager_img {
	padding:0;
}
.manager_bg table.manager tr td.manager_img .border {
	border:1px solid #D46C6C;
	padding:1px;
}
.manager_bg table.manager tr td p.manager_name {
	font-weight:bold;
	font-size:14px;
}
.manager_bg table.manager tr td a.arrow_right {
	display:block;
	background:url(../images/tech/tech_arrow.gif) no-repeat 0 3px;
	padding:0 0 0 13px;
}

.dot_line_small {
	margin:0 0 5px 0;
}
ul.backnum {
	list-style-type:none;
	margin:5px 0 0 0;
	padding:0;
}
ul.backnum li {
	margin:0 0 0 2px;
	background:url(../images/navi/arrow_rounded_right.gif) no-repeat 0 2px;
	padding:0 0 0 13px;
}


