@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; }

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

 Elements

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

html { height: 100%; }

body {
	margin: 0 auto;
	width:1000px;
	padding: 0;
	height: 100%;
	font-family: Verdana,Arial,Helvetica,sans-serif,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック";
	color: #666;
}

/* Link
---------------*/

a:link {
	color: #06C;
}

a:visited {
	color: #339;
}

a:hover {
	color: #C06;
}

/* Images
---------------*/

img {
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

a img {
	border: none;
}

/* Text
---------------*/

h1 {
	margin: 0;
	padding: 10px 0 5px 0;
	font-size: 12px;
	text-align:right;
	line-height: 1em;
	color: #000;
	border-bottom: solid 1px #eee;
}

.box h2 {
	margin: 0;
	padding: 10px;
	font-size: 138.5%;
	line-height: 1em;
	border-left: solid 0.4em #000;
	border-bottom: solid 1px #eee;
	clear: both;
}

h3 {
	margin: 1em 0;
	padding: 3px 10px;
	font-size: 100%;
	line-height: 1em;
	color: #fff;
	background-color: #09C;
	border: solid 3px #eee;
	clear: both;
}

p {
	margin: 1em 0;
}

em {
	font-weight: bold;
	font-style: normal;
}

strong {
	color: #FF3200;
	font-weight: bold;
	font-style: normal;
}

/* Definition list
---------------*/

dl {
	margin: 1em 0;
	padding: 0;
}

dl dt {
	margin: 0;
	padding-bottom: 10px;
	border-bottom:solid 1px #eee;
	font-weight: bold;
}

dl dd {
	margin: 0;
	padding: 0;
}

/* List
---------------*/

ul,
ol {
	margin: 1em 30px;
	padding: 0;
	list-style-position: outside;
}

ul li {
	margin: 2px 0;
	color: #9C0;
}

ul li span {
	color: #666;
}

ol li {
	margin: 2px 0;
	font-style: italic;
	color: #ccc;
}

ol li span {
	font-style: normal;
	color: #666;
}

ul ul,ul ol,ul ol,ol ol {
	margin: 0.3em 0 0.3em 15px;
}

/* Form
---------------*/

form {
	margin: 1em 0;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background-color: #f5f5f5;

	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

fieldset {
	padding: 1px 0;
	border: none;
}

legend {
	padding: 0 10px;
	background-color: #fff;
}

input,
textarea {
	padding: 0.2em;
	border-width: 1px;
	border-style: solid;
	border-color: #ddd #eee #eee #ddd;
	background-color: #fff;
}

input:hover,
textarea:hover {
	border-color: #00a0dd;
}

textarea {
	padding: 0.5em 10px;
}

input.submit {
	padding: 5px 10px;
	border: none;
	font-size: 85%;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	background-color: #01b0f0;
}

input.submit:hover {
	background-color: #000;
}

input.radio {
	border: none;
	background-color: transparent;
	background-image: none;
}

/* Table
---------------*/

table {
	margin: 1em 0;
	border-width: 1px;
	border-style: solid;
	border-color: #ddd #ccc #ccc #ddd;
	background-color: #fff;
}

caption {
	padding-bottom: 0.3em;
}

th,
td {
	padding: 0.3em 10px;
	border-collapse: separate;
	border-spacing: 1px;
}

th {
	border-right: 1px solid #ddd;
	color: #333;
	background-color: #f5f5f5;
}

td {
	border-right: 1px solid #eee;
	border-top: 1px solid #eee;
}

/* Others
---------------*/

hr {
	margin: 1.5em 0;
	border: none;
	border-top: 1px dotted #ccc;
}

noscript p {
	padding: 1em 0;
	text-align: center;
	color: #cc3300;
	background-color: #fefefe;
}

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

 span#skip

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

span#skip {
	margin: 0;
	padding: 0;
	width: 1px;
	height: 1px;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	font-size: 1px;
	line-height: 0;
}

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

 div#header

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

div#header {
	padding-bottom: 80px;
	width: 370px;
	float: left;
	display: inline; /* for IE6 */
	position: relative;
}

