/*---------------------------------  BASE */
html,body  {
	height:100%;
}
body {
	font-size : 95%;
	font-family:"MS P Gothic";
	padding: 0px;
	margin: 0px;
	background:#ffffff url(img/bg.gif) left top repeat-x;
	color:#444;
	line-heigt:100%;
}
td,th		{font-size : 95%;}
a img		{border-width:0;}
a		{}
a:link		{color:#ff002a;}
a:visited	{color:#c23c52;}
a:hover		{color:#ff667f; text-decoration:none;}

H5,H4,H3,H2,H1	{margin:0px;}

ul, dl{
  list-style: none;
  margin: 0; 
  padding: 0px;
}
ul li{
  margin-top: 0;
  padding-top: 0;
}
p {
  padding:0;
  margin:0;
}
#warap {
	width:852px;
	text-align:left;
	background:url(img/warap_body.gif) repeat-y;
}
.warap-top {
	background:url(img/warap_top.gif) no-repeat;
}
h2 {
	font-size:13pt;
	color:#706e83;
	padding:0px 0px 10px 25px;
	margin:15px 0px;
	background:url(img/h2bg.gif) bottom left no-repeat;
}
h3 {
	height:15px;
	font-size:8pt;
	font-weight:normal;
	background:url(img/h3bg.gif) no-repeat;
	padding:6px 0px 0px 28px;
	border-right:1px solid #2a5563;
	margin:15px 0px;
}
h4 {
	min-height:18px;
	color:#fff;
	font-size:10pt;
	font-weight:bold;
	background-color:#2a5663;
	padding:2px 0px 0px 5px;
	margin:15px 0px;
}
.topic {
	background:url(img/topic.gif) no-repeat;
	min-height:17px;
	padding-left:23px;
	margin-bottom:5px;
	font-size:10pt;
	font-weight:bold;
	color:#1d1d2f;
}
.indent{margin-left:2em;}
.clear {clear:both;}
.center {text-align:center;}
.right {text-align:right;}
.left {text-align:left;}
.f-left {float:left;}
.f-right {float:right;}
.small {font-size:70%;}
.small80 {font-size:80%;}
.big {font-size:110%; line-height:1.5em;}
.bold {font-weight:bold;}
.no-border table,.no-border tr,.no-border th,.no-border td {
	border:0px solid #ffffff;
}
/*---------------------------------  table */
table {
	border-collapse:collapse;
	border:1px solid #000;
	width:100%;
}
th {
	border:1px solid #000;
	background:#3b387e;
	color:white;
	text-align:left;
	padding:3px;
	font-size:90%;
}
td {
	border:1px solid #000;
	padding:5px;
	font-size:90%;
}
/*---------------------------------  head */
#head-top {
	padding-top:2px;
	height:18px;
	color:#515151;
}
#head-top h1 {
	float:left;
	font-size:70%;
	font-weight:normal;
	margin:1px 0px 0px 15px;
}
#head-top .top-menu {
	position:absolute;
	left:530px;
}
#head-top .top-menu li {
	float:left;
	font-size:70%;
	font-weight:normal;
	margin-right:50px;
}
#head-top .top-menu a {color:#515151;}
#head-top .top-menu a:hover {color:#818181;}
#head {
	height:150px;
	background:url(img/headbg.jpg) left top no-repeat;
}
#head .logo {
	padding:15px 0px 0px 20px;
	margin-bottom:40px;
}
#head .menu li {
	float:left;
}
/*---------------------------------  foot */
#foot {
 	clear:both;
	text-align:center;
	font-size:8pt;
	letter-spacing:0.2em;
	padding-bottom:10px;
}
#foot .foot-menu {
	min-height:34px;
	margin:0 auto;
	padding:33px 0px 10px 0px;
	background:#fff url(img/foot_top.gif) top center no-repeat;
}
#foot .foot-menu ul {
	margin:17px auto 0px;
	width:735px;
	min-height:13px;
}
#foot .foot-menu li {
	float:left;
	padding-left:17px;
	margin:0px 20px 7px 0px;
	background:url(img/pin.gif) left top no-repeat;
}
#foot .foot-menu a {color:#515151;}
#foot .copy{
	padding-top:20px;
	background:url(img/foot_bottom.gif) left top no-repeat;
}
/*---------------------------------  flash */
.index_flash {
	margin:0px 0px 20px 25px;
}

