﻿@charset "Shift_JIS";
/* CSS Document */
/*INDEX================================================================================
各頁共通箇所のcss
1.タグ直接
2.#container直下
3.#header
　ヘッダの設定ヘッダ内・もしくはヘッダ直後に#naviが有る場合これも含む
4.#main 
　#mainの大枠の設定
5.#topic_path
　トピックスパス(=パンクズリンク)の設定
6.#footer
　フッタ部分の設定・フッタナビを含む
================================================================================*/
/*=============================================================
1.
タグ直接
=============================================================*/
* {
	margin:0;
	padding:0;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-family: Verdana;
}
form {
	margin: 0px;
	padding: 0px;
}
img {
    border:0px;
}
.clear {
	clear: both;
}
a:active {
	color: #C01920;
	text-decoration: underline
}
a:visited {
	color: #C01920;
	text-decoration: underline
}
a:link {
	color: #C01920;
	text-decoration: underline
}
a:hover {
	color: #000000;
	text-decoration: underline
}
/*=============================================================
2.
#container
=============================================================*/
#topcontainer {
	background-color:#FFFFFF;
	margin-right:auto;
	margin-left:auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	width: 900px;
}
#container {
	background-color:#F3F3F3;
	margin-right:auto;
	margin-left:auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	width: 900px;
}
.clearfix {  zoom:1;}/*=clearfix　IE5.5-IE7=*/
.clearfix:after {content:".";display:block;height:0;clear:both;visibility:hidden;}/*=clearfix modern browser=*/
/*=============================================================
3.
#header
=============================================================*/
#header {
	text-align:left;
	padding:0;
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	position: relative;
}
#header #rogo {
	left:17px;
	top:10px;
	margin:0;
	width: 144px;
	height: 57px;
	position: relative;
	right: 0px;
	bottom: 0px;
	padding: 0px;
	float: left;
}
#header #rogo h1 {
}
#header #rogo h1 span {
	display: none;
}
#header #rogo a {
	display: block;
	height: 57px;
	width: 144px;
	background-image: url(../img/logo.gif);
	background-repeat: no-repeat;
}
#header #headmenu {
	float: right;
	width: 500px;
	text-align: right;
	font-size: 11px;
}
#headmenu .home {
	padding-top: 5px;
	padding-right: 5px;
	color: #CCCCCC;
}
.home a:active {
	color: #FFFFFF;
	text-decoration: underline
}
.home a:visited {
	color: #FFFFFF;
	text-decoration: underline
}
.home a:link {
	color: #FFFFFF;
	text-decoration: underline
}
.home a:hover {
	color: #E1FFEC;
	text-decoration: underline
}
#headmenu #link {
	text-align: right;
	padding-top: 15px;
	overflow: hidden;
	position: relative;
}
#link a:active {
	color: #333333;
	text-decoration: underline
}
#link a:visited {
	color: #333333;
	text-decoration: underline
}
#link a:link {
	color: #333333;
	text-decoration: underline
}
#link a:hover {
	color: #C01920;
	text-decoration: underline
}
#headmenu ul.align{
	width:500px;
}
#headmenu ul.align li{
	display:block;
	list-style:none; /* IEバグ対策 */
	text-align:right;
	float: right;
	margin-left: 10px;
}
#headmenu li a {
}
#headmenu .search {
	padding-top: 10px;
}
/*=============================================================
3.
#navi
=============================================================*/
#navi {
	width:900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	clear: both;
	padding-top: 5px;
}
#menu {
}
#navi dl {
	position:relative;
	margin:0;
	padding:0;
}
#navi dl span {
	display: none;
}
#navi dl dd {
	height:30px;
	float:left;
	list-style-type:none;
	padding:0;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	position: relative;
}
#navi dl dd a {
height:30px;
width:150px;
display:block;
margin:0;
padding:0;
}
#navi dl .navi1,
#navi dl .navi2,
#navi dl .navi3,
#navi dl .navi4,
#navi dl .navi5,
#navi dl .navi6 {
width:150px;
}
#navi dd a:hover {
	background-position: 0px -30px;
}
#navi .navi1 {background-image: url(../img/nav1.jpg);}
#navi .navi2 {background-image: url(../img/nav2.jpg);}
#navi .navi3 {background-image: url(../img/nav3.jpg);}
#navi .navi4 {background-image: url(../img/nav4.jpg);}
#navi .navi5 {background-image: url(../img/nav5.jpg);}
#navi .navi6 {background-image: url(../img/nav6.jpg);}


