@charset "utf-8";

body,h1,h2,h3,h4,h5,h5,p,address,div,pre,blockquote,ol,ul,dd,dt,dl,form {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

/************************/
/* --ページレイアウト-- */
/************************/

body {
	margin: 5px 0;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	background-color: #ffc;
}

#wrap {
	margin: 5px auto;
	text-align: left;
	font-size: 14px;
	width: 880px;
	background-color: #333;
}

.margin-line10 {
	margin: 0 10px 10px 10px;
	background-color: #333;
}

.margin-line5 {
	margin: 5px;
	background-color: #fff;
}

img {
	border: none;
	margin: 0;
}

a:hover  img {
	position: relative;
	top: 1px;
	left: 1px;
}

/************************/
/* --ヘッダー-- 　　　　*/
/************************/

#head {
	width: 860px;
}

#h1 {
	background-color: #333;
	color: #fff;
	line-height: 2em;
	text-indent: 1em;
}

#banner {
	color: #fff;
	background: #fff no-repeat;
	width: 860px;
	height: 300px;
}

#banner  p {
	padding: 25px;
	line-height: 3em;
	font-weight: bold;
}

/************************/
/* --パンくず-- 　　　　*/
/************************/

#pankuzu {
	background-color: #333;
	color: #fff;
	height: auto;
}

#pankuzu  ul {
	text-indent: 1em;
}

#pankuzu  li {
	display: inline;
	line-height: 2em;
}

/************************/
/* --メイン-- 　　　　　*/
/************************/

#main {
	width: 510px;
	float: left;
	background-color: #fff;
	margin: 0px 0;
}

.h2-data {
	margin-bottom: 10px;
}

.h2-data  li {
	font-size: 13px;
	line-height: 0.3em;
	display: inline;
	margin-left: 5px;
}

.ymd {
	color: #093;
}

.now  img.l {
	margin: 2px 2px 2px 0;
}

.now  img.r {
	margin: 2px 0 2px 2px;
}

.main  li {
	display: inline;
	margin-right: 1em;
}

.main-left,.main-right {
	width: 248px;
}

.main-left {
	float: left;
}

.main-right {
	float: right;
}

.main-left  li,.main-right  li {
	margin-left: 20px;
}

.status,.status-sub {
	border-bottom: dashed 1px #999;
	margin: 5px 0;
	overflow: hidden;
}

#main  .status ,#main  .status-sub {
	height: 105px;
}

#menu  .status {
	height: 54px;
}

.status  dl,.status-sub  dl,.status  dt,.status-sub  dt,.status  dd,.status-sub  dd {
	display: inline;
}

.status  dt,.status-sub  dt {
	font-weight: bold;
}

.status  img {
	float: left;
	margin-right: 10px;
}

.status-sub  img {
	float: right;
	margin-left: 10px;
}

.main-left  p,.main-right  p {
	margin: 0 5px;
}

.main-auto {
	width: 500px;
}

#main-photo  h3 {
	display: inline;
}

/************************/
/* --メニュー-- 　　　　*/
/************************/

#menu {
	width: 330px;
	margin: 0px 5px;
	font-size: 13px;
	float: right;
	background-color: #333;
	color: #ccc;
}

#menu  li {
	line-height: 1.7em;
}

#menu-about  span,.menu-left  span,.menu-right  span {
	margin: 15px 3px 3px 3px;
	display: block;
}

#menu-animal  li,#menu-info  li,#topics-sample {
	list-style-type: none;
}

#menu-about  li,.menu-right  li {
	list-style: inside disc;
}

/* --トピックス-- 　　　　*/

#topics-sample {
	font-size: 12px;
}

#topics  dl {
	margin: 3px;
}

#topics  dt {
	float: left;
	margin: 0 5px;
	font-weight: bold;
	display: inline;
}

#topics  dd {
	margin: 5px;
}

#topics-sample  li,#topics-sample  ul {
	display: inline;
}

/* --アバウト-- 　　　　*/



/* --携帯-- 　　　　*/

#menu-keitai {
	height: 84px;
	margin-top: 20px;
}

/* --メニュー内共通-- 　*/

#menu  .menu-title {
	font-weight: bold;
	margin: 20px 0 5px 0;
	display: block;
	clear: both;
}

.menu-right,.menu-left {
	width: 50%;
}

.menu-right {
	float: right;
}

.menu-left {
	float: left;
}

