@charset "utf-8";
/* CSS Document */

div#wTV {
	margin-bottom: 7px;
	padding: 7px;	
	background-color: #f8f8f8;
	/*background-color: #f0f0f0;*/
}

h1 {
	margin: 0;
	padding: 0;
}


ul.menuT {
	list-style: none;
	clear: both;
	height: 54px;
	margin: 10px 0;
	padding: 0;
}


ul.menuT li {
	display: inline;
	float: left;
	margin: 0;
}


ul.menuT li#ct {
	margin: 0 8px 15px 7px;
}

ul.menuT li a {
	display: inline;
	float: left;
	outline: none;
}

ul.menuT li a:link, ul.menuT li a:visited, ul.menuT li a:hover {
	border: 2px solid #405eaa;
	/*border: 2px solid #fff;*/
	background-color: #fff;
}

ul.menuT li a:hover {
	background-color: #ECF9D9;
}


div#s0, div#s1, div#s2, div#s3 {
	/*border: 2px solid #405eaa;*/
	border: 2px solid #fff;
	margin-bottom: 0;
	
}

div#s0 h2, div#s1 h2, div#s2 h2, div#s3 h2 {
	color: #cc0000;
	font-size: 24px;
}


div#wTV div.section {
	background-color: #fff;
	padding: 15px;
}

div#wTV div.section div.paragraph {
	margin-bottom: 5px;	
}



div#wS1Img {
	height: 450px;
}

div#wS1Img h2 {
	margin: 10px 0 0 0;
}

div#wS1Img img {
	display: inline;
	float: left;	
}

div#s0 div.col {
	display: inline;
	float: left;
	width: 350px;
	margin: 0;
}

div#s0 data.tableTL {
	margin: 0;
}


div#s0 data.tableTL td {
	padding: 1em;
}

div#s0 #YT {
	width: 560px;
	height: 340px;
	margin: 0 auto;
}



div#s1 p {
	margin-bottom: 0;
}

div#s2 div.paragraph {
	clear: both;
}


div.im {
	display: inline;
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	width: 160px;
}

div.im img {
	border: 2px solid #ccc;
	padding: 2px;
}

div.im p {
	line-height: 1.2;
	margin: 4px 0;
	font-size: 14px;
}

div.im p span {
	font-size: 11px;
	color: #666;
}

div#s3 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}


div#s3 ul li {
	display: inline;
	float: left;
	width: 335px;
	margin: 5px;
}

div#s3 ul li img {
	display: block;
	margin: 0 auto 5px auto;
}

div#s3 ul li p {
	display: block;
	margin: 4px 8px;
}

.rad {
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}


p.gtpt {
	clear: both;
	width: 700px;
	height: 45px;	
}

p.gtpt img {
	margin-right: 10px;
	display: inline;
	float: right;
}

div#wTV:after, ul.menuT:after, p.gtpt:after {
	visibility: hidden;  
	display: block;  
	font-size: 0;  
	content: " ";  
	clear: both;  
	height: 0;  	
}
* html div#wTV, * html ul.menuT, * html p.gtpt  { zoom: 1; } /* IE6 */  
*:first-child+html div#wTV, *:first-child+html ul.menuT,  *:first-child+html p.gtpt { zoom: 1; } /* IE7 */  
