@charset "utf-8";
/* CSS Document */

/* 全体構造
---------------------------------------------------- */
* {
	font-size: 100%;
}

body {
	margin: 0;
	padding: 0;
	line-height: 1.4em;
	font-size: 95%;
	letter-spacing: 1px;
	background: url(../images/back/back_gray_stripe.gif);
}

/* タグの再定義
---------------------------------------------------- */
p {
	margin: 0px 0px 1em;
	padding: 0px;
}

img {
	border: 0px;
}

a {
/*	color:#333333;*/
	color: #6666CC;
}

a:link, a:visited {
/*	color: #6666CC;*/
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

form {
	margin: 0px;
	padding: 0px;
}

br {
	letter-spacing:normal; /* IEで連続した<br>の2個目を無視するバグ対処*/
}

/* 見出し
---------------------------------------------------- */
h1 {
	vertical-align: middle;
	font-size: 100%;
	color: #6699CC;
	line-height: 140%;
	font-weight: bold;
	letter-spacing: 2px;
/*	margin: 0;
	padding: 0;*/
	padding-bottom: 0.5em;
}

h2 {
	vertical-align: middle;
	font-size: 95%;
	color: #333333;
	line-height: 140%;
	font-weight: bold;
	letter-spacing: 1px;
/*	margin: 0;
	padding: 0;*/
	margin: 2px 2.5%;
	padding: 4px;
}

h3 {
	vertical-align: middle;
	font-size: 95%;
	color: #333333;
	line-height: 140%;
	font-weight: bold;
	letter-spacing: 1px;
/*	margin: 0;
	padding: 0;*/
	margin: 2px 5%;
	padding: 4px;
}

h4 {
	vertical-align: middle;
	font-size: 95%;
	line-height: 140%;
	font-weight: bold;
	letter-spacing: 1px;
/*	margin: 0;
	padding: 0;*/
	margin: 2px 7.5%;
	padding: 4px;
}

/* 共通クラス
---------------------------------------------------- */
.spacer {
	height: 8px;
	width: 100%;
}

.fontResize {
	font-size: 80%;
}

.toTop {
	text-align: right;
	font-size: 85%;
}

img.placeHolder {
	background-color: #CCCCCC;
	height: 60px;
	width: 80px;
}

.noBack {
	background-image: none;
}

.pageTitleNoImage {
	font-size: 150%;
	line-height: 140%;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 2px;
	vertical-align: middle;
}

.backWhiteNoImage {
	background: #FFFFFF url(none);
}

.caution {
	color: #CC0000;
}

.imgFloatRight {
	float: right;
	margin-bottom: 4px;
	margin-left: 4px;
	background-color: #EEEEEE;
	padding: 5px;
}

.imgFloatLeft {
	float: left;
	margin-bottom: 4px;
	margin-right: 4px;
	background-color: #EEEEEE;
	padding: 5px;
}

.frameFloatLeft {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.frameFloatRight {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}

.underLine {
	border-bottom: 1px solid #CCCCCC;
}

.underLineBold {
	border-bottom: 2px solid #CCCCCC;
}

.highlight {
	color: #336699;
}

/* floatをしている内容がはみ出さないように、外の要素を調整するハック
参考URL：http://feed.designlinkdatabase.net/feed/outsite_23306.aspx
---------------------------------------------------- */
.clearFixBase {
	float:left;
	width: 100%;
}
.clearFix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearFix { display: inline-block; }
/* exclude MacIE5 \*/
* html .clearFix { height: 1% }
.clearFix { display:block; }
/* end MacIE5 */


/* 主要エリア
---------------------------------------------------- */
#wrapper {
}

#pageNavi {
	font-size: 80%;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background-color: #EEEEEE;
}

#header {
	margin: 0;
	padding: 0;
	background: #6699FF;
}

#header h1 {
	vertical-align: middle;
	font-size: 100%;
	color: #6699CC;
	line-height: 140%;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 0;
	padding: 0;
}

#crumb {
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	font-size: 80%;
	background-color: #FFFFFF;
}

#crumb td{
	padding: 2px 10px 0px;
}

#mid {
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}

#globalNavi {
	text-align: center;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	font-size: 80%;
	background-color: #FFFFFF;
}

