@charset "utf-8";
@import "reset.css";

body
{
    font-family: Helvetica , "游ゴシック" , "Yu Gothic" , sans-serif;
	background-color: #FFFFFF;
	color: #000000;
	text-align: center;
}

a:link { text-decoration:none; color: #EB2932;}
a:visited { text-decoration:none; color: #EB2932;}
a:active { text-decoration:none; color: #EB2932;}
a:hover { text-decoration:none; color: #EB2932;}

a.black:link { text-decoration:none; color: #000000;}
a.black:visited { text-decoration:none; color: #000000;}
a.black:active { text-decoration:none; color: #000000;}
a.black:hover { text-decoration:none; color: #000000;}

table.footermenu
{
	margin-top: 25px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	font-size: 0.8em;
	border-collapse: collapse;
	border: 1px #D4D4D4 solid;
	text-align: left;
}

table.itemlist
{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	font-size: 0.8em;
	text-align: left;
}

td.footermenu
{
	width: 50%;
}

li.bd
{
	border-top: 1px solid #D4D4D4;
	border-bottom: 1px solid #D4D4D4;
}

li.itemlist
{
	clear: both;
	height: 150px;
	padding: 10px;
	border-bottom: 1px solid #D4D4D4;
}

li.itemlist-none
{
	clear: both;
	height: 150px;
	padding: 10px;
}


li.releaselist
{
	clear: both;
	padding: 15px;
	border-bottom: 1px solid #D4D4D4;
}

li.subtitle
{
	color: #FFFFFF;
	background-color: #CFDB14;
	border-bottom: 1px solid #D4D4D4;
}

span.listtext
{
	margin-left: 5px;
	width: 180px;
}


li.detailtext
{
	clear: both;
	padding: 10px;
}


span.listcarttext
{
	margin-left: 5px;
	width: 200px;
}

#wrapper
{
	border-top: 2px solid #EB2932;

}

#page
{

}

#contents
{
	margin-top: 20px;
	padding: 5px:
}

#footer
{
	background-color: #333333;
	padding: 10px;
	clear: both;
	color: #FFFFFF;
}
/* class */
.black
{
	color: #000000;
}

.gray
{
	color: #808080;
}

.red
{
	color: #EB2932;
}

.green
{
	color: #CFDB14;
}

.center
{
	text-align: center;
}

.left
{
	text-align: left;
}

.right
{
	text-align: right;
}

.fleft
{
	float: left;
}

.fright
{
	float: right;
}

.clear
{
	clear: both;
}

.pd5
{
	padding: 5px;
}

.pd10
{
	padding: 10px;
}

.pdt50
{
	padding-top: 50px;
}

.pdb50
{
	padding-bottom: 50px;
}
.pd5left
{
	padding-left: 5px;
}

.pd5right
{
	padding-right: 5px;
}

.mg10top
{
	margin-top: 10px;
}

.mg10btm
{
	margin-bottom: 10px;
}

.mg50top
{
	margin-top: 50px;
}

.mg50bottom
{
	margin-bottom: 50px;
}

.fsz9
{
	font-size: 0.9em;
}

.txt02
{
	margin: 15px 0 5px 0;
}

.bd
{
	font-weight: bold;
}

.brdtm
{
	border-bottom: 1px solid #D4D4D4;
}

.tbl320
{
	text-align: left;
	width: 100%;
}

.lhe15
{
	line-height: 150%;
}

.menubox
{
	width: 320px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #D4D4D4;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#FFFFFF), color-stop(1,#FFFFFF));
}

.fourcorners
{
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}

.listlink a
{
	font-size: 0.9em;
	text-decoration: underline;
}

.defalutbox
{
	clear: both;
	width: 100%;
	background-color: #FFFFFF;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.splist
{
	clear: both;
	background-color: #E8E8E8;	
	text-align: center;
}

.spitemlist
{
	clear: both;
	background-color: #FFFFFF;	
	text-align: center;
}

.listtitle
{
	height: 15px;
	border-top: 2px solid #EB2932;
	font-size: 0.9em;
	padding: 3px;
	color: #EB2932;
	text-align: left;
}

.listbody
{
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #FFFFFF;	
}

.listbody li
{
	padding: 10px;
	float: left;
}

.itemcheckarea
{
	background-color: #E8E8E8;
	padding: 3px;
}