#menu  address {
	border-top: solid 1px;
	padding-top: 1em;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-style: normal;
	line-height: 1.3em;
	margin: 2em 0;
}

/************************/
/* --フッター-- 　　　　*/
/************************/

#foot {
	width: 860px;
	margin: 0px 0px;
	background-color: #333;
	color: #fff;
	font-size: 14px;
	clear: both;
	text-align: center;
}

#copyright  address {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-style: normal;
	line-height: 1.5em;
	margin: 1em 0;
}

/* --マイリンク-- */

#site-link {
	background-color: #333;
	margin: 2em 0;
}

#site-link  li {
	display: inline;
	margin-left: 15px;
}

/************************/
/* --テキスト-- */
/************************/

h1 {
	font-weight: normal;
}

h2 {
	border-bottom: solid 1px #ccc;
	line-height: 1.5em;
	text-indent: 1em;
	margin: 20px 0 10px 0;
	clear: both;
	font-size: 20px;
	font-weight: bold;
}

h3 {
	margin: 0 0 2px 0;
}

p,li,dt,dd {
	line-height: 1.5em;
}

/************************/
/* --リンク-- */
/************************/


/* --メイン-- */

#main  a {
	color: #03c;
}

#main  a:visited {
	color: #09c;
}

#main  a:hover {
	color: #f00;
}

#main  .status  h3  a ,#main  .status-sub  h3  a ,#menu  a {
	text-decoration: none;
}

/* --メニュー-- */

#menu  .status  a {
	color: #09c;
}

#menu  .status  a:visited {
	color: #099;
}

#menu  a ,#foot  a,#pankuzu  a {
	color: #ccc;
}

#menu  a:visited ,#foot  a:visited ,#pankuzu  a:visited {
	color: #999;
}

#menu  a:hover  li,#menu  a:hover ,#menu  .status  a:hover ,#foot  a:hover,#pankuzu  a:hover {
	color: #fc3;
}

#menu-animal  a,#menu-info  a {
	background-position: left center;
	padding-left: 1.7em;
}

a:link.uma {
	background: url('/gazo/uma-ico-ccc.gif') no-repeat;
}

a:visited.uma {
	background: url('/gazo/uma-ico-999.gif') no-repeat;
}

a:hover.uma {
	background: url('/gazo/uma-ico-fc3.gif') no-repeat;
}

a:link.yagi {
	background: url('/gazo/yagi-ico-ccc.gif') no-repeat;
}

a:visited.yagi {
	background: url('/gazo/yagi-ico-999.gif') no-repeat;
}

a:hover.yagi {
	background: url('/gazo/yagi-ico-fc3.gif') no-repeat;
}

a:link.neko {
	background: url('/gazo/neko-ico-ccc.gif') no-repeat;
}

a:visited.neko {
	background: url('/gazo/neko-ico-999.gif') no-repeat;
}

a:hover.neko {
	background: url('/gazo/neko-ico-fc3.gif') no-repeat;
}

a:link.map {
	background: url('/gazo/map-ico-ccc.gif') no-repeat;
}

a:visited.map {
	background: url('/gazo/map-ico-999.gif') no-repeat;
}

a:hover.map {
	background: url('/gazo/map-ico-fc3.gif') no-repeat;
}

a:link.en {
	background: url('/gazo/en-ico-ccc.gif') no-repeat;
}

a:visited.en {
	background: url('/gazo/en-ico-999.gif') no-repeat;
}

a:hover.en {
	background: url('/gazo/en-ico-fc3.gif') no-repeat;
}

a:link.sitemap {
	background: url('/gazo/sitemap-ico-ccc.gif') no-repeat;
}

a:visited.sitemap {
	background: url('/gazo/sitemap-ico-999.gif') no-repeat;
}

a:hover.sitemap {
	background: url('/gazo/sitemap-ico-fc3.gif') no-repeat;
}

a:link.chumoku {
	background: url('/gazo/chumoku-ico-ccc.gif') no-repeat;
}

a:visited.chumoku {
	background: url('/gazo/chumoku-ico-999.gif') no-repeat;
}

a:hover.chumoku {
	background: url('/gazo/chumoku-ico-fc3.gif') no-repeat;
}

a:link.sitsumon {
	background: url('/gazo/sitsumon-ico-ccc.gif') no-repeat;
}

a:visited.sitsumon {
	background: url('/gazo/sitsumon-ico-999.gif') no-repeat;
}

a:hover.sitsumon {
	background: url('/gazo/sitsumon-ico-fc3.gif') no-repeat;
}

