@charset "UTF-8";
/*GLOBAL SETTING ------------------------------*/
html, body, p, form, img, h1, h2, h3, h4, h5, h6, input
{             
    margin: 0px;
	padding: 0px;
	font-size: 12px;
}
body {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-family: "Meiryo", "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Tahoma, Verdana, Segoe, sans-serif;
	background-image: url(../../../common/images/tcb_back.jpg);
	background-repeat: repeat;
	font-size: 12px;
	line-height: 1.5em;
	height: 100%;
}
.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
}
/*GLOBAL LAYOUT ------------------------------*/
#container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	background-color: #FFF;
	text-align: left;
}
#ADcontainer {
	background-color: #FFF;
}
#container_black {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	background-color: #000;
}
#TCSpace {
	padding: 0px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#MainImage {
	padding: 0px;
	height: 223px;
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#MainContents {
	margin-top: 0px;
}
#footer {
	background-color: #CCCCCC;
	text-align: center;
	line-height: 30px;
	height: 30px;
	font-family: "Trebuchet MS", Tahoma, "MS UI Gothic", Osaka;
	font-style: normal;
	font-size: 11px;
	color: #000000;
	clear: both;
}
/*CONTENTS LAYOUT ------------------------------*/
.ContentsBox {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
.ContentsBox-inner {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.ContentsHeader {
	height: 25px;
	line-height: 25px;
	width: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin: 0px;
	padding: 0px;
	border-left-width: 5px;
	border-left-style: solid;
	text-indent: 7px;
	font-weight: bold;
	font-size: 110%;
}
.Img-Left {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.red {
	color: #FF0000;
}
.contents-header_full {
	background-image: url(../../../common/images/contents_header_full.jpg);
	background-repeat: no-repeat;
	height: 34px;
	width: 950px;
	text-align: left;
	font-size: 12px;
	line-height: 34px;
	font-weight: bold;
	color: #FFF;
	text-indent: 30px;
}
.margin10 {
	margin: 5px;
	padding: 5px;
}

