﻿@charset "UTF-8";

/* --------------------------------------------------------------------------------
clearfix
フロートした子要素しかもたない親ブロック要素の高さを確立する
-------------------------------------------------------------------------------- */
/*親ブロック要素のclassにclrfixを追加*/



/* -- clear float -- */ 
.clear {
	display: inline-table;
	min-height: 0;
	
}

.clear:after {
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	content: ".";
	overflow:hidden;
font-size:0.1em;
line-height:0;
}

/* MacIE5のみ除外 */
/* \*/ 
* html .clear { height: 0; }

.clear { display: block; }

/* */ 
/* -- end clear float -- */


/* Font-color */

body {
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, verdana, sans-serif;
	background-color: #40c5cd;
	font-size:14px;
}

/* Link Setting */
a:link {
	color: #000;
	text-decoration: under-line;
}

a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}

a:active {
	color: #000;
	text-decoration: none;
}
