/*________________RESET________________*/
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,img { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

/*________________TYPE________________*/
body {
	font: 87.5% "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;
	color:#333;
}
#main p { line-height:200%; }
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;
}

/*________________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: 129px;
	height: 24px;
	overflow:hidden;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}
#header #logo a {
	display: block;
	width: 100%;
	height: 0px !important;
	height/**/:24px;
	padding-top: 24px;
	background: url(../images/logo_card.gif) no-repeat left top;
}
#header .page_back {
	position: absolute;
	top: 15px;
	right: 20px;
}
#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: auto;
	background: url(../images/card_back_M.jpg) repeat-y left top;
	padding: 30px 33px 30px 27px;
	width: 810px; /* for ie6 */
}
.contents {
	float: left;
	width: 350px;
}
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;
}
.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, #imagebox2 {
	height: 500px;
	width: 450px;
	float: right;
	text-align: center;
}
#imagebox 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;
}
