@charset "utf-8";

/*//////////////////////////////////////////////////////////////////////////////

	[default.css]
	
	(C) Shinkousoku Printing Inc.
	
	contents:
		A. reset
		B. body
		C. text
		D. table
		E. form

//////////////////////////////////////////////////////////////////////////////*/


/*------------------------------------------------------------------------------

	A. reset

------------------------------------------------------------------------------*/

body, div,
h1, h2, h3, h3, h4, h5, h6,
p, blockquote, address, pre,
ul, ol, li, dl, dt, dd,
table, th, td,
form, fieldset {
	margin: 0;
	padding: 0;
}


/*------------------------------------------------------------------------------

	B. body

------------------------------------------------------------------------------*/

body {
	background: #FFF;
	text-align:justify;
	text-justify:distribute;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 13px;
	line-height: 1.54;/*=20px*/
	color: #333;
}


/*------------------------------------------------------------------------------

	C. text

------------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-weight: bold;
	font-size: 100%;
}

ul,
ol,
dl {
	margin: 1.54em 0;
}

ul ul, ul ol, ul dl,
ol ul, ol ol, ol dl,
dl ul, dl ol, dl dl,
th ul, th ol, th dl,
td ul, td ol, td dl {
	margin: 0;
}

li,
dd {
	margin-left: 2em;
}

dt {
	font-weight: bold;
}

address {
	font-style: normal;
}

em {
	font-style: normal;
}

strong {
	font-weight: bold;
}

img {
	border: none;
}

a:focus {
	outline: none;
}


/*------------------------------------------------------------------------------

	D. table

------------------------------------------------------------------------------*/

table {
	margin: 1.54em 0;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 11px;
}

th,
td {
	padding: 0 0.25em;
	height: 35px;
	border: 1px solid #CCC;
	line-height: 1.2;
	text-align: left;
	vertical-align: center;
}

caption {
	margin: 0 0 0.5em;
}


/*------------------------------------------------------------------------------

	E. form

------------------------------------------------------------------------------*/

select,
input.textbox,
textarea {
	padding: 4px;
	border: 1px solid #999;
	line-height: 1.54;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 100%;
}

select:focus,
input.textbox:focus,
textarea:focus {
	background: #FFC;
	border-color: #C90;
}

select.error,
input.error,
textarea.error {
	background: #FCC;
	border-color: #F99;
}
