@charset "utf-8";
/* CSS Document */

.main-contents{
	background-image:url(images/main-space.jpg);
	background-repeat:repeat-y;
	padding-top:10px;
	}

.right-contents{
	background-repeat:repeat-y;
	background-image:url(images/right-space.jpg);
	padding-top:10px;
	}

.left-space{
	background-image:url(images/button-space.jpg);
	background-repeat:repeat-y;
	}

.text-contents-home{
	margin-left:20px;
	margin-left:20px;
	margin-right:20px;
	font-size:14px;
	text-align:left;
	line-height:140%;
	}
	
a.text-link:link{
	color:#666666;
	text-decoration:none;
	border-bottom: 1px #666666 dashed;
	}

a.text-link:visited{
	color:#666666;
	text-decoration:none;
	border-bottom: 1px #666666 dashed;
	}
	
a.text-link:hover{
	color:#666666;
	text-decoration:none;
	border-bottom: 1px #666666 dashed;
	font-weight:bold;
	}

h1{
	border-left:8px solid #CC0000;
	border-bottom: 1px solid #CC0000;
	font-size:14px;
	padding-left:5px;
	display:inline;
	font-weight:normal;
	text-align:left;
	margin-left:20px;
	}

h2{
	font-size:14px;
	text-align:left;
	margin-left:1.5em;
	color:#CC0000;
	font-weight:normal;
	}


.text-index{
	margin-top:20px;
	text-align:left;
	}

.tcac-pics{
	width:240px;
	height:180px;
	float:left;
	margin-left:20px;
	margin-top:20px;
	margin-right:20px;
	}

.tcac-pics2{
	width:180px;
	height:240px;
	float:left;
	margin-left:20px;
	margin-top:20px;
	margin-right:20px;
	}
	
