@charset "utf-8"; 
/* ===================================================================
CSS information
 file name  :  default.css
 style info :  ƒŠƒZƒbƒg‹y‚Ñbody‰ŠúÝ’è (‚±‚ÌƒXƒ^ƒCƒ‹ƒV[ƒg‚ÍŠî–{“I‚É•ÏX‚µ‚È‚¢)
=================================================================== */
/*--- reset */
html, body	{
	margin: 0;
	padding: 0;
	height:100%; 
	_height: 100%;   
	_overflow: auto;  
}

html {
	overflow-y: scroll;
	min-height:100%;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
object,
embed {
	vertical-align: top;
}
hr,legend {
	display: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
img,abbr,acronym,fieldset {
	border: 0;
}
li {
	list-style-type: none;
}
img {
	border: 0;
	vertical-align:bottom;
}
/*------------------------------------------------
default
--------------------------------------------------*/
body {
	width:100%;
	text-align: justify;
	text-justify: inter-ideograph;
	text-align: left;
	font-size: 12px;
	color: #333333;
	font-family: "ƒqƒ‰ƒMƒmŠpƒS ProN W3", "Hiragino Kaku Gothic ProN", "ƒƒCƒŠƒI", Meiryo, Osaka, "‚l‚r ‚oƒSƒVƒbƒN", "MS PGothic", sans-serif;
}
* html body {	/* for IF6 */
	font-family: "ƒqƒ‰ƒMƒmŠpƒS ProN W3", "Hiragino Kaku Gothic ProN", "ƒƒCƒŠƒI", Meiryo, Osaka, "‚l‚r ‚oƒSƒVƒbƒN", "MS PGothic", sans-serif
}

/*------------------------------------------------
panel
--------------------------------------------------*/
#yoyaku-pro {
	width: 658px;
	height: 30px;
	overflow: hidden;
}
#yoyaku-pro form {
	vertical-align: middle;
	overflow: hidden;
}
.yoyaku_left {
	width: 435px;
	overflow: hidden;
	float: left;
	margin-top: 5px;
}































