/* CSS Document */

/*
Pink: #FA8D92
*/

body {
	margin: 20px 0 0 20px;
	font-family: Arial, Helvetica, sans-serif;
}
body,td,th {
	font-size: 14px;
	color: #000;
}
h1 {
	line-height:normal;
	margin: 0;
	font-size: 14px;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
}
#menu {

}
#content, #footer {
	background: #FA8D92;
}

.ttl {
	font-size: 14px;
	font-weight: bold;
}
a:link {
	color: #FDFBDF;
	text-decoration: none;
}
a:visited {
	color: #FDFBDF;
	text-decoration: none;
}
a:hover {
	color: #FDFBDF;
	text-decoration: none;
}
a:active {
	color: #FDFBDF;
	text-decoration: none;
}
.btn {
	/*display: block;*/
	height: 25px;
	color: #000;
	font-size: 14px;
	border: 1px solid #000;
	background: transparent;
	background-color: #FFF;
	font-style:italic;
	font-family: "Verdana", "Arial", "Helvetica";
	cursor: pointer;
}
.btn:hover{
	background:#FDA9AE;
}
.inp { 
	color: #988F7B; 
	border-bottom: #988F7B 1px solid ; 
	border-left: #988F7B 1px solid ; 
	border-right: #988F7B 1px solid ; 
	border-top: #988F7B 1px solid ; 
	background: transparent; 
	background-color: #FFF; 
}
.inp_noborder { 
	color: #988F7B; 
	border-bottom: #988F7B 0px solid ; 
	border-left: #988F7B 0px solid ; 
	border-right: #988F7B 0px solid ; 
	border-top: #988F7B 0px solid ; 
	background: transparent; 
	background-color: #FFF; 
}
.inp_select { 
	color: #988F7B; 
	border-bottom: #988F7B 1px solid ; 
	border-left: #988F7B 1px solid ; 
	border-right: #988F7B 1px solid ; 
	border-top: #988F7B 1px solid ; 
	//background: transparent; 
	background-color: #FFF; 
}
#library td{
	text-align:center;
}
.bear_select_cat{
	font-style:italic;
	font-weight: bold;
}
.bear_select_item{
	padding-left: 15px;
}
#order input[type="submit"],input[type="button"],input[type="reset"]{
	height: 25px;
	color: #000;
	font-size: 14px;
	border: 1px solid #000;
	background: transparent;
	background-color: #FFF;
	font-style:italic;
	font-family: "Verdana", "Arial", "Helvetica";
	cursor: pointer;
}
#logon_form{
	border: 1px solid #FFF;
}
#logon_form th {
	border-bottom: 1px solid #FFF;
	/*line-height: normal;*/
	background: #FFF;
	padding: 5px;
}
