body {
	font-size: small;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
}
p {
	margin: 0px;

}

a
{
	color: #666666;
	text-decoration: none;
}
a:hover {
	color:#FF0000;
	text-decoration: underline;
}


h1 {
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
	background: #666666;
	margin: 5px 0px 0px;
	padding: 3px 3px 3px 6px;
}
h2 {
	font-size: small;
	line-height: 1.5em;
	font-weight: bold;
	color: #FFFFFF;
	background: #3366FF;
	margin: 5px 0px 0px;
	padding: 3px 3px 3px 6px;
}
h3 {
	font-size: small;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
	background: #FF6699;
	margin: 0px 0px 10px;
	padding: 3px 3px 3px 6px;
}
hr {
	margin: 0px;
	padding: 0px;
}
strong {
	font-weight: bold;
	color: #FF0000;
}



blockquote {
	margin: 0px;
	padding-top: 1em;
	padding-left: 1.5em;
}
ul {
	padding-top: 1em;
	padding-left: 2em;
	list-style: square outside;
	margin: 0px;
}
.come {
	font-size: 10px;
	color: #FF0000;
	line-height: 12px;
}

#shopping_cart {
	margin: 0px;
	padding: 0px;
	width: 180px;
	background-color: #0066CC;
}
#shopping_cart h4 {
	background-image: url(cart/image/cart_01.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	width: 180px;
	margin: 0px;
	padding: 0px;
	height: 25px;
}


#shopping_cart  table {
	margin: 0px 10px 10px;
	padding: 0px;
	width: 160px;
	font-size: x-small;
	line-height: normal;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #0066CC;
	border-left-color: #0066CC;
}
#shopping_cart th {
	color: #FFFFFF;
	background-color: #00458A;
	text-align: left;
	margin: 0px;
	padding: 3px;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0066CC;
}
#shopping_cart td {
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #0066CC;
	border-bottom-color: #0066CC;
}
#shopping_cart .btn {
	text-align: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#shopping_cart img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#shopping_cart ul {
}




.body10 {
	font-size: x-small;
	line-height: 1.5em;
	letter-spacing: 0.1em;
}
.body10white {
	font-size: x-small;
	line-height: 1.5em;
	color: #FFFFFF;
	letter-spacing: 0.1em;
}
.body11 {
	font-size: small;
	line-height: 1.5em;
	color: #000000;
	letter-spacing: 0.1em;
}
.body12 {font-size: small;line-height: 1.5em;}
.body12white {font-size: small;line-height: 1.5em;color: #FFFFFF;}
.body14 {font-size: medium; line-height: 1.5em}
.space5 {
	margin: 0px 0px 5px;
	padding: 0px;
}
.red {
	color: #FF0000;
}
.blue {
	color: #003399;
}
.orange {
	color: #FF9900;
}

.zanryo
{
	font-size: medium;
	font-weight: bold;
	color: #FF0000;
}
.copyright {
	font-size: x-small;
	line-height: 1.2em;
	color: #666666;
	letter-spacing: 0.1em;
}
dl#whatsnew {
	font-size: x-small;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
}
#whatsnew dt {
	font-weight: bold;
	color: #FF0000;
	float: left;
	width: 3em;
	margin-right: 1em;
	border-bottom-width: 1px;
	border-bottom-style: none;
	text-align: right;
	clear: left;
}
#whatsnew dd {
	border-bottom: 1px dotted #999999;
	padding-left: 4em;
	margin: 0px;
}



.search
{
	font-size: small;
	line-height: 1.5em;
	color: #333333;
	background-color: #E6F2FF;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 1px solid #0066CC;
}

.search strong
{
	font-weight: bold;
	color: #FF0000;
}

