body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-image: url(../images/body_bg.gif);
}
h1 {
	font-size: 12px;
	color: #999999;
	padding: 0px;
	margin-top: 2px;
	margin-bottom: 3px;
}
h2 {
	margin:0px;
	display: none;
	padding: 0px;
}
h3 {
	margin:0px;
	font-size: 14px;
	padding: 0px;
}
h4 {
	margin:0px;
	padding: 0px;
}
.clear {
	margin:0px;
	clear: both;
	padding: 0px;
}
.clear20 {
	clear: both;
	padding: 0px;
	margin-bottom: 20px;
}
.dotlineClear {
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-bottom: 5px;
}

/* コンテナ背景 */
#container {
	background-image: url(../images/container_bg.gif);
	background-repeat: repeat-y;
	padding: 0px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/* ページレイアウト */
#page {
	padding: 0px;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* ヘッダメニュー */
#top-img {
	margin:0px;
	padding: 0px;
}

/* ヘッダ */
#header {
	padding: 0px;
	margin: 0px;
	height: 105px;
}
#head-logo {
	margin:0px;
	padding: 0px;
	float: left;
	width: 350px;
	height: 60px;
}
#head-tel {
	margin:0px;
	height: 60px;
	text-align: right;
	font-size: 12px;
	color: #999999;
}

/* ヘッダメニュー */
#head-menu {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;
}
#head-menu ul {
	margin:0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
#head-menu li {
	float: left;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
}
#head-menu li.line {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}
#head-menu a, #head-menu a:link, #head-menu a:visited {
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
	background-image: url(../images/menu_off_bg.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 186px;
	padding-top: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	text-align: center;
	display: block;
	font-weight: bolder;
	padding-bottom: 5px;
}
#head-menu a:hover {
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
	background-image: url(../images/menu_on_bg.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 186px;
	padding-top: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	text-align: center;
	display: block;
	font-weight: bolder;
}

/* ヘッダメニュー */
#head-catemenu {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	clear: both;
}
#head-catemenu ul {
	margin:0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
#head-catemenu li {
	float: left;
	padding: 3px;
	list-style-image: none;
	list-style-type: none;
	height: 100px;
	width: 175px;
	border: 1px solid #999999;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 4px;
}
#head-catemenu dl {
	padding: 0px;
	margin: 0px;
}
#head-catemenu dt {
	padding: 0px;
	margin: 0px;
}
#head-catemenu dd {
	margin: 0px;
	background-image: url(../images/cate_txt_bg.gif);
	background-repeat: no-repeat;
	padding-top: 5px;
	display: block;
	height: 25px;
	width: 175px;
}
#head-catemenu a, #head-catemenu a:link, #head-catemenu a:visited {
	color: #0066FF;
	font-size: 14px;
	text-decoration: none;
	font-weight: bolder;
	display: block;
	height: 70px;
	text-align: center;
}
#head-catemenu a:hover {
	color: #0066FF;
	font-size: 14px;
	text-decoration: none;
	font-weight: bolder;
	text-align: center;
}

/* コンテンツレイアウト */
#content-wapper {
	clear: both;
	margin: 0px;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
}
/* コンテンツ */
#contents {
	margin:0px;
	float: right;
	width: 720px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

/* バナー */
#banner {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#banner ul {
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
}
#banner li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
/* TOPメインコンテンツ */
#main {
	margin:0px;
	width: 520px;
	float: left;
	padding-right: 20px;
}
#main h2 {
	margin:0px;
	text-indent: -10000px;
	padding: 0px;
}
#main h4 {
	font-size: 12px;
	line-height: 150%;
	color: #666666;

	font-weight: normal;
	padding: 3px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#main p {
	font-size: 12px;
	line-height: 150%;
	color: #999999;
}
#main ul {
	margin:0px;
	padding: 5px;
}
#main li {
	margin:0px;
	list-style-type: none;
	font-size: 12px;
	line-height: 150%;
	color: #666666;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-image: none;
}

/* 右メニュー */
#right-menu {
	float: left;
	width: 180px;
	margin: 0px;
	padding: 0px;
}
#submenu-ttl {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	width: 180px;
}
#submenu {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#submenu ul {
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
}
#submenu li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#submenu a, #submenu a:link, #submenu a:visited {
	color: #666666;
	font-size: 12px;
	text-decoration: none;
	width: 178px;
	padding-top: 7px;
	display: block;
	text-indent: 20px;
	height: 16px;
	border: 1px solid #CCCCCC;
	margin: 0px;
	background-image: url(../images/menu_def_bg.gif);
	background-repeat: no-repeat;
}
#submenu a:hover {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	background-image: url(../images/menu_hover_bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
}







/* メールサービス タイトルとイメージ */
#mailsrv {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(../images/page_bg_1.gif);
	background-repeat: no-repeat;
	height: 120px;
}

