@charset "utf-8";

/*============================================================

	[default.css] sksp.co.jp

============================================================*/


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

	Container

------------------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	background: #FFF url(../img/background.jpg) no-repeat center top;
	font: 13px/1.6923 Verdana, sans-serif;
	color: #666;
}
* html body {
	text-align: center;
}



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

	Anchor Module

------------------------------------------------------------*/
a:link {
	color: #333;
}

a:visited {
}

a:hover {
}

img {
	border: none;
	display: block;
}

hr {
	display: none;
}




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

	Text Module

------------------------------------------------------------*/
h2,
h3,
h4,
h5,
h6 {
	margin-top: 1em;
	margin-bottom: 0.5em;
	line-height: 1.2;
	font-weight: bold;
	clear: both;
}

h1 {
	margin: 0 0 1em;
	font-size: 230.4%;
}

h2 {
	font-size: 192%;
}

h3 {
	font-size: 160%;
}

h4 {
	font-size: 133.33%;
}

h5 {
	font-size: 116.67%;
}

h6 {
	font-size: 100%;
}

p,
pre,
address,
cite {
}

em {
	text-decoration: underline;
}

strong {
	font-weight: bold;
}

abbr,
acronym {
	cursor: help;
}

del {
	margin-left: 0.25em;
	margin-right: 0.25em;
	text-decoration: line-through;
	color: #999;
}
del[datetime]:before {
	content: "("attr(datetime)" \00524a\009664) ";
	font-size: 77%;
}

ins {
	margin-left: 0.25em;
	margin-right: 0.25em;
	border-bottom: 1px dotted #333;
	text-decoration: none;
}
ins[datetime]:before {
	content: "("attr(datetime)" \004fee\006b63) ";
	font-size: 77%;
}

sup,
sub {
	font-size: 77%;
}

sup {
}

sub {
}

blockquote {
}

code {
	font-family: "ＭＳ ゴシック", "Osaka－等幅", monospace;
}

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

	Table Module

------------------------------------------------------------*/
* html table {
	font-size: 100%;
}

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


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

	Form Module

------------------------------------------------------------*/
form {
}

fieldset {
}

legend {
}

input {
	line-height: 1.2;
}

textarea {
}

option {
	padding-right: 0.5em;
}

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

