/*青*/

/*
==== CONTENTS ==========================
	0: body and bese setting
	1: link setting
	2: clear
========================================
*/

/*
==== 0: body and bese setting =====
*/
html {
	overflow-y:scroll;
}
body {
	text-align: center;
	font-size: 0.8em;
	color: #333333;
	margin: 0 auto;
	background: #ffffff url("../images/bg.gif") repeat-x center 10px;
}
body:first-of-type .hide {display:none;}/* safari3 */

/* general params */
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
	font-size: 100%;
	text-align: left;
	line-height: 1.45em;
	letter-spacing:0.1em;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	font-size: 100%;
}
img {
	border: none;
}
address,caption,cite,code,dfn,em,th,var {
	font-style: normal;
	font-weight: normal;
}
li {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6{
	font-weight:normal;
}
q:before,q:after {
	content: '';
}
abbr,acronym {
	border: none;
}

/* form */
button, fieldset, form, label, legend, select, textarea {
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	padding: 0;
	vertical-align: beseline;
}
fieldset {
	border:1px solid #ccc;
	margin-bottom:;
}

/*
==== 1: link setting =====
*/
a	 { color:#666666;}
a:hover  { color:#ec6438;}




/*
==== 2: clear =====
*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

*html .clearfix {
	/*\*/height: 1%;/*for WinIE*/
	display: inline-table;/*for MacIE*/
}

.clear {
	clear: both;
}




