@charset "utf-8";

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

	[sksp.css]
	
	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 {
	background: #FFF;
	font-family: Verdana, sans-serif;
	font-size: 13px;
	line-height: 1.5;
	color: #333;
}

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

	C. text

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

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

h1 {
}

h2 {
}

h3 {
}

h4 {
}

h5 {
}

h6 {
}

em {
}

strong {
	font-weight: bold;
}

abbr, acronym {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	cursor: help; 
}  

/* other
------------------------------------------------------------*/
hr {
	display: none;
}

img {
	border: none;
}

/* anchor
------------------------------------------------------------*/
a {
	color: #06C;
}

a:visited {
	color: #777;
}

a:hover {
	color: #F30;
}

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

	D. table

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

th,
td {
	vertical-align: top;
	padding: 0.25em 0.5em;
	line-height: 1.5;
}
@media print {
	th,
	td {
		0.5em;
	}
}

table thead th {
	line-height: 1.2;
}

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

	E. form

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

/* control
------------------------------------------------------------*/
select,
input,
textarea {
	font-size: 99%;
}

input.textbox,
textarea,
select {
	border: 1px solid #C0C0C0;
	border-bottom: 1px solid #DDD;
	border-right: 1px solid #DDD;
	line-height: 1.2;
}

input.textbox,
textarea {
	padding: 4px;
}

input.textbox:focus,
textarea:focus,
select:focus {
	background: #FFFFE1;
	border: 1px solid #E5CD6E;
	border-bottom: 1px solid #FFEDA2;
	border-right: 1px solid #FFEDA2;
}

input.error,
textarea.error,
select.error {
	background: #FFEDED;
	border: 1px solid #EDA4A4;
	border-bottom: 1px solid #FFD0D0;
	border-right: 1px solid #FFD0D0;
}

label.error {
	background: #FFEDED;
}

input.hidden,
textarea.hidden,
select.hidden {
	display: none;
}
