@charset "utf-8";
/*********************************************************
	
	style.css
 
********************************************************/
 
/*--------------------------------------------------
  header
--------------------------------------------------*/
#headerBg {
	height:50px;
	background: url(../../images/header_bg.png) repeat;
}
#header {
	width:1000px;
	margin:0 auto;
	font-size:108%;
}
h1 {
	float:left;
	margin:2px 0 0 20px;
}

/* headerMenu
------------------------ */
ul.headerMenu {
	width:225px;
	float:left;
	margin:17px 0 0 50px;
}
ul.headerMenu li {
	width:60px;
	height:20px;
	float:left;
	margin:0 15px 0 0;
}

/* headerNavi
------------------------ */
ul.headerNavi {
	width:300px;
	float:left;
	margin:6px 0 0 142px;
}
ul.headerNavi li {
	float: left;
	position: relative;
}
ul.headerNavi li a {
	padding: 10px 5px;
	display: block;
	float: left;
}
ul.headerNavi li span {
	width: 20px;
	height: 20px;
	float: left;
	margin:10px 0 0 0;
	background: url(../../images/headerNaviArrow.png) center top no-repeat;
}
ul.headerNavi li span.subhover {background-position: center bottom; cursor: pointer;} 
ul.headerNavi li ul.subnav {
	position: absolute; 
	right: 15px; top: 42px;
	background: #333;
	display: none;
	float: left;
	width: 150px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: 1px solid #111;
	z-index:1;
}
ul.headerNavi li ul.subnav li{
	border-top: 1px solid #222; 
	border-bottom: 1px solid #444;
	clear: both;
	width: 150px;
}
html ul.headerNavi li ul.subnav li a {
	float: left;
	width: 125px;
	background: #333 url(dropdown_linkbg.gif) no-repeat 0 center;
	padding-left: 20px;
}
html ul.headerNavi li ul.subnav li a:hover { 
	background: #222 url(dropdown_linkbg.gif) no-repeat 10px center; 
}
ul.headerNavi li.post {
	float:left;
	width: 70px;
	padding: 0 0 0 25px;
	background: url(../../images/headerNavipost.png) 2px 8px no-repeat;
}

ul.headerNavi li.mypage {
	float:left;
	width: 90px;
	padding: 0 0 0 23px;
	background: url(../../images/headerNaviMypage.png) 4px 8px no-repeat;
}
ul.headerNavi li.logout {
	float:left;
	width: 90px;
}


/* headerScore
------------------------ */
.headerScoreBg {
	width:146px;
	height:48px;
	float:left;
	background: url(../../images/headerScoreBg.png) no-repeat;
}
.headerScoreTeamL {
	width:32px;
	height:32px;
	float:left;
	margin:9px 0 0 12px;
}
.headerScoreTeamR {
	width:32px;
	height:32px;
	float:left;
	margin:9px 0 0 0;
}
.headerTeamG {
	background: url(../../images/headerTeamG.png) no-repeat;
}
.headerTeamYB {
	background: url(../../images/headerTeamYB.png) no-repeat;
}

.headerScorebox {
	width:56px;
	height:32px;
	float:left;
	margin:9px 0 0 0;
}
.headerScorL {
	width:25px;
	height:32px;
	float:left;
}
.headerScorR {
	width:25px;
	height:32px;
	float:right;
}

.headerScor0 {
	background: url(../../images/headerScore0.png) no-repeat;
}
.headerScor3 {
	background: url(../../images/headerScore3.png) no-repeat;
}

/*--------------------------------------------------
  contents
--------------------------------------------------*/
#contents {
	width:950px;
	margin:40px auto;
	clear:left;
	position: relative;
}

/* Each team set
-------------------------------------- */