#footer {
	text-align: center;
	font-size: 80%;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}

/* メニュー
---------------------------------------------------- */
#menuTop {
	width: 200px;
}

#menuSub {
	width: 200px;
}

#menuTop .menuItemTop {
	font-size: 95%;
	line-height: 140%;
	padding: 8px;
	border-bottom: 2px dotted #DDDDDD;
	border-left: 6px solid #99CCFF;
}

#menuTop .menuItem {
	font-size: 95%;
	line-height: 140%;
	padding: 8px;
	border-bottom: 2px dotted #DDDDDD;
	border-left: 6px solid #99CCFF;
}

#menuTop .menuItemEtc {
	font-size: 95%;
	line-height: 140%;
	padding: 8px;
	border-bottom: 2px dotted #DDDDDD;
	border-left: 6px solid #DDDDDD;
}

#menuSub .menuItemTop {
	font-size: 95%;
	line-height: 140%;
	padding: 5px;
	border-bottom: 2px dotted #DDDDDD;
	border-left: 6px solid #6699FF;
}

#menuSub .menuItem {
	font-size: 95%;
	line-height: 140%;
	padding: 5px;
	border-bottom: 2px dotted #DDDDDD;
	border-left: 6px solid #99CCFF;
}

#menuSub .menuItemEtc {
	font-size: 95%;
	line-height: 140%;
	padding: 5px;
	border-bottom: 2px dotted #DDDDDD;
	border-left: 6px solid #DDDDDD;
}

#menuSitemap td {
	font-size: 95%;
	line-height: 140%;
	padding: 2px;
}

#menuSitemap td ul{
	margin-top: 0px;
	margin-bottom: 0px;
}

#menuSitemap .menuItemTop {
	padding: 0px 0px 0px 6px;
	border-left: 6px solid #6699FF;
}

#menuSitemap .menuItemSub {
	padding: 0px 0px 0px 20px;
	border-left: 6px solid #FFFFFF;
	border-bottom: none;
	background-image: url(../images/menu/menu_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.menuItemSub {
	font-size: 95%;
	line-height: 140%;
	padding: 5px 5px 5px 20px;
	border-bottom: 2px dotted #DDDDDD;
	border-left: 6px solid #FFFFFF;
	background-image: url(../images/menu/menu_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

#menuTop a:link, #menuSub a:link {
	color:#333333;
	text-decoration: none;
}

#menuTop a:visited, #menuSub  a:visited {
	color:#333333;
	text-decoration: none;
}

#menuTop a:hover, #menuSub  a:hover {
/*	color:#6699FF;*/
	color: #6666CC;
	text-decoration: underline;
}

/* タブ
---------------------------------------------------- */
.tabOnRound {
	font-size: 95%;
	line-height: 140%;
	color: #333333;
	background-image: url(../images/tab/tab_back_on.gif);
	letter-spacing: 1px;
	text-align: center;
	vertical-align: middle;
	height: 26px;
	width: 80px;
	background-repeat: no-repeat;
	white-space: nowrap;
}

.tabOffRound {
	font-size: 95%;
	line-height: 140%;
	color: #333333;
	background-image: url(../images/tab/tab_back_off.gif);
	letter-spacing: 1px;
	text-align: center;
	vertical-align: middle;
	height: 26px;
	width: 80px;
	background-repeat: no-repeat;
	white-space: nowrap;
}

.tabOn {
	font-size: 95%;
	line-height: 140%;
	color: #333333;
	letter-spacing: 1px;
	text-align: center;
	vertical-align: middle;
	/*	height: 26px;*/
/*	width: 80px;*/
/*	white-space: nowrap;*/
	background-color: #CCCCCC;
	padding: 4px 10px;
	border-right: 2px solid #FFFFFF;
}

.tabOff {
	font-size: 95%;
	line-height: 140%;
	color: #333333;
	letter-spacing: 1px;
	text-align: center;
	vertical-align: middle;
	/*	height: 26px;*/
/*	width: 80px;*/
/*	white-space: nowrap;*/
	background-color: #EEEEEE;
	padding: 4px 10px;
	border-right: 2px solid #FFFFFF;
}

