@charset "utf-8";
/* =================================================================
		Reset Styles
================================================================= */
html, body, div, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, address,
ul, ol, li, dl, dt, dd,
table, th, td,
form, fieldset {
	color: #505050;
	font-weight: normal;
	line-height: 1.5;
	margin: 0;
	padding: 0;
}
/* Base Styles */
body{
		font: 13px/1.231 "メイリオ","Meiryo","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","Osaka",sans-serif;
		*font-size:small;
		*font:x-small;
        min-width:1000px;
		width: auto !important;
		width: 1000px;
}
select,input,button,textarea{
	font: 99% "メイリオ","Meiryo","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","Osaka",sans-serif;
}
pre,code,kbd,samp,tt{
	font-family: monospace;
	*font-size: 108%;
	line-height: 100%;
}
img{
	border: none;
	vertical-align: bottom;
}
table{
	font-size: inherit;
	font: 100%;
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}
label{
	cursor: pointer;
}
input,
select,
textarea{
	padding: 2px;
}
ol,ul{
	list-style: none;
}
a,
input{
	outline: none;
}
/*	Basic Text Link	*/
a {
	color: #217FC4;	text-decoration: none;
}
a:link {
	color: #217FC4;	text-decoration: none;
}
a:visited {
	color:#9900CC; text-decoration: none;
}
a:hover {
	color: #217FC4;	text-decoration: underline;
}
a:focus {
	color: #217FC4;	text-decoration: underline;
}
a:active {
	color: #217FC4;	text-decoration: underline;
}