.search form
{
	margin: 0px;
	padding: 0px;
}
#attention {
	font-size: x-small;
	line-height: 1.5em;
	color: #333333;
	padding: 10px;
	width: 521px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 1px solid #CCCCCC;
}
#attention ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#attention li {
	background-image: url(index/arrow.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	margin: 0px 0px 3px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
}
div.attention2 {
	font-size: small;
	line-height: 1.7em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0066CC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	width: 523px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.attention2 strong {
	color: #FFFF00;
}



input.style100 {
	width: 100px;
}
select.style140 {
	width: 140px;
}
dl#selectmonth {
	margin: 0px;
	padding: 0px;
}
#selectmonth dt {
	font-size: x-small;
	background: #0066CC;
	margin: 0px 0px 5px;
	padding: 3px 3px 3px 6px;
	border-left: 5px solid #003366;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
}
#selectmonth dd {
	font-size: x-small;
	line-height: normal;
	margin: 0px 0px 10px;
	padding: 0px 0px 0px 10px;
}
#cont {
	height: 1014px;
	width: 760px;
}
#pr {
	height: 180px;
	width: 755px;
	background-image: url(kaitori/pr.gif);
	margin-left: 5px;
	margin-top: 5px;
}
#left {
	float: left;
	height: 930px;
	width: 300px;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#genre {
	padding: 0px;
	list-style-type: none;
	height: 200px;
	width: 300px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#genre li {
	background-color: #FFFFFF;
	float: left;
	height: 100px;
	width: 100px;
}
#genre .gen_01 {
	background-image: url(kaitori/genre_01_off.gif);
	display: block;
	height: 100px;
	width: 100px;
}
#genre a:hover.gen_01 {
	background-image: url(kaitori/genre_01_on.gif);
}
#genre .gen_02 {
	background-image: url(kaitori/genre_02_off.gif);
	display: block;
	height: 100px;
	width: 100px;
}
#genre a:hover.gen_02 {
	background-image: url(kaitori/genre_02_on.gif);
}
#genre .gen_03 {
	background-image: url(kaitori/genre_03_off.gif);
	display: block;
	height: 100px;
	width: 100px;
}
#genre a:hover.gen_03 {
	background-image: url(kaitori/genre_03_on.gif);
}
#genre .gen_04 {
	background-image: url(kaitori/genre_04_off.gif);
	display: block;
	height: 100px;
	width: 100px;
}
#genre a:hover.gen_04 {
	background-image: url(kaitori/genre_04_on.gif);
}#genre .gen_05 {
	background-image: url(kaitori/genre_05_off.gif);
	display: block;
	height: 100px;
	width: 100px;
}
#genre a:hover.gen_05 {
	background-image: url(kaitori/genre_05_on.gif);
}
#genre .gen_06 {
	background-image: url(kaitori/genre_06_off.gif);
	display: block;
	height: 100px;
	width: 100px;
}
#genre a:hover.gen_06 {
	background-image: url(kaitori/genre_06_on.gif);
}
#step {
	background-color: #FFFFFF;
	height: auto;
	width: 300px;
	list-style-type: none;
	padding: 0px;
}
#step li {
	background-color: #EEEEEE;
	height: 100px;
	width: 186px;
	margin-bottom: 5px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 108px;
	text-align: left;
	font-size: 10px;
	line-height: 14px;
	color: #000000;
	letter-spacing: 0em;
	border: 1px solid #CCCCCC;
}
#step p {
	background-color: #FF0000;
	padding-right: 4px;
	padding-left: 4px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
	height: 18px;
	line-height: 18px;
	letter-spacing: 0em;
}

#step_01 {
	background-image: url(kaitori/step_01.jpg);
	background-repeat: no-repeat;
	background-position: 4px 4px;
	text-align: left;
}
#step_02 {
	background-image: url(kaitori/step_02.jpg);
	background-repeat: no-repeat;
	background-position: 4px 4px;
}
#step_03 {
	background-image: url(kaitori/step_03.jpg);
	background-repeat: no-repeat;
	background-position: 4px 4px;
}
#step_04 {
	background-image: url(kaitori/step_04.jpg);
	background-repeat: no-repeat;
	background-position: 4px 4px;
}
#step_05 {
	background-image: url(kaitori/step_05.jpg);
	background-repeat: no-repeat;
	background-position: 4px 4px;
}
#step_06 {
	background-image: url(kaitori/step_06.jpg);
	background-repeat: no-repeat;
	background-position: 4px 4px;
}
#houhou_box {
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#houhou_01 {
	background-image: url(kaitori/houhou_01.gif);
	display: block;
	height: 100px;
	width: 245px;
	margin-top: 10px;
	float: left;
	margin-right: 10px;
}
a:hover#houhou_01 {
	background-image: url(kaitori/houhou_01_on.gif);
}
#houhou_02 {
	background-image: url(kaitori/houhou_02.gif);
	display: block;
	height: 100px;
	width: 245px;
	margin-top: 10px;
	float: left;
	margin-right: 10px;
}
a:hover#houhou_02 {
	background-image: url(kaitori/houhou_02_on.gif);
}
#houhou_03 {
	background-image: url(kaitori/houhou_03.gif);
	display: block;
	height: 100px;
	width: 245px;
	margin-top: 10px;
	float: left;
}
a:hover#houhou_03 {
	background-image: url(kaitori/houhou_03_on.gif);
}
#right {
	float: right;
	height: 930px;
	width: 445px;
	margin-top: 10px;
	margin-bottom: 5px;
}
#form_kaitori {
	width: 445px;
	background-color: #CCCCCC;
}
#form_kaitori td {
	margin: 1px;
	padding: 8px;
	text-align: left;
	background-color: #EEEEEE;
}
#form_kaitori .tag {
	text-align: center;
}
#form_kaitori ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#form_kaitori li {
	margin-bottom: 8px;
}