/* 検索画面 タイトルとイメージ */
#srcimg {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(../images/page_bg_3.gif);
	background-repeat: no-repeat;
	height: 120px;
}
#topttl {
	margin:0px;
	padding: 0px;
	float: left;
	width: 500px;
}
#topttl h2 {
	margin:0px;
	font-size: 18px;
	color: #999999;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#topttl p {
	margin:0px;
	font-size: 12px;
	line-height: 130%;
	color: #999999;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	width: 400px;
}
#topttl a,#topttl a:hover,#topttl a:link,#topttl a:visited {
	margin:0px;
}
#topimgr {
	margin:0px;
	padding: 0px;
	float: left;
	width: 280px;
}
/* 左メニュー */
#left-menu {
	margin:0px;
	float: left;
	width: 185px;
	padding: 0px;
}
#menu-ttl {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	width: 185px;
}
#main-menu {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#main-menu ul {
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
}
#main-menu li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#main-menu a, #main-menu a:link, #main-menu a:visited {
	color: #666666;
	font-size: 12px;
	text-decoration: none;
	width: 183px;
	padding-top: 7px;
	display: block;
	text-indent: 20px;
	height: 16px;
	border: 1px solid #CCCCCC;
	margin: 0px;
	background-image: url(../images/menu_def_bg.gif);
	background-repeat: no-repeat;
}
#main-menu a:hover {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	background-image: url(../images/menu_hover_bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
}


/* タイトルコメント */
#comment {
	font-size: 12px;
	line-height: 150%;
	color: #666666;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}

/* 千葉広産について */
#aboutus {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 1px solid #666666;
}
#aboutus p {
	padding: 5px;
	margin: 0px;
}
#aboutus dl {
	padding: 0px;
	margin: 0px;
}
#aboutus dt {
	padding: 5px;
	margin: 0px;
	float: left;
	width: 180px;
}
#aboutus dd {
	padding: 5px;
	margin: 0px;
	float: left;
	width: 300px;
}
#aboutus ul {
	padding: 0px;
	margin: 0px;
	list-style-image: none;
	list-style-type: none;
}
#aboutus li {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	line-height: 150%;
	color: #666666;
	list-style-image: none;
	list-style-type: none;
}

.comp-line {
	margin:0px;
	font-size: 12px;
	line-height: 150%;
	color: #666666;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}

/* プライバシー */
#priv {
	margin:0px;
	padding: 10px;
}
#priv p {
	margin:0px;
	font-size: 12px;
	line-height: 1.5;
	color: #666666;
	padding: 0px;
}
#priv ol {
	margin:0px;
	padding: 20px;
}
#priv li {
	margin:0px;
	font-size: 12px;
	line-height: 2;
	color: #666666;
	padding: 0px;
}

/* オーナー様へ */
#owner {
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#owner p {
	margin:0px;
	font-size: 12px;
	line-height: 200%;
	color: #666666;
	padding: 10px;
}

/* ペットと暮らす */
#pet {
	padding: 0px;
	margin: 0px;
}
#pet strong {
	margin: 0px;
	font-size: 14px;
	line-height: 200%;
	color: #FF6699;
	font-weight: bolder;
	padding-top: 10px;
	padding-bottom: 10px;
}
#pet p {
	margin: 0px;
	font-size: 12px;
	line-height: 150%;
	color: #666666;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#pet ul {
	padding: 0px;
	margin: 0px;
	list-style-image: none;
	list-style-type: none;
}
#pet li {
	margin: 0px;
	float: left;
	padding: 0px;
}
#pet dl {
	margin: 0px;
	padding: 0px;
}
#pet dt {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: bolder;
	color: #FF6699;
}
#pet dd {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 150%;
	color: #666666;
}
#popular-box {
	margin:0px;
	height: 167px;
	width: 255px;
	padding: 0px;
	float: left;
}
.popu-bg1 {
	margin:0px;
	padding: 0px;
	background-image: url(../images/pet_ninki01.gif);
	background-repeat: no-repeat;
}
.popu-bg2 {
	margin:0px;
	padding: 0px;
	background-image: url(../images/pet_ninki02.gif);
	background-repeat: no-repeat;
}
.popu-bg3 {
	margin:0px;
	padding: 0px;
	background-image: url(../images/pet_ninki03.gif);
	background-repeat: no-repeat;
}
.popu-bg4 {
	margin:0px;
	padding: 0px;
	background-image: url(../images/pet_ninki04.gif);
	background-repeat: no-repeat;
}
.popu-txt {
	margin:0px;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 10px;
	font-size: 12px;
	line-height: 150%;
	color: #666666;
}
#pet-network {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#pet-network h5 {
	font-size: 12px;
	line-height: 150%;
	color: #FF66CC;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF6699;
	margin-bottom: 5px;
}
#pet-network p {
	margin:0px;
	font-size: 12px;
	line-height: 150%;
	color: #666666;
}
.pet-network-bg {
	background-color: #FFE6FF;
}
.pet-owner-img {
	margin:0px;
	padding: 5px;
	width: 120px;
}
.pet-owner-txt {
	margin:0px;
	padding: 5px;
	width: 375px;
}

