body {
	margin: 0px;
	padding: 0px;
}
#page {
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FF7615;
	border-left-color: #FF7615;
}
/*============================================================
#header

============================================================*/
#header {
	background-image: url(../image/h-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#header a:link,
#header a:visited,
#header a:active{text-decoration:underline;color:#0000FF;}
#header a:hover{text-decoration:none;color:#333333;}
#header #logo {
	padding-top: 20px;
	padding-left: 15px;
	float: left;
}
#header ul {
	padding-top: 45px;
	text-align: right;
	padding-right: 10px;
	margin: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#header ul li {
	font-size: 13px;
	line-height: 150%;
	display: inline;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}






/*========================================
#topic_path

========================================*/
#topic_path {
	width:100%;
	text-align:left;
	padding:0;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0px;
}
#topic_path dt,
#topic_path dd {
	display:inline;
	font-size:11px;
	line-height:150%;
	margin:0;
	padding:0;
	font-weight: bold;
	color: #333333;
}
#topic_path dd {color:#333333;}
#topic_path a {
	text-decoration:underline;
	padding:0 5px;
	font-weight: normal;
	color: #0000FF;
}
#topic_path a:hover {
	color:#333333;
	text-decoration:none;
}



/*========================================
#side_navi

========================================*/
#side {
	margin: 0px;
	width: 180px;
	float: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	overflow: hidden;
}
#side ul {
	margin: 0px;
	padding: 0px;
}


#side ul li {
	background-image:url(../common_image/side_btn1.jpg);
	list-style-type: none;
	text-indent: 18px;
	font-size: 12px;
	line-height: 25px;
	padding: 0px;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}

#side ul .con_ttl a {background-image:url(../common_image/side_btn1.jpg);}
#side ul .con_ttl a:hover {}
#side ul li a {
	background-image:url(../common_image/side_btn2.jpg);
display:block;
width:100%;
height:25px;
}

#side ul li a:hover {
	border-width: 0px;
	border-style: none;
	height:25px;
	color: #FF6600;
	background-position: 0px -25px;
 }


#side li a:hover {
	border-width: 0px;
	border-style: none;
	height:25px;
	color: #FF6600;
	 }
#side ul a:link,
#side ul a:visited,
#side ul a:active{

	color: #000000;
}
/*========================================
#footer

========================================*/ 

#footer {
	text-align: center;
	padding-top: 0px;
	padding-bottom: 5px;
	clear: both;
}
#footer ul {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FF9900;
	margin: 0px;
	text-align: center;
	width: 100%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer ul li {
	font-size: 13px;
	position: relative;
	display: inline;
	list-style-type: none;
}
#footer ul li a {
	width:17px;
}

#footer a:link,
#footer a:visited,
#footer a:active{text-decoration:underline;color:#0000FF;}
#footer a:hover{text-decoration:none;color:#333333;}
#footer p{
	font-size: 13px;
	text-align: center;
	color: #666666;
	margin-top: 5px;
	margin-bottom: 15px;
}



/*========================================
100423追加
#side .event
/puppyparty/
イベント用に作成。終了後削除可
========================================*/ 

#side .event {
	wieth:180px;
	margin-bottom: 10px;
}
/*========================================
100816追加
#side .recruit
/recruit/
採用情報用に作成。終了後削除可
========================================*/ 
#side .recruit {
text-align:center;
margin:0 0 5px;
padding:0;
}
#side .recruit p {
margin:0;
padding:0;
}
#side .recruit p a {
display:block;
font-size:11px;
line-height:150%;
text-align:left;
color:#0033FF;
text-decoration:none;
background-color:#FFFFDD;
border-color:#FF9900;
border-style:solid;
border-width:1px 1px 1px 0;
padding:5px;
}
#side .recruit p a span {
text-indent:-.5em;
display:block;
font-size:12px;
padding:0 0 0 .5em;
}
#side .recruit p a:hover {
background-color:#FFFF99;
color:#000099;
text-decoration:underline;
}