@charset "utf-8"


/* header */

div#header{}

div#header img {
 margin: 0;
 padding: 0;
 background-color: transparent;
 border: none;
}

div#header div#inner {
 margin: 0 auto;
 width: 100%;
 height: 80px;
 text-align: center;
 background: #fff url(../img/tkf_head_bg.gif) repeat-x left top;
}

div#header div#inner div#navi {
 margin: 0 auto;
 width: 892px;
 height: 65px;
 text-align: center;
}

div#header div#inner div#navi div.logo {
 float: left;
}

div#header div#inner div#navi div.menu a img {
 float: right;
 margin: 0px;
 height: 60px;
/*
 filter: alpha(opacity=0);
 opacity: 0.0;
*/
}

div#header div#inner div#navi div.menu a img:hover {
 filter: alpha(opacity=70);
 opacity: 0.7;
}


/* content */

div#content {
 clear: both;
 margin: 60px auto 15px;
 border: 1px solid #f00;
 width: 898px;
 background-color: #fff;
 text-align: center;
}

div#content a:link,
div#content a:visited,
div#content a:active {
 color: #f00;
 text-decoration: none;
}
    
div#content a:hover {
 text-decoration: underline;
}


/* footer */

div#footer {
 margin: 0 auto 20px;
 width: 900px;
 text-align: center;
}

div#footer img {
 margin: 0;
 padding: 0
 background-color: transparent;
 border: none;
}

div#footer a:link,
div#footer a:visited,
div#footer a:active,
div#footer a:hover {
 color: #fff;
 font-size: 0.9em;
 text-decoration: none;
}
    
div#footer a:hover {
 color: #ff9;
}

div#footer div#b-navi {
 width: 900px;
 height: 40px;
 background-color: #f00;
}

div#footer div#b-navi .text {
 margin: 0 auto;
 padding-top: 12px;
 width: 850px;
 text-align: left;
 color: #fff;
}

div#footer div#b-navi .text .upPage {
 float: right;
 margin-top: -13px;
 padding-left: 14px;
 background: transparent url(../img/tkf_up_ico.gif) no-repeat scroll 0px 3px;
}

div#footer p#copyright {
 margin: 5px 0px 0px 3px;
 text-align: left;
 color: #999;
 font-size: 0.7em;
 font-weight: bold;
}


/* index */

div#topFlash {
 margin: 0px auto;
 width: 900px;
}

div#index img {
 margin: 0;
 padding: 0;
 background-color: transparent;
 border: none;
}

div#index table td {
 margin: 0px;
 padding: 0px;
 background-color: #fff;
 text-align: left;
 color: #333;
 font-size: 1em;
}

div.topCategory table {
 margin: 20px auto 0px;
 text-align: center;
}

div#content div#index div.topCategory table tr td li a:link,
div#content div#index div.topCategory table tr td li a:visited,
div#content div#index div.topCategory table tr td li a:active,
div#content div#index div.topCategory table tr td li a:hover {
 color: #333;
 text-decoration: none;
}
    
div#content div#index div.topCategory table tr td li a:hover {
 text-decoration: underline;
}

div.topCategory table td.topBox {
 width: 398px;
 height: 100px;
 border: 1px solid #f00;
 background-color: #fff;
 vertical-align: top;
}

div.topCategory table td.topBox ul {
 margin: 14px;
 padding: 0px;
}

div.topCategory table td.topBox ul li {
 margin-bottom: 10px;
 padding-left: 14px;
 background: transparent url(../img/tkf_list_ico.gif) no-repeat scroll 0px 7px;
 text-align: left;
 vertical-align: middle;
 list-style-type: none;
 color: #333;
}


div.topPage {
 margin: 10px auto 30px;
 width: 820px;
 text-align: center;
}

div#index div.topPage a img {
 margin-right: 14px;
 width: 190px;
 height: 120px;
}

div#index div.topPage a img.eof {
 margin-right: 0px;
}


/* entry */

div.entry {
 width: 820px;
 margin: 20px auto 50px;
 text-align: left;
}

div.entry li {
 margin: 0 0 5px -20px;
 line-height: 1.7em;
}


/* page */

div#page {
 width: 820px;
 margin: 20px auto 50px;
 text-align: left;
}

div#page h2 {
 margin-top: 40px;
 padding-top: 5px;
 padding-bottom: 10px;
 border-bottom: 2px dashed #f00;
 width: 100%;
 color: #f00;
 font-size: 1.5em;
}


/* common */

h1 {
 margin: 0px;
 padding: 10px 20px;
 background: #f00 url(../img/tkf_headline_5.jpg) repeat-x scroll left top;
 background-color: #f00;
 text-align: left;
 color: #fff;
 line-height: 1.2em;
}

body:first-child h2 {
 margin-top: 0px;
}

h2 {
 clear: both;
 margin-top: 40px;
 padding-top: 5px;
 padding-bottom: 10px;
 border-bottom: 2px dashed #f00;
 width: 100%;
 color: #f00;
 font-size: 1.5em;
}

h3 {
 padding-top: 5px;
 padding-bottom: 0px;
 color: #333;
 font-size: 1.1em;
 font-weight: bold;
}

img {
 margin-top: 5px;
 margin-bottom: 5px;
 margin-right: 12px;
 padding: 10px;
 background-color: #eee;
 border: 1px solid #bbb;
}

ul.list {
}

ul.list li {
 margin: 0 20px 10px 0;
 padding-left: 14px;
 background: transparent url(../img/tkf_list_ico.gif) no-repeat scroll 0px 4px;
 text-align: left;
 vertical-align: middle;
 list-style-type: none;
}

p {
 margin-top: 0px;
 padding-top: 0px;
 line-height: 1.7em;
}

table {
 margin-bottom: 10px;
 background-color: #fff;
}

table th {
 padding: 5px 5px;
 background-color: #333;
 text-align: center;
 line-height: 1.7em;
 color: #fff;
 font-size: 1em;
 font-weight: normal;
}

table td {
 padding: 5px 5px;
 background-color: #ddd;
 text-align: left;
 line-height: 1.7em;
 color: #333;
 font-size: 1em;
 vertical-align:top;
}

table .white {
 background-color: #fff;
 text-align: center;
}

table .gray {
 background-color: #ddd;
 text-align: center;
}

table .black {
 background-color: #333;
 color: #fff;
 text-align: center;
}

table .pink {
 background-color: #ffd0d0;
 text-align: center;
}

.attention {
 color: #f00;
 font-weight: bold;
}

.box1 {
 padding: 10px;
 border: 1px solid #f00;
 background-color: #eee;
 font-size: 0.9em;
 line-height: 1.7em;
}

.f-left {
 float: left;
}

.f-right {
 float: right;
}

.plane-img {
 margin-bottom: auto;
 margin-right: auto;
 padding: auto;
 background-color: transparent;
 border: none;
}

div.edit {
 margin-bottom: 30px;
 padding: 10px 10px;
 background-color: #ff0;
 border: 1px solid #f00;
}
