﻿@charset "utf-8";
/*--------------------------------------------

	import
	
--------------------------------------------**/	

@import url(search_layout.css);
@import url(search.css);
@import url(../../../top/css/gnb_renewal.css);
@import url(../../../footer/css/footer.css);

/*--------------------------------------------

	reset
	
--------------------------------------------**/
html {
	overflow-y:scroll;
	overflow-x:hidden;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td{
	padding:0;
	margin:0;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img{
	border-style:none;
}
address,caption,cite,code,dfn,th,var{
	font-weight:normal;
	font-style:normal;
}
em {
	font-weight:bold;
	font-style:normal;
}
ol,ul{
	list-style:none;
}
textarea {
	font-size:100%;
}
caption,th{
	text-align:left;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
}
q:before,q:after{
	content:'';
}
abbr,acronym{
	border:0;
}
button{
	border:none;
	cursor:pointer;
}
button span{
	display:none;
}
/* ---------------------------------------------------

	clear

--------------------------------------------------- */

.clearfix:after {
	content:"."; 
	display:block; 
	visibility:hidden; 
	height:0.1px; 
	font-size:0.1em; 
	line-height:0; 
	clear:both; 
}
.clearfix {
	display:inline-block;
}
.clearfix {
	display:block;
}
.clear {
	clear:both;
}

/*--------------------------------------------

	link color
	
--------------------------------------------**/	
a,
a:active,
a:hover {
	color:#0033cc;
	text-decoration:underline;
}
a:visited {
	color:#810081;
}

/*--------------------------------------------

	body
	
--------------------------------------------**/	
body {
	font-family:"ＭＳ Ｐゴシック","MS PGothic","Arial","sans-serif","Osaka","ヒラギノ角ゴ Pro W3";	
	font-size:12px;
	color:#000000;
	background:url(../img/bg/bg.png) repeat-x left top;
}