div#headerInner {
	padding: 20px 0 0 20px;
}

/* Website Title
---------------*/

div#header p#siteName {
	margin: 0;
	padding: 0;
}

/* Global menu
---------------*/

ul#globalMenu {
	margin: -5px 0 0 0;
	padding: 0;
	padding-bottom: 10px;
	list-style: none;
	background: #000 url(../../images/menu_bg.png) no-repeat 0 100%;
}

ul#globalMenu li ul,
ul#globalMenu li ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#globalMenu li a,
ul#globalMenu li span {
	display: block;
	margin: 0 20px;
	padding: 5px 0 8px 0;
	border-bottom: solid 1px #333;
}

ul#globalMenu li a {
	background: url(../../images/toggle_none.png) no-repeat 100% 50%;
}

ul#globalMenu li span {
	background: url(../../images/toggle_on.png) no-repeat 100% 50%;
	border-bottom: none;
}

ul#globalMenu li span.current {
	background: url(../../images/toggle_off.png) no-repeat 100% 50%;
	border-bottom: solid 1px #333;
}

ul#globalMenu li ul li a {
	display: block;
	margin: 0;
	padding: 0 20px;
	height: 20px;
	line-height: 20px;
	background: #333;
	border-bottom: solid 1px #000;
}

ul#globalMenu li ul li a:link {
	color: #fff;
}

ul#globalMenu li ul li a:visited {
	color: #ccc;
}

ul#globalMenu li ul li a:hover {
	background-color: #09C;
}

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

 div#content

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

div#content {
	width: 620px;
	float: left;
	display: inline; /* for IE6 */
}

div#contentInner {
	padding-bottom: 1px;
}

p#topicPath {
	margin: 0;
	margin-top: 5px;
	font-size: 82%;
	line-height: 1.6;
}

p#topicPath a {
	margin-right: 8px;
	padding-right: 10px;
	background: url(../../images/tp_arrow.png) no-repeat 100% 50%;
}

/* ====================
 div#main
==================== */

/* div.box
---------------*/

div.box {
	margin: 0;
	padding: 10px 0;
	_height: 1px; /* for IE6 */
	*min-height: 1px; /* for IE7 */
	font-size: 108%;
}

div.box p {
	line-height: 1.8em;
}

div.box img.pict {
	margin: 10px 0 10px 10px;
	border: solid 5px #eee;
	float: right;
}

/* p#return
---------------*/

p#return {
	margin: 0;
	margin-right: 130px;
	padding: 0.7em 0;
	text-align: right;
	clear: both;
}

/* ====================
 div#utlities
==================== */

div#utilities dl,
div#utilities dl dt,
div#utilities dl dd {
	margin: 0;
	padding: 0;
	border: none;
}

/* ====================
 div#others
==================== */

div#others ul,
div#others ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

div#others ul li {
	text-align: right;
}

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

 div#footer

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

div#footer {
	background: #000 url(../../images/bg.png) repeat-x 100% 0;
	clear: both;
}

div#footerInner {
	margin-left: 20px;
	padding: 1px 0 1em;
}

div#footer p {
	margin: 0.7em 0;
	font-size: 85%;
}

div#footer address {
	font-style: normal;
}

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

 Class

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

/* Image align
---------- */

.ilft {
	margin-right: 10px;
	float: left;
}

.irgt {
	margin-left: 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;
}

/* Option
---------------*/

.option {
	margin: 1em 30px;
	padding: 1px 10px;
	border: 1px solid #eee;
}

/* Clearfix
---------------*/

div.inner,
div.box,
div#main,
sdiv#side,
ul,
ol,
dl {
	_height: 1px;
	min-height: 1px;
	/*¥*//*/
	height: 1px;
	overflow: hidden;
	/**/
}

div.inner:after,
div.box:after,
div#main:after,
sdiv#side:after,
ul:after,
ol:after,
dl:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

.clear {
	display: block;
	clear: both;
}