/* 読売ジャイアンツ */
#teamG {
	width: 238px;
	margin: 0 0 20px 0;
	overflow:hidden;
	border-radius: 20px;			
	-moz-border-radius: 20px;		
	-webkit-border-radius: 20px;	
	box-shadow: 4px #222;
	-moz-box-shadow: 0px 0px 4px #222;
	-webkit-box-shadow: 0px 0px 4px #222;
	background: #545454 ;　/* 背景のカラー変更 */
	z-index:2;
}
/* 横浜ベイスターズ */
#teamYB {
	width: 238px;
	margin: 0 0 20px 0;
	overflow:hidden;
	border-radius: 20px;
	-moz-border-radius: 20px;	
	-webkit-border-radius: 20px;	
	box-shadow: 4px #555;
	-moz-box-shadow: 0px 0px 4px #555;
	-webkit-box-shadow: 0px 0px 4px #555;
	background: #7ca5ef ;　/* 背景のカラー変更 */
	z-index:2;
}
/* 中日ドラゴンズ */
#teamD {
	width: 238px;
	margin: 0 0 20px 0;
	overflow:hidden;
	border-radius: 20px;
	-moz-border-radius: 20px;	
	-webkit-border-radius: 20px;	
	box-shadow: 4px #555;
	-moz-box-shadow: 0px 0px 4px #555;
	-webkit-box-shadow: 0px 0px 4px #555;
	background: #1f78d3 ;　/* 背景のカラー変更 */
	z-index:2;
}
/* 東京ヤクルトスワローズ */
#teamS {
	width: 238px;
	margin: 0 0 20px 0;
	overflow:hidden;
	border-radius: 20px;
	-moz-border-radius: 20px;	
	-webkit-border-radius: 20px;	
	box-shadow: 4px #555;
	-moz-box-shadow: 0px 0px 4px #555;
	-webkit-box-shadow: 0px 0px 4px #555;
	background: #e34941 ;　/* 背景のカラー変更 */
	z-index:2;
}
/* 阪神タイガース */
#teamT {
	width: 238px;
	margin: 0 0 20px 0;
	overflow:hidden;
	border-radius: 20px;
	-moz-border-radius: 20px;	
	-webkit-border-radius: 20px;	
	box-shadow: 4px #555;
	-moz-box-shadow: 0px 0px 4px #555;
	-webkit-box-shadow: 0px 0px 4px #555;
	background: #f0d40e ;　/* 背景のカラー変更 */
	z-index:2;
}
/* 広島東洋カープ */
#teamC {
	width: 238px;
	margin: 0 0 20px 0;
	overflow:hidden;
	border-radius: 20px;
	-moz-border-radius: 20px;	
	-webkit-border-radius: 20px;	
	box-shadow: 4px #555;
	-moz-box-shadow: 0px 0px 4px #555;
	-webkit-box-shadow: 0px 0px 4px #555;
	background: #f70013 ;　/* 背景のカラー変更 */
	z-index:2;
}
/* 北海道日本ハムファイターズ */
#teamF {
	width: 238px;
	margin: 0 0 20px 0;
	overflow:hidden;
	border-radius: 20px;
	-moz-border-radius: 20px;	
	-webkit-border-radius: 20px;	
	box-shadow: 4px #555;
	-moz-box-shadow: 0px 0px 4px #555;
	-webkit-box-shadow: 0px 0px 4px #555;
	background: #545454 ;　/* 背景のカラー変更 */
	z-index:2;
}
/* 東北楽天ゴールデンイーグルス */
#teamE {
	width: 238px;
	margin: 0 0 20px 0;
	overflow:hidden;
	border-radius: 20px;
	-moz-border-radius: 20px;	
	-webkit-border-radius: 20px;	
	box-shadow: 4px #555;
	-moz-box-shadow: 0px 0px 4px #555;
	-webkit-box-shadow: 0px 0px 4px #555;
	background: #8b1008 ;　/* 背景のカラー変更 */
	z-index:2;
}
/* 福岡ソフトバンクホークス */
#teamH {
	width: 238px;
	margin: 0 0 20px 0;
	overflow:hidden;
	border-radius: 20px;
	-moz-border-radius: 20px;	
	-webkit-border-radius: 20px;	
	box-shadow: 4px #555;
	-moz-box-shadow: 0px 0px 4px #555;
	-webkit-box-shadow: 0px 0px 4px #555;
	background: #f8ce2a ;　/* 背景のカラー変更 */
	z-index:2;
}
/* 埼玉西武ライオンズ */
#teamL {
	width: 238px;
	margin: 0 0 20px 0;
	overflow:hidden;
	border-radius: 20px;
	-moz-border-radius: 20px;	
	-webkit-border-radius: 20px;	
	box-shadow: 4px #555;
	-moz-box-shadow: 0px 0px 4px #555;
	-webkit-box-shadow: 0px 0px 4px #555;
	background: #72a6f9 ;　/* 背景のカラー変更 */
	z-index:2;
}
/* 千葉ロッテマリーンズ */
#teamM {
	width: 238px;
	margin: 0 0 20px 0;
	overflow:hidden;
	border-radius: 20px;
	-moz-border-radius: 20px;	
	-webkit-border-radius: 20px;	
	box-shadow: 4px #555;
	-moz-box-shadow: 0px 0px 4px #555;
	-webkit-box-shadow: 0px 0px 4px #555;
	background: #666666 ;　/* 背景のカラー変更 */
	z-index:2;
}
/* オリックスバファローズ */
#teamBs {
	width: 238px;
	margin: 0 0 20px 0;
	overflow:hidden;
	border-radius: 20px;
	-moz-border-radius: 20px;	
	-webkit-border-radius: 20px;	
	box-shadow: 4px #555;
	-moz-box-shadow: 0px 0px 4px #555;
	-webkit-box-shadow: 0px 0px 4px #555;
	background: #18538f ;　/* 背景のカラー変更 */
	z-index:2;
}

