@charset "utf-8";

html,body,div,dl,dt,dd,ul,ol,li,img,a img,
h1,h2,h3,h4,h5,h6,p,address,blockquote,pre,legend,fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
section,article,aside,header,nav,hgroup,figure,footer {
	display: block;
}
img { vertical-align: middle; }
a { text-decoration: none; }
table { border-collapse: collapse;border-spacing: 0; }
th { font-weight: normal; }
td { vertical-align: top; }
li { list-style: none; }
h1,h2,h3,h4,h5,h6 { font-size: 100%;line-height: 1em; }
q:before,q:after { content: ''; }
abbr,acronym { border: 0;font-variant: normal; }

/**
 * Copyright (c) 2010, Yahoo! Inc. All rights reserved.
 * Code licensed under the BSD License:
 * http://developer.yahoo.com/yui/license.html
 * version: 2.8.2r1
 *
 * - Font size Adjustment.
 * http://developer.yahoo.com/yui/examples/fonts/fonts-size_source.html
 */
body { font: 13px/1.231 arial,helvetica,clean,sans-serif;*font-size: small;*font: x-small; }
select,input,button,textarea { font: 99% arial,helvetica,clean,sans-serif; }
table { font-size: inherit;font: 100%; }
pre,code,kbd,samp,tt { font-family: monospace;*font-size: 108%;line-height: 1em; }

/* ==========

 General class

========== */
/* Text
---------- */
em { font-weight: bold; }
small,q { font-size: 80%; }

.indent {
	padding-left:1em;
	text-indent:-1em;
}

/* Paragraph
---------- */
p {
	margin: 1em 0;
	line-height: 1.5em;
}

/* Unordered list
---------- */
ul { margin: 1em 0; }

/* Ordered list
---------- */
ol { margin: 1em 0; }
ol li {
	margin-left: 25px;
	list-style-type: decimal;
	font-style: italic;
	color: #999999;
	line-height: 1.5em;
}
ol li span {
	font-style: normal;
	color: #666666;
}

/* Definition list
---------- */
dl { margin: 1em 0; }

/* Blockquote
---------- */
blockquote {
	margin: 1em 0;
	padding: 6px 20px;
	border: 1px solid #dadada;
	color: #999999;
	background-color: #fefefe;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
blockquote p {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

/* Pre
---------- */
pre {
	margin: 1em 0;
	padding: 15px 20px;
	color: #999999;
	background-color: #fefefe;
	overflow: auto;
	width: 90%;
	_width: 95%; /* for IE6 */
	border: 1px solid #dadada;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

/* Table
---------- */
table {
	margin: 1em 0;
	width: 100%;
	border: solid 1px #cccccc;
}
table th {
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	background-color: #eeeeee;
	padding: 10px;
}
table td {
	border-right: solid 1px #eeeeee;
	border-bottom: solid 1px #eeeeee;
	padding: 0 10px;
}

/* Form
---------- */
input,
textarea {
	padding: 0.2em;
	border: 1px solid #ccc;
}
input:hover,
textarea:hover {
	border-color: #00a0dd;
}
textarea {
	padding: 0.5em 10px;
	border: 1px solid #ccc;
}
button {
	padding: 0 20px;
	height: 20px;
	line-height: 20px;
	color: #ffffff;
	text-align: center;
	background-color: #000000;
	border: solid 5px #000000;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
button:hover {
	background-color: #333333;
}
input.radio {
	border: none;
}

/* Align
---------- */
.alignleft { margin-right: 10px;float: left; }
.alignright { margin-left: 10px;float: right; }
.aligncenter { text-align: center; }
.aligncenter img { margin: 0 auto; }

/* Column
---------- */
.double-l {
	width: 48%;
	float: left;
}
.double-r {
	width: 48%;
	float: right;
}

/* Others
---------- */
hr { margin: 1.5em 0;border: none; }
noscript p {
	background-color: #ffffcc;
	padding: 1em 0;
	text-align: center;
	color: #cc3300;
}

/* ==========

 Utilities

========== */
/* Clearfix
---------- */
div.fix:after,
div.section:after,
ul:after,
ol:after,
dl:after,
fieldset:after,
blockquote:after {
	height: 0;
	visibility: hidden;
	content: ".";
	font-size: 1px;
	line-height: 0;
	display: block;
	clear: both;
}
div.fix,
div.section,
ul,
ol,
dl,
fieldset,
blockquote {
	_height: 1px;
	min-height: 1px;
	/*¥*//*/
	height: 1px;
	overflow: hidden;
	/**/
}
.clear {
	height: 0;
	display: block;
	clear: both;
}
