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

body, h1, h2, h3, h4, p, td, th, form {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 20px;
	margin: 0;
	color: #7d0000;
	}

body {
	background: url(../imgs/background.gif) repeat; 
	}

img {
	border: none;
	}

ul {
	list-style-type: none;
	margin: 0px;
	}
	
.clear {
	clear:both;
	}
	
	
/* ----- layout ----- */

#content {
	width: 740px;
	margin: 10px auto;
	background: url(../imgs/bg.gif) repeat-y;
	padding: 0 10px;
	}

#menu {
	width: 740px; height: 25px;
	margin: 0 0 10px 0;
	}

#navi {
	padding: 0 5px 20px 10px;
	float: left;
	}

#navi ul {
	border: solid 3px #7d0000;
	width: 134px;
	padding: 0px;
	}

#navi li {
	display: block;
	height: 27px;
	width: 134px;
	background: url(../imgs/navi_bg.gif) no-repeat;
	}

#navi li p {
	margin: 3px 0 0 30px;
	font-weight: bold;
	}

#main {
	width: 570px;
	margin: 0 0 20px 160px;
	}

#footer {
	clear: both;
	border-top: solid 3px #7d0000;
	border-bottom: solid 3px #7d0000;
	background-color: #fffdcd;
	padding: 0px 20px 30px 20px;
	}

#footerTeam {
	font-size: 11px;
	font-weight: bold;
	}

#copyright {
	float: right;
	font-size: 11px;
	font-weight: bold;
	}

#newsList {
	background:url(../imgs/news_bg.gif) top left no-repeat;
	width:570px;
	height:115px;
	margin:0 0 10px 0;
	}
	
#newsListTable {
	margin:25px 0 0 0;
	}
	
#newsListTable td{
	height:20px;
	}
	
#newsListTable .sender{
	background:url(../imgs/news_name.gif) top left no-repeat;
	padding:0 0 0 15px; 
	}
	
#newsListTable .day{
	padding:0 0 0 30px;
	margin:0 0 0 13px;
	background:url(../imgs/news_icon.gif) center left no-repeat;
	}
	
#topGame {
	background:url(../imgs/game_bg.gif) top left no-repeat;
	height:235px;
	width:570px;
	margin:0 0 13px 0;
	}
	
#titleTable{
	background:url(../imgs/game_bg_title02.gif) top left no-repeat;
	margin:5px 0 5px 10px;
	font-weight:bold;
	}
	
#titleTable td{
	height:21px;
	}
	
#score{
	background:url(../imgs/game_score01.gif) top left no-repeat;
	height:77px;
	width:552px;
	margin:0px 0 20px 10px;
	}
	
#scoreTable{
	height:42px;
	width:536px;
	margin:25px 0 0px 8px;
	}
	
#scoreTable .cell01{
	height:22px;
	width:128px;
	background:url(../imgs/game_score02.gif) top left no-repeat;
	text-align:left;
	padding:0 0 0 7px;
	font-weight:normal;
	color:#FFFFFF;
	}
	
#scoreTable td{
	height:22px;
	width:30px;
	text-align:center;
	font-weight:bold;
	background:url(../imgs/game_score04.gif) top left no-repeat;
	color:#FFFFFF;
	}
	
#topScoreCommentTable{
	background:url(../imgs/line_topscore.gif) top left repeat-y;
	margin:0 0 20px 20px;
	}
	
#topScoreCommentTable td{
	line-height:21px;
	}
	
#header {
	background:url(../imgs/header_bg.gif) top left no-repeat;
	width:740px;
	height:110px;
	}
	
#headerLogo {
	margin:0 15px 0 10px;
	}

#headerName {
	color:#041e4c;
	margin:0px 0 0 0;
	padding:20px 0 0 0;
	font-size:24px;
	font-weight:bold;
	}
	
.btnPagetop {
	float:right;
	margin:0 15px 20px 0;
	padding:0;
	}
	
.nakami {
	margin:0 10px;
	}

h3 {
	font-size:12px;
	margin:0;
	padding:0;
	}
	
#login {
	border: solid 3px #7d0000;
	width: 124px;
	margin:10px 0 10px 0;
	padding:5px;
	}
	
.loginInput {
	width:80px;
	height:15px;
	padding:0;
	margin:0;
	}
	
.btnMenu {
	margin:10px 0 0 0;
	}
	
.topPhotoTd {
	padding:10px;
	}
	
.topNewsTitle {
	padding:0 0 0 90px;
	}
	
.messageTopicTable .topNewsdate{
	background:url(../imgs/title_topnews.gif) top left no-repeat;
	margin:0 10px 5px 10px;
	padding:0 10px 0 10px;
	font-weight:bold;
	color:#FFFFFF;
	height:20px;
	}

	
/* ----- message ----- */

.messageTopicTable {
	background:url(../imgs/message_bg_middle.gif) repeat-y;
	margin:0 0 10px 0;
	}
	
