@charset "utf-8";
@import url(base.css);
@import url(layout.css);
@import url(clearfix.css);

/*   TOP   */

div.menu {
	width: 380px;
	margin: 20px auto 20px;
	padding: 0;
}
.menu1-2 {
	margin-right: 20px;
	padding: 0;
	float: left;
}
.menu3 {
	margin: 0;
	padding: 0;
	float: right;
}

p.notice-ttl {
	margin: 0px auto 30px;
	padding: 0;
	text-align: center;
	font-size: 14px;
}
p.notice-ttl a {
	color: #C00;
	text-decoration: underline;
}
p.notice-ttl2 {
	margin: 0px auto 5px;
	padding: 0;
	text-align: center;
	font-size: 14px;
}
p.notice-ttl2 a {
	color: #C00;
	text-decoration: underline;
}

div.news {
	width: 600px;
	margin: 0 0 0 59px;
	padding: 0;
	border: 1px solid #6e4107;
	float: left;
	clear: both;
	display: inline;
}

div.news-txt {
	width: 520px;
	margin: 0 auto;
	padding: 5px 0 20px; 
}

div.news-txt textarea {
	width: 520px;
	border: none;
}

div.pickup {
	width: 123px;
	margin: 0 59px 0 0;
	padding: 0;
	float: right;
	display: inline;
}

div.horiuchi2011 {
	margin: 10px 0px 0px 0px;
	padding: 0px 0 0 0;
	font-size: 18px;
	color: #3366FF;
	text-align: center;
}

div.horiuchi2011 a {
	margin: 0;
	padding: 0px;
	font-size: 12px;
	color: #F00;
	text-align: center;
	border: underline;
}


/*   NOTICE   */

div.notice {
	margin: 0;
	padding: 10px 20px;
  text-align: left;
}

/*   COMPANY   */

table.company {
	margin: 10px auto 30px;
}
table.company th {
	width: 100px;
  text-align: left;
	vertical-align: top;
  font-weight: normal;
}

/*   SITE MAP   */
body#sitemap div.contents ul {
	margin: 0px;
	padding: 0px;
}
body#sitemap div.contents ul li {
	margin: 0px;
	padding: 0px 0px 25px;
	list-style: none;
}
body#sitemap div.contents ul li ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.sitemap-artist {
	width: 7em;
	display: block;
	float: left;
	clear: left;
}

.sitemap-sakuhin {
	width: 6em;
	display: block;
	float: left;
	clear: left;
}

/*   LINK   */

body#link h2 {
	margin: 0px;
  text-align: left;
	color: #FF6600;
}
.link {
	margin: 0px 0px 20px;
  padding: 0px;
}
.link li {
	margin: 0px 0px 0px 30px;
}
.link a:link,
.link a:visited {
	color: #6e4107;
	text-decoration:underline;
}
.link a:hover {
	color: #EA5D00;
	text-decoration:underline;
}

/*2017*/

div.menu{
	width: 100%;
	display: table;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 1px;
	border-top: 1px solid #ebffce;
	border-bottom: 1px solid #ebffce;
}
div.menu:after{
	display: none;
}
div.menu a{
	transition: all .3s ease 0s;
	display: table-cell;
	font-size: 15px;
	vertical-align: middle;
	color: #c58c1c;
	text-decoration: none;
	text-align: center;
	padding: 0.6em 0.3em;
	background: #ffffe5;
	background: -moz-linear-gradient(top, #ffffe5 0%, #e2ef7f 100%);
	background: -webkit-linear-gradient(top, #ffffe5 0%,#e2ef7f 100%);
	background: linear-gradient(to bottom, #ffffe5 0%,#e2ef7f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffe5', endColorstr='#e2ef7f',GradientType=0 );
}

div.menu a:hover{
	opacity: .7;
}

div.news{
	height: 500px;
}