/* ページ構成 */
*{
	margin:0;
	padding:0;
	font-family: "ＭＳ Ｐゴシック", Osaka;
}
body{background-color:#FFFFFF;width:100%}
#my-body{
	width:955px;
	margin:0 auto;
	float: center;
}
.txt-m {
	font-family: Geneva, Arial, Helvetica, sans-serif, "ＭＳ Ｐゴシック", Osaka;
	font-size: 12px;
	line-height: 1.35em;
}
.txt-s {
	font-family: Geneva, Arial, Helvetica, sans-serif, "ＭＳ Ｐゴシック", Osaka;
	font-size: 10px;
	line-height: 1.35em;
}
.txt-666 {
	color: #666;
}
.txt-red {
	color: #D2232A;
}
.txt-red-b {
	font-weight: bold;
	color: #D2232A;
}
.txt-green {
	color: #008040;
}
.txt-green-b {
	font-weight: bold;
	color: #008040;
}
.txt-gray {
	color: #666666;
}
.txt-gray-b {
	font-weight: bold;
	color: #666666;
}
.txt-cream {
	color: #E9D7B1;
}
.txt-cream-b {
	font-weight: bold;
	color: #E9D7B1;
}
.txt-pink {
	color: #B70868;
}
.txt-pink-b {
	font-weight: bold;
	color: #B70868;
}

/* ヘッダー */
#t-logo {
	text-indent:-9000px;
	background: url(/images/common/logo_terminal2.gif) no-repeat;
	height:49px;
	width: 280px;
}
#t-logo-top {
	text-indent:-9000px;
	background: url(/images/common/logo_terminal2.gif) no-repeat;
	margin-left:20px;
	height:49px;
	width: 300px;
}
#t-logo a {
padding-left: 42px;
display:block;
height: 48px;
}
#my_header{
	width:100%;
	height:58px;
	background-image: url(/images/common/bg_header.gif);
}
.header-left {
	float:left;
	width:300px;
	}

.header-right {
	float:right;
	width:300px;
	text-align:right;
	margin-top: 30px;
	margin-right: 10px;
}

/* フッター */
#my-footer{
	width:100%;
	clear:both;
	background-image: url(/images/common/bg_footer.gif);
	height: 30px;
	background-repeat: repeat-x;
}
.footer-right {
	float:right;
	width:500px;
	text-align:right;
	margin-top: 6px;
	margin-right: 10px;
}

/* リンク */
a:link {
	color: #B70868;
	text-decoration: none;
}
a:visited {
	color: #B70868;
	text-decoration: none;
}
a:hover {
	color: #B70868;
	text-decoration: underline;
}
a.t-cream:link {
	color: #E9D7B1;
	text-decoration: none;
}
a.t-cream:visited {
	color: #E9D7B1;
	text-decoration: none;
}
a.t-cream:hover {
	color: #E9D7B1;
	text-decoration: underline;
}
a.t-gray:link {
	color: #666666;
	text-decoration: none;
}
a.t-gray:visited {
	color: #666666;
	text-decoration: none;
}
a.t-gray:hover {
	color: #666666;
	text-decoration: underline;
}

/* フッターリンク */


/* ライン */
.line {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 6px;
	margin-bottom: 5px;
}
.line-b {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

/*レイアウトクリア*/
.clear {
	clear:both;
}

/*スペーサー*/
.spacer-10{
	height: 10px;
	width: 100%;
}
.spacer-20{
	height: 20px;
	width: 100%;
}
.spacer-30{
	height: 30px;
	width: 100%;
}
.spacer-40{
	height: 40px;
	width: 100%;
}
.spacer-50{
	height: 50px;
	width: 100%;
}