.tabFreeBack {
	text-align: center;
	vertical-align: middle;
/*	white-space: nowrap;*/
	padding: 2px 4px;
	border-right: 2px solid #FFFFFF;
}

.tabUnderBar {
	background-color: #CCCCCC;
	height: 4px;
}

.tabUnderBarFreeBack {
	height: 4px;
}

/* テキスト
---------------------------------------------------- */
.pageCaption {
	font-size: 120%;
	line-height: 140%;
	font-weight: bold;
	color: #333333;
	letter-spacing: 2px;
}

.txtCaption {
	font-size: 95%;
	line-height: 140%;
	font-weight: bold;
	letter-spacing: 1px;
}

.txtDefault {
	font-size: 95%;
	line-height: 140%;
	color: #333333;
	letter-spacing: 1px;
	vertical-align: top;
}

.txtDefaultBox {
	font-size: 95%;
	line-height: 140%;
	color: #333333;
	letter-spacing: 1px;
	vertical-align: top;
	border: 1px solid #CCCCCC;
}
.txtDefaultBoxCenter {
	font-size: 95%;
	line-height: 140%;
	color: #333333;
	letter-spacing: 1px;
	vertical-align: middle;
	border: 1px solid #CCCCCC;
	text-align: center;
}
.txtDefaultCenter {
	font-size: 95%;
	line-height: 140%;
	color: #333333;
	letter-spacing: 1px;
	text-align: center;
}

.txtDefault95 {
	font-size: 95%;
	line-height: 140%;
	color: #333333;
	letter-spacing: 1px;
	margin: 2px 2.5%;
	padding: 4px;
}

.txtDefault90 {
	font-size: 95%;
	line-height: 140%;
	color: #333333;
	letter-spacing: 1px;
	margin: 2px 5%;
	padding: 4px;
}

.txtDefault85 {
	font-size: 95%;
	line-height: 140%;
	color: #333333;
	letter-spacing: 1px;
	margin: 2px 7.5%;
	padding: 4px;
}

.txtDefault80 {
	font-size: 95%;
	line-height: 140%;
	color: #333333;
	letter-spacing: 1px;
	margin: 2px 10%;
	padding: 4px;
}

.txtCaptionUnderBar {
	color: #6699CC;
	font-size: 95%;
	line-height: 140%;
	font-weight: bold;
	letter-spacing: 1px;
	border-bottom: 2px solid #99CCFF;
}

.txtTitle {
	/*font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";*/
	font-size: 105%;
	line-height: 1.5em;
	font-weight: bold;
	color: #333333;
}

h2.txtTitle {
	vertical-align: middle;
	font-size: 100%;
	color: #333333;
	line-height: 140%;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0;
	padding: 0;
}

.txtSmall {
	font-size: 80%;
	line-height: 140%;
	color: #333333;
	letter-spacing: 1px;
	vertical-align: top;
}

.txtItemUnderBar {
	font-size: 95%;
	line-height: 140%;
	font-weight: bold;
	letter-spacing: 1px;
	border-bottom: 1px solid #CCCCCC;
}

/* インデント
---------------------------------------------------- */
.indent95 {
	margin: 2px 2.5%;
	padding: 4px;
}

.indent90 {
	margin: 2px 5%;
	padding: 4px;
}

.indent85 {
	margin: 2px 7.5%;
	padding: 4px;
}

.indent80 {
	margin: 2px 10%;
	padding: 4px;
}

/* ボックス
---------------------------------------------------- */
.box {
	border: 1px solid #CCCCCC;
}

.boxDot {
	border: 2px dotted #CCCCCC;
}

