@charset "utf-8";
/*-----------------------------------------------------
 CSS all tags style setting  style.css ver1.6


 copyright(c) 2008,Tenderfeel.All Rights Reserved.
 

 CSS all tags style setting is licensed under a Creative Commons 2.1 License.
 http://creativecommons.org/licenses/by/2.1/jp/
 
--------------------------------------------------------
YUI Font-size Adjustment
10px = 77%     11px = 85%	  12px = 93%     13px = 100%
14px = 108%	   15px = 116%    16px = 123.1%  17px = 131%
18px = 138.5%  19px = 146.5%  20px = 153.9%  21px = 161.6%
22px = 167%    23px = 174%    24px = 182%    25px = 189%
26px = 197%
------------------------------------------------------*/

/**
 * YUI Fonts CSS
 * Copyright (c) 2009, Yahoo! Inc. All rights reserved.
 * Code licensed under the BSD License:
 * http://developer.yahoo.net/yui/license.txt
 * version: 2.7.0
 * 
 * browser default CSS style Reset
 */

/* YUI Reset*/
html {color: #FFF;background: #000;}
body, div, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote {margin: 0;padding: 0;}
table {border-collapse: collapse;border-spacing: 0;}
fieldset,
img {border: 0;}
address, caption, cite, code, dfn, em, strong, th, var, optgroup {font-style: inherit;font-weight: inherit;}
del,
ins {text-decoration: none;}
li {list-style: none;}
caption,
th {text-align: left;}
h1, h2, h3, h4, h5, h6 {font-size: 100%;font-weight: normal;}
q:before,
q:after {content: '';}
abbr,
acronym {border: 0;font-variant: normal;}
sup {vertical-align: baseline;}
sub {vertical-align: baseline;}
legend {color: #000;}
input, button, textarea, select, optgroup, option{font-family: inherit;font-size: inherit;font-style: inherit;font-weight: inherit;}
input, button, textarea, select {*font-size: 100%;}

/* YUI Fonts */
/*body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}*/
select,input,button,textarea,button{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:100%;}

/* End YUI 
 *--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*
 * Styling START                                 */

html {/* show scroll bar for FF & Safari*/
overflow-y:scroll;
height:100%;
margin-bottom:1px;
}

body {
	background-color:#ffffff;
	color:#000;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,'メイリオ',Meiryo,'ＭＳ Ｐゴシック',verdana,arial,clean,sans-serif;
	/*letter-spacing: 1px;*/
}


body {
/*	font-size: 62.5%;*/
	font-family: sans-serif;
}

* html body {
	font-family: "ＭＳ Ｐゴシック", sans-serif;
	vertical-align: baseline;
	text-align: center;
} /* for lte ie6 */

*:first-child+html body {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
} /* for ie7 */

html>/**/body {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
} /* for ie8 */

html:not(:target) body {
/*	font-size: 10px;*/
	font-family: Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
} /* for modern browser not ie8 */


/*body * {line-height:1.22em;}*/

a { overflow: hidden;}



/*--------------------------------------------------
  Text(block)
--------------------------------------------------*/

/*- Margin -*/
h1,h2,h3,h4,h5,h6 {
	font-weight:bold;
}

address,
blockquote,
p,
pre {
	/*margin:0 0 10px 0;*/
}

/*-*/

h1 {
	font-weight: bold;
}

h2 {
	font-weight: bold;
}

h3 {
	font-weight: bold;
}

h4,h5,h6 {
	font-weight: bold;
}

address {
	font-style: normal;
}

/*--------------------------------------------------
  Text(inline)
--------------------------------------------------*/
abbr,acronym {
	border-bottom:dotted 2px;
	font-variant:normal;
	cursor:help;
}

b {font-weight:bold;}

big {
	font-size:108%;
}

code {
	font-family:"Courier New", Courier, mono;
}

del {
	text-decoration: line-through;
}

em {
	font-weight:bold;
	font-style: italic;
}

i {
	font-style:italic;
}

ins {
	border-bottom:dotted 2px #ccc;
}

kbd {
	padding:0 0.2em;
	background-color:#131315;
	border:solid 1px #333;
	color:#fff;
	font-family:verdana,Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;	
}

q {}

q:before,
q:after {}

samp {
	font-family:"Courier New", Courier, mono;
}

small {
	font-size:85%;
}

strong {
	font-weight:bold;
	color:#FF6600;
	font-size:1.2em;
}

sub {
	vertical-align: sub;
}

sup {
	vertical-align: super;
}

tt {
	font-family:"Courier New", Courier, mono;
}

var {
	font-family:"Courier New", Courier, mono;
}



/*---------------------------------------------------
  Anchor
----------------------------------------------------*/
a {
/*text-decoration:underline;*/
font-size:inherit;
line-height:inherit;
color:#000000;
}

a:link {
color:#000000;
}

a:visited {
color:#000000;
}

a:active,a:hover {
text-decoration:none;
color:#000000;
}

/*-----------------------------------------------------
  List
------------------------------------------------------*/

ul,ol,dl {
	margin:0;
	padding: 0;
	list-style-position:outside;
}
ul ul,
ul ol,
ol ol,
ol ul {
	margin:0px;
}

dl ul,
dl ol {
	margin:0;
}

ul li,
ol li {
	list-style: none;
}

dl dt {
	font-weight:bolder;
}
dl dd {
	margin-left:10px;
}

dl,
ul {
}

/*----------------------------------------------------
  Image
----------------------------------------------------*/

img {
	vertical-align: bottom;
}

a img { border:0;}

/*-----------------------------------------------------
  Table
------------------------------------------------------*/

table{
width:100%;
border-top:1px solid #8f8d8e;
border-left:1px solid #8f8d8e;
border-right:1px solid #8f8d8e;
margin-bottom:10px;
background-color:#FFFFFF;
line-height:1.4em;
}

td,th{
border:1px solid #8f8d8e ;
padding:10px;
}

th{
width:18em;
paddin-left:30px;
color:#333333;
font-weight:normal;
background-color:#EEEEEE;
border-right:1px solid #8f8d8e ;
}

caption {
margin:10px 0;
background-color:#999999;
color:#fff;
font-weight:bold;
}


/*-----------------------------------------------------
  Form,Fieldset
------------------------------------------------------*/
form,
fieldset {
	margin:10px 0;
}
fieldset p,
form p {
	margin:0;
}

fieldset {
}

legend {
	padding: 0 0.5em;
}

label{
	margin:0 3px;
}

input[type=radio],
input[type=checkbox] {
	margin-right:0.3em;
}

button,
input[type="checkbox"],
input[type="radio"],
input[type="reset"],
input[type="submit"] {
	padding:1px;
}




/*----------------------------------------------------
  Other
----------------------------------------------------*/
object {
	margin:10px 0;
}

noscript {
	background-color:#ff8080;
	/*padding:0.5em;
	margin:10px;*/
}

hr{
height: 0px;
border: 0px;
border-top: 1px solid #999999;
}

/* =========== IE用印刷設定CSS =========== */

@media print{

body {
_zoom: 72%; /*WinIE only */
}
}

/*----------------------------------------------------
  Layout
----------------------------------------------------*/

html{
height:100%;
}

body{
background-color:#000000;
}

#wrap{
width:100%;
text-align:center;
}

#contents{
width:1000px;
margin:100px auto 0;
background-color:#000000;
}

