@charset "UTF-8";

/**********************************************************

Takashima Engineering
Copyright(C) Takashima Engineering. All rights reserved.

***********************************************************/


/* init
----------------------------------------------------------*/
html{
	height: 100%;
	margin-bottom: 1px
}
body{
	word-break:break-all;
	font: 12px "Lucida Sans Unicode", verdana, helvetica, sans-serif;
	line-height: 1.5em;
	letter-spacing: 0.3px;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,table,th,td {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
	vertical-align: bottom;
}

h1,h2,h3,h4,h5,h6 {
	clear: none;
}

h1,h2,h3,h4,h5,h6,p,pre,blockquote,address,ul,dl,ol,th,strong,em {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}

ul,dl,ol {
	list-style-type: none;
	list-style-position: outside;
	text-indent: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}

th,td {
	text-align: left;
	vertical-align: top;
}

input,select,textarea {
	font-size: 100%;
}

pre,code,kbd,samp,tt {
	font-family: monospace;
}


/* link style
----------------------------------------------------------*/
a:link {
	color: #FF6500;
	text-decoration: none;
}
a:visited {
	color: #FF6500;
	text-decoration: none;
}
a:hover {
	color: #FF6500;
	text-decoration: underline;
}
a:active {
	color: #FF6500;
	text-decoration: none;
}


/* clearfix
------------------------------*/
#headerArea:after,
#bodyArea:after,
#contentsArea:after,
#footerArea:after,
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
#headerArea,
#bodyArea,
#contentsArea,
#footerArea,
.clearfix {
  min-height: 1px;
}
* html #headerArea,
* html #bodyArea,
* html #contentsArea,
* html #footerArea,
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
