﻿/* CSS レイアウト */
@import url("../base01.css");

a:link {
	color: #00A28D;
}
a:visited {
	color: #21816D;
}

#footer {
	background-image: url('css_footer_bk.jpg');
}

ul.productmenu li.focued {
	background-image: url('css_horzbar_focus_bk.jpg');
	color: #FFFFFF;
	background-repeat: repeat-x;
}

ul.productmenu li.focued a:link {
	color: white;
}
ul.productmenu li.focued a:visited {
	color: #F9F9F9;
}

ul.contentsmenu li.focued {
	background-image: url('css_horzbar_focus_bk.jpg');
	color: #FFFFFF;
	background-repeat: repeat-x;
}

ul.contentsmenu li.title {
	background-image: url('css_horzbar_title_bk.jpg');
	color: #FFFFFF;
	background-repeat: repeat-x;
	height: 48px;
	line-height: 48px;
}

ul.contentsmenu li.title a:link {
	color: white;
	text-decoration: none;
}
ul.contentsmenu li.title a:visited {
	color: #F9F9F9;
	text-decoration: none;
}

.leftcol_selector {
	list-style-type: none;
	font-size: small;
	position: absolute;
	color: #38252C;
	text-align: left;
	letter-spacing: 1px;
	vertical-align: 60%;
	width: 100%;
	margin-top: 20px;
	margin-left: 6px;
	font-weight: bold;
	left: 0px;
}
.description {
	margin: 0em 0em 0em 2.6em;
	margin-bottom: 1.0em;
	color: #3A2130;
	line-height: 1.6em;
}
h1 {
	margin: 0.4em 0em 0.8em 0em;
	border-style: ridge;
	border-width: 0px 0px thin 0px;
	border-color: #00ECC9;
	padding: 0px 2px 2px 2px;
	color: #324E42;
	font-size: 2.0em;
	font-weight: bold;
	text-align: left;
}
h2 {
	background-position: left center;
	margin: 1.5em 0em 0em 1.0em;
	padding: 0px 0px 0px 16px;
	color: #225333;
	font-size: 1.4em;
	font-weight: bolder;
	text-align: left;
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	background-image: url('css_h2_square.jpg');
	background-repeat: no-repeat;
}