td.roundboxTl {
	background-image: url(../snippets/rvs_box_tl.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 7px;
	width: 7px;
}
td.roundboxTr {
	background-image: url(../snippets/rvs_box_tr.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 7px;
	width: 7px;
}
td.roundboxBl {
	background-image: url(../snippets/rvs_box_bl.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 7px;
	width: 7px;
}
td.roundboxBr {
	background-image: url(../snippets/rvs_box_br.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 7px;
	width: 7px;
}
td.roundboxColSpacer {
	background-image: url(../snippets/spacer.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 7px;
}
td.roundboxRowSpacer {
	background-image: url(../snippets/spacer.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	width: 7px;
}
.boxInfoMid {
	background-image: url(../images/box/box_info_mid.gif);
}

/* ボタン
---------------------------------------------------- */
.btnGrayGrad {
	background-image: url(../images/btn/btn_gray_grad.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 170px;
	text-align: center;
	line-height: 1.2em;
	font-size: 0.9em;
}
.btnOrangeGrad {
	font-size: 100%;
	font-weight: bold;
	color: #FF9900;
	/*font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";*/
	background-image: url(../images/btn/btn_orange_grad_170px.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 170px;
	text-align: center;
	/*vertical-align: middle;*/
}
.btnPinkGrad {
	font-size: 100%;
	font-weight: bold;
	color: #FF6666;
	/*font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";*/
	background-image: url(../images/btn/btn_pink_grad_170px.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 170px;
	text-align: center;
	/*vertical-align: middle;*/
}
.btnGreenGrad {
	font-size: 100%;
	font-weight: bold;
	color: #669933;
	/*font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";*/
	background-image: url(../images/btn/btn_green_grad_170px.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 170px;
	text-align: center;
	/*vertical-align: middle;*/
}

/* リスト
---------------------------------------------------- */
li.arrow {
	list-style-image: url(../images/arrow/arrow_06.gif);
	margin: 2px;
	padding: 4px;
}
ul.arrow {
	margin-left: 20px;
}

/* テーブル
---------------------------------------------------- */
table.gridDefault {
	border-collapse: collapse;
/*	margin: 4px;*/
}

table.gridDefault td, table.gridDefault th {
	padding: 4px;
	border: 1px solid #999999;
}

table.gridDefaultNoBorder {
/*	margin: 4px;*/
}

table.gridDefaultNoBorder td, table.gridDefaultNoBorder th {
/*	padding: 4px;*/
/*	border: 1px solid #999999;*/
}

td.arrow {
	background-image: url(../images/arrow/arrow_06.gif);
	margin: 2px;
	padding: 4px;
	width: 20px;
	background-repeat: no-repeat;
	background-position: center 4px;
}

th.txtDefault {
	vertical-align: middle;
}

/* 送信フォーム
---------------------------------------------------- */
form th.txtDefault {
	vertical-align: middle;
}

form button {
	margin: 2px;
}

#contact input, #contact textarea {
	width: 380px;
}

/* 新着情報
---------------------------------------------------- */
.infoTitle {
	font-size: 100%;
	line-height: 140%;
	font-weight: bold;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

.infoDate {
	font-size: 95%;
	line-height: 140%;
	color: #666699;
	letter-spacing: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

.infoText {
	font-size: 95%;
	line-height: 140%;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	letter-spacing: 1px;
}




#pageNaviEnglish {
	margin: 2px 0px 2px 2px;
}

#pageNaviUpper {
	margin: 2px 0px 0px 2px;
	line-height: 1.5em;
}

#pageNaviLower {
	margin: 0px 0px 2px 2px;
	line-height: 1.5em;
}

#pageNaviUpper td, #pageNaviLower td {
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	padding: 2px 5px;
	border: 1px solid #CCCCCC;
}

#searchForm #query {
	width: 120px;
}

#searchForm table{
	line-height: 1em;
	margin: 0;
	padding: 0;
}

#widthYogoSmall {
	width: 500px;
}

#widthBookReview {
	width: 600px;
}

.poster {
}

.poster td.pictureFrame {
	background-color: #DDDDDD;
	padding: 4px;
	text-align: center;
}

.poster td.namePlate {
	text-align: center;
	vertical-align: top;
	padding-bottom: 0.8em;
}
.noLink {
	color: #CCCCCC;
}

#sidebar ol {
	margin: 0px;
	padding: 0px 0px 0px 2em;
}

#sidebar ol li {
	border-bottom: 1px dotted #CCCCCC;
	margin: 0px;
	padding: 0px;
}

#sidebar ul {
	margin: 0px;
	padding: 0px 0px 0px 2em;
	list-style-type: upper-alpha;
}

#sidebar ul li {
	border-bottom: 1px dotted #CCCCCC;
	margin: 0px;
	padding: 0px;
}

#FLVPlayer {
	border: 1px solid #CCCCCC;
}

