@charset "utf-8";

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

	[sksp.css] ver.1.3
	
	A. resert
	B. body
	C. text
	D. table
	E. form
	
	1. share
	2. footer
		2-1. credit
		2-2. primary-menu 

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

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

	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;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 2;
	color: #333;
}

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

	C. text

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

h6 {
	font-size: 12px;
}

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

em {
	text-decoration: underline;
}

strong {
	font-weight: bold;
}

hr {
	display: none;
}

img {
	border: none;
}

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

	D. table

------------------------------------------------------------*/
table {
	width: 100%;
	overflow: hidden;/*IE8*/
	border-collapse: collapse;
	border-spacing: 2px;
}

* html table {
	width: 468px;
	font-size: 100%;
}

th, td {
	vertical-align: top;
	padding: 0.75em 1em;
	border: 2px solid #FFF;
	line-height: 1.5;
}

th {
	background-color: #E4BCAC;
}

tr {
	background-color: #F1DDD6;
}

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

	E. form

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

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

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

	1. share

------------------------------------------------------------*/
* html body {
	text-align: center;
}

div#container {
	margin: 0 auto;
}

* html div#container {
	text-align: left;
}
/*------------------------------------------------------------

	2. footer

------------------------------------------------------------*/
div#footer {
	clear: both;
	position: relative;
	width: 780px;
	margin-left: 10px;
	background: #D4C09D;
}

/* 2-1. address
------------------------------------------------------------*/
div#footer address {
	padding: 18px 24px;
	line-height: 1.6;
	color: #59483E;
	font-style: normal;
	font-size: 10px;
}

div#footer a {
	color: #59483E;
}

div#footer span.office {
	margin: 0 0.5em 0 0;
}

div#footer span.office em {
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
}

div#footer span.leader em {
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
	font-size: 10px;
}

/* 2-2. primary-menu 
------------------------------------------------------------*/
div#footer ul {
	position: absolute;
	top: 6px;
	right:24px;
	list-style: none;
}

div#footer li {
	float: left;
}

div#footer li a,
div#footer li em {
	display: block;
	height: 17px;
	background-repeat: no-repeat;
	background-position: 0 0;
	overflow: hidden;
	text-indent: -9999px;
}

div#footer li.related-sites a,
div#footer li.related-sites em {
	width:68px;
	background-image: url(../img/home/primary_menu_related_sites.gif);
	margin-right:12px;
}

div#footer li.privacy a,
div#footer li.privacy em {
	width:107px;
	background-image: url(../img/home/primary_menu_privacy.gif);
}

div#footer li a:hover,
div#footer li em {
	background-position: 0 -17px;
}

