@charset "utf-8";
/* CSS Document */

/* CSS reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* ページ全体 */
.box {
	background-repeat:repeat;
	background:url(../image/korfair/bg_pattern.jpg);
}

.top_bnr img{
	margin:10px 5px;
	margin:10px 2px 0px;
}

/* パンくずリスト */
div#pan {
	padding:5px;
	text-align:left;
	width:960px;
	margin:auto;	
}

#pan a:link {
	color:#0099FF;
}

#pan a:visited {
	color:#0099FF;
}

#pan a:hover {
	color:#ff0079;
}

/* コンテンツ部分 */
#top_title{
	width:100%;
	height:300px;		
	background-image:url(../image/korfair/korfair_title.jpg);
	background-repeat:no-repeat;
}

/* 検索フォーム */
#search_form {
	width:900px;
	border:1px ridge #452F21;
	padding:5px;
	font-size:12px;
	font-weight:bold;
	float:none;
	background-color: #FFF;
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:30px;
	margin-bottom:20px;
}
#search_form .v_day {
	float:left;
}
#search_form .free_word {
	float:left;
}
#wrap_all {
	width:960px;
	margin:0px auto;
	text-align:center;
	padding-top:20px;
	background-color:#FFF;
}
form .y{
	width:70px;
}
form .m{
	width:40px;
}
form .d{
	width:40px;
}