h2.teamG_LOGO {
	position:absolute;
	top:-28px;
	width:238px;
	height:257px;
	z-index:1;
	background: url(../../images/teamG_home.png) no-repeat;
}
h2.teamYB_LOGO {
	position:absolute;
	top:-28px;
	width:238px;
	height:257px;
	z-index:1;
	background: url(../../images/teamYB_visitor.png) no-repeat;
}
h2.teamD_LOGO {
	position:absolute;
	top:-28px;
	width:238px;
	height:257px;
	z-index:1;
	background: url(../../images/teamD_visitor.png) no-repeat;
}
h2.teamS_LOGO {
	position:absolute;
	top:-28px;
	width:238px;
	height:257px;
	z-index:1;
	background: url(../../images/teamS_visitor.png) no-repeat;
}
h2.teamT_LOGO {
	position:absolute;
	top:-28px;
	width:238px;
	height:257px;
	z-index:1;
	background: url(../../images/teamT_visitor.png) no-repeat;
}
h2.teamC_LOGO {
	position:absolute;
	top:-28px;
	width:238px;
	height:257px;
	z-index:1;
	background: url(../../images/teamC_visitor.png) no-repeat;
}

h2.teamF_LOGO {
	position:absolute;
	top:-28px;
	width:238px;
	height:257px;
	z-index:1;
	background: url(../../images/teamF_visitor.png) no-repeat;
}
h2.teamE_LOGO {
	position:absolute;
	top:-28px;
	width:238px;
	height:257px;
	z-index:1;
	background: url(../../images/teamE_visitor.png) no-repeat;
}
h2.teamH_LOGO {
	position:absolute;
	top:-28px;
	width:238px;
	height:257px;
	z-index:1;
	background: url(../../images/teamH_visitor.png) no-repeat;
}
h2.teamL_LOGO {
	position:absolute;
	top:-28px;
	width:238px;
	height:257px;
	z-index:1;
	background: url(../../images/teamL_visitor.png) no-repeat;
}
h2.teamM_LOGO {
	position:absolute;
	top:-28px;
	width:238px;
	height:257px;
	z-index:1;
	background: url(../../images/teamM_visitor.png) no-repeat;
}
h2.teamBs_LOGO {
	position:absolute;
	top:-28px;
	width:238px;
	height:257px;
	z-index:1;
	background: url(../../images/teamBs_visitor.png) no-repeat;
}


.totalTweets {
	font-size: 50px;
	font-weight: 700;
	padding:165px 0 0 0;
	text-align:center;
	color:#fff;
}
.home {
	float:left;
}
.visitor {
	float:right;
}

/*------------ bestTweet9 ----------------*/
#teamG .bestTweet9 {
	width:238px;
	padding:0 0 10px 0;
	background: #434343 ;
}
#teamYB .bestTweet9 {
	width:238px;
	padding:0 0 10px 0;
	background: #3d75c1 ;
}
#teamD .bestTweet9 {
	width:238px;
	padding:0 0 10px 0;
	background: #0059b1 ;
}
#teamS .bestTweet9 {
	width:238px;
	padding:0 0 10px 0;
	background: #2e51b7 ;
}
#teamT .bestTweet9 {
	width:238px;
	padding:0 0 10px 0;
	background: #434343 ;
}
#teamC .bestTweet9 {
	width:238px;
	padding:0 0 10px 0;
	background: #c60300 ;
}
#teamF .bestTweet9 {
	width:238px;
	padding:0 0 10px 0;
	background: #434343 ;
}
#teamE .bestTweet9 {
	width:238px;
	padding:0 0 10px 0;
	background: #6c0300 ;
}
#teamH .bestTweet9 {
	width:238px;
	padding:0 0 10px 0;
	background: #434343 ;
}
#teamL .bestTweet9 {
	width:238px;
	padding:0 0 10px 0;
	background: #3b7ee7 ;
}
#teamM .bestTweet9 {
	width:238px;
	padding:0 0 10px 0;
	background: #434343 ;
}
#teamBs .bestTweet9 {
	width:238px;
	padding:0 0 10px 0;
	background: #1e2e4f ;
}

