@charset "utf-8";

* {
	color:#333333;
	padding:0;
	font-size: 12px;
	line-height: 140%;
	margin: 0;
	background-image: none;
}

body {
	/*background-color: #B7B6A8;*/
	background-image : url(file:///C:/Users/itozen/AppData/Roaming/IBM/Homepage Builder Version 12/tmp/cache/www1.bbiq.jp/dolphins/image/bg.gif);
	background-repeat: repeat-x;
}

a {
	color:#0085DD;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

/*
ベース
-------------------------------------------------------------------*/
#site-box {
	width : 800px;
	height : 1000px;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	margin-right: auto;
	margin-left: auto;
	background-image : url(underSea.jpg);
	background-repeat : repeat-x ;
	background-position : bottom ; 
}

/*
ベース（試合結果result／ギャラリーgalleryのページ）
*/
#site-box2 {
	width : 800px;
	height : 1800px;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	margin-right: auto;
	margin-left: auto;
	background-image : url(underSea.jpg);
	background-repeat : repeat-x ;
	background-position : bottom ; 
}

/*
ヘッダー
-------------------------------------------------------------------*/
#header {
	width:800px;
	margin-right: auto;
	margin-left: auto;
	background-image : url(header.jpg);
	margin-top: 2px;
	height: 130px;
	position: relative;
}


h1 a {
	text-decoration: none;
	font-size: 28px;
	line-height: 28px;
	color: #FFFFFF;
	left: 180px;
	top: 50px;
	position: absolute;
}

img.logo {
	margin-top: 10px;
	margin-left: 10px;
	width: 150px;
	height: 112px;
	border:none;
}

#header #sub {
	font-size: 10px;
	color: #FFFFFF;
	position: absolute;
	left: 320px;
	top: 80px;
}

#header #sub2 {
	font-size: 10px;
	color: #FFFFFF;
	position: absolute;
	right: 30px;
	bottom: 10px;
}

#header #sitemap {
	position: absolute;
	right: 30px;
	bottom: 30px;
}

#header #sitemap a {
	text-decoration: none;
	font-size: 10px;
	color: #FFFFFF;
}

#header #sitemap a:hover {
	text-decoration: none;
	color: #FF0000;
}


/*ナビゲーション
----------------------------------------------- */
#navi {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	/*background-image: url(image/nav.gif);
	background-image: url(image/header.jpg);*/
	height: 24px;
	padding-top: 6px;
}

#navi ul {
	margin-left: 20px;
  }

#navi li {
	display: inline;
	list-style-type: none;
  }
  
#navi li a {
	color: #666666;
	font-size: 12px;
	line-height: 20px;
	text-decoration: none;
	background-image : url(li.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 22px;
	padding-right: 18px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
}

#navi li a:hover {
	color: #000000;
	background-image : url(li_ov.gif);
	background-color: #FFEBB5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F2D899;
}

/*
サイド
-------------------------------------------------------------------*/
#side {
	float: left;
	width: 200px;
	font-size: 12px;
}

#side #side_d li {
	list-style-type: none;
}

#side #side_d li a {
	color: #666666;
	font-size: 12px;
	line-height: 40px;
	text-decoration: none;
	background-image : url(li.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 22px;
	padding-right: 18px;
}

#side #side_d li a:hover {
	color: #000000;
	background-image : url(li_ov.gif);
	background-color: #FFEBB5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F2D899;
}

#side h3 {
	display: block;
	width: 196px;
	line-height: 23px;
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 3px;
	font-size: 13px;
	text-align: center;
	background-color: #78BBE2;
	height: 23px;
}

#side h4 {
	font-size: 13px;
	padding-left: 10px;
	color: #3F3F3F;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-left: 5px;
	font-weight: normal;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #78BBE2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 20px;
}


.history-box {
	width: 184px;			/*幅*/
	height: 100px;			/*高さ*/
	position:relative;		/*相対位置*/
	overflow: auto;			/*スクロール設定*/
	padding: 3px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	border-width: 1px;		/* 枠線の太さ */
	border-style: solid;	/* 枠線のスタイル */
	border-color: #DDDDDD;	/* 枠線の色（上・右・下・左）*/
}

.history-txt {
	font-size: 13px;
	color: #ff0000;
	padding: 0px;
	margin: 0px;
}

#side #mailto {
	margin-top: 10px;
	margin-left: 80px;
}

#side #banner {
	margin-top: 10px;
	margin-left: 50px;
}

#side p {
	margin-left: 30px;
}

.counter {
	margin-left: 50px;
}


/*
コンテンツ
-------------------------------------------------------------------*/
#contents {
	width:590px;
	float: right;
	/*border-style: solid;*/	/* 枠線のスタイル */
}

#contents p{
	padding-top: 5px;
	padding-bottom: 5px;
	background-image : url(note_line.gif);
	margin-right: 30px;
	margin-left: 30px;
	line-height: 20px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#contents #top_message {
	font-size: 18px;
	padding-left: 10px;
	color: #FF0000;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-left: 5px;
	font-weight: bold;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #78BBE2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 22px;
}

#contents h2 {
	font-size: 18px;
	padding-left: 10px;
	color: #3F3F3F;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-left: 5px;
	font-weight: bold;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #78BBE2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 22px;
}

#contents h3 {
	clear: both;
	font-size: 15px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #72D0EC;
	padding-left: 7px;
	color: #555555;
	line-height: 18px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 13px;
}

#contents h3 a {
	font-size: 14px;
}

#contents h4 {
	font-size: 14px;
	color: #4094C0;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 25px;
}

