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

body{
	background-image:url(images/back.gif);
	}

.contents-main{
	background-image:url(images/contents-main.jpg);
	background-repeat:repeat-y;
	text-align:left;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
	padding-top:10px;
	}

.menu-space{
	background-image:url(images/menu-space.jpg);
	background-repeat:repeat-y;
	text-align:left;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:20px;
	padding-top:10px;
	}

.text-index{
	border-left:8px solid #CC0000;
	border-bottom: 1px solid #CC0000;
	font-size:16px;
	padding-left:5px;
	}

.text-contents{
	font-size:14px;
	text-indent:1em;
	line-height:130%;
	margin-right:10px;
	}

.text-contents2{
	font-size:13px;
	line-height:130%;
	}

.text-contents3{
	font-size:14px;
	text-indent:1em;
	line-height:130%;
	margin-top:10px;
	margin-right:10px;
	text-align:justify;
	clear:left;
	}

.text-contents4{
	font-size:14px;
	text-indent:1em;
	line-height:130%;
	margin-right:10px;
	text-align:justify;
	}

.text-contents5{
	font-size:14px;
	line-height:130%;
	margin-right:10px;
	margin-left:30px;
	}

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;
	}

table.schedule-index{
	border-color:#CC0000;
	border-collapse:collapse;
	border-width:1px;
	font-size:14px;
	}
td.schedule-contents{
	border-collapse:collapse;
	border-color:#CC0000;
	text-align:left;
	}

.link-index{
	margin-top:10px;
	width:250px; 
	height:400px;
	float:left;
	padding-left:40px;
	text-align:left;
	font-size:14px;
	}

.link-contents{
	margin-top:10px;
	width:250px; 
	height:400px;
	float:right;
	padding-left:20px;
	text-align:left;
	font-size:14px;
	}

.tcac-pics{
	float:left;
	width:250px;
	height:160px;
	margin-left:10px;
	margin-bottom:10px;
	}
	
.tc-name{
	font-size:14px;
	text-align:left;
	margin-top:10px;
	width:300px;
	height:100px;
	float:right;
	margin-left:10px;
	margin-bottom:10px;
	}	



