/*
Theme Name: bitshifters
Theme URI: http://bitshifters.jp/
Description: bitshifters
Version: 1.0
Author: bitshifters
Tags: basketball, bitshifters

*/

body {
	padding:0;
	font-size:12px;
  	*font-size:75%;
	line-height:1.5;
	color:#FFF;
	font-family:"ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", 'ヒラギノ角ゴ Pro W3', Osaka, sans-serif;
	text-align:center;
	background-color: #000;
	margin: 0;
	}
*html body #gnav{/* IE6以下に適用 */
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='alpha.png', sizingMethod='scale');
}
#wrapper {
	width: 1030px;
	background-color: #FFF;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	background-image: url(img/head_bg.jpg);
	background-repeat: no-repeat;
	height: 442px;
	text-align: left;
}
#logo {
	float: left;
	position: relative;
	top: 35px;
	left: 52px;
	width: 430px;
}
#gnav {
	float: right;
	position: relative;
	top: 35px;
	width: 408px;
}
#gnav ul li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
#content {
	float: left;
	width: 500px;
}
#side {
	float: right;
	width: 330px;
}
#sidenav {
	width: 296px;
}
#sidenav p {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	font-weight: bold;
	margin: 0px;
	padding-bottom: 10px;
}
#sidenav ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	color: #000;
}
#sidenav ul li.twitter {
	background-image: url(img/icon_twitter.png);
	background-repeat: no-repeat;
	background-position: 260px;
}
#sidenav ul li.facebook {
	background-image: url(img/icon_facebook.png);
	background-repeat: no-repeat;
	background-position: 260px;
}
#sidenav ul li.mixi {
	background-image: url(img/icon_mixi.png);
	background-repeat: no-repeat;
	background-position: 260px;
}
#sidenav ul li.rss {
	background-image: url(img/icon_rss.png);
	background-repeat: no-repeat;
	background-position: 260px;
}
#sidenav ul li.photo {
	background-image: url(img/icon_photo.png);
	background-repeat: no-repeat;
	background-position: 260px;
}
#sidenav ul li.iphone {
	background-image: url(img/icon_iphone.png);
	background-repeat: no-repeat;
	background-position: 260px;
}
#sidenav ul li.kyte {
	background-image: url(img/icon_kyte.png);
	background-repeat: no-repeat;
	background-position: 260px;
}
#sidenav ul li a:link {
	color: #333;
	text-decoration	: none;
	display: block;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#sidenav ul li a:visited {
	color: #333;
	text-decoration	: none;
	display: block;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#sidenav ul li a:hover {
	color: #F60;
	text-decoration	: none;
	display: block;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#sidenav ul li a:active {
	color: #333;
	text-decoration	: none;
	display: block;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#main {
	width: 940px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-bottom: 0px;
	color: #000;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
}
#footer {
	color: #999;
	text-align: left;
	width: 1030px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
img { border:none; }
p {
	margin-bottom: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#content h2 {
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

h1, h2, h3, h4, h5, h6, ul, li, dl, dt, dd {margin: 0;padding: 0;}

ul,li {
	list-style-type:none;
	margin: 0px;
	padding: 0px;
}

form {margin:0;padding:0;}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

br {clear:both;}

.clear {clear:both;}

/* リンク ------------------------------*/

a:link {
	color:#F60;
	}
a:visited {
	color:#F60;
	text-decoration	: none;
	}
a:hover {
	color:#F90;
	text-decoration	: underline;
	}
a:active {
	color:#F60;
	text-decoration	: underline;
	}
	
/* 行揃え------------------------------*/

.alignright {text-align:right;}
.alignleft {text-align:left;}
.aligncenter {text-align:center;}

/* フロート------------------------------*/

.floatleft {float:left;}	
.floatright {float:right;}
.float li {float:left;}

/* テキスト------------------------------*/
.strong {font-weight:bold;}
.txt_hl {line-height:1.5;}
.txt_hs {line-height:1.2;}

.txts {
	font-size:10px;
	*font-size:90%;
	line-height:1.2;
	}
	
.txtl {
	font-size:14px;
	*font-size:120%;
	line-height:1.4;
	}

/*マージン------------------------------*/
.mt5 {margin-top:5px;}
.mt10 {margin-top:10px;}
.mt20 {margin-top:20px;}
.mt30 {margin-top:30px;}

.mb5 {margin-bottom:5px;}
.mb10 {margin-bottom:10px;}
.mb15 {margin-bottom:15px;}
.mb20 {margin-bottom:20px;}
.mb30 {margin-bottom:30px;}
.mb40 {margin-bottom:40px;}
.mb50 {margin-bottom:50px;}

.mr5 {margin-right:5px;}
.mr9 {margin-right:9px;}
.mr10 {margin-right:10px;}
.mr15 {margin-right:15px;}
.mr20 {margin-right:20px;}
.mr30 {margin-right:30px;}

.ml5 {margin-left:5px;}
.ml10 {margin-left:10px;}
.ml15 {margin-left:15px;}
.ml20 {margin-left:20px;}
.ml30 {margin-left:30px;}
.ml50 {margin-left:50px;}

.mg5 {margin:5px;}
.mg10 {margin:10px;}
.mg20 {margin:20px;}

.mtb5 {margin:5px 0;}
.mtb10 {margin:10px 0;}
.mtb15 {margin:15px 0;}

.mlr10 {margin:0 10px;}

.ptb5 {padding:5px 0;}


/*共通------------------------------*/

.tframe {
	border-collapse: collapse;
	border: 1px solid #CCC;
}
.pagetop {
	text-align: right;
	margin-top: 20px;
	margin-bottom: 20px;
}
.t01 {
	background-color: #e1e1e1;
	background-image: url(/img/membert_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 9px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-weight: bold;
}
.t02 {
	background-color: #e1e1e1;
	text-align: right;
	background-image: url(/img/membert_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 9px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.t02 ul li {
	display: inline;
	margin-left: 5px;
}

/*BACKGROUND------------------------------*/

.bgn li{
	width: 160px;
	margin-right: 10px;
	text-align: center;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #666;
	float: left;
}
.bgn li.r{
	margin-right: 0px;
}

.bgn li a:link {
	color: #ccc;
	text-decoration	: none;
}

.bgn li a:visited {
	color: #ccc;
	text-decoration	: none;
}

.bgn li a:hover {
	color: #fff;
}

.bgn li a:active {
	color: #fff;
}


/*OTHER------------------------------*/

#other h3{
	margin: 30px 0;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #666;
	color: #fff;
}

.bline {
	padding: 20px 0;
	border-top: 1px solid #CCC;
	margin: 20px 0;
}

.w150l {
	float: left;
	width: 150px;
}

.w320r {
	float: right;
	width: 320px;
}

.w280l {
	float: left;
	width: 280px;
}

.w200r {
	float: right;
	width: 200px;
}