/*---------------------------------  left */
#left {
	float:left;
	width:232px;
	background:url(img/line.gif) top right repeat-y;
}
#left .left-line{
	width:200px;
	height:1px;
	margin-left:15px;
	background:url(img/line.gif) top left repeat-x;
}
#left .box-cap {
	margin-bottom:10px;
}
#left .box-body , .box-body-banner {
	width:180px;
	margin:0px 0px 15px 25px;
}
#left .box-body-banner {
	margin-left:15px;
	font-size:75%;
	text-align:right;
	width:200px;
}
#left .box-body-banner img {margin-bottom:2px;}
#left table {
	margin:5px 0px;
	text-align:center;
	font-size:80%;
}
#left dl{font-size:9pt;}
#left dt{
	background:url(img/page_pin.gif) no-repeat;
	padding-left:17px;
	margin-top:8px;
	font-weight:bold;
}
#left dd{
	background:url(img/pin.gif) no-repeat;
	padding-left:12px;
	margin:3px 0px 0px 17px;
	width:165px;
	padding-bottom:5px;
	border-bottom:1px dotted #ccc;
}
#left dd a {
	padding:1px 0px 0px 5px;
	color:#444;
	display:block;
	width:163px;
	text-decoration:none;
}
#left dd a:hover {
	color:#fff;
	background:url(img/calendar_hover2.gif);
}

/*---------------------------------  login */
.login,.login2 {
	text-align:center;
	margin-bottom:15px;
}
.login .id {
	font-size:80%;
	font-weight:bold;
	text-align:center;
	margin-bottom:5px;
}
.login .color {
	color:#c23c52;
}
.login .avatar {
	background:url(img/avatar_bg.gif) repeat;
	border:1px solid #9e9eac;
	padding:5px 0px;
	text-align:center;
	width:113px;
	margin:0 auto;
}
.login .avatar img {
	border:1px solid #9e9eac;
}
.login2 {
	border:3px double #9e9eac;
	padding:10px;
	margin:0 auto 15px;
	width:140px;
}
.login2 input[type="text"],.login2 input[type="password"] {
	margin-bottom:3px;
}
.login2 .pin {
	background:url("img/pin.gif") no-repeat scroll 0 0 transparent;
	padding-left:12px;
	margin-left:9px;
	font-size:75%;
	text-align:left;
}
.login2 .regist {
	font-size:80%;
	font-weight:bold;
	margin-top:5px;
}
/*---------------------------------  right */
#right {
	float:left;
	width:567px;
	padding:0px 15px;
}
#right .info-top,.info-bottom {width:567px;}
#right .info-top{
	background:url(img/info_top.gif) no-repeat;
	height:45px;
}
#right .info-body{
	width:547px;
	font-size:80%;
	padding:10px;
	background:url(img/info_body.gif) repeat-y;
}
#right .info-body dt {
	background:url(img/pin.gif) no-repeat;
	padding:0px 0px 0px 17px;
	margin:5px 0px 0px 3px;
	line-height:1.4em;
}
#right .info-body dt a{
	display:block;
}
#right .info-body dd {
	border-bottom:1px dotted #ccc;
	height:34px;
	line-height:1.5em;
	margin:5px 0px 8px 20px;
	padding:0px 10px 5px;
	overflow:hidden;
}
#right .info-bottom{
	background:url(img/info_bottom.gif) no-repeat;
	height:22px;
}
#right table {width:567px;}

#right table p {
	color:#444;
	font-size:90%;
	margin-top:5px;
	line-height:1.2em;
}
#right .n-button {
	background:url(img/next_button.gif) no-repeat;
	font-size:7.5pt;
	color:#fff;
	text-decoration:none;
	width:90px;
	height:13px;
	padding:2px 0px 0px 10px;
}
#right td {
	vertical-align:top;
	border:1px solid #aaa;
	padding:4px;
}
#right td img {border:1px solid #333;}
#right td .n-button{font-size:7.5pt;}
#right .n-button a{
	color:#fff;
	text-decoration:none;
	display:block;
}
#right .info-button {padding-left:450px;}

/* グッズ情報テーブル用
#right .table-button {
	padding-left:75px;
	margin-top:5px;
}
*/

