@charset "utf-8";

/*/////////////////////////////////////////////////////////////
SITENAME

Copyright (C) KAYAC Inc. All Rights Reserved.
------------------------------------------------------------

[Base] Resetting HTML elements styles
	0. All
	1. HTML, Body, Anchor
	2. Others
		2-1. Inline-level Elements
		2-2. Block-level Elements
		2-3. Table
		
//////////////////////////////////////////////////////////////*/

/* ------------------------------------------------------------
	0. All
------------------------------------------------------------ */

body, div,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, code, p, blockquote, th, td,
form, fieldset, legend, input, select, textarea {
	margin: 0;
	padding: 0;
}

/* ------------------------------------------------------------
	1. HTML, Body, Anchor
------------------------------------------------------------ */

body {
	font-family: sans-serif;
	font-size: 13px;
	line-height: 1.5;
}

/* ---------------
EXAMPLES FONT-SIZE
------------------
 77% = 10px
 85% = 11px
 93% = 12px
100% = 13px
108% = 14px
116% = 15px
124% = 16px
131% = 17px
139% = 18px
147% = 19px
154% = 20px
162% = 21px
170% = 22px
177% = 23px
185% = 24px
193% = 25px
200% = 26px
--------------- */

a:link {
	color: #00e;
	text-decoration: underline;
}

a:visited {
	color: #551a8b;
}

a:hover,
a:active  {
	color: #09f;
	text-decoration: none;
}

/* ------------------------------------------------------------
	2. Others
------------------------------------------------------------ */

/*  2-1. Inline-level Elements
------------------------------------------------- */
img {
	border: none;
	vertical-align: bottom;
}

object {
	vertical-align: middle;
	outline: none;
}

address, caption, cite, code, dfn, th, var {
	font-weight: normal;
	font-style: normal;
}

em, strong {
	font-weight: bold;
	font-style: normal;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

fieldset {
	border: none;
}

input, textarea, select, label {
	font-size: 100%;
	font-family: inherit;
	vertical-align: middle;
}

label {
	cursor: pointer;
}

textarea {
	overflow: auto;
}

/*  2-2. Block-level Elements
------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	line-height: 1;
}

hr {
	display: none;
}

q:before, q:after {
	content: '';
}

abbr, acronym {
	border: none;
	font-variant: normal;
}

pre, code {
	font-family: monospace;
}

ul, ol {
	list-style: none;
}

/*  2-3. Table
------------------------------------------------- */
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
	font-family: inherit;
}

caption, th, td {
	text-align: left;
	vertical-align: top;
}

/* ------------------------------------------------------------
    Main Layout
   ------------------------------------------------------------ */
body#toppage #header {
	display: none;
}

body {
background:#996633 url(/img/pc/bg_wanco.gif) repeat-x 0 0;
}


/*  content
   ------------------------------------------------- */

div#content {
	width: 800px;
	margin-right: auto;
	margin-left: auto;

}
div#container{
width:800px;
margin:0 auto;
}



/*  footer
   ------------------------------------------------- */
div#footer {
	clear: both;
	background:#996633;
	height: 120px;
}
div#footer #copyright {
	text-align: center;
	padding-bottom: 5px;
	padding-top: 10px;
	clear:both;
}


div#footer ul#kayacProject {
	margin-right: auto;
	margin-left: 50px;
	padding-top: 5px;
	width: 800px;
	list-style:none;

}

div#footer ul#kayacProject li ,
div#footer ul#kayacProject li a {
	padding-right: 10px;
	color: #fff;
	float: left;
	text-decoration:none;
	padding-bottom: 2px;
}

div#footer ul#kayacProject li strong ,
div#footer ul#kayacProject li a strong {
	text-decoration:none;
	font-weight:bold;

}
