@charset "UTF-8"; 

/*==================================================
	Site name : Open Terrace
	Modified  : Aug. 13, 2009
==================================================*/
body {
	font: 13px/1.231 "Hiragino Kaku Gothic Pro", "%e3%83%92%e3%83%a9%e3%82%ae%e3%83%8e%e8%a7%92%e3%82%b4%20Pro%20W3", verdana, "MS PGothic", "MS%20P%e3%82%b4%e3%82%b7%e3%83%83%e3%82%af", sans-serif;
	/* for IE6/7 */
	*font-size: small;
	/* for IE Quirks Mode */
	*font: x-small;}
/* for ie8 */
html>/**/body {
	font-size /*\**/: small\9;
}
select, input, button, textarea, button {
	font: 99% "Hiragino Kaku Gothic Pro", "%e3%83%92%e3%83%a9%e3%82%ae%e3%83%8e%e8%a7%92%e3%82%b4%20Pro%20W3", verdana, "MS PGothic", "MS%20P%e3%82%b4%e3%82%b7%e3%83%83%e3%82%af", sans-serif;
}
table {
	font-size: inherit;
	font: 100%;
}
pre, code, kbd, samp, tt {
	font-family: monospace;
	*font-size: 108%;
	line-height: 1.5;
}

/*==================================================
	Headline
==================================================*/
h1 {
	font-size:153.9%;
}
h2 {
	font-size:138.5%;
}
h3 {
	font-size:123.1%;
}
h4 {
	font-size:108%;
}
h5 {
	font-size:100%;
}
h6 {
	font-size:93%;
}
/*==================================================
	Hypertext
==================================================*/
a:link {
	color:#15a;
	text-decoration: underline;
	cursor:pointer;
}
a:visited {
	color:#016;
	text-decoration: underline;
	cursor:pointer;
}
a:hover,
a:active,
a:focus {
	color:#e60;
	text-decoration: underline;
	cursor:pointer;
}
hr {
	display:none;
}

/*	Classes
==================================================*/
.clear {
	clear:both;
}
.help {
	margin:0;padding:0;
	float:left;
	display:inline;
	width:0;height:0;
	list-style-type:none;
	text-indent:-9999px;
	text-align:left;
}
.column,.block {
	float:left;
	display:inline;
}
.notes {
	font-size:77%;
}
.totop {
	margin:0;
	padding:0;
	text-align: right;
}

/*	Clearfix Module
==================================================*/
#header:after,#page:after,.section:after,.wrap:after,.nav:after {
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
	content:".";
}
#header,#page,.section,.wrap,.nav {
	_height:1px;
	min-height: 1%;
	/*\*//*/
	height: auto;
	overflow:hidden;
	/**/
	zoom: 1;
}
html[xmlns] #header,
html[xmlns] #page,
html[xmlns] .section,
html[xmlns] .wrap,
html[xmlns] .nav {
	display:block;
}
