@charset "utf-8";
@import "layout.css";
@import "breadcrumb.css";

.clearbox{
	clear: both;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	
	
}
.clearfix:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.clearfix{
    display:inline-block;
    min-height:1%;  /* for IE 7*/
}
/* Hides from IE-mac */
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */



body {
	margin: 0;
	padding: 0;
	background:#fff;
	color:#14161B;
	font-family: Arial, Helvetica, Verdana, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size:12px;
	line-height: 1.5;
	height:100%;
}

h1,h2,h3,h4,h5,h6 { line-height:1.6; }
p,li,dt,dl { line-height:1.7; }
p { margin:0 0 1em 0; }
ul li { list-style-type:none; }

a img { border:0; }
a:link {
   color:#fff;
}
a:visited {
   color:#5E5751;
   text-decoration:none;
}
a:hover {
	color:#14161B;
	background:#FFFF00;
	text-decoration:none;
}
a:active {
   color:#666;
}

blockquote{
   margin-left:1em;
   padding-left:1em;
   border-left:2px solid #CCC;
   color:#CCC;
}
pre{
   width:100%;
   padding:1em 0;
   overflow:auto;
   border-top:1px dotted #333;
   border-bottom:1px dotted #333;
}
table{
   width:100%;
   border-spacing:2px;
   margin:1.5em 0;
}
table th, table td{ padding:0.3em 0.75em }

.hidden {
   display: none;
   visibility: hidden;
}
.alignright {
   float: right;
}
.alignleft {
   float: left;
}
.clear {
   clear: both;
}
