@charset "utf-8";

body{
	/* font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif; */
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"; 
}

img {
	border-style:none
}
#header {
	margin: 0px;
	padding: 0px;
	width: 100%;
	vertical-align: middle;
	height: 112px;
	background-image: url(../images/header.jpg);
	background-repeat: repeat-x;
}
.center {
	width: 948px;
	/*
	position: absolute;
	margin-left: -474px;
	left: 50%;
	*/
	margin-left:auto;
	margin-right:auto;
	
}
#serch {
	/*
	float: right; 
	text-align: right;
	*/
	position: relative;
	top: -9px;
	height: 24px;
	left:850px;
	/* width:100px; */
	width:100px;
	
}

#serch a{
	background-image:url(../images/link_point.jpg);
	background-repeat:no-repeat;
	font-size:12px;
	padding-left:24px;
	display:block;
	height:24px;
	line-height:25px;
	color:#FFFFFF;
	text-decoration:none;
}

#title {
	margin: 0px;
	padding: 0px;
	
	height: 35px;
	width: 218px;
	position: relative;
	top: 19px;
}
#footer {
	clear: both;
	height: 48px;
	width: 100%;
	text-align: center;
	/* position: absolute; */
	position:relative;
	background-image: url(../images/footer.jpg);
	background-repeat: repeat-x;
	/* bottom: 0px; */
}
#footer  p  {
	font-size: 11px;
	color: #FFFFFF;
	line-height: 22px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer  a  {
	color: #FFFFFF;
	text-decoration: none;
}
#footer  a:hover{
	text-decoration:underline;
}

#footer  visited  {
    color:#333333;
}

