@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

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

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

}

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

a:link,
a:active {
	color: #660000;
}

a:visited {
	color: #990;
}

a:hover {
	color: #0CC;
}

a:focus,
textarea:focus,
input:focus {
	outline: 1px solid #2091da;
}

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

h1 {
	margin: 0;
	padding: 15px 30px;
	border-left: solid 5px #660000;
	line-height: 1.5;
	font-size: 200%;
	color: #660000;
}

h2 {
	margin-top: 2em;
	padding-bottom: 0.4em;
	background: #660000 url(../img/cover_oblique_alpha.png) repeat 0 0;
	font-size: 116%;
}

h2 span {
	display: block;
	padding-bottom: 0.4em;
	background-color: #fff;
}

h3 {
	padding: 10px;
	border-left: solid 0.4em #333;
	border-bottom: solid 1px #eee;
}

p {
	margin: 1em 0;
}

blockquote {
	margin: 1em 0 1em 20px;
	padding: 8px 10px 5px 40px;
	border: 1px solid #eee;
	color: #95561b;
	background-image: url(../img/quote.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;

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

blockquote  p {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

pre {
	padding: 15px 20px;
	border-top: 1px solid #cfe4e8;
	border-left: 1px solid #cfe4e8;
	color: #086dac;
	background-color: #ebf1f2;
	overflow: auto;
	width: 90%;
	_width: 95%; /* for IE6 */
	
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;

}

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

strong {
	color: #FF3200;
}

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

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

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 {
	background-color: #fefefe;
	padding: 1em 0;
	text-align: center;
	color: #cc3300;
}

/* 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 {background-image: url(../img/BG.jpg);
	background-attachment: fixed;
}

div#headerInner {
	padding: 1px 0;
} 

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

div#header p#siteName {
	width: 950px;
	height: 211px;
	margin: 25px 25px 10px;
	line-height: 1;
	font-size: 144%;
	font-weight: bold;
	
	background-image: url(../img/host18.png);
	background-repeat: no-repeat;

}

div#header p#siteName a {
	text-decoration: none;
	color: #417698;
}

div#header p#siteName a:hover {
	color: #000;
}

div#header p#description {
	margin: 0 30px 25px;
	font-size: 92%;
}

/* ul#globalMenu
---------------*/

ul#globalMenu {
	margin: 0 0 -1px 0;
	padding: 0;
	line-height: 1;
	list-style-type: none;
}

ul#globalMenu li {
	margin: 0;
	padding: 0;
	float: left;
	width: 25%;
	text-align: center;
	background: #eee url(../img/cover_grd_alpha.png) repeat-x 0 100%;
}

ul#globalMenu li a {
	border-right: 1px solid #ddd;
	padding: 15px 20px;
	display: block;
	position: relative; /* for IE6 */
	background: url(../img/cover_oblique_wt.png) repeat 0 0;
}

ul#globalMenu li a:hover,
ul#globalMenu li.current a {
	background-color: #eee;
}

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

  div#content

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

div#contentInner {
	padding-top: 10px;
	padding-bottom: 1px;
	background-color: #fff;
}

p#topicPath {
	margin: 0;
	padding: 8px 30px;
	line-height: 1.6;
	border-left: solid 5px #FFFFFF;
	background: #eee url(../img/cover_oblique_wt.png) repeat 0 0;
}

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

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

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

div#main{
	width: 700px;
	float: left;

}


div.box {

	margin: 1em 30px;
	padding: 1px 0;
	_height: 1px; /* for IE6 */
	*min-height: 1px; /* for IE7 */
	font-size: 108%;

}

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

div.box p {
	line-height: 1.7;
}

div.box dl {
	padding: 0.5em 20px;
	border: 1px solid #eee;

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

div.box dt {
	margin: 0.7em 0;
	padding-bottom: 0.3em;
	border-bottom: 1px dotted #ccc;
	font-weight: bold;
	color: #0066CC;
}

div.box dd {
	margin: 0.5em 0;
}

/* page navi
---------------*/

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

/* ====================
  div#side
==================== */

div#side {
	width: 250px;
	float: left;
}


div#side p {
	margin: 0.2em 10px;
}

div#side dl {
	margin: 5px 0;
	padding-bottom: 5px;
}

div#side dl dt {
	margin: 5px 5px;
	padding: 0.4em 13px;
	color: #fff;
	background: #333 url(../img/cover_oblique_alpha.png) repeat 0 0;
}

div#side dl.others dt {
	background-color: #aaa;
}

div#side dl dd {
	margin: 0 5px;
}

div#side dl dd ul {
	margin: 0;
}

div#side dl dd ul li {
	list-style: none;
	height: 30px;
	line-height: 30px;
	border-bottom: solid 1px #dadada;
}

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

  div#footer

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

div#footerInner {
	height:7px;
	background:#666633;
	color:#FFFFFF;
	padding: 1px 0 1em;
}

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

div#footer address {
	text-align: right;
	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;
}

/* for IE6
---------------*/

div#main,
div#side dl.navi,
div#side dl.others {
	_overflow: hidden;
}
