@charset "utf-8";

/**
 * 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; }

body {
	font-family: Verdana,Arial,Helvetica,sans-serif,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック";
	color: #666666;
}
div#header,div#footer,div#side,div#main div.box p { font-size: 100%; }
p#topicPath,div#pageFooter address { font-size: 77%;font-weight: normal;font-style: normal; }
div#header,div#header a,div#side dl dt { color:#ffffff; }
div#header h1 { font-weight: normal; }

a:link,a:active { color: #00accb; }
a:visited { color: #00839b; }
a:hover,a.current { color: #9ac100; }

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

 General class

========== */
/* Reset
---------- */
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,address,blockquote,pre,legend,fieldset,p {
	margin: 0;
	padding: 0;
	border: none;
}
img,a img { margin: 0;padding: 0;border: none;vertical-align: middle; }
table { border-collapse: collapse;border-spacing: 0; }
th { font-weight: normal; }
td { vertical-align: top; }
ul,ol,li { margin: 0;padding: 0;list-style: none; }
h1,h2,h3,h4,h5,h6 { margin: 0;padding: 0;font-size: 100%;line-height: 1em; }
q:before,q:after { content: ''; }
address,abbr,acronym,em { border: none;font-style: normal; }

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

/* List
---------- */
ul,
ol{
	margin: auto -3em 1em 0;
	padding: 0;
	position: relative;
	left: -3em;
	overflow: hidden;
	_height: 0; /* for IE6 */
	_overflow: visible; /* for IE6 */
	height/*\**/: 1%\9;
}
li{ margin: 0.25em 0; }
ul ul,
ul ol,
ol ol,
ol ul{
	margin-left: 1em;
	padding-left: 0;
}
ul li,ol li{ margin-left: 5em; }
li li{ margin-left: 1em; }

ul li {
	list-style-type: disc;
	color: #00accb;
}
ul li span {
	color: #666666;
}
ol li {
	list-style-type: decimal;
	font-style: italic;
	color: #999999;
}
ol li span {
	font-style: normal;
	color: #666666;
}

/* Definition list
---------- */
dl dt {
	margin: 0;
	padding: 10px;
	border-left: solid 5px #666666;
	border-bottom: dotted 1px #dadada;
	background-color: #eeeeee;
}
dl dd {
	margin: 10px 0;
}
dl dd p {
	margin: 0.5em 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;
}

/* Form
---------- */
input,
textarea {
	padding: 0.2em;
	border: 1px solid #eeeeee;
}
input:hover,
textarea:hover {
	border-color: #00a0dd;
}
textarea {
	padding: 0.5em 10px;
	border: 1px solid #eeeeee;
}
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; }

/* Table
---------- */
table {
	margin: 1em 0;
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
}
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;
	vertical-align: top;
}

/* Others
---------- */
em {
	color: #cc3300;
	font-weight: bold;
}
noscript p {
	background-color: #fefefe;
	padding: 1em 0;
	text-align: center;
	color: #cc3300;
}

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

 Option

========== */
/* Image align
---------- */
.ilft { margin: 10px 10px 10px 0;float: left; }
.irgt { margin: 10px 0 10px 10px;float: right; }
.icnr { text-align: center; }
.icnr img { margin: 0 auto; }

/* Text align
---------- */
.tlft { text-align: left; }
.trgt { text-align: right; }
.tcnt { text-align: center; }

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

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

 Clearfix

========== */
.cfix: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; }
.cfix,ul,ol,dl,fieldset,blockquote { _height: 1px;min-height: 1px;/*¥*//*/height: 1px;overflow: hidden;/**/ }
.clear { height: 0;display: block;clear: both; }
