@charset "utf-8";
@import url('reset.css');
html,body{
	margin: 0px;
	padding: 0px;
	width: 100%;
	overflow: auto;
}
a{
	outline: none; /* for Firefox Google Chrome  */
	behavior:expression(this.onFocus=this.blur()); /*IE*/
}
::selection {
    background: #ca262b;
    color: #fff;
}
::-moz-selection{
    background: #ca262b;
    color: #fff;
}
#bg {
	background-color: #f0f0ee;
	background-image: url(../images/index_bg.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 1;
}
#wrapper {
	width: 962px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 2;
	height: auto;
	min-width:964px;
}
.header {
	width: 962px;
	overflow: visible;
	position: relative;
	top: 0px;
	z-index: 3;
	background-color: #bbb;
}
.header .menu {
	padding: 0px;
	height: 30px;
	width: 962px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 0px;
	margin-bottom: 2px;
	overflow: visible;
	float: left;
}
.header .menu li.main {
	float: left;
	list-style-type: none;
	height: 30px;
	width: 160px;
	padding-right: 0px;
	padding-left: 0px;
	text-align: center;
	padding-bottom: 2px;
}
.header .menu li.main .sub {
	padding: 0px;
	position: relative;
	left: 0px;
	display: none;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 500px;
}

.header .menu li.main .sub li {
	float: left;
	height: 25px;
	list-style-type: none;
}
.header .menu li.main .sub li a {
	display: block;
	background-color: transparent;
	color: #4c4c4c;
	font-size: 13px;
	height: 22px;
	padding-top: 8px;
	padding-right: 15px;
	padding-left: 15px;
	text-decoration: none;
}

.header .menu li.main a.first {
	display: block;
	height: 22px;
	width: 160px;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	background-color: #4c4c4c;
	padding-top: 8px;
	font-weight: 400;
}
.about{
	cursor: pointer;
}
.tomo,.original,.video,.character,.download{
	cursor: default;
}
.header .menu li.gab {
	float: left;
	list-style-type: none;
	height: 30px;
	width: 2px;
	padding-right: 0px;
	padding-left: 0px;
	text-align: center;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
.header .menu li.gab a{
	display: block;
	height: 30px;
	width: 2px;
	background-color: #4c4c4c;
}
.curBg {
	background:#262626;
	height:3px;
	position:absolute;
	width:68px;
	left:0px;
	margin-top: 0px;
	display: none;
	top: 2px;
}

.logo {
	background-color: #000;
	height: 57px;
	width: 685px;
	margin-right: 2px;
	margin-bottom: 2px;
	padding-top: 15px;
	padding-left: 40px;
	float: left;
}
.isearch {
	background-color: #212121;
	float: left;
	height: 72px;
	width: 235px;
}
.masonry,
.masonry .masonry-brick {
  -webkit-transition-duration: 0.5s;
     -moz-transition-duration: 0.5s;
      -ms-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.masonry {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.masonry .masonry-brick {
  -webkit-transition-property: left, right, top;
     -moz-transition-property: left, right, top;
      -ms-transition-property: left, right, top;
       -o-transition-property: left, right, top;
          transition-property: left, right, top;
}
.masonry .masonry-brick {
	 -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/

.masonry.no-transition,
.masonry.no-transition .masonry-brick,
.masonry .masonry-brick.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}
.footer {
	height: 70px;
	width: 620px;
	margin-top: 50px;
	position: relative;
	margin-left: 151px;
	float: left;
	text-align: center;
	font-size: 12px;
	color: #454545;
	font-family: Tahoma, Geneva, sans-serif;
	margin-bottom: 10px;
}
.footer span a {
	color: #454545;
	text-decoration: none;
}
.footer span a:hover {
	color: #ca262b;
}

.footer ul {
	padding: 0px;
	width: 430px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	height: 13px;
}
.footer ul li {
	float: left;
	list-style-type: none;
	height: 13px;
	padding: 0px;
}
.footer ul li.block {
	height: 13px;
	width: 1px;
	margin-right: 10px;
	margin-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
}
.footer ul li a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #000;
	text-decoration: none;
	line-height: 13px;
	display: block;
}
.footer ul li a:hover{
	color: #ca262b;
}
.line {
	float: left;
	height: 1px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 5px;
}
.footer .tomo {
	float: left;
	height: 20px;
	width: 90px;
	margin-top: 10px;
	margin-left: 200px;
	position: relative;
}
.footer iframe {
	margin-top: 10px;
}
