@charset 'utf-8';

/* -------- リセット -------- */

body {
	color: #333;
	text-align: center;
	font: 9pt/12pt "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 0.02em;
	background: #FFF;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, q, strong, b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
ol,ul {list-style: none;}
img {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 0;
	background-color: transparent;
}
/* base ----------------- */
a:link { color: #03C; 
}
a:visited { color: #03C; 

}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active { color: #03C; 

}
/*** font ***/
.text70 {
	font-size: 70%;
	line-height: 110%;
	font-weight: normal;
}

.text90 {
	font-size: 90%;
	line-height: 110%;
}
.text110 {
	font-size: 110%;
	line-height: 140%;
}
.text120 {
	font-size: 120%;
	line-height: 150%;
}
.text120_b {
	font-size: 120%;
	line-height: 150%;
	font-weight: bold;
}

.text130 {
	font-size: 130%;
	line-height: 140%;
	font-weight: bold;
}
.text130red {
	font-size: 130%;
	line-height: 140%;
	font-weight: bold;
	color: #F00;
}

.text_bold {
	font-weight: bold;
}
.text_red {
	color: #F00;
}
.text90_gray {
	font-size: 90%;
	line-height: 115%;
	color: #666666;
}
.text90_bk {
	font-size: 90%;
	color: #333;
	font-weight: normal;
}
/*** image ***/
.img0000 {
	margin: 0px;
	display: block;
	border-style: none;
}
.img0j0j {
	margin: 0px auto 0px auto;
	display: block;
}
.img0j10j {
	margin: 0px auto 10px;
	display: block;
	text-align: center;
}

.img0j20j {
	margin: 0px auto 20px;
	display: block;
	text-align: center;
	border-style: none;
}
.img10j0j {
	margin: 10px auto 0px;
	display: block;
	text-align: center;
}

.img10j10j {
	margin: 10px auto;
	display: block;
	text-align: center;
}

.img20j20j {
	margin: 20px auto 20px auto;
	display: block;
	text-align: center;
	border-style: none;
}
.img20j10j {
	margin: 20px auto 10px;
	display: block;
	text-align: center;
	border-style: none;
}
.img20j0j {
	margin: 20px auto 0px;
	display: block;
	text-align: center;
	border-style: none;
}
.img30j0j {
	margin: 30px auto 0px;
	display: block;
	text-align: center;
	border-style: none;
}
.note1 {
	text-align: left;
	text-indent: -1em;
	margin-right: auto;
	margin-left: auto;
	font-size: 90%;
	margin-top: 5px;
	display: block;
	width: 85%;
}
.note2 {
	text-align: left;
	text-indent: -1em;
	margin-left: 2em;
	font-size: 90%;
	margin-top: 5px;
	display: block;
	margin-bottom: 10px;
}
div#container, div#container_inr, div#container_inr2 {
	width: 958px;
	background: #FFFFFF;
	clear: both;
	border-right: none;
	border-left: none;
	border-top-style: none;
	border-bottom-style: none;
	padding-top: 5px;
	margin: 0 auto;
}
#header{
	width:960px;
	margin: 0px auto;
}
#header h1{
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
}
/*** navigation ***/
ul#navigation {
	margin: 0px;
	padding: 0px;
	top: 0px;
	list-style: none;
	z-index:999999;
	float: right;
	width: 721px;
}
ul#navigation li {
	width: 103px;
	display:inline;
	float:left;
	color: #F5A100;
}
ul#navigation li a {
	display: block;
	float:left;
	width: 100px;
	height: 25px;
	border:1px solid #999;
	-moz-border-radius:0px 0px 10px 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-khtml-border-bottom-right-radius: 10px;
	-khtml-border-bottom-left-radius: 10px;
	text-decoration:none;
	text-align:center;
	padding-top:80px;
	opacity: 0.8;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);  
	background: #000 no-repeat 50% 10px;
	color: #F5A100;
	letter-spacing: 1px;
	margin-top: -2px;
}
ul#navigation li a:hover{
	background: #000;
}
ul#navigation li a span{
    letter-spacing:2px;
    font-size:11px;
    color:#60ACD8;
    text-shadow: 0 -1px 1px #fff;      
}
ul#navigation .home a{
	background: #000;
}
ul#navigation .about a      {
    background-image: url(../images/id_card.png);
}
ul#navigation .search a      {
    background-image: url(../images/search.png);
}
ul#navigation .podcasts a      {
    background-image: url(../images/ipod.png);
}
ul#navigation .rssfeed a   {
    background-image: url(../images/rss.png);
}
ul#navigation .photos a     {
    background-image: url(../images/camera.png);
}
ul#navigation .contact a    {
    background-image: url(../images/mail.png);
}
/*** footer ***/
div#footer {
	text-align: center;
	width: 960px;
	margin: 0px auto;
	display: block;
	padding: 0px;
	border-bottom: 2px solid #333;
	clear: both;
}
p#copyright {
	float: left;
	padding-top: 2px;
}
p#footer_up {
	float: right;
}
