@charset "utf-8";
/* formatting styles
-------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 75%;
	line-height: 1.6;
	color: #333;
	background-image: url(images/bg02.gif);
	background-attachment: fixed;
}
hr {
	display: none;
}
.sun-hol {
	color: #F03;
}
.cloused {
	background-color: #FCC;
}
.nowP {
	font-weight: bold;
	color: #F00;
}
/* link styles
-------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #333;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #666;
}
a:hover {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
/* basic layout
-------------------------------*/
#wrapper {
	background-color: #FFF;
	margin: 0px auto;
	width: 858px;
	border-right: 1px solid #666;
	border-left: 1px solid #666;
}
#main {
	padding: 10px;
	float: right;
	width: 573px;
	margin-bottom: 20px;
}
#sidebar {
	padding: 10px;
	float: left;
	width: 225px;
	margin-bottom: 20px;
}
#footer {
	padding: 15px;
	clear: both;
	border-top: 2px dotted #F03;
}
/* header styles
-------------------------------*/
#header {
	background-image: url(images/header-bg01.gif);
	background-repeat: no-repeat;
	height: 190px;
	position: relative;
}
#guide #header,
#faq #header,
#contact #header {
	background-image: none;
}
#gakidaisho #header {
	background-image: none;
}
#torachan #header {
	background-image: none;
}
#mamasan #header {
	background-image: none;
}
#tantei #header {
	background-image: none;
}
#header h1 {
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-align: center;
	margin: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 0px;
	border-top: 5px solid #F03;
	border-bottom: 2px dotted #F03;
}
#gakidaisho #header h1 {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 1em;
	font-weight: bold;
	border-top: 5px solid #66C;
	border-bottom: 2px dotted #66C;
}
#torachan #header h1 {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 1em;
	font-weight: bold;
	border-top: 5px solid #3C9;
	border-bottom: 2px dotted #3C9;
}
#mamasan #header h1 {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 1em;
	font-weight: bold;
	border-top: 5px solid #F93;
	border-bottom: 2px dotted #F93;
}
#tantei #header h1 {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 1em;
	font-weight: bold;
	border-top: 5px solid #09C;
	border-bottom: 2px dotted #09C;
}
#header #logo {
	position: absolute;
	left: 5px;
	top: 75px;
}
/* header contentsBar
-------------------------------*/
#header #contentsBar {
	height: 60px;
	width: 680px;
	position: absolute;
	top: 89px;
	left: 175px;
}
#header #contentsBar ul {
	margin: 0px;
	padding: 0px;
	height: 60px;
	list-style: none;
	display: inline;
}
#header #contentsBar ul li {
	float: left;
	width: 170px;
	list-style: none;
}
#header #contentsBar ul li a {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 60px;
	width: 170px;
	text-decoration: none;
	text-indent: -9999px;
	float: left;
	overflow: hidden;
	background-image: url(images/contents-bar.gif);
	background-repeat: no-repeat;
}
/* contentsBar off
-------------------------------*/
#header #contentsBar ul li#m1 a {
	background-position: 0px -60px;
}
#header #contentsBar ul li#m2 a {
	background-position: -170px -60px;
}
#header #contentsBar ul li#m3 a {
	background-position: -340px -60px;
}
#header #contentsBar ul li#m4 a {
	background-position: -510px -60px;
}
/* contentsBar hover
-------------------------------*/
#header #contentsBar ul li#m1 a:hover {
	background-position: 0px 2px;
}
#header #contentsBar ul li#m2 a:hover {
	background-position: -170px 2px;
}
#header #contentsBar ul li#m3 a:hover {
	background-position: -340px 2px;
}
#header #contentsBar ul li#m4 a:hover {
	background-position: -510px 2px;
}
/* contentsBar conditions
-------------------------------*/
#gakidaisho #header #contentsBar ul li#m1 a {
	background-position: 0px 2px;
}
#torachan #header #contentsBar ul li#m2 a {
	background-position: -170px 2px;
}
#mamasan #header #contentsBar ul li#m3 a {
	background-position: -340px 2px;
}
#tantei #header #contentsBar ul li#m4 a {
	background-position: -510px 2px;
}
/* header naviBar
-------------------------------*/
#header #naviBar ul {
	width: 858px;
	position: absolute;
	left: 0px;
	top: 149px;
	background-color: #FFF;
}
#header #naviBar ul li {
	float: left;
	list-style: none;
	color: #666;
}
#header #naviBar ul li a {
	line-height: 2em;
	text-decoration: none;
	text-align: center;
	display: block;
	height: 2em;
	width: 170px;
	border-top: 2px solid #FF9;
	border-bottom: 3px solid #666;
	border-left: 2px solid #FFF;
	background-color: #EEE;
	color: #666;
}
#header #naviBar ul li#nHome a {
	border-left-style: none;
}
#header #naviBar ul li a:hover {
	background-color: #FCC;
	font-weight: bold;
}
#home #header #naviBar ul li#nHome a,
#guide #header #naviBar ul li#nGuide a,
#faq #header #naviBar ul li#nFaq a,
#contact #header #naviBar ul li#nContact a {
	color: #333;
	background-color: #F69;
	border-top: 3px solid #900;
	border-bottom-style: double;
	border-bottom-color: #CCC;
	font-weight: bold;
}
/* pankuzu
-------------------------------*/
#pankuzu {
	font-size: 1em;
	margin: 0px;
	padding: 0px 0px 0px 15px;
}
/* sidebar styles
-------------------------------*/
#sidebar h2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	font-weight: bold;
	background-image: url(images/lhkoma-h.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 4px 0px 4px 18px;
	border-bottom: 2px dotted #F03;
	margin-bottom: 10px;
	border-top: 3px solid #F03;
}
#sidebar #news {
	margin-bottom: 25px;
}
#sidebar #news dt {
	font-weight: bold;
	background-image: url(images/listIcn2a.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px 0px 10px;
	clear: left;
	float: left;
	width: 5em;
	padding-left: 15px;
}
#sidebar #news dd {
	margin: 0px 0px 10px 5px;
}


