@charset "utf-8";

/* ------------------------------------------- CSS Information
 File Name:		default.css
 UpdatedBy:		20091214-00:00
 Style Info:	ブラウザスタイルのリセットと基本設定
----------------------------------------------------------- */

/* Browser Default Initialization */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, fieldset, form, textarea, p, blockquote {
	margin: 0;	padding: 0;
}
address, caption, cite, code, dfn, em, strong, var {
	font-style: normal;
}
q:before ,q:after	{
	content: '';
}
object, embed	{
	vertical-align: top;
}
hr, legend	{
	display: none;
}
h1, h2, h3, h4, h5, h6	{
	text-decoration: none;
	font-size: 100%;
}
img, abbr, acronym, fieldset	{
	border: 0;
}
li	{
	list-style-type: none;
}


/* ------------------------------------------------------------

Basic Style

------------------------------------------------------------ */


/* Font Style 
---------------------------------------- */

body {
	color: #333333;
	
}


div#wrapper {
	font-size: 82%;
}


/* clearfix 
---------------------------------------- */

.clfx:after{/*擬似after要素*/
	display: block;
	clear:both;
	height: 0;
	line-height: 0;
	visibility: hidden;
	content: ".";
	font-size: 0.1em;
}

.clfx { display: inline-block; }

/* Hides from Mac-IE \*/
* html .clfx { height: 1%; }
.clfx { display: block; }
/* End hide from Mac-IE */



