@charset "UTF-8";
/* inter deco haus CSS */
/* 2010.04.29 */


/* BASE*/


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


html	{
	overflow-y: scroll;
} 

body	{
	color: #592F1A;
	background:#fff;
	font-family: "メイリオ", "MS Pゴシック", sans-serif;
	font-size: 13px;
	line-height: 1.6;
}

input,
textarea {
	font-family: "メイリオ", "MS Pゴシック", sans-serif;
}

/* for IE6 */
* html body {
	font-size: 82%;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

/* for IE7 */
*:first-child+html body {
	font-size: 82%;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

/*
Font-size list (base: 13px)
 62% =  8px
 70% =  9px
 77% = 10px
 85% = 11px        162% = 21px        239% = 31px
 93% = 12px        170% = 22px        247% = 32px
100% = 13px        177% = 23px        254% = 33px
108% = 14px        185% = 24px        262% = 34px
116% = 15px        193% = 25px        270% = 35px
124% = 16px        200% = 26px        277% = 36px
131% = 17px        208% = 27px        285% = 37px
139% = 18px        216% = 28px        293% = 38px
147% = 19px        224% = 29px        300% = 39px
154% = 20px        231% = 30px        308% = 40px
*/

a:link {
	color: #592F1A;
	text-decoration: underline;
}
a:visited {
	color: #592F1A;
}

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

img	{
	border:none;
	vertical-align:bottom;
}

#wrap	{
	width:900px;
	margin:0 auto;
	padding:0;
	background:#fff;
}


ul	{
	list-style:none;
}


/* header	*/

#header	{
	margin:0;
	background:#592F1A;
	color:#D9B6A3;
	padding: 8px 10px;
}
#head_ctrl {
	width: 205px;
	float: left;
}

h1	{
	font-size:100%;
	font-weight:normal;
	float: left;
	width: 205px;
	margin:0 0 6px 0;
	line-height:1.1em;
	display: block;
	clear: right;
}

h2	{
	font-size:77%;
	font-weight:normal;
	text-decoration:none;
	clear:both;
}

#logo {
	float: left;
	margin: 0 11px 6px 0;
}


#header ul.btn	{
	margin:0;
	padding:0;
	float: right;
}
#header ul#flash_select {
	width: 61px;
	display: block;
	float: left;
	clear: none;
}
#header ul.btn	li{
	float:left;
}
#header ul#flash_select li {
	float: left;
	margin-bottom: 4px;
	font-size: 0;
	line-height: 0;
}

#header	a:link,
#header	a:visited	{
	color:#D9B6A3;
	text-decoration:none;
}

#header a:hover,
#header a:active	{
	color:#f6aa00;
}

#html,#flash	{
	cursor:pointer;
}

#kanban {
	position: absolute;
	top:18px;
	left:809px;
	z-index: 50;
}


/* contents */

#contents	{
	clear:both;
}


/* footer */

#footer	{
	clear:both;
	background:#592F1A;
	color:#D9B6A3;
	margin:0;
	padding: 8px 10px;
	font-size:70%;
}

#footer	a:link,
#footer	a:visited	{
	color:#D9B6A3;
	text-decoration:none;
	font-size:1.2em;
}

#footer a:hover,
#footer a:active	{
	color:#f6aa00;
}



/* clear fix */

.clearfix:after	{
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}

.clearfix	{
	display:inline-block;
	min-height:1%;
}

* html .clearfix	{
	height:1%;
}

.clearfix	{
	display:block;
}