h3 {
	width:210px;
	margin:6px 0 15px 10px;
	float:left;
}
.bestTweet9 {
	background: #434343;
	float:right;
}
.column {
	width:206px;
	margin:0 0 6px 10px;
	float:left;
}
.Runk {
	float:left;
}
ul.bestTweet {
	float:left;
	width:133px;
	font-size:93%;
	padding:5px 0 0 0;
}
ul.bestTweet li.text {
	color:#bbbbbb;
	
}
ul.bestTweet li. name {
	color:#666666;
	
}
.fans {
	width:200px;
	float:left;
	margin:10px 0 20px 20px;
}
.fans img {
	border-right:solid 1px #545454;
	border-bottom:solid 1px #545454;
}

/*--------------------------------------------------
  main
--------------------------------------------------*/
#main {
	width:430px;
	float:left;
	margin:10px 0 0 30px;
}


/*------------ Score ----------------*/
.Scorebox {
	width:430px;
	float:left;
	margin:0 0 14px 0;
}

ul.homeTeam {
	width:156px;
	height:100px;
	float:left;
}

.ScoreL {
	width:77px;
	height:100px;
	float:left;
}
.ScoreR {
	width:77px;
	height:100px;
	float:right;
}
.Score0 {
	background: url(../../images/Score0.png) no-repeat;
}
.Score3 {
	background: url(../../images/Score3.png) no-repeat;
}


.Score0 {
	background: url(../../images/score0.png) no-repeat;
}
.Score1 {
	background: url(../../images/score1.png) no-repeat;
}
.Score2 {
	background: url(../../images/score2.png) no-repeat;
}
.Score3 {
	background: url(../../images/score3.png) no-repeat;
}
.Score4 {
	background: url(../../images/score4.png) no-repeat;
}
.Score5 {
	background: url(../../images/score5.png) no-repeat;
}
.Score6 {
	background: url(../../images/score6.png) no-repeat;
}
.Score7 {
	background: url(../../images/score7.png) no-repeat;
}
.Score8 {
	background: url(../../images/score8.png) no-repeat;
}
.Score9 {
	background: url(../../images/score9.png) no-repeat;
}
/**/
.times {
	width:91px;
	float:left;
	margin:40px 10px 0 10px;
	padding:4px 0 0 0;
	text-align:center;
	color:#fff;
	background-color: #444444;
	border-radius: 6px;			/* CSS3 */
	-moz-border-radius: 6px ;		/* Firefox */
	-webkit-border-radius: 6px ;	/* Safari,Chrome */
/*	height:22px;
	background: url(../../images/times.png) no-repeat;*/
}

ul.visitorTeam {
	width:156px;
	height:100px;
	float:left;
}

/*------------ tweetbox ----------------*/
.tweetbox {
	width:420px;
	height:150px;
	background:#fff;
	clear:both;
	margin: 0 0 20px 0;
}

/*------------ commentArea ----------------*/
/*------------ commentbox ----*/
.commentbox {
	width:420px;
	margin:0 0 10px 0;
	position: relative;
	float:left;
}

/*------------ commentbox_home or commentbox_visitor ----*/
.commentbox p.home {
	position: absolute;
	left: 38px;
	width:22px;
	height:45px;
}
.commentbox p.visitor {
	position: absolute;
	right: 38px;
	width:22px;
	height:45px;
}