/*---------------------------------  contents */
.box {
	margin-top:15px;
	font-size:85%;
}
.box-body {margin:0px 40px 0px 25px;}
.box .box-line{
	width:760px;
	height:1px;
	margin:15px auto;
	background:url(img/line.gif) top left repeat-x;
	clear:both;
}
.list {font-size:115%;}
.list dt {
	float:left;
	clear:both;
	width:80px;
	height:80px;
	border:1px solid #444;
}
.list dt {
	width:80px;
	height:80px;
	border:1px solid #444;
}
.list dd {
	min-height:80px;
	margin:0px 0px 20px 90px;
}
.box li {
	background:url(img/pin.gif) no-repeat;
	padding-left:12px;
	margin:3px 0px 0px 17px;
}
.enq th {
	background-color:#3b387e;
	width:200px;
}
.goods-table {font-size:11pt;}
.goods-table td {text-align:left;}
.list-td {width:293px;}
.goods_list {
	border:3px double #bbb;
	padding:10px;
}
.goods_list li{
	border-bottom:1px dotted #aaa;
	padding-bottom:3px;
	width:94%;
}
.goods_list li a{
	text-decoration:none;
}
/*---------------------------------  wall */
.wall {margin-left:25px;}
.wall th {padding-left:5px;}
.wall td {text-align:center;}
.wall td img {padding-bottom:5px;}
.wall table li {float:left; margin:2px;}

