@charset "utf-8";

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

	[sksp.css]
	
	(C)Shinkousoku Printing Inc.
	
	A. resert
	B. body
	C. text
	D. table
	E. form

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

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

	A. resert

------------------------------------------------------------*/
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 {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	color: #4A453F;
}

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

	C. text

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

/* block

------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

h1, h2, h3, h4, h5 {
	line-height: 1.2;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
	text-align:center;
}

h6 {
	font-size: 13px;
}

p, li, dd, td {
	text-align: justify;
	text-justify: inter-ideograph;/*IE*/
}

/* inline
------------------------------------------------------------*/
em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

hr {
	display: none;
}

img {
	border: none;
}

/* anchor
------------------------------------------------------------*/
a {
	color: #069;
	outline: none;
}

a:visited {
	color: #999;
}

a:hover {
	color: #F60;
}

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

	D. table

------------------------------------------------------------*/
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* html table {
	font-size: 100%;
}

th,
td {
	vertical-align: top;
	padding: 0.5em 0;
	line-height: 1.5;
}

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

	E. form

------------------------------------------------------------*/
select,
input,
textarea {
	line-height: 1.2;
	font-size: 12px;
}
.font_size_10 {
	font-size: 10px;
	color:#999
}
 