#contents ul {
	margin-left: 30px;
	list-style-type: none;
}
#contents li a {
	font-size: 12px;
}


#contents #c_pad {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

/* for IE \*/
* html body #base #contents #c_pad {
	padding: 9px;
}	
/**/

#contents #c_pad p a {
	line-height: 20px;
}

#contents #c_pad p strong {
	line-height: 20px;
}

#contents #top_img {
	background-color: #D1CEC5;
	background-image : url(top_img.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 150px;
	border: 5px solid #EEEDE9;
	padding: 2px;
}

#contents #c_pad #top_img p {
	font-size: 25px;
	font-style:oblique;
	font-weight:bold;
	color: #ffffff;
	background-image: none;
	margin-top: 65px;
	margin-left: 20px;
	margin-right: 0px;
}


#contents #c_pad .img_left {
	float: left;
	background-color: #FFFFFF;
	padding: 5px;
}

#contents #c_pad .c_img_left {
	float: left;
	background-color: #FFFFFF;
	padding: 10px;
}

#contents #c_pad .img_left img {
	border: 1px solid #999999;
	border-style:none;
}

#contents #c_pad .img_left img {
	border: 1px solid #999999;
}

#contents #c_pad .img_right {
	float: right;
	background-color: #FFFFFF;
	padding: 5px;
}

#contents #c_pad .c_img_right {
	float: right;
	background-color: #FFFFFF;
	padding: 10px;
}

#contents #c_pad .c_img_right img {
	border: 1px solid #999999;
	border-style:none;
}

#contents #c_pad .img_right img {
	border: 1px solid #999999;
}

.btn a {
	font-size: 10px;
	line-height: 17px;
	height: 17px;
	padding-right: 5px;
	padding-left: 5px;
	color: #FFFFFF;
	background-color: #7A7A76;
	border: 1px solid #D2D2D2;
	width: 80px;
	display: block;
	float: right;
	text-align: center;
	text-decoration: none;
	background-image : url(file:///C:/Users/itozen/AppData/Roaming/IBM/Homepage Builder Version 12/tmp/cache/www1.bbiq.jp/dolphins/image/btn.gif);
	margin-right: 5px;
	position: absolute;
	right: 5px;
	bottom: 8px;
}

.btn a:hover {
	background-color: #FF9900;
	background-image : url(file:///C:/Users/itozen/AppData/Roaming/IBM/Homepage Builder Version 12/tmp/cache/www1.bbiq.jp/dolphins/image/btn_ov.gif);
}

#contents #c_pad #mailto {
	margin-top: 10px;
	margin-left: 80px;
}


/*
２box
-------------------------------------------------------------------*/
#contents #c_pad .box2 {
	float: left;
	height: 150px;
	width: 265px;
	border: 1px solid #DDDDDD;
	margin: 5px;
	padding: 5px;
	background-image : url(box_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	position: relative;
}
#contents #c_pad .box2 h3 {
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DCDBD8;
	background-color: #4AA4CE;
	border-left-color: #70CBE8;
	color: #FFFFFF;
}

#contents #c_pad .box2 p {
	margin: 0px;
}

#contents #c_pad .box3 {
	float: left;
	height: 150px;
	width: 265px;
	border: 1px solid #DDDDDD;
	margin: 5px;
	padding: 5px;
	/*background-image: url(image/box_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;*/
	position: relative;
}
#contents #c_pad .box3 h3 {
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DCDBD8;
	background-color: #4AA4CE;
	border-left-color: #70CBE8;
	color: #FFFFFF;
}

#contents #c_pad .box3 p {
	margin: 0px;
}

/*
profile_box
-------------------------------------------------------------------*/
#contents #c_pad .profile_box {
	float: left;
	height: 75px;
	width: 165px;
	border: 1px solid #999999;
	margin-top: 2px;
	margin-left: 10px;
	padding: 0px;
	position: relative;
	background-color: #FFFFFF;
}
#contents #c_pad .profile_box h3 {
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DCDBD8;
	background-color: #4AA4CE;
	border-left-color: #70CBE8;
	color: #FFFFFF;
}

#contents #c_pad .profile_box p {
	margin: 0px;
}

/*
費用テーブル
-------------------------------------------------------------------*/
.expenses {
margin-left: 50px
;}

.expenses table {
border: 1px #999999 solid;
border-collapse: collapse;
}

.expenses td {
border: 1px #999999 solid;
padding: 2px 2px;
text-align: left;
}

/*
コピーライト
-------------------------------------------------------------------*/
address {
	font-style: normal;
	color: #FFFFFF;
	text-align: right;
	display: block;
	background-color: #999999;
	font-size: 10px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
}



/*
試合日程
-------------------------------------------------------------------*/
.gametable {
	border-collapse:collapse;
	margin-left: 15px;
}

.gametable th, .gametable td {
	border:1px solid #EAEAEA;
	padding-top: 2px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
} 


#contents #c_pad #nittei {
	float: left;
	width: 265px;
	position: relative;
}

/*
試合結果詳細
-------------------------------------------------------------------*/
#result {
	margin-top: 10px;
	margin-left: 50px;
	/*border-style: solid;*/	/* 枠線のスタイル */
}

/*
試合結果テーブル
-------------------------------------------------------------------*/
.expenses {
margin-left: 40px
;}

.expenses table {
border: 1px #999999 solid;
border-collapse: collapse;
}

.expenses td {
border: 1px #999999 solid;
padding: 2px 2px;
text-align: left;
}

