@charset 'utf-8';

/* =============================================================================
更新履歴
============================================================================= */
/*--start 20140919--*/
/*--//end 20140919--*/

/*----------------------------------------------------------
リセット
----------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
body {
	min-width: 1000px;
	color: #333;
	font-family:
		Arial,
		Verdana,
		'Helvetica Neue',
		Helvetica, sans-serif
	;
	font-size: 13px;
	line-height: 19px;

	-webkit-text-size-adjust: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}
ul,
ol,
li {
	list-style-type: none;
}
a:link,
a:visited {
	text-decoration: none;
	color: #003b83;
}
a:active,
a:hover {
	text-decoration: underline;
}
img {
	vertical-align: top;
	border: 0;
}
/*--start 20140919--*/
input {
	vertical-align: middle;
}
/*--//end 20140919--*/