/*----------------------------------------------------
  Header
----------------------------------------------------*/

#header h1{
text-align:right;
padding:27px 50px 18px 0;
}


/*----------------------------------------------------
  Slide
----------------------------------------------------*/

.panel h2.title { 
margin:0;
padding:0;
font-size:100%;
display:none;
}

.coda-slider-wrapper { 
position:relative; 
padding:0;
overflow:hidden; 
width:1000px;
margin:0 auto;
}

.coda-slider {
background:#000000;
}

.coda-slider-no-js .coda-slider { 
height:520px; 
overflow:hidden; 
}

.coda-slider, .coda-slider .panel { 
width:900px; 
height:450px;
overflow:hidden; 
} 

.coda-slider-wrapper.arrows .coda-slider, 
.coda-slider-wrapper.arrows .coda-slider .panel {
width:900px ;
height:450px;
overflow:hidden; 
}

.coda-slider-wrapper.arrows .coda-slider { 
margin:0;
}

.coda-nav-left, .coda-nav-right{ 
height:505px; 
width:50px; 
}
.coda-nav-left a, .coda-nav-right a { 
background:#000; 
padding:0; 
outline: none; 
}

.coda-nav ul li a.current {
background:#000;
}

.coda-slider .panel-wrapper {
padding:0;
}

