@charset "UTF-8";
/* CSS Document */

/* その他のページのサイドバー
---------------------------------------------------- */
#other_sidebar {
	float: left;
	width: 150px;
	padding: 0px 0px 10px;
}
#other_sidebar h2 {
	margin: 10px 0px 0px;
}

/* 二分割
---------------------------------------------------- */
.two_left {
	float: left;
	width: 300px;
	margin: 10px 0px;
}
.two_right {
	float: right;
	width: 250px;
	margin: 10px 0px;
}

/* メニュー
---------------------------------------------------- */
#products {
	width: 100%;
	clear: both;
	height: 50px;
}
#products ul {
	list-style: none;
	text-align: center;
}
#products ul li {
	font-size: 1.2em;
	text-align: center;
	list-style-type: none;
	display: inline;
}
#products ul li a {
	float: left;
	width: auto;
	display: block;
	text-decoration: none;
	text-align: center;
}

/* サブメニュー
---------------------------------------------------- */
#sub_menu {
	background: #f2f2dd url(../img/products/submenu.jpg) no-repeat left top;
	padding: 10px 0px 0px 15px;
}
#sub_menu ul li {
	font-size: 1.2em;
	line-height: 150%;
	font-weight: bold;
	color: #666666;
	list-style: url(../img/products/submenu_mark.gif) none outside;
	padding: 0px 0px 5px;
	background: url(../img/products/submenu_line.gif) no-repeat left bottom;
	margin: 0px 10px 5px;
}
#sub_menu ul li a {
	font-weight: bold;
	color: #990000;
}

/* 文字
---------------------------------------------------- */
#other h2 {
	font-size: 2em;
	background: url(../products/img/h2.jpg) no-repeat;
	height: 50px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 10px 0px 0px 20px;
	margin: 10px 0px 0px;
}
#other h3 {
	margin: 35px 0px 15px;
	padding: 7px 10px 7px 15px;
	font-size: 1.4em;
	font-weight: bold;
	border-left: solid 5px #89a74f;
	background-color: #e5eed5;
}

/* FAQ
---------------------------------------------------- */
#faq_list dl {
	margin: 5px 0px 0px 0px;
	padding: 0px;
}
#faq_list dt {
	margin: 12px 0px 0px 0px;
	padding: 0px 10px 4px 26px;
	font-weight: bold;
	background-image: url(../img/dot_q.gif);
	background-repeat: no-repeat;
	background-position: 3px 0px;
	font-size: 1.4em;
	line-height: 150%;
}
#faq_list dd {
	margin: 4px 0px 0px 0px;
	padding: 0px 10px 12px 26px;
	border-bottom: solid 1px #d9c6aa;
	background-image: url(../img/dot_a.gif);
	background-repeat: no-repeat;
	background-position: 3px 0px;
	font-size: 1.4em;
	line-height: 150%;
}

/* 二分割
---------------------------------------------------- */
.two_left {
	float: left;
	width: 40%;
}
.two_left img {
	border: 5px solid #eeeeee;
}
.two_right {
	float: right;
	width: 55%;
}
.two_right p {
	font-size: 1.4em;
	line-height: 150%;
	padding: 0px 0px 10px;
}