#title {
	margin-bottom: 0px;
}
form {
	margin: 0px;
}
#submit {
	text-align: center;
	margin-top: 10px;
}
#p_gen {
	background-color: #D20000;
	font-size: 12px;
	color: #FFFFFF;
	padding-right: 4px;
	padding-left: 4px;
	line-height: 20px;
	height: 18px;
	margin-bottom: 4px;
}
#kyouka {
	height: 240px;
	width: 751px;
	margin-top: 10px;
	margin-left: 5px;
	margin-bottom: 0px;
	border: 1px solid #999999;
}
#kyouka ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 13px;
	width: 725px;
}
#kyouka a {
	background-color: #EEEEEE;
	display: block;
	height: 240px;
	width: 751px;
	text-decoration: none;
}
#kyouka a:hover {
	background-color: #FFB9B9;
}
#kyouka li {
	height: 196px;
	width: 95px;
	float: left;
	padding-top: 0px;
	padding-right: 4px;
	padding-left: 4px;
	color: #FF0000;
	text-decoration: none;
	text-align: center;
}
#kyouka li img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 135px;
}
#kyouka h1 {
	height: 10px;
	padding-right: 2px;
	padding-left: 2px;
	font-size: 10px;
	line-height: 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	text-align: center;
	background-color: #6359B1;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	letter-spacing: 0.1em;
}
#title_kaitori {
	margin: 0px;
	text-decoration: none;
	background-color: #F00006;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 22px;
	font-weight: bold;
	padding-left: 4px;
	width: 747px;
	float: left;
	vertical-align: middle;
}
#blink {
	float: right;
	margin: 0px;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 22px;
	text-decoration: blink;
	width: 220px;
}
#kyouka p {
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	line-height: 12px;
	text-align: center;
}
#kaitori_list p {
	background-color: #D20000;
	font-size: 12px;
	color: #FFFFFF;
	padding-right: 4px;
	padding-left: 4px;
	line-height: 20px;
	height: 18px;
	margin-bottom: 4px;
}
#kyouka #txt {
	float: left;
	font-size: 10px;
	color: #F00006;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
	width: 743px;
	letter-spacing: 0.1em;
}
#event {
	height: 150px;
	width: 753px;
	margin-left: 5px;
	background-image: url(banner/banner_753_150.jpg);
}
#concept {
	width: 543px;
	margin-left: 4px;
}

#concept ul {
	list-style-type: none;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
	margin-top: 8px;
	margin-bottom: 0px;
}
#concept li {
	padding: 6px;
	height: auto;
	width: 500px;
	margin-bottom: 4px;
	border: 1px solid #FF0000;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	margin-right: auto;
	margin-left: auto;
}
#concept li img {
	margin-right: 4px;
}

#concept hr {
	color: #333333;
	margin: 0px;
}
#concept p {
	font-size: 12px;
	margin-top: 4px;
	font-weight: normal;
}
#chuui  {
	list-style-type: square;
	list-style-position: inside;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 10px;
}
#chuui li {
	font-size: 10px;
	color: #333333;
	height: auto;
	line-height: 14px;
	font-weight: normal;
	letter-spacing: 0.1em;
}
#step a {
	color: #0000FF;
	text-decoration: underline;
}
#step a:hover {
	color: #FF0000;
}

