/*
===============================================================================
/terms/css/index.css
ＴＢＳサービス個人情報保護への取組みについて用スタイルシート
===============================================================================*/

/*-----------
Shared Styles
-------------*/

/* Contents > [HTMLTag] H3
===============================================================================*/
#contents h3 {
	padding-top:12px;
	margin-top:12px;

	background:#fff url("../images/dot.gif") repeat-x left bottom;
}
h3 {
	font-size:small;
}
html>body h3 {font-size:small;}

/*------------
Element Styles
--------------*/

/* Contents > Lead
===============================================================================*/
#contents p {
	width:688px;
}
#contents p.pagetop {
	margin-top:12px;
	background:#fff url("../images/dot.gif") no-repeat left top;
}

/* Contents > div
===============================================================================*/
.box00	 {
	width: 688px;
	text-align: center;
}

.box01	 {
	width: 680px;
	text-align: right;
	margin-bottom: 20px;
}

.box01a	 {
	width: 680px;
	text-align: right;
	margin-top: 30px;
}

.box02	 {
	margin-top: 20px;
	border-style : solid;
	border-color : #b0c4de;
	border-width : 1px 0px 0px 0px;
	width: 688px;
	text-align: center;
}



/* Contents > Page Top
===============================================================================*/
#contents p.pagetop {
	clear:left;

	margin:0;
	padding:0.5em 0 0.25em;

	text-align:right;

	width:688px;
}
#contents p.pagetop a {
	padding-right:15px;

	background:#fff url("../images_public/contents/pagetop.gif") no-repeat right center;
	
	/* Tricky for Mac IE */
	position:relative;
	left:-15px;
}
/* hide from IE on Mac \*/
#contents p.pagetop a {
	position:static;
}
html>body #contents p.pagetop a {position:static;}