.messageTopicTable .from{
	background:url(../imgs/message_from.gif) top left no-repeat;
	margin:0 10px 5px 10px;
	padding:0 0 0 70px;
	font-weight:bold;
	}
	
.messageTopicTable .date{
	background:url(../imgs/message_bg_title.gif) top left no-repeat;
	margin:0 10px 5px 10px;
	padding:0 10px 0 10px;
	font-weight:bold;
	color:#FFFFFF;
	height:20px;
	}
	
.messageTopicTable .day{
	float:right;
	}
	
.messageTopicTable p{
	background: #FFFFFF;
	line-height:21px;
	margin:0 10px 10px 10px;
	padding:10px;
	}

.messageTopicTable .pagetop{
	float:right;
	margin:0 15px 5px 0;
	padding:0;
	}


/* ----- mschedule ----- */

.mscheduleTopicTable {
	background:url(../imgs/message_bg_middle.gif) repeat-y;
	margin:0 0 10px 0;
	}
	
.mscheduleTopicTable tr{
	margin:0;
	padding:0;
	}
	
.mscheduleTopicTable .from{
	background:url(../imgs/message_from.gif) top left no-repeat;
	margin:0 10px 5px 10px;
	padding:0 0 0 70px;
	font-weight:bold;
	}
	
.mscheduleDetailTable{
	margin:5px 10px 10px 10px;
	}
	
.mscheduleTopicTable .day{
	background: url(../imgs/ms_bg_day.gif) top left no-repeat;
	width:95px;
	padding:5px 0 0 0;
	height:55px;
	}
	
.mscheduleTopicTable .day .year{
	font-size:14px;
	font-weight:bold;
	margin:0 5px 00px 0;
	}
	
.mscheduleTopicTable .day .month{
	font-size:18px;
	font-weight:bold;
	line-height:25px;
	}

.mscheduleTopicTable .date{
	background: url(../imgs/ms_bg_title.gif) top left no-repeat;
	padding:0 0 0 20px;
	font-weight:bold;
	color:#FFFFFF;
	}
	
.mscheduleTopicTable .time{
	background:url(../imgs/ms_i_time.gif) top left no-repeat;
	padding:5px 20px 5px 65px;
	margin:0 0 0 20px;
	}
	
.mscheduleTopicTable .place{
	background: url(../imgs/ms_bg_place.gif) top left no-repeat;
	padding:5px 20px 5px 65px;
	}
	
.mscheduleTopicTable .cate{
	float:right;
	margin:0 10px 0 0;
	}
	
.mscheduleTopicTable p{
	background: #FFFFFF;
	line-height:21px;
	margin:0 10px 10px 10px;
	padding:10px;
	}

.mscheduleTopicTable .pagetop{
	float:right;
	margin:0 15px 5px 0;
	padding:0;
	}



/* ----- calendar ----- */

#calendarTable {
	margin:0 0 20px 75px;
	border: solid 2px #7d0000;
	padding:0;
	}
	
#calendarTable p{
	margin:0;
	padding:5px;
	font-size:12px;
	}
	
#calendarTable td{
	width:50px;
	height:50px;
	font-weight:bold;
	padding:0 5px;
	margin:0;
	background:url(../imgs/calender_cell.gif) right bottom no-repeat;
	}
	
#calendarTable .month{
	background: url(../imgs/calender_month.gif) top repeat-x;
	height:25px;
	text-align:center;
	width:420px;
	}
	
#calendarTable .month p{
	color:#FFFFFF;
	font-size:14px;
	}
	
#calendarSelect {
	width:490px;
	padding:0px 0px 0px 80px;
	font-size:12px;
	font-weight:bold;
	}
	
#calendarSelect .next{
	padding:0 0 0 320px;
	}
	
#calendarSelect .back{
	padding:0 0 0 5px;
	}
	
#calendarSelect .years{
	margin:0 0 5px 0;
	}
	
#calendarMonth {
	margin:0 0 0px 75px;
	background:url(../imgs/calender_month.gif) top left no-repeat;
	width:424px;
	text-align:center;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	padding:5px 0;
	}
	
/* ----- player ----- */

.playerTable{
	float:right;
	margin:5px 10px 0 0;
	padding:0;
	border:#7d0000 1px solid;
	}
	
.playerTable td{
	margin:0;
	padding:5px;
	}
	
.playerTable .tdQ{
	background:url(../imgs/profile_bg_cell01.gif) bottom right no-repeat;
	width:90px;
	font-weight:bold;
	}
	
.playerTable .tdA{
	background:url(../imgs/profile_bg_cell02.gif) bottom left no-repeat #FFFFFF;
	}
	
.playerTable .tdQlast{
	background:url(../imgs/profile_bg_cell01.gif) top right no-repeat;
	font-weight:bold;
	}
	
.playerTable .tdAlast{
	background:#FFFFFF;
	}
	