.wall .newblock {
	width:350px;
	border:3px double #000;
	text-align:center;
	padding:5px;
	float:left;
	margin:5px;
}
.wall .newblock .title {
	background:#000;
	text-align:left;
	font-weight:bold;
	color:white;
	padding:3px 10px;
	margin-bottom:5px;
}
.wall .newblock a {
	display:block;
	width:110px;
  height:16px;
	font-size:11px;
	text-align:center;
	background:#bd3a00;
	color:white;
	float:left;
	margin:3px;
	padding-top:3px;
	text-decoration:none;
}
.wall .newblock a:hover {
	background:#000;
}
/*---------------------------------  promo */
.promo table {border-collapse:separate;}
.promo td {text-align:center;}
.promo th {background-color:#2a5563; text-align:center;}
.promo .text td {
	text-align:left;
	padding:0px 10px 40px;
}
.promo img {height:200px;}
.promo .bold {text-align:right;}

/*---------------------------------  cardlist */
.cardlist {
	width:600px;
	margin:0 auto;
}
.cardlist td {
	border:1px dotted #888888;
	padding-left:10px;
}
.cardlist th {
	border-right:1px dotted #ffffff;
	border-left:1px dotted #ffffff;
	border-bottom:1px solid #000;
}
.cardlist .no {
	width:100px;
	text-align:center;
}
.cardlist .name {
	width:335px;
	text-align:center;
}
/*---------------------------------  series */
.series {
	list-style-type:none;
	padding:0px;
}
.series li{
	background-image:none;
	float:left;
	margin:0px;
	padding:0px;
	width:250px;
	height:32px;
	margin:5px;
}
.series li a{
	padding:9px 0px 0px 52px;
	height:23px;
	display:block;
	text-decoration:none;
}
.series li a:hover{color:#fff;}
.series .series_gakka a		{background:url(img/goods/series/series_gakka_a.gif) no-repeat;}
.series .series_gakka a:hover	{background:url(img/goods/series/series_gakka_b.gif) no-repeat;}
.series .series_books a		{background:url(img/goods/series/series_ura_a.gif) no-repeat;}
.series .series_books a:hover	{background:url(img/goods/series/series_ura_b.gif) no-repeat;}
.series .series_sleeve a	{background:url(img/goods/series/series_sleeve_a.gif) no-repeat;}
.series .series_sleeve a:hover	{background:url(img/goods/series/series_sleeve_b.gif) no-repeat;}
.series .series_access a	{background:url(img/goods/series/series_acce_a.gif) no-repeat;}
.series .series_access a:hover	{background:url(img/goods/series/series_acce_b.gif) no-repeat;}
.series .series_t-toto a	{background:url(img/goods/series/series_t-toto_a.gif) no-repeat;}
.series .series_t-toto a:hover	{background:url(img/goods/series/series_t-toto_b.gif) no-repeat;}
.series .series_okashi a	{background:url(img/goods/series/series_okashi_a.gif) no-repeat;}
.series .series_okashi a:hover	{background:url(img/goods/series/series_okashi_b.gif) no-repeat;}
.series .series_tape a		{background:url(img/goods/series/series_tape_a.gif) no-repeat;}
.series .series_tape a:hover	{background:url(img/goods/series/series_tape_b.gif) no-repeat;}
.series .series_interi a	{background:url(img/goods/series/series_interi_a.gif) no-repeat;}
.series .series_interi a:hover	{background:url(img/goods/series/series_interi_b.gif) no-repeat;}
.series .series_box a		{background:url(img/goods/series/series_box_a.gif) no-repeat;}
.series .series_box a:hover	{background:url(img/goods/series/series_box_b.gif) no-repeat;}
.series .series_zippo a		{background:url(img/goods/series/series_zippo_a.gif) no-repeat;}
.series .series_zippo a:hover	{background:url(img/goods/series/series_zippo_b.gif) no-repeat;}
.series .series_stat a		{background:url(img/goods/series/series_stat_a.gif) no-repeat;}
.series .series_stat a:hover	{background:url(img/goods/series/series_stat_b.gif) no-repeat;}
.series .series_etc a		{background:url(img/goods/series/series_etc_a.gif) no-repeat;}
.series .series_etc a:hover	{background:url(img/goods/series/series_etc_b.gif) no-repeat;}
.series .series_binder a	{background:url(img/goods/series/series_binder_a.gif) no-repeat;}
.series .series_binder a:hover	{background:url(img/goods/series/series_binder_b.gif) no-repeat;}

/*---------------------------------  twitter */
.twtr-hd h3 {
	border:0px;
	background:none;
}
/*---------------------------------  goods_new/goods_m */
.goods-new,.goods-m {
	padding:3px;
	margin-bottom:10px;
}
.goods-new {
	border:1px solid #c0263b;
	border-top:5px solid #c0263b;
}
.goods-m {
	border:1px solid #888;
}
.goods-newtab {
	background:url(img/h_new.gif) no-repeat top left;
	height:20px;
}
.goods-new-inside	{border:1px dotted #c0263b;}
.goods-m-inside		{border:1px solid #888;}

.goods-new-inside h4,.goods-m-inside h4 {
	background:url(img/topic.gif) no-repeat 0px 1px;
	min-height:17px;
	padding:0px 0px 0px 23px;
	margin:0px 50px 10px 20px;
	font-size:13pt;
	font-weight:bold;
	color:#1d1d2f;
}
.goods-m-inblock {position:relative;}

.goods-new-inside img,.goods-m-inside img {
	margin:10px 0px 10px 20px;
}
.goods-new-detail,.goods-m-detail {
	float:right;
	margin-top:10px;
	margin-right:10px;
}
.goods-new-detail	{width:420px;margin-bottom:10px;}
.goods-m-detail		{width:530px;}

.goods-new-detail .spec,.goods-m-detail .spec {
	background:url(img/spec.gif) no-repeat left top;
	padding-top:20px;
	padding-left:15px;
	margin-bottom:20px;
}
.goods-new-block,.goods-m-block {
	height:45px;
	padding-top:10px;
	border-top:1px solid #888;
}
.goods-new-block {padding-left:105px;}
.goods-m-block	{
	padding-left:107px;
	bottom:0px;
	margin-bottom:10px;
/*	position:absolute;*/
}
.goods-new-h,.goods-m-h {
	border-left:9px solid #425562;
	border-bottom:1px dotted #888;
	font-size:80%;
	margin-left:10px;
	padding-left:5px;
}
.goods-new-h {
	width:290px;
	height:20px;
	margin-bottom:10px;
}
.goods-m-h {
	float:left;
	width:185px;
	height:40px;
}
.goods-new-h .text,.goods-m-h .text {
	font-size:11pt;
	font-weight:bold;
	text-align:right;
}
.goods-new-h .text	{float:right;}
.goods-m-h .text	{margin-top:8px;}

.goods-new-inside .shoplink_n,.goods-m-inside .shoplink{
	border:0px;
	border-top:1px solid #888;
	background:#e8e8e8 url(img/bg-line2.gif) repeat;
	font-weight:bold;
	text-align:right;
}

.goods-new-inside .shoplink_n {
	margin-top:20px;
	border:1px solid #888;
}
.goods-new-inside tr,.goods-new-inside td,.goods-m-inside tr,.goods-m-inside td{
	border:0px;
}
.shoplink_n .title,.shoplink .title {
	text-align:left;
	vertical-align:top;
}
.shoplink_n .price,.shoplink .price {
	color:red;
	font-size:100%;
	vertical-align:bottom;
}
.shoplink_n .button,.shoplink .button {
	width:135px;
	padding-left:0px;
}
.shoplink .title {padding-left:25px;}
.shoplink .price {font-size:110%;}
.shoplink .button {padding-right:15px;}
.shoplink_n .line,.shoplink .line {
	border:1px dotted #888;
}
.goods-new-inside td img,.goods-m-inside td img{
	margin:0px;
}
.goods-new-inside .icon,.goods-m-inside .icon{
	margin:3px 5px 0px 0px;
	text-align:right;
	height:25px;
}
.goods-new-inside .icon img,.goods-m-inside .icon img{
	margin:2px;
}
/*---------------------------------  avatar */
.avatar .site {
	border-right:1px solid #000;
	border-left:1px solid #000;
	border-bottom:1px solid #000;
	padding:5px 10px 10px;
	min-height:115px;
	margin-bottom:15px;
	line-height:1.3em;
	letter-spacing:-0.5px;
}
.avatar .banner img{margin:0px 10px 10px 0px;}
.avatar .banner a{text-decoration:none;}


/*---------------------------------  以下フィギュア特設ページ */

/*---------------------------------  figure_v2 */
.figure_v2 {text-align:center;}
.figure_v2 .box {
	width:395px;
	height:251px;
	border:7px solid #ddd;
	float:left;
	margin:0px 7px 13px;
}
.figure_v2 .inbox {padding:10px;}
.figure_v2 .inbox img.mainImage {margin-right:10px;float:left;}
.figure_v2 .inbox .subImage img {margin:2px;}
.figure_v2 .inbox .detail {float:right;width:200px;}
.figure_v2 .inbox .detail p {
	text-align:left;
	padding:3px 5px 0px;
	font-size:13px;
}
/*---------------------------------  figure_v3 */
.figure_v3 {text-align:center;}
.figure_v3 .box {
	width:395px;
	height:251px;
	border:7px solid #ddd;
	float:left;
	margin:0px 7px 13px;
}
.figure_v3 .inbox {padding:10px;}
.figure_v3 .inbox img.mainImage {margin-right:10px;float:left;}
.figure_v3 .inbox .subImage img {margin:2px;}
.figure_v3 .inbox .detail {float:right;width:200px;}
.figure_v3 .inbox .detail p {
	text-align:left;
	padding:13px 5px 0px;
	font-size:11px;
}
/*---------------------------------  figure_tag */
.figure_tag {text-align:center;}
.figure_tag .top {
	padding:380px 30px 50px 315px;
	background:url(img/figure_tag/top.jpg) no-repeat;
	font-size:11pt;
	line-height:1.6em;
}
.figure_tag .box {
	width:273px;
/*	height:361px;*/
	height:271px;
	border:1px solid #425562;
	float:left;
	margin:0px 4px 20px;
	background:#e8e8e8 url(img/bg-line2.gif) repeat left top;
}
.figure_tag .inbox {padding:5px;}
.figure_tag .inbox img.mainImage {margin-bottom:2px;width:261px;}
.figure_tag .inbox .subImage img {margin:0px 1px;}
/*---------------------------------  figure_1_6 */
.figure_1_6 {text-align:center;}
.figure_1_6 .illust{
	float:left;
	margin:0px 15px 0px 35px;
}
.figure_1_6 .txt{
	text-align:left;
	color:#863633;
	line-height:1.4em;
	margin-bottom:8px;
}
.figure_1_6 .chuuki{
	text-align:right;
	margin-right:42px;
	font-size:85%;
}
.figure_1_6 .box {
	width:445px;
	border:1px solid #425562;
	float:left;
	margin:0px 4px 20px;
	background:#e8e8e8 url(img/bg-line2.gif) repeat left top;
}
.figure_1_6 .inbox {padding:8px;}
.figure_1_6 .inbox img {margin:3px;}
/*---------------------------------  tenpo-list */
.tenpo-list,.tenpo-list td,.tenpo-list th {
	text-align:center;
	border-color:#444;
}
.tenpo-list th {
	background-color:#ddd;
	width:250px;
}
.tenpo-list th a{
	text-decoration:underline;
}
.tenpo-list th a:hover{
	text-decoration:none;
}
/*---------------------------------  figure_top */
.figure_top {margin:0px 50px 0px 25px;}
.figure_top .block-top,.figure_top .block-bottom {
	height:10px;
}
.figure_top .block-top {
	background:url(img/figure/index/block_top.gif) no-repeat;
}
.figure_top .block-bottom {
	background:url(img/figure/index/block_bottom.gif) no-repeat;
	margin-bottom:10px;
}
.figure_top .block {
	background:url(img/figure/index/block_body.gif) repeat-y;
	padding:3px 15px;
}
.figure_top .block .left{
	width:430px;
	float:left;
}
.figure_top .block .right{
	width:300px;
	float:right;
	text-align:left;
}
.figure_top .block .left .goods-table{
	margin-top:10px;
}
.figure_top .block .left .goods-table th{
	width:90px;
}
.figure_top .block .left .box li{
	margin-left:5px;
}
.figure_top .block .right dl.chara_list{
	width:295px;
}
.figure_top .block .right dl.chara_list dt{
	background:url(img/figure/index/pin.gif) no-repeat 0px 10px;
	clear:both;
	float:left;
	padding:7px 0px 7px 10px;
}
.figure_top .block .right dl.chara_list dd{
	background:url(img/figure/index/line.gif) repeat-x bottom;
	text-align:right;
	padding:7px 0px;
	margin-left:0px;
}
