@charset "utf-8";


/*
===== universal reset =================================
*/

*{
	margin:0;
	padding:0;
}


/*
===== body and base setting ===========================
*/

body {
	text-align:center;/* box centering */
	font: 13px normal 'メイリオ','Meiryo','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','Osaka','ＭＳ Ｐゴシック',sans-serif;
	*font-size:small;
	*font:x-small;
	margin: 0px;
	padding: 0px;
	background: #FFF ;
	color:#333;
}

/* general params
--------------------*/
h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote{
	padding: 0;/* margin&padding reset */
	line-height: 1.4em;/* base line height */
	text-align: left;
	display: block;
	margin: 0px;
	font-size:small;
	font-style:normal;
	font-weight:normal;
}
em,strong{
	font-style:normal;
	font-weight:normal;
}
em{
	font-size:xx-small;
	visibility:hidden;
}
table {
	margin : 0;
	empty-cells: show;
	border-collapse:collapse;
	font-size:inherit;
    font:100%;
	border-spacing:0;
}
caption,th{
	font-style:normal;
	font-weight:normal;
	text-align:left;
}
hr { display : none; }
img {
	border: none;/* img do not want a border */
	vertical-align: bottom;
}
li { list-style: none; }/* link do not want a dot */

/* acronyms and abbreviations styles 
-------------------------------------*/
acronym,abbr{cursor:help;}

/*
===== form setting ===========================
*/
option{ padding-right:10px; }
*+html option{padding-right:0;}/* for IE7&Opera */
* html option{padding-right:0;}/* for IE6 */

/*
===== link setting ===========================
*/
a{
	color:#118E33;
}
a:link{
	color:#118E33;
	text-decoration:underline;
}
a:visited{
	color:#118E33;
}
a:hover{
	color:#D9D7BF;
	text-decoration:none;
}
a:active{
	color:#118E33;
}

/*
===== clear ===========================
*/

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

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.clear{ clear:both; }


/* general-purpose
----------------------------------------*/
.text10 { font-size:77%; }
.text11 { font-size:85%; }
.text12 { font-size:93%; }
.text13 { font-size:100%; }
.text14 { font-size:108%; }
.text15 { font-size:116%; }
.text16 { font-size:123.1%; }
.text17 { font-size:131%; }
.text18 { font-size:138.5%; }
.text19 { font-size:146.5%; }
.text20 { font-size:153.9%; }
.text21 { font-size:161.6%; }
.text22 { font-size:167%; }
.text23 { font-size:174%; }
.text24 { font-size:182%; }
.text25 { font-size:189%; }
.text26 { font-size:197%; }

.txtright{ text-align:right; }
.txtleft{ text-align:left; }
.txtcenter{ text-align:center; }

.smalltxt{
	font-size:85%;
	color:#666;
}


.f-left{
	float:left;
}
.f-right{
	float:right;
}