#sidebar ul {
	margin-bottom: 15px;
}
#sidebar ul li {
	margin-bottom: 6px;
	list-style: none;
}
#sidebar ul li a {
	background-image: url(images/trm.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	width: 210px;
	padding-left: 15px;
}
#sidebar ul li a:hover {
	background-image: url(images/trm_hover.gif);
}
#gakidaisho #sidebar h2 {
	background-image: url(images/lhkoma-gaki.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom: 2px dotted #66C;
	border-top: 3px solid #66C;
}
#torachan #sidebar h2 {
	background-image: url(images/lhkoma-tora.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom: 2px dotted #3C9;
	border-top: 3px solid #3C9;
}
#mamasan #sidebar h2 {
	background-image: url(images/lhkoma-mama.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom: 2px dotted #F93;
	border-top: 3px solid #F93;
}
#tantei #sidebar h2 {
	background-image: url(images/lhkoma-tant.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom: 2px dotted #09C;
	border-top: 3px solid #09C;
}
/* main styles
-------------------------------*/
#main h2 {
	font-size: 1em;
	font-weight: bold;
	background-color: #EEE;
	padding-left: 15px;
	border-bottom: 2px dotted #F03;
	border-left: 12px solid #F03;
	margin-top: 0px;
	margin-bottom: 15px;
}
#main ul {
	margin-left: 30px;
}

#gakidaisho #main h2 {
	background-color: #99F;
	border-bottom: 2px dotted #66C;
	border-left: 12px solid #66C;
	color: #FFF;
}
#torachan #main h2 {
	background-color: #9F9;
	border-bottom: 2px dotted #3C9;
	border-left: 12px solid #3C9;
}
#mamasan #main h2 {
	background-color: #FC9;
	border-bottom: 2px dotted #F93;
	border-left: 12px solid #F93;
}
#tantei #main h2 {
	background-color: #9FC;
	border-bottom: 2px dotted #09C;
	border-left: 12px solid #09C;
}
#main .menu {
	display: inline;
	float: left;
	width: 265px;
	margin-bottom: 15px;
	margin-left: 10px;
}
#main h3 {
	margin-bottom: 15px;
	margin-left: 15px;
	color: #F03;
	border-bottom: 1px dotted #666;
	border-left: 5px solid #F03;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	margin-top: 15px;
}
#main .menu h3 {
	margin: 0px;
	padding: 0px;
	border-style: none;
}

