/*
 *Stylesheet for SAITAMA CITY KODOMO ZOO.
 *Copyright (C) 2008 MEDIA-TRUST Co.,Ltd All Right Reserved.
 */   
/*-----------------------------basic-------------------------*/
* {margin:0; padding:0;}
body {
	/*background:url(../img/bg_slash.gif) top center;*/
	font-family:"‚l‚r ‚oƒSƒVƒbƒN";
	background:url(../img/bg_all.gif) repeat-y top center;
	font-size:80%;
	color:#4f4f4f;
	line-height:1.7;
	text-align:left;
}
h1, h2, h3, h4, h5, h6{font-size:100%; line-height:1.7;}
ul, li, dl, dt, dd {list-style:none;}
img {border:none; margin:0; padding:0; line-height:0;}
hr {display:none;}
a:link {color:#222; text-decoration:underline;}
a:visited {color:#3c3c3c;}
a:hover {text-decoration:underline;color:#a2a2a2;}
img {border:none;}
.sp5 {height:5px; display:block;}
.sp10 {height:10px; display:block;}
.sp15 {height:15px; display:block;}
.sp20 {height:20px; display:block;}
/*\*/
a {overflow:hidden; text-decoration:none;}
/**/
p {margin:0; padding:0;}
/*---strong/em----*/
strong, b {font-weight:bold;}
em {font-style:normal;}
/*-------table--------*/
table {width:99%;}
table th,table td {text-align:left;padding:4px;vertical-align:top;}
/*----form----*/
input,
textarea{line-height:1.7;
	font-size: 100%;
}
input{
	height: 1.8em;
	vertical-align:middle;
	*line-height: 1.5;
	/*---vertical-align: middle;
	/*---vertical-align: text-top;----*/
}

.red{color: #ff0000;}
.text10{font-size:100%;}
.paR20{padding-right:20px;}