@charset "UTF-8";

html {
	background-color:white;
	background-image: url('../images/template/site_background.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top center;
}

html,body {
	height:100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "EE EゴシチE", sans-serif, Arial;
	font-size:11pt;
	color:#2b2b2b;
}

.header1 {
	background-color:#2b2b2b;
	color:#fff;
/*	font-family:Arial; */
	font-size:30pt;
	height:70px;
	overflow:hidden;
}

.header1 p {
	margin:10px 0px 0px 5px;
}
.header2 {
	background-color:#2b2b2b;
	color:#fff;
	font-family:Arial;
	font-size:26pt;
	height:55px;
	overflow:hidden;
}

.header2 p {
	margin:13px 0px 0px 7px;
}
.header2 p a:link {
    color:#FFFFFF;
}
.header2 p a:visited {
    color:#FFFFFF;
} 
.header2 p a:hover {
	text-decoration: none;
    color:#FFCE26;
} 

.header3 dl {
	margin:20px 0px 0px -3px;
}

.header3 {
	background-color:#2b2b2b;
	color:#fff;
	font-family:Arial;
	height:70px;
	overflow:hidden;
}

.header3 dt {
	clear:left;
	float:left;
	font-size:36pt;
	margin: 0px 20px 0px 10px;
}
.header3 dd {
	font-size:18pt;
	margin:0px 0px 5px 0px;
	padding-bottom: 1.2em;
	padding-left: 11em;
	padding-right: 0px;
	padding-top: 0.9em;
}
h2 { 
	margin:0px;
	padding:0px 0px 0px 10px;
	border-bottom:2px solid #ccc;
}
h3 {
	margin:0px;
	padding:0px 0px 0px 10px;

}
a img {
	border-style:none;
}

a, a:link {
/*	color:#2b2b2b; */
	color:#006699;
	text-decoration:none;
}

a:visited {
	color:#757575;
}

a:hover, a:focus {
	text-decoration:underline;
}

/** Main Elements **/
div#main {
	width:1000px;
	margin-top:0px;
	margin-right:auto;
	margin-bottom:0px;
	margin-left:auto;
}

/* if IE Conditional 
[if IE] div#main {
	width:1000px;
	margin-top:0px;
	margin-right:auto;
	margin-bottom:0px;
	margin-left:auto;
	background-image:url('../images/template/main-background.png');
}
*/
div#header {
	width:900px;
	margin:5px auto 5px auto;
}
div#body {
	width:900px;
	min-height:100%;
	margin-top:0px;
	margin-right:auto;
	margin-bottom:0px;
	margin-left:auto;
	padding: 0px;
	display:block;
	
	background-color:#fff;
	box-shadow: 0px 2px 20px #2b2b2b;
	-moz-box-shadow:0px 2px 20px #2b2b2b;
	-webkit-box-shadow:0px 2px 20px #2b2b2b;
	position:relative;
	overflow:hidden;
}


/** footer style **/

div#footer {
	height:120px;
	margin-top:-100px;
/*	padding:8em 10em 0px 10em;  */


}
div#footer div.f_background {
/*	height:120px;  */
	margin:0;
/*	padding:8em 10em 0px 10em;  */
	padding:8em 3em 0px 3em;
/*	background-image: url('../images/template/footer_background.jpg'); */
	background-image: url('../images/template/new/background.jpg');
	background-repeat: repeat-x; 
	background-color:#2b2b2b;
	position:relative;
	z-index:-1;
	display:block;
}




/** -- Breadcrumb Style --**/

#crumbs {
	/*border: 1px solid #dedede;*/
	height:2.3em;
	list-style-type:none;
	margin:8px 0px 8px 0px;
	padding:0px;
}

.crumbs_home {
	float:left;
	line-height:2.3em;
	padding-left:0.75em;
	color:#777;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:-13px;
	position:relative;
	z-index:100;
	
}
.crumbs_home a {
	display:block;
	padding: 0px 24px 0px 15px;
	background-image:url('../images/template/crumbs_home.png');
	background-repeat: no-repeat;
	background-position: right center;
}

#crumbs .crumbs_home a:link, #crumbs .crumbs_home a:visited {
	text-decoration:none;
	color:#fff;
}
#crumbs .crumbs_home a:hover, #crumbs .crumbs_home a:focus {
	text-decoration:underline;
}


.crumbs_grandparent, .crumbs_parent, .crumbs_child {
	float:left;
	line-height:2.3em;
	padding-left:0.75em;
	margin:0px 0px 0px -22px;
	
}