dl#menu{
	float: left;
	margin-top: 4px;
}
dl#menu ul{
		list-style: none;
}
dl#menu dd{
		float: left;
		text-align: center;
		position: relative;
		height: 30px;
}	
dl#menu dd a{
	display: block;
	color: #fff;
	text-decoration: underline;
	width: 150px;
	height: 30px;
}
dl#menu dd ul{
	background-color: #FFFFFF;
	display: none;
	position: absolute;
	top: 30px;
	left: 0px;
	z-index: 3;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #DFDFDF;
	border-right-color: #999999;
	border-left-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}	
dl#menu dd ul a{
	font-size: 12px;
	color: #C01920;
	height: 20px;
	line-height: 130%;
	text-align: left;
	width: 160px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 14px;
	background-image: url(../img/navi_arrow.gif);
	background-repeat: no-repeat;
	background-position: 5px 6px;
}
dl#menu dd ul.widthlong a {
	width: 270px;
}
dl#menu dd ul.widthlong2 a {
	width: 310px;
}
dl#menu dd ul.widthlong3 a {
	width: 360px;
}
dl#menu dd ul a.hierarchy{
	background: url(https://www.petfood.or.jp/images/gmArrow.gif) 122px center no-repeat;
}
dl#menu dd ul li.rollOver{
	background-color: #FBCDCF;
}
dl#menu dd ul li.rollOver a.rollOverA{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../img/navi_arrow2.gif);
	background-repeat: no-repeat;
	background-position: 5px 6px;
}
dl#menu dd ul li{
	position: relative;
	height: 25px;
	padding-top: 3px;
	font-size: 12px;
	padding-left: 3px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}
dl#menu dd ul li ul{
	display: none;
	position: absolute;
	top: 0px;
	left: 135px;
	z-index: 3;
}

/*=============================================================
.#ocontents
　コンテンツエリア
=============================================================*/
#content {
	width:860px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	clear: both;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #F3F3F3;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 25px;
	padding-left: 10px;
}
#content .title {
	padding-bottom: 4px;
	background-color: #C05A5A;
	padding-top: 6px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	border: 1px solid #C01920;
}
#content .title2 {
	width: 800px;
	padding-bottom: 4px;
	background-color: #F7F7F7;
	padding-top: 6px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid #DDDDDD;
}
#content .title p {
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 12px;
	line-height: 140%;
}
#content h2 {
	font-size: 17px;
	font-weight: bold;
	color: #C05A5A;
	text-align: right;
	margin: 0px;
	padding: 0px;
}
#content p {
	font-size: 13px;
	line-height: 150%;
	color: #333333;
}
#content ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#pan {
	font-size: 11px;
	color: #999999;
	padding-top: 15px;
	padding-left: 10px;
}
#pan strong {
	color: #000000;
}
.text11 {
	font-size: 11px;
	line-height: 140%;
	color: #333333;
	margin-top: 10px;
}
#pagetop {
	text-align:right;
	font-size:11px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
}
/*=============================================================
8.#footer
　フッタ部分の設定・フッタナビを含む
=============================================================*/
#footer {
	padding-top:20px;
	clear:both;
	width:900px;
	margin-right:auto;
	margin-left:auto;
}
#footerbody {
	background-color: #C01920;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 20px;
	padding-left: 15px;
}
#footer ul {
width:100%;
text-align:left;
line-height:14px;
margin:0;
padding:0;}
#footer li {
	list-style-type:none;
	display:inline;
	font-size:10px;
	padding:0;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
}
#footer li a {
	font-size:11px;
	line-height:16px;
	padding-right:3px;
	padding-left:6px;
	color:#FFFFFF;
	text-decoration:underline;
	background-image: url(../img/footerarrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#footer li a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
#footer p {
	font-size:11px;
	line-height:16px;
	text-align:left;
	color:#FFFFFF;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
