@charset "utf-8";
/*######################################################################
master CSS
######################################################################*/
/*


------------------------------------------------------------------------
GLOBAL RESET
----------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,th,td {	margin: 0;	padding: 0;}
table,th,td {border-spacing: 0;}

fieldset,img,abbr {	border: 0;}
address,caption,cite,cide,dfn,h1,h2,h3,h4,th,var {	font-style: normal;	font-weight: normal;}
caption {	text-align: left;}
q:before,q:after {	content:'';}
a {	text-decoration: none;}
/*
------------------------------------------------------------------------
component
----------------------------------------------------------------------*/
body {
	/*font-family:Geneva, Arial, Helvetica, sans-serif;*/
	/*font-family: 'Hiragino Kaku Gothic Pro','メイリオ','Verdana',san-serif;*/
	font-family: Verdana,arial,sans-serif,"ヒラギノ角ゴ Pro W3","ＭＳ ゴシック","Osaka";
	min-width: 800px;
	min-height:600px;
	/*word-wrap: break-word;	/* IE */
	color:#323232;
	background-color:#ece9d8;
	text-align:left;
}
/*
----------------------------------------------------------------------*/
p {
	color: #323232;
	font-size: 12px;
	line-height: 1.5;
	margin:0;
	letter-spacing:0.033em;
}
a:link {
	text-decoration: none;
	color: #310000;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #663300;
}
a:active {
	text-decoration: none;
}

.hidden, hr {
	display: none;
}
hr.clear{
clear:both;
display:none;
}

* html .iepngfix {
behavior: expression(IEPNGFIX.fix(this));
}
	
/*
------------------------------------------------------------------------
crearfix
----------------------------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix { display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix { display: block;}
/* End hide from IE-mac */
/*
----------------------------------------------------------------------*/
