@charset "utf-8";

/*
@prefix : <http://purl.org/net/ns/doas#> .
<> a :CSSstylesheet;
 :title "Tecnos College - Local Style";
 :created "2008-01-25";
 :release [:revision "1.00"; :created "2008-03-16"];
 :author [:name "Ichise yuya"; :mbox "3ping.org@gmail.com"];
 :license <technosac.jp>;"
 :note "
 		同階層のページにのみ有効"
		; .
*/


h1 {
	background-image: url(images/heading01.gif);
}

div#main div#extended h2  {
	padding-left: 45px;
	border-bottom: 1px solid #eee;
	background: url(../../common/css/images/common/mark/mark_8mark.gif) no-repeat;
}

div#main h3 {
	font-size: 109%;
}

div#main h4 {
	font-size: 109%;
	color: #00a0e9;
}

div#main div.section {
	margin-bottom: 3em;
}

/*======================================

	Lead
	
=======================================*/

div.lead ul.clubList li {
	float: left;
	width: 13em;
	list-style-type: none;
}

div.lead ul.clubList li a {
	padding-left: 20px;
	background-image: url(../../common/css/images/common/mark/v_mark040101.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

div.lead ul.clubList li a:visited {
	background-image: url(../../common/css/images/common/mark/v_mark040201-1.gif);
}

div.lead ul.clubList li a:hover {
	background-image: url(../../common/css/images/common/mark/v_icon190101.gif);
}

/*---------------
	clearFix
----------------*/

div.lead ul.clubList {
	_height: 1px;
	min-height: 1px;
/* for MacIE5 \*//*/
	height: auto;
	overflow: hidden;
/* end */
}

div.lead ul.clubList:after {
	height: 0;
	visibility: hidden;
	content: "";
	display: block;
	clear: both;
}


/*======================================

	Club
	
=======================================*/

div#main div.club h3 {
	padding-left: 25px;
	color: #93bc37;
	background: url(../../common/css/images/common/mark/quote.gif) no-repeat;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-weight: bold;
}

div#main div.club div.textBody {
	margin-right: 30px;
	background-repeat: no-repeat;
	background-position: right top;
}

div#main div.club div.textBody p {
	margin-right: 270px;
}

/*--------------------------------
	Title
--------------------------------*/

#soccerClub div.textBody {
	background-image: url(images/soccer.jpg);
}

#futsalClub div.textBody {
	background-image: url(images/futsal.jpg);
}
#futsalClub div.results {margin-top: 2em;}

#volleyballClub div.textBody {
	background-image: url(images/volleyball.jpg);
}

#badmintonClub div.textBody {
	background-image: url(images/badminton.jpg);
}

#basketballClub div.textBody {
	background-image: url(images/basketball.jpg);
	padding-bottom: 5em;
}

#tennisClub div.textBody {
	background-image: url(images/tennis.jpg);
	padding-bottom: 5em;
}

#snowboardClub div.textBody {
	background-image: url(images/snowboad.jpg);
	padding-bottom: 5em;
}

#karateClub div.textBody {
	background-image: url(images/karate.jpg);
	padding-bottom: 5em;
}

#baseballClub div.textBody {
	background-image: url(images/baseball.jpg);
}

#baseballClub div.textBody p {margin-right: 30px!important;}

#sandwichClub div.textBody {
	background-image: url(images/sandwich.jpg);
	padding-bottom: 5em;
}

#electronClub div.textBody {
	background-image: url(images/electron.jpg);
	padding-bottom: 3em;
}

#photoClub div.textBody {
	background-image: url(images/photo.jpg);
	padding-bottom: 5em;
}

#trainingClub div.textBody {
	background-image: url(images/training.jpg);
	padding-bottom: 7em;
}


/*--------------------------------
	戦績
--------------------------------*/

div#main div.club div.results {


}

div#main div.club div.results ul {
	list-style-type: none;
	border-left: 6px solid #eee;
	border-bottom: 1px solid #fff;
}

div#main div.club div.results ul li {
	list-style-position: outside;
	padding-left: 20px;
	background: url(../../common/css/images/common/mark/award_star.gif) no-repeat left center;
}

