@charset "UTF-8";

/* 
 * remove default styling
 * 2006.11.11
 *
 * Color Cordination
 * Key Color: #303020
 * Key Color(Mid Tone): #97978f
 * Key Color(Pale Tone): #f1f0e2
 * Sub Color: #9bcb39 (Green)
 */

/* general */
* {
	margin: 0;
	padding: 0;
}
/* document root element
html
{
	height: 100%;
} */
/* document head
head */
/* document body */
body
{
	background: #f1f0e2;
	color: #303020;
	font: normal 76%/1.8em "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, Verdana, Sans-serif;
	letter-spacing: 1px;
}
html>body
{
	font: normal 12px/1.8em "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, Verdana, Sans-serif;
}
/* generic language/style container
div
span */
/* heading */
h1, h2, h3, h4, h5, h6
{
	color: #303020;
	font: bold 116%/1.5em "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, Verdana, Sans-serif;
}
/* phrase
em
strong
dfn*/
code
{
	padding: 0 0.2em;
	color: #000;
	font: 116%/1.5em "Courier New", Courier, mono;
}
/*samp
kbd
var
cite
abbr
acronym */
/* long quotation
blockquote
q */
/* subscript, superscript
sub
sup */
/* paragraph */
p
{
	font: normal 100%/1.8em "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, Verdana, Sans-serif;
}
/* br */
/* preformatted text */
pre
{
	overflow: auto;
	padding: 0 3px;
	background: #f1f0e2;
	font: normal 116%/1.5em "Courier New", Courier, mono;
}
/* inserted text, deleted text */
ins
{
	text-decoration: none;
	background: #ffc;
}
/*del */
/*unordered list, ordered list */
ul
{
	/*list-style: none;*/
}
ol
{
	margin-left: 2em;
}
li
{
	/*white-space: nowrap;*/
	list-style-type: none;
}
/* definition list */
dl
{
	list-style: none;
}
/* dt
dd */
/* table element */
table
{
	border: 0;
	border-collapse: collapse;
}
caption
{
	padding: 3px;
	text-align: left;
}
/* tr */
th, td
{
	padding: 3px;
	border: 0;
	text-align: left;
	font: normal 100%/1.5em "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, Verdana, Sans-serif;
	letter-spacing: 0;
}
/* table section
thead
tfoot
tbody */
/* table column
colgroup
col */
/* anchor */
a, a:link, a:visited, a:active
{
	color: #303020;
	text-decoration: underline;
}
a:hover
{
	color: #fff;
	text-decoration: none;
	background: #303020;
}
/*a:hover
{
	color: #97978f;
	text-decoration: underline;
}*/
/* Embedded image */
img
{
	border: 0;
	vertical-align: bottom;
}
/* generic embedded object
object */
/* client-side image map
map
area */
/* horizontal rule
hr */
/* inline subwindow
iframe */
/* form control */
input, button, optgroup, option, textarea
{
	font: normal 116%/100% "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, Verdana, Sans-serif;
}
input
{
	padding: 1px;
}
textarea
{
	width: 97%;
}
select
{
	font: normal 100%/1.3em "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, Verdana, Sans-serif;
	vertical-align: middle;
}
/* form field label text
label */
/* form control group */
fieldset
{
	border: 0;
}
/*legend*/