.commentbox p.teamBoth_Arrow_home {
	background: url(../../images/teamBoth_Arrow_home.png) no-repeat;
}
.commentbox p.teamBoth_Arrow_visitor {
	background: url(../../images/teamBoth_Arrow_visitor.png) no-repeat;
}
.commentbox p.teamG_Arrow_home {
	background: url(../../images/teamG_Arrow_home.png) no-repeat;
}
.commentbox p.teamG_Arrow_visitor {
	background: url(../../images/teamG_Arrow_visitor.png) no-repeat;
}
.commentbox p.teamYB_Arrow_home {
	background: url(../../images/teamYB_Arrow_home.png) no-repeat;
}
.commentbox p.teamYB_Arrow_visitor {
	background: url(../../images/teamYB_Arrow_visitor.png) no-repeat;
}
.commentbox p.teamD_Arrow_home {
	background: url(../../images/teamD_Arrow_home.png) no-repeat;
}
.commentbox p.teamD_Arrow_visitor {
	background: url(../../images/teamD_Arrow_visitor.png) no-repeat;
}
.commentbox p.teamS_Arrow_home {
	background: url(../../images/teamS_Arrow_home.png) no-repeat;
}
.commentbox p.teamS_Arrow_visitor {
	background: url(../../images/teamS_Arrow_visitor.png) no-repeat;
}
.commentbox p.teamT_Arrow_home {
	background: url(../../images/teamT_Arrow_home.png) no-repeat;
}
.commentbox p.teamT_Arrow_visitor {
	background: url(../../images/teamT_Arrow_visitor.png) no-repeat;
}
.commentbox p.teamC_Arrow_home {
	background: url(../../images/teamC_Arrow_home.png) no-repeat;
}
.commentbox p.teamC_Arrow_visitor {
	background: url(../../images/teamC_Arrow_visitor.png) no-repeat;
}

.commentbox p.teamF_Arrow_home {
	background: url(../../images/teamF_Arrow_home.png) no-repeat;
}
.commentbox p.teamF_Arrow_visitor {
	background: url(../../images/teamF_Arrow_visitor.png) no-repeat;
}
.commentbox p.teamE_Arrow_home {
	background: url(../../images/teamE_Arrow_home.png) no-repeat;
}
.commentbox p.teamE_Arrow_visitor {
	background: url(../../images/teamE_Arrow_visitor.png) no-repeat;
}
.commentbox p.teamH_Arrow_home {
	background: url(../../images/teamH_Arrow_home.png) no-repeat;
}
.commentbox p.teamH_Arrow_visitor {
	background: url(../../images/teamH_Arrow_visitor.png) no-repeat;
}
.commentbox p.teamL_Arrow_home {
	background: url(../../images/teamL_Arrow_home.png) no-repeat;
}
.commentbox p.teamL_Arrow_visitor {
	background: url(../../images/teamL_Arrow_visitor.png) no-repeat;
}
.commentbox p.teamM_Arrow_home {
	background: url(../../images/teamM_Arrow_home.png) no-repeat;
}
.commentbox p.teamM_Arrow_visitor {
	background: url(../../images/teamM_Arrow_visitor.png) no-repeat;
}
.commentbox p.teamBs_Arrow_home {
	background: url(../../images/teamBs_Arrow_home.png) no-repeat;
}
.commentbox p.teamBs_Arrow_visitor {
	background: url(../../images/teamBs_Arrow_visitor.png) no-repeat;
}




.commentbox_text {
	padding:10px;
	line-height:150%;
}

/*------------ commentbox team ----*/
.teamNone {
	width: 290px;
	margin-left:22px;
	border-radius: 6px;			/* CSS3 */
	-moz-border-radius: 6px ;		/* Firefox */
	-webkit-border-radius: 6px ;	/* Safari,Chrome */
	box-shadow: 4px #444;
	-moz-box-shadow: 0px 0px 4px #444;
	-webkit-box-shadow: 0px 0px 4px #444;
	background: #fff;
	border:solid 5px #000000;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
 }

.teamG {
	width: 350px;
	border-radius: 6px;			/* CSS3 */
	-moz-border-radius: 6px ;		/* Firefox */
	-webkit-border-radius: 6px ;	/* Safari,Chrome */
	box-shadow: 4px #444;
	-moz-box-shadow: 0px 0px 4px #444;
	-webkit-box-shadow: 0px 0px 4px #444;
	background: #fff;
	border:solid 5px #ff8200;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
 }

