@charset "UTF-8";
/* CSS Document */

/* +++++++++++++++++++++ RESET ++++++++++++++++++++++++++ */

html,body,div,span,applet,object,iframe,strong,h1,h2,h3,h4,h5,h6,p,blockquote,
pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,legend,caption,
tbody,tfoot,thead,table,label,tr,th,td{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font:inherit;
	vertical-align:baseline;
}

body {
font-family:'Crimson Text',"メイリオ",Meiryo,Osaka,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
line-height:1.4;
color:#444;
background-color: #000;
overflow: scroll;
}

ol,ul{
	list-style:none;
}

/* +++++++++++++++++++++ LINK ++++++++++++++++++++++++++ */

a{
	color:#0d7fc1;
}
a:hover{
	color:#fc7802;
	text-decoration:underline;
}

/* +++++++++++++++++++++ SELECTION ++++++++++++++++++++++++++ */

::selection {
	background:#ccff1b; /* Safari */
}

::-moz-selection {
	background:#ccff1b; /* Firefox */
}

/* +++++++++++++++++++++ HEADER ++++++++++++++++++++++++++ */

#wrapper {
	width: 960px;
	height: 1000px;
	margin: 0 auto;
}

#contents {
	width: 100%;
	margin: 0;
	padding: 0;
}

#top {
	position: relative;
	width: 100%;
}

#header {
	width: 900px;
	margin: 0 auto;
}

#head_text {
	color: #373734;
	font-size: 85%;
	width: 900px;
	padding-top: 5px;
}

#navi ul {
	margin: 8px 0 0;
	padding: 0;
	overflow: hidden;
}
#navi ul li {
	float: left;
	margin-right: 20px;
	padding: 0;
}
#navi ul li a {
	display: block;
}

/* +++++++++++++++++++++ CONTENTS ++++++++++++++++++++++++++ */

img.bg {
  /* Set rules to fill background */
  min-height: 846px;
  min-width: 1200px;	
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;	
  /* Set up positioning */
  position: fixed;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1200px) { /* Specific to this particular image */
  img.bg {
    left: 50%;
    margin-left: -600px;   /* 50% */
  }
}

#main_text {
	position: relative;
	margin: 20px 0;
	padding: 120px;
}

#about_ball {
	position: relative;
	width: 100%;	
	background: url(../images/bg_opa1.png) repeat;
	margin-top: 400px;
	padding: 0;
}

#ball_info {
	width: 960px;
	margin: 0 auto;
	padding: 30px;
	overflow: hidden;
}

#basketball {
	float: left;
	width: 520px;
}
#ball_text {
	margin-top: 110px;
	float: right;
	width: 370px;
	color: #0f0;
	line-height: 1.6;
}
#ball_text h3 {
	font-size: 108%;
	font-weight: bold;
	margin-bottom: 12px;
}

#about_shop {
	position: relative;
	width: 600px;
	height: 700px;
	margin: 100px auto 0;
}
#about_shop p {
	font-size: 100%;
	color: #ddd;
	line-height: 1.4;
	margin-bottom: 10px;
}


/*---------- FONT SIZE ------------

 px--%
 10--77
 11--85
 12--93
 13--100
 14--108
 15--116
 16--123.1
 17--131
 18--138.5
 19--146.5
 20--153.9
 21--161.6
 22--167
 23--174
 24--182
 25--189
 26--197

---------------------------------*/