#main p {
	margin-left: 25px;
}

#guide #main img {
	padding: 5px;
	float: left;
	margin-right: 15px;
	margin-left: 10px;
	margin-bottom: 15px;
}
#guide #main ol li img {
	float: none;
	margin: 0px;
	padding: 0px;
}

#guide #main h3 {
	clear: both;
}
#guide #main #nakatani {
	padding: 10px;
	margin-left: 10px;
	color: #F03;
}
#guide #main ol {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 40px;
}
#guide #main ol li ul {
	margin-left: 20px;
}
#main dl#faqList dt {
	font-weight: bold;
	background-image: url(images/q.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
}
#main dl#faqList dd {
	line-height: 1.8;
	background-image: url(images/a.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 1em;
	padding-left: 25px;
}
/* faq
-------------------------------*/
#faq #main em {
	font-weight: bold;
	color: #F03;
}

/* footer styles
-------------------------------*/
#footer #return {
	margin: 0px;
	float: right;
}
/* menu styles
-------------------------------*/
#gakidaisho_m {
	width: 205px;
}
#gakidaisho_m h4 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-left: 5px;
	border-left: 10px solid #66C;
}
#gakidaisho_m ul {
	margin-top: 5px;
	margin-bottom: 15px;
}
#gakidaisho_m ul li {
	margin-bottom: 6px;
	margin-left: 10px;
	list-style: none;
}
#gakidaisho_m ul li a {
	background-image: url(images/listIcn21a.gif);
	background-repeat: no-repeat;
	background-position: left center;
	width: 180px;
	padding-left: 12px;
	display: block;
}
#gakidaisho_m ul li a:visited {
	background-image: url(images/listIcn21b.gif);
}
#gakidaisho_m ul li em {
	color: #F00;
}
#torachan_m {
	width: 205px;
}
#torachan_m h4 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-left: 5px;
	border-left: 10px solid #3C9;
}
#torachan_m ul {
	margin-top: 5px;
	margin-bottom: 15px;
}
#torachan_m ul li {
	margin-bottom: 6px;
	margin-left: 10px;
	list-style: none;
}
#torachan_m ul li a {
	background-image: url(images/listIcn22a.gif);
	background-repeat: no-repeat;
	background-position: left center;
	width: 180px;
	padding-left: 12px;
	display: block;
}
#torachan_m ul li a:visited {
	background-image: url(images/listIcn22b.gif);
}
#torachan_m ul li em {
	color: #F00;
}
#mamasan_m {
	width: 205px;
	clear: left;
}
#mamasan_m h4 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-left: 5px;
	border-left: 10px solid #F93;
}
#mamasan_m ul {
	margin-top: 5px;
	margin-bottom: 15px;
}
#mamasan_m ul li {
	margin-bottom: 6px;
	margin-left: 10px;
	list-style: none;
}
#mamasan_m ul li a {
	background-image: url(images/listIcn23a.gif);
	background-repeat: no-repeat;
	background-position: left center;
	width: 180px;
	padding-left: 12px;
	display: block;
}
#mamasan_m ul li a:visited {
	background-image: url(images/listIcn23b.gif);
}
#mamasan_m ul li em {
	color: #F00;
}
#tantei_m {
	width: 205px;
}
#tantei_m h4 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-left: 5px;
	border-left: 10px solid #09C;
}
#tantei_m ul {
	margin-top: 5px;
	margin-bottom: 15px;
}
#tantei_m ul li {
	margin-bottom: 6px;
	margin-left: 10px;
	list-style: none;
}
#tantei_m ul li a {
	background-image: url(images/listIcn24a.gif);
	background-repeat: no-repeat;
	background-position: left center;
	width: 180px;
	padding-left: 12px;
	display: block;
}
#tantei_m ul li a:visited {
	background-image: url(images/listIcn24b.gif);
}
#tantei_m ul li em {
	color: #F00;
}
/* table
-------------------------------*/
#main table {
	margin-bottom: 15px;
	border-top: 1px solid #CCC;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-collapse:collapse;
}
#main table th {
	text-align: right;
	padding: 5px 15px;
	border-bottom: 1px solid #CCC;
}
#main table td {
	padding: 5px 15px;
	border-bottom: 1px solid #CCC;
}
#main table tr.odd {
	background-color: #EFEFEF;
}


