@charset "utf-8";
/* CSS Document */

body {
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color:#333333;
	font-size: 63%;
	font-style:normal;
	background: url(../images/bg_body.gif) center top repeat;
	min-width:968px;
}



#header {
	background: url(../images/bg_header.png) center top repeat-x;
}

#header .content {
	text-align: left;
	width: 968px;
	margin: 0 auto;
}

#header .content .txt {
	height: 61px;
	padding-top: 20px;
}

/*#header h1 a {
	float: left;
	display: block;
	background: url(../images/img_logo.gif) left top no-repeat;
	text-indent: -9999px;
	width: 362px;
	height: 49px;
	margin-left: 4px;
}*/

#header h1 a.logo01,
#header h1 a.logo02 {
	float: left;
	display: block;
	height: 0;
	padding-top:49px;
	overflow: hidden;
}
#header h1 a.logo01 {
	background:url(../images/img_logo_oillio.gif) left top no-repeat;
	width: 58px;
	margin-left: 4px;
}

#header h1 a.logo02 {
	background:url(../images/img_logo_kitchen.gif) left top no-repeat;
	width: 285px;
	margin-left: 19px;
}

#header .right {
	float: right;
	width: 514px;
}

#header .right .sitemap{
	padding-right:10px;
}

.social {
	float: right;
	display: inline;
	margin: 14px 5px 0 10px;
}

.social li {
	float: left;
	margin-left: 8px;
}

#header #fontsize {
	float: right;
	display: inline;
	margin-top: 16px;
}

#header #fontsize dt,
#header #fontsize dd {
	float: left;
}

#header #fontsize dt {
	margin-right: 10px;
	padding-top: 6px;
}

#header #fontsize li {
	float: left;
	margin-right: 5px;
}

#header #fontsize li#fontsize-btn1,
#header #fontsize li#fontsize-btn2,
#header #fontsize li#fontsize-btn3 {
	cursor: pointer;
	text-indent: -9999px;
	width: 25px;
	height: 25px;
}

#header #fontsize li#fontsize-btn1 {
	background: url(../images/btn_fontsize_s.gif) left top no-repeat;
}

#header #fontsize li#fontsize-btn1.cur {
	background: url(../images/btn_fontsize_s_on.gif) left top no-repeat;
}

#header #fontsize li#fontsize-btn2 {
	background: url(../images/btn_fontsize_m.gif) left top no-repeat;
}

#header #fontsize li#fontsize-btn2.cur {
	background: url(../images/btn_fontsize_m_on.gif) left top no-repeat;
}

#header #fontsize li#fontsize-btn3 {
	background: url(../images/btn_fontsize_l.gif) left top no-repeat;
}

#header #fontsize li#fontsize-btn3.cur {
	background: url(../images/btn_fontsize_l_on.gif) left top no-repeat;
}

#header #nav li {
	float: left;
}

#header #nav li a {
	vertical-align: bottom;
}

#header #nav li.studyoil {
	position: relative;
	margin-right: -9px;
	z-index: 2;
}



.article .section {
	text-align: left;
	width: 960px;
	margin: 0 auto;
}



#footer {
	background-color: #f57301;
	text-align: left;
	padding-bottom: 10px;
}

#footer .pagetop{
	margin-top:-31px;
	background-color:#FFFFFF;
}
#footer .pagetop .innr{
	width:960px;
	text-align:right;
	margin:0px auto;
}

#footer .content {
	width: 920px;
	margin: 0 auto;
}

#footer .bnr {
	background: #dfdfdf url(../images/bg_bnr.gif) center top repeat-x;
	margin-bottom: 20px;
	padding: 15px 0;
}

#footer .bnr li {
	float: left;
	margin-right: 16px;
}

#footer .bnr li a{
	display:block;
}

#footer .bnr li.pdg {
	padding-top: 12px;
}

#footer .bnr li.right {
	margin-right: 0;
}

#footer .home {
	float: right;
	margin: 0 5px 10px 0;
}

#footer .nav li {
	float: left;
	border-left: #FFFFFF solid 1px;
	font-size: 1.1em;
	line-height: 12px;
	height:12px;
	padding: 0 8px;
}

#footer .nav li.right {
	border-right: #FFFFFF solid 1px;
}

#footer .copyright {
	float: right;
	margin-right: 5px;
	color:#ffffff;
}

#footer .nav li a:link {
	color: #FFFFFF;
	text-decoration: underline;
}

#footer .nav li a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

#footer .nav li a:hover {
	text-decoration: none;
}



.clear {
	clear: both;
}