#pet-owner {
	margin:0px;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#pet-owner ul {
	margin: 0px;
	list-style-image: none;
	list-style-type: none;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#pet-owner li {
	margin: 0px;
	float: left;
	padding: 0px;
}
#pet-owner dl {
	margin: 0px;
	padding: 0px;
}
#pet-owner dt {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: bolder;
	color: #FF6699;
}
#pet-owner dd {
	margin: 0px;
	font-size: 12px;
	line-height: 150%;
	color: #666666;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

/* 保証 */
#hosho {
	padding: 0px;
	margin: 0px;
}
#hosho strong {
	margin: 0px;
	font-size: 14px;
	line-height: 200%;
	color: #0066CC;
	font-weight: bolder;
	padding-top: 10px;
	padding-bottom: 10px;
}
#hosho p {
	margin: 0px;
	font-size: 12px;
	line-height: 150%;
	color: #666666;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.hosho-tbl {
	background-color: #0066CC;
}
.hosho-ttl {
	margin:0px;
	font-size: 12px;
	line-height: 150%;
	color: #666666;
	background-color: #E6F2FF;
	padding: 5px;
}
.hosho-txt {
	margin:0px;
	font-size: 12px;
	line-height: 150%;
	color: #666666;
	background-color: #FFFFFF;
	padding: 5px;
}

/* PM・CPM */
#pm {
	padding: 0px;
	margin: 0px;
}
#pm strong {
	margin: 0px;
	font-size: 14px;
	line-height: 200%;
	color: #0066CC;
	font-weight: bolder;
	padding-top: 10px;
	padding-bottom: 10px;
}
#pm p {
	margin: 0px;
	font-size: 12px;
	line-height: 150%;
	color: #666666;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#pm ul {
	margin:0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
#pm li {
	margin:0px;
	padding: 0px;
	float: left;
}
#pm dl {
	margin:0px;
}
#pm dt {
	margin:0px;
}
#pm dd {
	margin:0px;
}
.pm-point {
	margin: 0px;
	font-size: 12px;
	line-height: 200%;
	color: #0066CC;
	padding-top: 10px;
	padding-bottom: 5px;
}

/* お問い合わせメールフォーム */
#toiawase {
	padding: 9px;
	border: 1px solid #CCCCCC;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#toiawase p {
	margin:0px;
	font-size: 12px;
	line-height: 150%;
	color: #666666;
	padding: 10px;
}
#toiawase dl {
	margin:0px;
	padding: 0px;
	clear: both;
}
#toiawase dt {
	margin:0px;
	font-size: 12px;
	line-height: 150%;
	color: #666666;
	padding: 8px;
	float: left;
	width: 100px;
}
#toiawase dd {
	margin:0px;
	font-size: 12px;
	line-height: 150%;
	color: #666666;
	padding: 10px;
	float: left;
}
.red_border {
	margin:0px;
	padding: 5px;
	border: 1px solid #FF0000;
	font-size: 12px;
	line-height: 150%;
	color: #666666;
}

.txtgly {
	font-size: 12px;
	line-height: 150%;
	color: #666666;
}
.dotline {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

/* サイトマップ */
#sitemap {
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#sitemap ul {
	padding: 0px;
	margin: 0px;
	list-style-image: none;
	list-style-type: none;
}
#sitemap li {
	font-size: 12px;
	line-height: 150%;
	margin: 0px;
	padding-left: 15px;
	padding-top: 0px;
}
#sitemap strong {
	font-size: 14px;
	font-weight: bolder;
	color: #0066CC;
	line-height: 250%;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 520px;
}
#sitemap a {
	margin:0px;
	color: #666666;
	text-decoration: none;
}
#sitemap a:hover {
	margin:0px;
	color: #0066CC;
	text-decoration: none;
}

/* フッター */
#foot-link {
	clear: both;
	width: 930px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	text-align: center;
	color: #999999;
}
#foot-link ul,#foot-link li {
	margin:0px;
	padding: 5px;
	list-style-image: none;
	list-style-type: none;
}
#foot-link li {
	margin:0px;
	font-size: 12px;
	line-height: 200%;
	padding: 0px;
}
#foot-link a {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
#foot-link a:hover {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
#footer {
	margin:0px;
	font-size: 10px;
	color: #666666;
	background-image: url(../images/menu_bg.gif);
	background-repeat: repeat-x;
	text-align: center;
	height: 15px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	clear: both;
}

/* エラー */
#err {
	clear: both;
	width: 500px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#err dl {
	margin: 0px;
	padding: 10px;
	border: 1px solid #999999;
}
#err dt {
	margin-bottom: 0px;
	font-size: 16px;
	line-height: 200%;
	font-weight: bolder;
	color: #0066CC;
}
#err dd {
	font-size: 14px;
	line-height: 150%;
	color: #666666;
	margin: 0px;
	padding: 0px;
}

/* メールサービス FLASH */
#flashContent { display:none; }
