/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17

*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}
img{
	vertical-align:bottom;
}
ul,ol {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/************** layout base ********************/

.clearfix{
overflow:hidden;
}
* html .clearfix{
	height:1%;
}



a{
	text-decoration:none;color:#444;
}
a:hover{}
a:visited{color:#444;}

/*ボタンrollover*/
a:hover img.rollover{filter:Alpha(opacity:60);
-moz-opacity:0.60;
opacity:0.60;}

.dotLink {
	border-bottom: 1px dotted #C8C5C4;
}


sup {
	line-height: 100%;
	font-size:10px;
	vertical-align: 0.4em;
}
sub{
	line-height: 100%;
	font-size:10px;
	vertical-align: -0.1em;
}

.txtLeft{
text-align:left;
}
.txtRight{
text-align:right;
}
.txtCenter{
text-align:center;
}


/************** layout base ********************/
body{
background:#fff;
text-align:center;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
line-height:1.2;
}


div,p,dl{
text-align:left;
}

p,dt,dd,li,td,th{
color:#444;
font-size:14px;
line-height:1.6em;
}
h1,h2,h3,h4,h5,h6{
color:#444;
font-size:12px;
}


/*****************  head ***********************/
#header{
	top:0;
	left:0;
	background:url(../img/bg_white.png) repeat;
	width:100%;
	height:100px;
	z-index:1000;
}
* html #header{
	background:#FFF;
}
#headInner{
	overflow:hidden;
	width:960px;
	height: 100px;
	margin:0 auto;
	position:relative;
}
.siteTitle{
	position: relative;
	float:left;
	width:192px;
	margin-top:20px;
}

#logo {
	position: relative;
	width: 192px;
	height: 44px;
	background: url(../img/logo_kiito.gif) 0 0 no-repeat; /* IE7 */
	z-index: 0;
}
.siteTitle a {
	display:block;
	position:absolute;
	top:0;
	height:44px;
	text-indent:-9999px;
	z-index: 200;
	zoom: 1;
	background: url(../img/logo_header.gif) left top no-repeat;
}
#logoK{
	width:37px;
	left:0;
}
#logoI1{
	width:22px;
	left:37px;
}
#logoI2{
	width:22px;
	left:59px;
}
#logoT{
	width:48px;
	left:81px;
}
#logoO{
	width:64px;
	left:129px;
}
h1.logoK {
	background-position: 0 -50px !important;
}
h1.logoI1 {
	background-position: 0 -100px !important;
}
h1.logoI2 {
	background-position: 0 -150px !important;
}
h1.logoT {
	background-position: 0 -200px !important;
}
h1.logoO {
	background-position: 0 -250px !important;
}

/*****************  foot ***********************/
#pageTopBtm{
	width:960px;
	padding:30px 0 0 0;
	margin:0 auto 10px auto;
	text-align:right;
}

#footer{
	background:#000;
}
#footer div{
	overflow:hidden;
	width:960px;
	padding:15px 0 10px 0;
	margin:0 auto;
}
#footer p {
	float:left;
}
#footer p#copy {
	float: right;
}
#footNavi{
	padding:50px 65px 0 20px;
	float: left;
	color:#FFF;
	line-height:13px;
}
#footNavi li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
#footNavi li a {
  display: block;
  margin: 0 5px;
}
#footNavi li.privacy a {
  background: url('../img/footnavi_privacy.gif') left center no-repeat;
  width: 126px;
  height: 13px;
}
#footNavi li.contact a {
  background: url('../img/footnavi_contact.gif') left center no-repeat;
  width: 74px;
  height: 13px;
}
#footNavi li.press a {
  background: url('../img/footnavi_release.gif') left center no-repeat;
  width: 84px;
  height: 13px;
}
#footNavi li a span {
  display: none;
}
#footNavi img{
	margin:0 5px ;
	vertical-align:-0.2em;
}
#copy{
	padding:46px 0 0 0;
}

/*****************  contents ***********************/
#contents{
	overflow:hidden;
	width:960px;
	padding:20px 0 0 0;
	margin: 0 auto 0 auto;
}
#contents .inner{
	padding:0 15px;
}
#contents h1{
	margin-bottom:20px;
}


#mainColumn{
	float:left;
	width:695px;
}

#subColumn{
	float:right;
	width:240px;
}




.bnrList{
}
.bnrList li{
	margin-bottom:10px;
}


.arrowList li{
	border-bottom:1px #c8c5c4 dashed;
	background:url(../img/arrow_red.gif) no-repeat 3px 8px;
	padding: 3px 0 1px 15px;
	overflow:hidden;
}
.arrowList li span{
	display:block;
}
.arrowList li .date{
	float:left;
}
.arrowList li p{
	padding:0 0 0 3.5em;
}
.arrowList li.last{
	border-bottom:none;
}

@font-face {
  font-family: "kiito";
  src: local("kiito"), url("http://kiito.jp/wp-content/themes/kiito/common/KIITO.otf") format("opentype");
}
#english .navi li a,
#english h2,
#english h3 {
  font-family: "kiito" !important;
}
#english .navi {
  margin-bottom: 30px;
}
#english .navi li {
  display: inline;
  margin-right: 5px;
}
#english .navi li a {
  font-weight: bold;
  padding: 8px;
}
#english .navi li a:link,
#english .navi li a:visited {
  background: #eee;
}
#english .navi li a:hover,
#english .navi li a:active {
  background: #ccc;
}

#english .section {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
}
#english .section h2 {
  font-size: 24px;
  margin-bottom: 20px;
}
#english .section .subsec {
  margin-bottom: 40px;
}
#english .section .subsec h3 {
  font-size: 18px;
  margin-bottom:10px;
  color: #777 !important;
}
#english .section p {
  margin-bottom: 1.5em;
}
#about h2 {
  color: #e50011;
}
#facilities h2 {
  color: #ef8200;
}
#message h2 {
  color: #ffd800;
}
#floormap h2 {
  color: #3fa531;
}
#access h2 {
  color: #0080cc;
}
#contact h2 {
  color: #005bac;
}
#english .message_photo {
  padding: 0 15px 10px 0;
}
#english .section ul li {
  list-style-type: disc;
  margin-left: 1.4em !important;
}
#english .map {
  float: left;
  width: 320px;
}
#english .info {
  float: left;
  width: 600px;
  padding-top: 280px;
}

/*------------- link style---------*/
.arrowRed{
	background:url(../img/arrow_red.gif) no-repeat 3px 0.4em;
	padding:0 3px 0 14px;
	text-decoration: none !important;
}




