@charset "euc-jp";
* {
	margin: 0px;
	padding: 0px;
}

body {
	font-size: 12px;
	text-align: center;
	background-color: #FCFCFC;

}


a {
	color: #0000FF;
	text-decoration: none;
}
a:hover{
	color: #E27D72;
	text-decoration: underline;
}

ul{
	list-style-type: none;
}

form{
	margin:3px;
	padding:0px;
}
img{
	border:none;
}
h1 {
	font-size:16;
	color:#FFFFFF;
}

div.adtext{
	margin-top: 3px;
	margin-bottom: 3px;
}
div.adtext a {
	text-decoration: none;
	color: #009900;
}
div.adtext a:hover {
	text-decoration: underline;
}

div#all {
	background-color: #FFFFFF;
	width: 500px;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
	padding: 0px;
}


#header_title {
	background-color: #5bad00;
	width: 500px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	background-repeat: no-repeat;
	margin: 0px;

}
#header_title p {
	margin-top: 3px;
	margin-bottom: 5px;
	font-size: 14px;

}
#header_title a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

div#con_main {
	width: 500px;
	background-color: #FFFFFF;
	
	margin-bottom: 0px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #000000;
}


div#footer {
	width: 500px;
	font-weight: bold;
	color: #666666;
	text-align: center;

	margin-right: auto;
	margin-left: auto;
	margin-top: 1px;
}
div#footer p{
	padding: 5px;

}

#maga_title {
	font-size: 22px;
	font-weight: bold;
	color:#000000;
}
#maga_title span {
	color: #FF0000;
}

.kakudesu {
	font-size: 11px;
}

#maker_list {
	width:360px;
	margin-right: auto;
	margin-left: auto;
}
.new{
	font-weight: bold;
	color: #FF3300;
}

#makerlist table {
	width: 370px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCCCCC;
	font-size:12px;	
	text-align:center;
}
#makerlist th {
	padding: 3px;
	background-color: #EAE7D5;

}
#makerlist td {
	color: #666666;
	line-height: 18px;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
}


#menu01{
  list-style: none;
}

/* リストリンク  */
#menu01{
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
#menu01 li{
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #879c18;
}
#menu01 li:last-child{
  border-bottom: 0px;
}
#menu01 li a{
  position: relative;
  display: block;
  margin: 0;
  padding: 20px;
  background: #ffffff;
  color: #000000;
  font-weight: bold;
  text-decoration: none;
  font-size: 14px;
}
#menu01 li a:before{
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 35px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: #000000;
}
#menu01 li a:after{
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 40px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: #ffffff;
}

#makerlist h1 {
	margin: 0;
	padding: 10px 15px;
	background-color: #e56183;
	background-image: -webkit-linear-gradient(135deg,rgba(117,217,102,1.00) 4.66%,rgba(117,217,102,1.00) 22.80%,rgba(166,217,159,1.00) 100%,rgba(222,61,102,1.00) 100%);
	background-image: -moz-linear-gradient(135deg,rgba(117,217,102,1.00) 4.66%,rgba(117,217,102,1.00) 22.80%,rgba(166,217,159,1.00) 100%,rgba(222,61,102,1.00) 100%);
	background-image: -o-linear-gradient(135deg,rgba(117,217,102,1.00) 4.66%,rgba(117,217,102,1.00) 22.80%,rgba(166,217,159,1.00) 100%,rgba(222,61,102,1.00) 100%);
	background-image: linear-gradient(315deg,rgba(117,217,102,1.00) 4.66%,rgba(117,217,102,1.00) 22.80%,rgba(166,217,159,1.00) 100%,rgba(222,61,102,1.00) 100%);
	background-size: 12px 12px;
	color: #FFFFFF;
	text-shadow: 1px 1px 2px rgba(0,0,0,.3);
}

#makerlist div{
  padding: 5px;	
  border-bottom: 1px solid #879c18;
}