/* calender styles
-------------------------------*/
#calender table {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 12px;
	width: 80%;
	border: 2px solid #999;
	text-align: center;
	margin-bottom: 20px;
	margin-left: 15px;
	background-color: #FFF;
}
#calender table th {
	background-color: #CCC;
	font-weight: normal;
}
/* contact form
-------------------------------*/
#contact #main Form {
	margin-bottom: 25px;
}
#contact #main input[type="text"], #main #contactForm textarea {
	padding: 2px;
	border: 1px solid #999;
}
#contact #main Form em {
	color: #F03;
	padding-left: 5px;
}
#contact #main Form textarea#comment {
	overflow: auto;
	height: 120px;
	width: 300px;
}
#contact #main form table th {
	font-size: 80%;
}
#contact #main h4 {
	font-size: 80%;
	font-weight: bold;
	color: #F03;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-top: 15px;
}

/* information styles
-------------------------------*/
#main h2#info {
	color: #F03;
	background-color: #FFF;
	border-bottom: 2px dotted #F00;
	border-left-style: none;
	font-weight: bold;
	text-align: left;
	font-size: 1.2em;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 2px #F33;
	clear: both;
}
#main .information {
	float: left;
	width: 260px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
}
#main div.tc p {
	margin-left: 0px;
}

/* toys catalogue
-------------------------------*/
#main div.tc {
	float: left;
	width: 120px;
	margin-bottom: 30px;
	margin-left: 20px;
	height: 200px;
}
#main div.tc h3 {
	margin: 10px 0px 5px;
	border-style: none;
	padding: 0px;
}
#main div.tc h3 a {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: small;
	line-height: 1.2;
	font-weight: bold;
	display: block;
	padding-left: 7px;
}

#gakidaisho #main div.tc h3 a {
	border-left: 3px solid #66C;
}
#torachan #main div.tc h3 a {
	border-left: 3px solid #3C9;
}
#mamasan #main div.tc h3 a {
	border-left: 3px solid #F93;
}
#tantei #main div.tc h3 a {
	border-left: 3px solid #09C;
}
/* toy sale
-------------------------------*/
#main #saleBox img {
	padding: 0px;
	float: left;
	margin-right: 10px;
}



#main #saleBox p#images {
	margin-left: 0px;
}

#main #saleBox table {
	margin: 0px;
	padding-right: 0px;
	padding-left: 10px;
	border-right: 1px solid #CCC;
}
#main #saleBox table th {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	color: #333;
	text-align: center;
	width: 60px;
}
#main #saleBox table td {
	font-size: 1.2em;
}
#main #saleBox table td p {
	margin: 0px;
}
#main #saleBox table td em {
	font-size: 80%;
	font-weight: bold;
	color: #F03;
}
#main #saleBox table  td ul {
	margin: 0px;
	padding-left: 10px;
}



#gakidaisho #main #saleBox table th {
	background-color: #99F;
}
#torachan #main #saleBox table th {
	background-color: #9F9;
}
#mamasan #main #saleBox table th {
	background-color: #FC9;
}
#tantei #main #saleBox table th {
	background-color: #9FC;
}
#saleBox #form1 {
	padding: 30px;
	clear: both;
}
#main #saleBox #form1 p {
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
}

#main #osusume {
	clear: both;
}

