/*----- メインコンテンツ(他ページ) -----*/
div#about{
	width:700px;
/* 	border: 1px solid #eee; */
/* 	border-top: none; */
}

#about_bar {
	text-align:left;
	width: 700px;
	margin: 0px;
/* 	background-color: #f3f1dc; */
}

/*----- ナビ -----*/
#about_bar .navi {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
	width: 700px;
}

#about_bar .navi li{
	float: left;
	display: block;
	overflow: hidden;
	padding: 0;
	cursor: pointer;
	width: 350px;
	height: 30px;
	margin-right: 0px;
	background-image: url(../images/title_bar/tab_long.png);
	background-repeat:no-repeat;
}

#about_bar .navi a{
	display: block;
	height: 30px;
	text-indent: -9999px;
	outline: none;
}

#naviAbout {
	background-position: 0px 0px;
}
#naviFaq {
	background-position: -350px 0px;
}

#naviAbout.active,
#naviAbout:hover {
	background-position: 0 bottom;
}
#naviFaq.active,
#naviFaq:hover {
	background-position: -350px bottom;
}

div#qoo1 {
	display: inline;
}

div#qoo2 {
	display: inline;
}

div#qoo3 {
	display: inline;
}

div.explanation {
	text-align: left;
	width: 680px;
	font-size: 13px;
	color: #000000;
	line-height: 1.5em;
	padding: 5px 0px 5px 2px;
	margin-bottom: 10px;
/* 	background-color: gray; */
}

div.explanation_sub {
	text-align: left;
	width: 458px;
	font-size: 13px;
	color: #000000;
	line-height: 1.5em;
	padding: 5px 0px 5px 2px;
	margin-bottom: 3px;
/* 	background-color: gray; */
}

span.strong {
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	line-height: 1.5em;
	padding: 5px 0px 5px 2px;
}

/* クッカーとは */
div#info_contents1 {
	display: inline;
}

div#info_contents2 {
	display: none;
}

div#info_contents3 {
	display: none;
}

div#info_contents4 {
	display: none;
}

div#info_contents5 {
	display: none;
}

div#info_contents6 {
	display: none;
}

div#info_contents7 {
	display: none;
}

div#info_contents8 {
	display: none;
}

div#qooker {
	text-align: left;
	width: 700px;
	font-size: 15px;
	color: #000000;
}

div#info_button {
	float: left;
	text-align: left;
	width: 198px;
	height: 344px;
	padding: 0px;
	margin: 5px 15px 50px 0px;
}

div#info_button p {
	text-align: left;
	font-size: 10px;
	color: #DD0000;
}

div#info_main {
	float: left;
	text-align: left;
	width: 460px;
	height: 430px;
	margin: 5px 20px 20px 0px;
/* 	border: 1px solid gray; */
}

div#info_sub {
	clear: left;
/* 	background-color: red; */
}

div.sub_title {
	text-align: center;
/* 	width: 400px; */
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	background-color: #6E9F3A;
}

div.image_contents {
	text-align: center;
	margin-top: 1em;
}

div#image_recommend {
	text-align: center;
	margin-top: 1em;
	margin-bottom: 1em;
}

/* クイッククッカーとは？ */
div#quickqooker {
	text-align: center;
	width: 700px;
	font-size: 15px;
	color: #000000;
}

div.image_contents_quick {
	text-align: center;
	width: 700px;
	margin-top: 10px;
}

/* FAQ */
div#FAQ {
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
	text-align: left;
	width: 700px;
	font-size: 15px;
	color: #000000;
/* 	background-color: red; */
}

div.FAQcontents {
	text-align: left;
	width: 650px;
	border-bottom: 1px dashed #5A5332;
	padding: 5px 0px 10px 0px;
	margin-left: 25px;
}

div.question {
	font-size: 15px;
	color: #DD0000;
	padding-top: 5px;
}

span.answer {
	text-align: left;
	width: 435px;
	font-size: 13px;
	color: #000000;
	line-height: 1.5em;
	padding: 5px 0px 5px 2px;
	margin-bottom: 3px;
}