.teamYB {
	width: 350px;
	border-radius: 6px;			/* CSS3 */
	-moz-border-radius: 6px ;		/* Firefox */
	-webkit-border-radius: 6px ;	/* Safari,Chrome */
	box-shadow: 4px #444;
	-moz-box-shadow: 0px 0px 4px #444;
	-webkit-box-shadow: 0px 0px 4px #444;
	background: #fff;
	border:solid 5px #7aa3ee;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

.teamC {
	width: 350px;
	border-radius: 6px;			/* CSS3 */
	-moz-border-radius: 6px ;		/* Firefox */
	-webkit-border-radius: 6px ;	/* Safari,Chrome */
	box-shadow: 4px #444;
	-moz-box-shadow: 0px 0px 4px #444;
	-webkit-box-shadow: 0px 0px 4px #444;
	background: #fff;
	border:solid 5px #f70013;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
 }


.teamT {
	width: 350px;
	border-radius: 6px;			/* CSS3 */
	-moz-border-radius: 6px ;		/* Firefox */
	-webkit-border-radius: 6px ;	/* Safari,Chrome */
	box-shadow: 4px #444;
	-moz-box-shadow: 0px 0px 4px #444;
	-webkit-box-shadow: 0px 0px 4px #444;
	background: #fff;
	border:solid 5px #f0d40e;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
 }


.teamD {
	width: 350px;
	border-radius: 6px;			/* CSS3 */
	-moz-border-radius: 6px ;		/* Firefox */
	-webkit-border-radius: 6px ;	/* Safari,Chrome */
	box-shadow: 4px #444;
	-moz-box-shadow: 0px 0px 4px #444;
	-webkit-box-shadow: 0px 0px 4px #444;
	background: #fff;
	border:solid 5px #1f78d3;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
 }
 
.teamS {
	width: 350px;
	border-radius: 6px;			/* CSS3 */
	-moz-border-radius: 6px ;		/* Firefox */
	-webkit-border-radius: 6px ;	/* Safari,Chrome */
	box-shadow: 4px #444;
	-moz-box-shadow: 0px 0px 4px #444;
	-webkit-box-shadow: 0px 0px 4px #444;
	background: #fff;
	border:solid 5px #e34941;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
 }

 

 
.teamF {
	width: 350px;
	border-radius: 6px;			/* CSS3 */
	-moz-border-radius: 6px ;		/* Firefox */
	-webkit-border-radius: 6px ;	/* Safari,Chrome */
	box-shadow: 4px #444;
	-moz-box-shadow: 0px 0px 4px #444;
	-webkit-box-shadow: 0px 0px 4px #444;
	background: #fff;
	border:solid 5px #cf9a00;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
 }
 
.teamE {
	width: 350px;
	border-radius: 6px;			/* CSS3 */
	-moz-border-radius: 6px ;		/* Firefox */
	-webkit-border-radius: 6px ;	/* Safari,Chrome */
	box-shadow: 4px #444;
	-moz-box-shadow: 0px 0px 4px #444;
	-webkit-box-shadow: 0px 0px 4px #444;
	background: #fff;
	border:solid 5px #8B1008;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
 }
 
.teamH {
	width: 350px;
	border-radius: 6px;			/* CSS3 */
	-moz-border-radius: 6px ;		/* Firefox */
	-webkit-border-radius: 6px ;	/* Safari,Chrome */
	box-shadow: 4px #444;
	-moz-box-shadow: 0px 0px 4px #444;
	-webkit-box-shadow: 0px 0px 4px #444;
	background: #fff;
	border:solid 5px #f8ce2a;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
 }
 
.teamL {
	width: 350px;
	border-radius: 6px;			/* CSS3 */
	-moz-border-radius: 6px ;		/* Firefox */
	-webkit-border-radius: 6px ;	/* Safari,Chrome */
	box-shadow: 4px #444;
	-moz-box-shadow: 0px 0px 4px #444;
	-webkit-box-shadow: 0px 0px 4px #444;
	background: #fff;
	border:solid 5px #72a6f9;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
 }
 
.teamM {
	width: 350px;
	border-radius: 6px;			/* CSS3 */
	-moz-border-radius: 6px ;		/* Firefox */
	-webkit-border-radius: 6px ;	/* Safari,Chrome */
	box-shadow: 4px #444;
	-moz-box-shadow: 0px 0px 4px #444;
	-webkit-box-shadow: 0px 0px 4px #444;
	background: #fff;
	border:solid 5px #666666;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
 }

.teamBs {
	width: 350px;
	border-radius: 6px;			/* CSS3 */
	-moz-border-radius: 6px ;		/* Firefox */
	-webkit-border-radius: 6px ;	/* Safari,Chrome */
	box-shadow: 4px #444;
	-moz-box-shadow: 0px 0px 4px #444;
	-webkit-box-shadow: 0px 0px 4px #444;
	background: #fff;
	border:solid 5px #18538f;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
 }