.playerPhoto {
	margin:5px 0 5px 10px;
	}
	
/* ----- album ----- */

#albumListTable {
	margin:0 10px;
	}
	
#albumListTable .photo{
	padding:5px 10px 10px 10px;
	margin:10px 0 0 0;
	background:url(../imgs/album_bg_photo.gif) left bottom no-repeat;
	}
	
#albumListTable h3{
	padding:5px 10px 5px 10px;
	font-weight:bold;
	color:#FFFFFF;
	background:url(../imgs/album_bg_title.gif) left top no-repeat;
	text-align:center;
	}
	
#albumListTable h4{
	padding:5px 10px 5px 10px;
	font-weight:bold;
	margin:0 10px;
	background:url(../imgs/album_bg_day.gif) center bottom no-repeat #FFFFFF;
	text-align:center;
	}
	
#albumListTable p{
	background: #FFFFFF;
	line-height:21px;
	margin:0 10px 20px 10px;
	padding:5px 10px;
	}
	
#albumListTable .albumDay{
	margin:0 0 0 10px;
	text-align:center;
	width:140px;
	font-size:14px;
	padding:5px 10px;
	}
	
.albumDetailPhoto{
	margin:10px 20px 20px 20px;
	}
	
#albumDetail h3{
	padding:5px 10px 5px 10px;
	font-weight:bold;
	color:#FFFFFF;
	margin:0 20px;
	background:url(../imgs/album_bg_title_l.gif) left top no-repeat;
	text-align:center;
	}
	
#albumDetail h4{
	padding:5px 10px 5px 10px;
	margin:0 20px;
	font-weight:bold;
	background:url(../imgs/album_bg_day.gif) center bottom no-repeat #FFFFFF;
	text-align:center;
	}
	
#albumDetail p{
	background: #FFFFFF;
	line-height:21px;
	margin:0 20px 20px 20px;
	padding:5px 10px;
	}
	
#nextBackTable {
	margin:20px 0 0 0;
	}
	
.btnPhotolist{
	float:right;
	margin:0 15px 15px 0;
	padding:0;
	}
	
.cameraman{
	margin:0 20px 0px 20px;
	background:#FFFFFF;
	padding:0px 10px;
	font-weight:bold;
	}


/* ----- team_scorebord ----- */

.teamGenre01 {
	margin:0px 15px 0 15px;
	}
	
.teamGenre01Table {
	margin:0px 15px 10px 15px;
	}
	
.scorebordListTable {
	background:url(../imgs/team_scorebord_bg_middle.gif) repeat-y;
	margin:0 0 10px 0;
	}
	
.scorebordListTable p{
	margin:0 15px;
	}
	
.scorebordListTable p .day{
	margin:0 20px 0 0;
	}
	
.scorebordListTable a{
	color: #7d0000;
	text-decoration:none;
	}
	
.scorebordListTable a:hover{
	text-decoration:underline;
	}
	
.scorebordListTitle {
	margin:2px 5px 5px 5px;
	}
	
.scorebordListTable02 {
	margin:5px 15px 0 15px;
	}
	
.scorebordListTable02 td{
	height:20px;
	}
	
/* ----- kojin_seiseki ----- */

.kojinSeisekiTable {
	margin:0 10px;
	}
	
	
/* ----- pfofile ----- */

.profileTable{
	margin:5px 40px;
	padding:0;
	border:#7d0000 1px solid;
	}
	
.profileTable td{
	margin:0;
	padding:5px;
	}
	
.profileTable .tdQ{
	background:url(../imgs/profile_bg_cell01.gif) bottom right no-repeat;
	width:90px;
	font-weight:bold;
	}
	
.profileTable .tdA{
	background:url(../imgs/profile_bg_cell02.gif) bottom left no-repeat #FFFFFF;
	}
	
.profileTable .tdQlast{
	background:url(../imgs/profile_bg_cell01.gif) top right no-repeat;
	font-weight:bold;
	}
	
.profileTable .tdAlast{
	background:#FFFFFF;
	}
	
.profilePhoto {
	margin:5px 0 0px 0px;
	}
	
/* ----- login ----- */

#loginTable {
	margin:50px 0 20px 0;
	background:url(../imgs/login_bg_middle.gif) repeat-y;
	color:#666666;
	}
	
#loginFormTable {
	margin:10px 0 20px 0;
	background:url(../imgs/bg_loginform.gif);
	color:#666666;
	}
	
#loginFormTable td{
	height:20px;
	padding:0px 0 0 10px;
	margin:0;
	font-weight:bold;
	line-height:30px;
	}
	
#loginFormTable input{
	width:100px;
	margin:0;
	padding:0;
	}
	
#btnSubmit {
	margin:0 0 20px 0;
	width:123px;
	height:43px;
	padding:0;
	background:none;
	border:none;
	}
	
#loginbody{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 20px;
	margin: 0;
	color:#666666;
	background:none;
	}