﻿@import url("../_base.css");
@import url("../../common/js/jquery.lightbox.css");

/*イベント*********************************************************************/

table td {
	vertical-align:top;
}

table {
	margin-bottom:10px;
	border-bottom:1px solid #999;
	width:560px;
}

table a img {
	border:none;
}

table.noborder {
	margin-bottom:0;
	border:none;
	width:560px;
}

table.noborder2 {
	margin-left:10px;
	border:none;
	width:550px;
}

table.noborder3 {
	border:none;
	width:560px;
}

table.noborders {
	margin-bottom:0;
	border:none;
	width:auto;
}

table.image td {
	padding:3px 0 0 3px;
}

#t2_menu {
	margin-left:5px;
	padding-top:380px;
	background:url("img/image0.jpg") no-repeat 20px 0;
	width:520px;
	height:220px;
}

#t2_menu div {
	margin-left:10px;
	padding:5px;
	background:#fff;
	border:1px solid #999;
	width:225px;
}

#t2_menu h4 {
	margin:0;
	padding-left:0;
	background:url("../common/img/arrow_bc.gif") no-repeat 0 50%;
	text-indent:10px;
	font-weight:bold;
	font-size:14px;
	border-bottom:1px dashed #ccc;
}

#t2_menu p {
	margin:0;
	padding:0 3px;
}

#right p.big {
	margin-left:10px;
	padding-left:0;
	font-size:18px;
	color:#c00;
}

.center {
	margin-left:70px;
}

.red {
	color:#c00;
}

.blue {
	color:#00c;
}

.white {
	color:#999;
}

#right p.border {
	padding:0;
	width:570px;
	line-height:5px;
	border-top:1px solid #000;
}

.cardlist {
	margin-left:10px;
	width:360px;
	border:1px solid #000;
}

.cardlist th {
	text-align:left;
}

.cardlist th,
.cardlist td {
	padding:3px 10px;
	border-bottom:1px solid #999;
}

.cardlist td {
	width:24px;
	border-left:1px dotted #999;
}

.last th,
.last td {
	border-bottom:none;
}

.a_box {
	float:left;
	margin:5px 0 5px 10px;
	width:270px;
	height:300px;
	border:1px solid #ccc;
}

.b_box {
	float:left;
	margin:5px 0 5px 10px;
	width:550px;
	border:1px solid #ccc;
}

.r_box {
	float:right;
}

.l_box {
	padding-left:0;
	margin:0;
	float:left;
}

.title2 {
	margin-left:10px;
}

.image_box {
	padding-left:10px;
	padding-bottom:10px;
}


.btn {
	float:right;
	margin:0;
	padding:5px 5px 10px;
	width:70px;
}

.btn a {
	display:block;
	margin:0;
	padding:0;
	width:70px;
	height:16px;
	font-size:10px;
	text-decoration:none;
	color:#fff;
	text-align:center;
	background:url("../../common/img/btn2.gif") no-repeat 0 0;
}

.btn a:hover {
	background:url("../../common/img/btn2.gif") no-repeat 0 -16px;
}