.crumbs_grandparent {
	position:relative;
	z-index:90;
}
.crumbs_parent {
	position:relative;
	z-index:80;
}
.crumbs_child {
	position:relative;
	z-index:70;
}
.crumbs_grandparent a {
	display:block;
	padding: 0px 24px 0px 20px;
	background-image:url('../images/template/crumbs_grandparent.png');
	background-repeat: no-repeat;
	background-position: right center;
}

.crumbs_parent a {
	display:block;
	padding: 0px 24px 0px 20px;
	background-image:url('../images/template/crumbs_parent.png');
	background-repeat: no-repeat;
	background-position: right center;
}

.crumbs_child a {
	display:block;
	padding: 0px 24px 0px 20px;
	background-image:url('../images/template/crumbs_child.png');
	background-repeat: no-repeat;
	background-position: right center;

}

.crumbs_here {
	float:left;
	line-height:2.3em;
	padding-left:0.75em;
}

#crumbs li a:link, #crumbs li a:visited {
	text-decoration:none;
	color:#2b2b2b;
}

#crumbs li a:hover, #crumbs li a:focus {
	text-decoration:underline;
	color:#4d4d4d;
}

/** Header Elements **/

div#header img {
	width:435px;
	height:121px;
}
div#option_1 {
	display:none;
}
/** -- box score -- **/

div#games_box_score {
	
	margin:8px 0px 8px 0px;
	background-image: url('../images/template/boxscore_back.png');
	overflow:hidden;
}

.box_score_list {
	list-style-type:none;
	margin:10px 0px 12px 0px;
	padding:0px 0px 0px 3em;
	overflow:hidden;
}
.box_score_list li {
	float:left;
	margin:0px;
	padding:0px;
}
div.box_score_box {
	width:60px;
	height:50px;
	margin:0px 5px 0px 0px;
	background-color:#ccc;
	border:1px solid #707070;
}

div.box_score_top {
	width:60px;
	height:17px;
	margin:0px 0px 0px 0px;
	background-color:#8a8a8a;
	text-align:center;
	font-weight:bold;
	font-size:8pt;
}
div.box_score_top a, div.box_score_top a:link, div.box_score_top a:visited {
	color:#2b2b2b;
	text-decoration:none;
}
div.box_score_top a:hover, div.box_score_top a:focus {
	
	text-decoration:underline;
}
div.box_score_body {
	width:60px;
	height:33px;
	margin:0px 0px 0px 0px;
	padding:2px 0px 0px 0px;
	overflow:hidden;
	font-weight:bold;

}
div.box_score_team {
	font-size:8pt;
	margin:0px 0px 0px 2px;
	float:left;
}
div.box_score_score {
	font-size:8pt;
	margin:0px 2px 0px 0px;
	float:right;
}
/** Menu Elements **/
div#menu {
	width:900px;
	height:65px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
	padding:0px;
	overflow:hidden;
	background-color:#2b2b2b;
}

ul.menu_list {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
ul.menu_list li {
	float:left;
}


li.about, li.gallery, li.contact, {
	width:120px;
	overflow:hidden;
}

li.schedule{
	width:160px;
	overflow:hidden;
}

li.gamenews {
	width:167px;
	overflow:hidden;
}

li.members{
	width:167px;
	oberflow:hidden;
	
}


/**元データ

li.about, li.blog, li.members{
	width:198px;
	overflow:hidden;
}

li.schedule {
	width:265px;
	overflow:hidden;
}
**/


/** Footer Elements **/

div.footer_wrapper {
	float:left;
	width:1000px;
/*	margin:30px 0px 0px 0px; */
	margin:0;
/*	background-color:#dddddd; */
	background-color:#2f2f2f;
	background-repeat: repeat-x;


}

div.footer_navi{
	float:left;
	width:900px;
	height:36px;
	margin:10px 0px 10px 65px;
}

div.footer_address {
	float:left;
	border-top: 2px solid #999999;
	width:900px;
	margin: 10px 20px 0px 50px;

}
div.footer_address p {
	color: #fff;
	font-size:11pt;
	margin:5px 40px 5px 60px;
}
div.footer_links {
	float:right;
	color:#fff;
	margin:20px;
	padding:12px;
	
}
div.footer_links a {
	color:#fff;
	padding:2px;
}

div#content div.detail{
    margin:10px 0 0 30px;
}