@charset "utf-8";
/*
Skin Name: fourier01
Author: fw
Last Updated: 2008.08.25
Version: 1.0
*/
/* ---------------------------------------------------initialize -- */
html{
	margin:0;
	padding:0;
}
body{
	margin:0 auto;
	padding:0;
	/*font: 86%/175% "Lucida Grande", Verdana, Sans-serif;*/
	text-align:center;
	line-height:170%;
}

p{
	margin:0;
	padding:0;
	letter-spacing:0.1;
	font-size:1.0em;
}
img, a {
	margin:0;
	padding:0;
	border:none;
	text-decoration: none;
	vertical-align:top;
}
h1,h2,h3,h4,h5 {
	margin:0;
	padding:0;
	font-weight:normal;
	font-size:1.0em;
	text-align:left;
}
strong{
	color:#333;
}
table, table td{
	margin:0;
	padding:0;
	font-size:1.0em;
	line-height:160%;
	text-align:left;
	letter-spacing:0;
}
table th, table td {
	vertical-align:top;
	letter-spacing:0;
}
address{
	text-align:teft;
	font-style:normal;
	margin:10px 0 0 0px;
	padding:0;
	font-size:12px;
	letter-spacing:0;
	color:#666;
}

a:link,a:visited {
  color:#006699;
  border-bottom:1px solid #006699;
}
a:hover, a:active {
  color:#006699;
  border-bottom:none;
}

hr {
	margin:10px;
	border:1px solid #cccccc;
}

.c2c{ clear:both;}
.c2l{ float:left;}
.c2r{ float:right;}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

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

div.debug{
  margin:20px 0;
  padding:15px;
  background:#e5e5e5;
  text-align:center;
}
