@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;
	padding: 0;
	height: 100%;
	font-family: Verdana,Arial,Helvetica,sans-serif,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック";
	color: #666;
	background-color: #e6e6e6;
}

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

a:link {
	color: #06C;
	text-decoration:none;
}

a:visited {
	color: #339;
}

a:hover {
	color: #C06;
}

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

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

a img {
	margin: 0;
	padding: 0;
	border: none;
}

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

h1,h2,h3 { margin: 0;padding: 0; }

h1{
	font-size:14px;
	padding:10px;
	text-align:right;
}

h2{
	border-bottom:2px #808080 dotted;
	padding:0 0 5px 10px;
}

.caption {
	margin: 15px 0;
	padding: 35px 40px;
	font-size: 197%;
	line-height: 1em;
	color: #333333;
	background: url(../../images/cap.gif) no-repeat 0 0;
}

.title {
	margin: -10px 0 0 0;
	padding: 18px 20px 15px 20px;
	font-size: 167%;
	line-height: 1em;
	color: #c06;
	background: url(../../images/ttl.gif) no-repeat 0 0;
	clear: both;
}

.subtitle {
	margin: 1em 0;
	padding: 0 10px 9px 30px;
	font-size: 138.5%;
	line-height: 1em;
	color: #333;
	background: url(../../images/subttl.gif) no-repeat 0 0;
	clear: both;
}

p {
	margin: 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: #ccc;
}

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 {
}

div#headerInner {
	height:250px;
}

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

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

/* Global Menu
---------------*/

ul#globalMenu {
	margin: 0;
	padding: 0;
	position: absolute;
	width: 1000px;
	height: 40px;
	left: 0;
	bottom: 40px;
}

ul#globalMenu li {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 200px;
	float: left;
	display: inline; /* for IE6 */
}

/* Topic Path
---------------*/

div#header p.topicPath {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	bottom: 10px;
}

p.topicPath a {
	display: block;
	margin: 0 10px 0 0;
	padding: 6px 20px 6px 0;
	background: url(../../images/path_arrow.gif) no-repeat 100% 0;
	color: #ccc;
	float: left;
}

p.topicPath span {
	display: block;
	margin: 0;
	padding: 5px 0 6px 0;
	color: #ccc;
	float: left;
}

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

 div#content

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

div#content {
	padding-top:30px;
	background-color: #fff;
}

div#contentInner {
	padding: 1px 0 20px 0;
}

/* Eye Catch
---------------*/

p#eye {
	margin: 15px 0;
	padding: 0;
}

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

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

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

div.box p {
	margin: 1em 0;
	line-height: 1.8em;
	font-size:13px;
	padding:5px 10px;
}

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

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

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

/* dl.navi
---------------*/

div#utilities dl.navi {
	margin-bottom: 20px;
	padding-bottom: 5px;
	background: url(../../images/navi_bg.gif) no-repeat 0 100%;
}

div#utilities dl.navi dd ul {
	margin: 0 5px;
	border-top: solid 1px #e6e6e6;
	
}

div#utilities dl.navi dd ul li {
	border-bottom: solid 1px #e6e6e6;
}

div#utilities dl.navi dd ul li a {
	display: block;
	padding: 5px 10px 5px 30px;
	background: url(../../images/navi_arrow.gif) no-repeat 10px 50%;
}

/* dl.rcm
---------------*/

div#utilities dl.rcm {
	margin-bottom: 20px;
	padding-bottom: 5px;
	background: url(../../images/rcm_bg.gif) no-repeat 0 100%;
}

div#utilities dl.rcm dd ul {
	margin: 0 5px;
	border-top: solid 1px #e6e6e6;
	
}

div#utilities dl.rcm dd ul li {
	border-bottom: solid 1px #e6e6e6;
}

div#utilities dl.rcm dd ul li a {
	display: block;
	padding: 5px 10px 5px 30px;
	background: url(../../images/rcm_arrow.gif) no-repeat 10px 50%;
}

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

div#others {
	background: url(../../images/others_bg.gif) no-repeat 0 100%;
}

div#others ul {
	margin: 0;
	padding: 50px 0 20px 0;
	background: url(../../images/others_bg2.gif) no-repeat 0 0;
}

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

div#others ul li a {
	font-size: 108%;
}

div#others ul li img {
	margin-right: 10px;
	padding: 1px;
	border: solid 1px #eee;
	float: left;
}

div#others ul li span {
	display: block;
	font-size: 77%;
}

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

div#others ul li {
	_height: 1px;
	min-height: 1px;
	/*¥*//*/
	height: 1px;
	overflow: hidden;
	/**/
}

div#others ul li:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

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

 div#footer

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

div#footer {
	background: #e6e6e6 url(../../images/footer_bg.gif) repeat-x 0 0;
}

div#footerInner {
	padding: 1px 0;
}

/* Topic Path
---------------*/

div#footer p.topicPath {
	margin: 10px 0 0 0;
	padding: 0;
	width: 800px;
	float: left;
}

/* Return
---------------*/
div#footer p#return {
	margin: 0;
	padding: 0;
	width: 200px;
	float: right;
}

/* div#footer dl
---------------*/

div#footer dl {
	margin: 20px 0;
	padding: 0;
	width: 400px;
	float: left;
	border-left: solid 1px #ccc;
}

div#footer dl dt {
	border: none;
	margin: 0 40px 0 20px;
}

div#footer dl dd {
	margin: 0 40px 0 20px;
}

div#footer dl dd ul {
	margin: 0;
	padding: 0;
}

div#footer dl dd ul li {
	margin: 2px 0;
	padding: 0 0 0 10px;
	list-style: none;
	background: url(../../images/menu_arrow.gif) no-repeat 0 50%;
}

/* div#footer > address
---------------*/

div#footer address {
	margin: 0;
	padding: 0;
	font-size: 77%;
	font-style: normal;
	clear: both;
}

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

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