/*___________________________RESET___________________________*/
* {margin:0px; padding:0px;}
h1,h2,h3,h4,h5,h6,strong {
	font-style:normal;
	font-weight:normal;
	font-size:100%;
}
ul, ol {
	list-style:none;
}
img, table {
	border:none;
}
table { border-collapse: collapse; border-spacing: 0; }


/*________________TYPE________________*/
body {
	color: #333333;
	font: 87.5% "メイリオ", "ヒラギノ角ゴ Pro W3",  "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;
	background: #FFFFFF;
}
#main p { line-height:1.8; }
strong, b { font-weight:bold; }
em, i { font-style:normal; }
noscript {color: #FF0000;}
a.link_external {
	background: url(../images/link_external.png) no-repeat right center;
	padding-right: 12px;
	margin-right: 5px;
}
.tc {
	text-align:center;
}

/*________________LAYOUT________________*/
#container {
	width:870px;
	margin: 5px auto 10px;
}

/*________________HEADER________________*/
#header {
	height: 50px;
	background: url(../images/card_back_TB.jpg) no-repeat left top;
	padding-top: 7px;
	padding-left: 7px;
	padding-right: 13px;
}
#header .wrapper {
	position: relative;
	height: 100%;
	width: 100%;
}
#header #logo {
	width: 250px;
	height: 100%;
	border-right: 1px solid #CCCCCC;
	position: absolute;
	left: 0px;
	top: 0px;
}
#header #logo h1 {
	width: 169px;
	height: 23px;
	overflow:hidden;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}
#header #logo a {
	display: block;
	width: 100%;
	height: 0px !important;
	height/**/:23px;
	padding-top: 23px;
	background: url(../images/card_logo.gif) no-repeat left top;
}
#header .page_back {
	position: absolute;
	top: 15px;
	right: 20px;
	width: 70px;
}
#header .page_back a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px 10px;
	line-height: 1em;
	font-weight: bold;
	background: #0000CC;
	display: block;
	width: 2em;
}
#header .page_back a:hover {
	background: #666666;
}

/*________________MAIN________________*/
#main {
	overflow: hidden;
	background: url(../images/card_back_M.jpg) repeat-y left top;
	padding: 30px 33px 30px 27px;
	width: 810px;
}
.contents {
	float: left;
	width: 350px;
	margin-bottom: 50px;
	clear: both;
}
h2 {
	font-size: 130%;
	color: #000099;
	margin-left: 15px;
}
.date {
	margin-top: 25px;
	margin-left: 10px;
	line-height: 170%;
}
.date td, #date th {
	padding: 5px;
}
.date th {
	width: 5em;
	text-align: left;
}
.date .line1 td, .date .line2 td {
	font-weight: bold;
	font-size: 115%;
}
.thumbnails {
	margin-top: 30px;
	width: 350px;
	margin-bottom: 30px;
}
.thumbnails ul {
	overflow: auto;
	margin-bottom: 30px;
}
.thumbnails ul li {
	display: inline;
	float: left;
	text-align: center;
	width: 24.9%;
	margin-bottom: 10px;
}
.thumbnails ul.grid2 li {
	width: 49.9%;
}
.thumbnails ul.grid3 li {
	width: 33.3%;
}
.thumbnails ul.grid5 li {
	width: 19.9%;
}
.main .page_back {
	margin-left: 20px;
}
.imagebox, #imagebox1, #imagebox2 {
	height: 500px;
	width: 450px;
	float: right;
	text-align: center;
	margin-bottom: 50px;
}
.imagebox td, #imagebox1 td {
	text-align: center;
}
.note {
	clear: both;
	padding-top: 20px;
}
.note dl {
	text-align: center;
}
.note dd {
	margin-bottom: 20px;
	margin-top: 10px;
}
.note p {
	margin-bottom: 2em;
	margin-right: 150px;
	margin-left: 150px;
}
.note .page_top {
	text-align: right;
	margin-top: -20px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	background: url(../images/card_back_TB.jpg) no-repeat left bottom;
	height: 50px;
	clear: both;
}
#main .page_back {
	clear: both;
}
