body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	background: #fbf8e7;
}
a:hover {
	opacity: 0.8 ;
}
#copyright {
	color: #333;
}
#logo_img {
	margin-right: 10px;
	width: 300px;
}
header {
	background: rgba( 122, 197, 151, 0.85 );
}
/* ------------------------------
    nav
    色部分は変更可
------------------------------ */
nav {
	width: auto;
	background-color : #14ae67;/* margin: 5px 0 0 10px; */
}
#nav {
	width: 1000px;
	margin: 0 auto;
	display: table;
	background-color: #14ae67;
}
#nav li {
	display: table-cell;
	text-align: center;
}
#nav li + li {
	border-left: 1px #FFFFFF dashed;
}
#nav li a {
	display: inline-block;
	padding: 10px 0;
	width: 100%;
	height: 100%;
}
#nav li a:link {
	color: #FFF;
	text-decoration: none;
}
#nav li a:visited {
	color: #0066cc;
}
#nav li a:active {
	color: #cc6633;
}
#nav li a:hover {
	color: #50bdc8;
	text-decoration: underline;
}
/* ------------------------------
    
    見出しとナビホバー時の
    文字と背景色

------------------------------ */

#nav li:nth-of-type(1) a:hover {
	background-color: #923D2F;
	color: #FFFFFF;
}
#nav li:nth-of-type(2) a:hover {
	background-color: #49BDCA;
	color: #FFFFFF;
}
#nav li:nth-of-type(3) a:hover {
	background-color: #EFA0AA;
	color: #FFFFFF;
}
#nav li:nth-of-type(4) a:hover {
	background-color: #00A0E9;
	color: #FFFFFF;
}
/* ------------------------------
	
	wrap

------------------------------ */
#wrap {
	margin: 0 auto;
	padding: 0;
}
#wrap #content {
	margin: 0 auto;
	padding: 80px 0 0;
}
/* --- 通常 --- */
#mainvisual {
	margin: 0 auto 0;
	width: auto;
	padding: 10px 0 10px;
	text-align: center;
}
	
/* ------------------------------
	
	lead

------------------------------ */
#wrap .lead {
	margin: 0 auto 20px;
	padding: 0 0;
	width: 100%;
	background-color: #cde191;
	text-align: center;
}
#wrap .lead p {
	margin: 5px 0 0;
	line-height: 1.6em;
}
#wrap .lead ul li {
	display: inline-block;
	vertical-align: middle;
}

/*----------------------
    subhead
----------------------*/
#wrap .subhead {
	margin-top: 0.8em;
	padding: 0.3em 0.5em 0.2em 0.5em;
	font-weight: normal;
	color: #000066;
	background-color: #CCECFF;
}
#wrap .subhead .shTitle {
	font-size: 19px;
	text-align: center;
	font-weight: bold;
}
/* ------------------------------
    
    column

------------------------------ */
section{
	margin: 80px 0 0 0;
}
section h2{
	text-align: center;
}

/* ------------------------------
    
    column

------------------------------ */
#wrap .column {
	width: auto;
	margin: 0 auto;
}
#wrap .column ul {
	width: 990px; /* 横並びの個数によって変更。MAX1000 */
	margin: 20px auto;
	letter-spacing: -0.4em;
}
#wrap .column li {
	width: 165px; /* 横並びの個数によって変更。ulのwidth(990px)を並べたい数で割る */
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
}
#wrap .column li {
	margin-bottom: 20px;
}
#wrap .column dl {
	width: 165px; /* .column liの横幅と揃える */
	margin: 0 auto;
	font-size: 13px;
}
#wrap .column dl a:link {
	color: #0066cc;
	text-decoration: none;
}
#wrap .column dl a:visited {
	color: #0066cc;
}
#wrap .column dl a:active {
	color: #FF0;
}
#wrap .column dl a:hover {
	color: #50bdc8;
	text-decoration: underline;
}
#wrap .column dt {
	text-align: center;
}
#wrap .column dt img {
	width: 70%;
}
#wrap .column .title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	margin-left: 22px;
}
#wrap .column .author {
	margin-left: 22px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
}
#wrap .column .pub {
	margin-left: 22px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
}
#wrap .column .price {
	margin-left: 22px;
	color: #990000;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
}
#wrap .column .comment {
	margin-left: 22px;
}
.product {
	padding: 0.2em 0.5em 0;
	font-weight: bold;
	color: #fff;
	background-color: #8d1212;
	font-size: 20px;
	vertical-align: middle;
	text-align: center;
	width: 980px;
	margin: 0.8em auto 1.0em;
}
.list {
	padding: 0.2em 0.5em 0;
	font-weight: bold;
	color: #fff;
	background-color: #8d1212;
	font-size: 20px;
	vertical-align: middle;
	text-align: center;
	width: 980px;
	margin: 0.8em auto 0;
}
.product_images {
	text-align: center;
	width: 990px;
	margin: 5px auto 10px;
}
.product_images img:hover {
	opacity: 0.9;
}
#caption_copyright {
	text-align: center;
	color: #FFF;
}
#movie {
	padding: 20px 0;
	text-align: center;
	background: url(../images/neco-neco-movie_lead_bg.jpg);
	color: #FFFFFF;
	font-weight: bold;
}
#neco-neco-present {
	padding: 15px 0;
	background: url(../images/neco-neco-present_bg.gif);
}
#neco-neco-present ul {
	width: 1000px;
	margin: 0 auto;
}
#neco-neco-present p {
	text-align: center;
	font-weight: bold;
	color: #F36;
}
#neco-neco-present h2 {
	text-align: center;
}
#neco-neco-present .oubo {
	margin: 0 0 15px;
}
	
#neco-neco-present ul li {
	margin: 0 10px;
	background: rgba( 255, 255, 255, 0.85 );
	padding: 10px;
	/*height: 200px;*/
	display: inline-block;
	vertical-align: middle;
}
/* ------------------------------
	guidelines
------------------------------ */
#wrap #guidelines {
	width: 900px;
	margin: 30px auto 80px;
	background: #FFF;
	border: 3px solid #14ae67;
	border-top: none;
	font-size: 14px;
}
#wrap #guidelines dl {
	width: 830px;
	margin: 10px auto;
	color: #333333;
}
#wrap #guidelines dt {
	font-weight: bold;
	font-size: 16px;
	padding: 10px 0 0;
	color: #14ae67;
}
#wrap #guidelines dd {
}
#wrap #guidelines ul {
	padding: 5px 0;
}
#wrap .guidelines_h2 {
	text-align: center;
	padding: 6px 0 2px;
	background: #14ae67;
	border: 3px solid #14ae67;
	color: #FFF;
	font-size: 23px;
	border-right: none;
	border-left: none;
}

#wrap .guidelines_h3 {
	padding: 6px 0;
	background: #FFF;
	border: 3px solid #e3d28e;
	color: #2c76ab;
	font-size: 16px;
	border-right: none;
	border-left: none;
}
#wrap .guidelines_tx {
	width: 900px;
	margin: 10px auto 0;
	color: #FFF;
}
#neco-bt{
	width:846px;
	margin: 20px auto;
}
#neco-bt li{
	display: inline-block;
	margin: 0 10px;
	
}

.bold{
	font-weight: bold;
	font-size: 21px;}