@charset "utf-8";

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

	[default.css] sksp.co.jp

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

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

	Container

------------------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	color: #666;
	text-align: center;
	font: normal 14px/1.6923 Verdana, sans-serif;
	background: #FFF1C4 url(../img/common_back.gif) repeat-x center 40px;
}

* html body {
	text-align: center;
}

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

	Anchor Module

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

a {
	color: #E99F4A;
	text-decoration: underline;
	line-height: 1.6923;
}

a:hover {
	color: #C60;
}

img {
	border: none;
}

hr {
	display: none;
}

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

	Text Module

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

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 {
	margin: 0;
}

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;
}

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

	List Module

------------------------------------------------------------*/
ul,
ol,
dl {
	margin: 22px 0 22px 2em;
	padding: 0;
}

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

li,
dd {
	margin: 0 0 0 2em;
	padding: 0;
}

dt {
}

dd {
}

li ul,
li ol,
li dl,
li p,
dd ul,
dd ol,
dd dd,
dd p {
}

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

	Table Module

------------------------------------------------------------*/
table {
	border-collapse: collapse;
}

* html table {
	line-height: 1.6923;
	font-size: 100%;
}

th,
td {
	vertical-align: top;
	padding: 0.3em 0.5em;
	border: 1px solid #999;
	text-align: left;
}

th {
	font-weight: normal;
	background: #EEE;
}

thead th {
	background: #666;
	text-align: center;
	color: #FFF;
}

tbody th {
}

td {
}

caption {
}

div.table-box {
	margin: 22px 0;
}

* html div.table-box {
}


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

	Form Module

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

fieldset {
}

legend {
}

input {
	line-height: 1.2;
}

textarea {
}

option {
	padding-right: 0.5em;
}

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


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

	Format

------------------------------------------------------------*/
.en {
	margin-left: 0.25em;
	margin-right: 0.25em;
}

.en-l {
	margin-left: 0.25em;
}

.en-r {
	margin-right: 0.25em;
}
