@charset "utf-8";

/* global styles */
body {
background-color:#fff;
color:#444;
}
a {
color:#8E1020;
text-decoration:none;
}
a:hover {
text-decoration:underline;
}
noscript p {
padding:4px;
background-color:#FFF2D9;
font-size:1.2em;
font-weight:bold;
text-align:center;
}



/* text to speech */
#tts {
min-height:50px;
height:auto !important;
height:50px;
}
#tts_swf p {
text-align:center;
}



/* structure */
#container {
border-top:3px solid #ED292B;
}
#header,
#gnav,
#content,
#footer {
width:970px;
margin:0 auto;
}



/* header */
#header {
overflow:hidden;
padding-bottom:15px;
}
#logo {
display:inline;
float:left;
margin-top:12px;
margin-left:8px;
}

/* text size changer */
#text_size {
float:right;
width:142px;
height:24px;
margin-bottom:13px;
padding-top:3px;
padding-left:8px;
background:url(../common/header_bg_01.png) no-repeat;
}
#text_size p,
#text_size ul,
#text_size li {
float:left;
}
#text_size p {
margin-top:4px;
margin-right:7px;
}
#text_size ul {
width:66px;
font-size:0;
}
#text_size li {
margin-right:1px;
}
#text_size ul img {
vertical-align:bottom;
}

/* header tools */
#header .tools {
clear:right;
float:right;
width:425px;
}
#header .tools .nav {
float:left;
margin-top:5px;
font-size:0;
}
#header .tools .nav li {
display:inline;
float:left;
margin-right:19px;
}
#header .tools .nav img {
vertical-align:middle;
}
#header .tools .search {
float:right;
width:229px;
}
#header .tools .search p {
float:left;
width:180px;
height:19px;
border:1px solid #CFCFCF;
}
#header .tools .search input {
float:right;
margin:0;
}
#header .tools .search p input {
width:159px;
height:16px;
padding:1px 1px 1px 19px;
border-top:1px solid #F6F6F6;
border-right:none;
border-bottom:none;
border-left:1px solid #F6F6F6;
background:url(../common/icon_search.png) 1px 2px no-repeat;
}



/* global nav */
#gnav {
margin-bottom:8px;
}
#gnav ul {
overflow:hidden;
height:100%;
padding-bottom:6px;
background:url(../common/gnav_bg_01.png) left bottom repeat-x;
}
#gnav li {
float:left;
}
#gnav ul img {
vertical-align:bottom;
}
#gnav ul .on {
margin-bottom:-6px;
padding-bottom:6px;
background-color:#fff;
}



/* contents wrapper */
#content {
padding-bottom:56px;
}
#content:after {
content:"";
clear:both;
display:block;
height:0;
visibility:hidden;
}



/* footer */
#footer {
clear:both;
padding-bottom:13px;
}
#footer .copyright {
text-align:center;
}

/* footer nav */
#footer .nav {
overflow:hidden;
height:38px;
margin-bottom:13px;
padding-left:37px;
background:url(../common/footer_bg_01.png) left top repeat-x;
}
#footer .nav li {
float:left;
}
#footer .nav img {
vertical-align:bottom;
}

/* site information */
#footer .info {
margin-bottom:13px;
text-align:center;
}
#footer .info li {
display:inline;
padding:0 10px;
white-space:nowrap;
}
#footer .info a {
padding-left:9px;
background:url(../common/arrow_01.png) left center no-repeat;
color:#0179C5;
}



