﻿/* =Base, reset, normalize
-----------------------------------------------------------------------------*/
html,
body,
div,
span,
object,
iframe,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-style: normal;
}

body {
	margin: 0;
	color: #292929; 
	text-align: center;
	width: 100%;
	height:100%;
	}

a {
	color: #ffffff; 
	text-decoration: none;
	}

a:hover {
	text-decoration: none; 
	border-bottom: 6px solid #c6dcf0; 
	}

a:visited {
	color: #ffffff; 
	text-decoration: none; 
	}

a img {
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
		 -o-transition: 0.3s ease-in-out;
			transition: 0.3s ease-in-out;
}

a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

h1 {
	background-color: #c6dcf0; 
/*	margin-top: -13px;*/
	padding-top: 17px;
	padding-bottom: 17px;
  　font-size: 200%;
	}

h2 {
	background-color: #c6dcf0; 
	background-color: #5b9bd5;
	color: #FFFFFF; 	
	}

.banner {
	border-top: 1px solid #CCCCCC; 
	border-right: 1px solid #666666; 
	border-bottom: 1px solid #666666; 
	border-left: 1px solid #CCCCCC; 
	}

div#top_header {
	width: 100%;
	background-color: #FFFFFF; 
	margin-top: 7px;
	margin-bottom: 7px;
}

div#top_header img {
	padding-bottom: 3px;	
}

div#top_img {
	width: 100%;
	background-color: #F0F0F2;
}

div#menu  {
	margin-bottom: 7px;	
}

div#menu img {
	margin-right: 7px;
	padding-bottom: 1px;	
}

div#contents {
  margin: 0 auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
  /*float: none;*/
  padding-bottom: 110px; /* ポイント3 */
}

.genre_items {
	padding-top: 8px;	
	padding-bottom: 5px;	
	margin-bottom: 7px;

  margin-left: auto;
  margin-right: auto;
  max-width: 712px;
  /*float: none;*/
}


.genre_items ul {
  list-style-type: none;
  margin-left: auto;
  margin-right: auto;
  /*float: none;*/
}

.genre_items ul li {
  padding-right: 6px;
  padding-left: 6px;
  padding-bottom: 12px;
  float: left;
}

.genre_items ul li.more_items {
  padding-top: 22px;
  padding-right: 0;
  padding-bottom: 0;
}

img.more_items {
	padding-bottom: 35px;
}

div#footer {
	clear:both;
	width: 100%;
	background-color: #F0F0F2; 
	padding-top: 30px;
	padding-bottom: 30px;
	font-family: Arial, sans-serif;
	bottom:0;
}

.item_wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 920px;
  /*float: none;*/
}

#item_main {
  float: left;
}

.item_text {
  float: right;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: auto;
  margin-left: auto;
  max-width: 280px;
  text-align: left;
}

.item_text ul {
  list-style-type: none;
}

.imgonmouse {
  margin: 10px;
  overflow: hidden;
  max-width: 640px;
  float: left;
}
.imgonmouse img {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 5px;
  margin-left: 5px;
}
.imgonmouse ul {
  padding: 0px;
  margin-top: 0px;
  margin-left: 14px;
}
.imgonmouse ul li img {
  /*height: 90px;
  width: 120px;*/
  height: 75px;
  width: 100px;
  border: 1px solid #D0D0D0;
  padding: 2px;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 5px;
}

.imgonmouse ul li img:hover {

  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.imgonmouse ul li {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  float: left;
}

/**
 * A new micro clearfix hack – Nicolas Gallagher
 * http://nicolasgallagher.com/micro-clearfix-hack/
 */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
 
.clearfix:after {
    clear: both;
}
 
.clearfix {
    *zoom: 1; /* for IE 6/7 only */
}