a:link.mail {
	background: url('/gazo/mail-ico-ccc.gif') no-repeat;
}

a:visited.mail {
	background: url('/gazo/mail-ico-999.gif') no-repeat;
}

a:hover.mail {
	background: url('/gazo/mail-ico-fc3.gif') no-repeat;
}

/************************/
/* --アイテム-- 　　　　*/
/************************/

.overflow {
	overflow: auto;
	background-color: #fff;
	color: #666;
}

.c-both {
	clear: both;
}

.bold {
	font-weight: bold;
}

.f-l {
	float: left;
}

.f-r {
	float: right;
}

.gray-box {
	border: 1px solid #999;
	margin: 5px 0 10px 0;
padding:5px;}

.film {
	margin: 30px 10px 0px 7px;
	background: #fcc url('/gazo/film23.gif') repeat-x;
	height: 500px;
}

.film  img {
	margin-right: 25px;
}

.film  li {
	display: inline;
}

.block-bold {
	display: block;
	font-weight: bold;
}

.block {
	display: block;
}

.inline,.inline  li {
	display: inline;
	margin-right: 0.5em;
}

pre {
	margin: 5px;
	white-space: normal;
	font-size: 12px;
}

.link-pre {
	white-space: normal;
	background-color: #cfc;
	border: solid 1px #ccc;
	overflow: auto;
	height: 30px;
}

.16px {
	font-size: 16px;
}

.12px {
	font-size: 12px;
}

.img-left,.img-left130 {
	margin-bottom: 10px;
	border-bottom: dashed 1px #999;
	clear: both;
}

.img-left  img,.img-left130  img {
	float: left;
	margin-right: 10px;
}
.img-left dl,.img-left130 dl{display:block;}
.img-left dt,.img-left dd,.img-left130 dt,.img-left130 dd{
	display: inline;
}
.img-left dt,.img-left130 dt{font-weight:bold;}
.img-left dd,.img-left130 dd{margin-right:1em;}
.img-left {
	height: auto;
}

.img-left130 {
	height: 130px;
}

.img-l,.img-r {
	margin: 5px 0;
	overflow: hidden;
}

.img-l  dl,.img-l  dt,.img-l  dd,.img-r  dl,.img-r  dt,.img-r  dd {
	display: inline;
}

.img-l  dt,.img-r  dt {
	font-weight: bold;
}

.img-l  img {
	float: left;
	margin-right: 10px;
}

.img-r  img {
	float: right;
	margin-left: 10px;
}

.thum {
	margin: 9px;
	width: 64px;
	float: left;
}

.thum  h4 {
	margin: 2px 0;
	text-align: center;
}

#bg-none {
	background-image: none;
}

.text-pink {
	color: #f69;
}

.text-green {
	color: #090;
}

.text-blue {
	color: #09c;
}

.text-red {
	color: #f00;
}
.m0{margin:0;}
.m5 {
	margin: 5px;
}

.m5-t {
	margin-top: 5px;
}

.m5-b {
	margin-bottom: 5px;
}

.m5-tb {
	margin: 5px 0;
}

.m5-l {
	margin-left: 5px;
}

.m5-r {
	margin-right: 5px;
}

.m5-lr {
	margin: 0 5px;
}

.m10 {
	margin: 10px;
}

.m10-t {
	margin-top: 10px;
}

.m10-b {
	margin-bottom: 10px;
}

.m10-tb {
	margin: 10px 0;
}

.m10-l {
	margin-left: 10px;
}

.m10-r {
	margin-right: 10px;
}

.m10-lr {
	margin: 0 10px;
}
.m20 {
	margin: 20px;
}

.m20-t {
	margin-top: 20px;
}

.m20-b {
	margin-bottom: 20px;
}

.m20-tb {
	margin: 20px 0;
}

.m20-l {
	margin-left: 20px;
}

.m20-r {
	margin-right: 20px;
}

.m20-lr {
	margin: 0 20px;
}
.inside {
	list-style-position: inside;
}

.outside {
	list-style-position: outside;
	margin-left: 25px;
}

.jitenfuu  dl {
	line-height: 1.5em;
	margin: 2px 0 0 0;
}

.jitenfuu  dt {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	float: left;
	clear: both;
}

.jitenfuu  dd {
	font-size: 14px;
	margin: 0;
}
.inline3 li{display:inline;list-style:disc inside;
	margin-left: 25px;width:33%;}