.coda-slider p.loading {
padding:20px;
text-align:center;
}

/* Tabbed nav */
.coda-nav ul {
position:absolute; 
top:460px; 
left:50px; 
width:100%; 
clear:both; 
display:block; 
margin:auto; 
overflow:hidden; 
}

*html .coda-nav ul {
left:-450px; 
}


*:first-child+html  .coda-nav ul {

}


.coda-nav ul li {
float:left;
margin-right:1px;
background:#000000;
}

.coda-nav ul li a {
outline: none; 
}


/* Miscellaneous */
.coda-slider-wrapper {
lear:both;
overflow:hidden;
}

.coda-slider {
float:left;
overflow:hidden;
position:relative;
}

.coda-slider .panel {
display:block;
float:left;
}

.coda-slider .panel-container {
position:relative;
}

.coda-nav-left, 
.coda-nav-right { 
float:left;
}

.coda-nav-left a, 
.coda-nav-right a {
display:block;
text-align:center;
text-decoration:none;
}

/* Styling for specific sliders */
#coda-nav-left-5 {
margin:0 1px 0 135px;
}

#coda-nav-left-5, 
#coda-nav-5, 
#coda-nav-right-5 {
float:left;
}

#coda-nav-5 ul {
margin:0;
padding:0;
list-style:none;
}

#coda-nav-5 a {
margin:0;
padding:4px;
list-style:none;
margin-right:1px;
}

#coda-nav-5 li {
margin:0;
padding:0;
list-style:none;
}

#coda-nav-left-5 a,
#coda-nav-right-5 a {
padding:4px;
width:20px;
}

#coda-slider-5 {
clear:both;
}

.coda-nav-left{
clear:both;
}


/*----------------------------------------------------
  Archive
----------------------------------------------------*/

.archive{
	width:900px;
	margin:0 auto;
	margin-bottom:10px;
	text-align:left;
	}

.archive p a{
display:block;
width:236px;
height:27px;
}

.archive p {
background:no-repeat URL(../images/btn_archive_on.gif);
}
.archive p a:hover img {
visibility:hidden;
}

.archive p a:hover {
background-color:transparent;
background-image:none;
}



/*----------------------------------------------------
  Footer
----------------------------------------------------*/

#informationLinks,
#footer{
width:950px;
padding:10px 10px 0 10px;
margin:0 auto;
}

#informationLinks{
padding:10px;
}

#footer{
padding:0 10px 10px 10px;
}

#informationLinks p{
text-align:right;
margin-right:30px;
line-height:1.5em;
font-size:1.0em;
color:#333333;
}


#informationLinks p.topLink{
text-align:left;
margin-left:22px;
margin-top:-20px;
}

*html #informationLinks p.topLink{
margin-left:25px;
}

*:first-child+html #informationLinks p.topLink{
margin-left:27px;
}

#informationLinks a{
text-decoration:none;
color:#999999;
}

#informationLinks a:hover{
color:#CCCCCC;
}

#informationLinks a:active{
color:#CCCCCC;
}
#informationLinks a:visited{
color:#666666;
}

#footer p{
text-align:right;
margin-right:30px;
color:#666666;
line-height:1.5em;
}


.globalFooter__copyright span {
vertical-align: middle;
}
