@charset "utf-8";
/* CSS Document */

body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif. "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        font-size:13px;
	background-image: url(./img/judo_bg.gif);
	background-repeat:repeat;
	margin: 0;
	padding: 0;
	color: #000;
}

/* ~~ エレメント / タグセレクター ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 10px;
}
a img {
	border: none;
}

a:link {
	color: #2175cd;
	text-decoration: underline;
}
a:visited {
	color: #2175cd;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}

.container {
	width: 980px;
	margin: 15px auto 10px auto;
	clear:both;
}

.header {
	background-image: url(./img/header.gif);
	background-repeat:repeat-x
}

.header_container {
	width:980px; 
	height:80px; 
	texr-align:left; 
	margin:0 auto 0 auto;
}


.sidebar {
	float: left;
	width: 200px;
	height:770px;
	background-color:#fff;
	padding-bottom: 10px;
	margin-left:15px;
	margin-top:20px;
	filter:alpha(opacity=30);
	opacity:0.3;
}

.sidebar2 {
	background-image: url(./img/judo3_s1.gif);
	float:left;
	width: 200px;
	height: 820px;
	margin-left:15px;
	margin-top:0px;
	margin-bottom:20px;
	float:left;
	padding-top:5px;
}

.content {
	margin-top:0px;
	margin-left:5px;
	padding: 0px 0;
	width: 750px;
	float:right;
}

/* ~~ このセレクターグループは、.content 内のリストに領域間隔を指定します。~~ */
.content ul, .content ol { 
	padding: 10px auto auto 8px; 
}

.content h2 {
	color:#2175cd; 
	margin-top:15px; 
	font-family:'ＭＳ Ｐ明朝', 'MS PMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', serif;
}

ul.nav {
	list-style: none; 
	margin-bottom: 15px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font:#2175cd;
	font-size:18px;
	font-weight:bold; 
}
ul.nav li {
	 /* ボタンの区切り線を作成します。 */
}
ul.nav a, ul.nav a:visited { 
	padding: 12px 5px 5px 15px;
	display: block; 
	width: 160px;  
	text-decoration: none;
	background: ;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { 
	background:;
	color: #FFF;
}

table.active {
	border:0; 
	margin-left:15px; 
	font-size:14px;
}

table.active td {
	background-image:url(./img/activity_box2.jpg); 
	background-repeat:no-repeat; 
	width:720px; 
	height:60px; 
	padding-left:10px;
}

div.box{
	width:750px; 
        min-height:670px;
	background-color:#fff; 
	margin-top:10px;
	margin-bottom:20px;
	padding-top:2px;
}

div.box:after{
  content: "";
  display:block;
  clear:both;
}

div.club {
  float:left;
  width:340px;
  margin-left:20px;
  margin-top:10px;
}

div.club2 {
  float:left;
  width:700px;
  margin-left:20px;
  margin-top:10px;
}

.club2 table {
  padding-left:10px;
}

.club2 h2 {
	text-align:left;
	padding:0px;
	color:#2175cd;
        margin-top:15px;
        margin-bottom:2px;
}

.club h2 {
	text-align:left;
	padding:0px;
	color:#2175cd;
	font-size:14px;
        margin-top:5px;
        margin-bottom:2px;
}

.clubmap {
        float:right;   
	margin-top:20px; 
	margin-left:10px;
        width:350px;
        height:315px;
}

p.club_summary {
	font-size:13px; 
	color:#666666; 
	margin-top:0px; 
	margin-left:10px;
        margin-bottom:0px;
}

h1 {
	margin-top:0px; 
	margin-left:20px;
        margin-bottom:0px;
	font-size:13px; 
	color:#666666; 
}

div.box_index{
	width:370px; 
	height:570px; 
	background-color:#fff; 
	float:left; 
	margin-top:10px;
	margin-bottom:20px;
}

div.box_index2{
	background-image:url(./img/line_b.jpg); 
	background-position:bottom; 
	height:48px; 
	background-repeat:no-repeat; 
	margin-top:10px;
}

div.box_index3{
	width:370px; 
	height:570px; 
	background-color:#fff; 
	float:right; 
	margin-top:10px;
	margin-bottom:20px;
}


	

/* ~~ フッター ~~ */
.footer {
	background-image:url(./img/footer.gif);
	background-position:top;
	margin-top:20px;
	background-repeat:repeat-x;
	padding: 10px 0;
	clear: both; 
}

div.footer_container{
	width:980px; 
	margin:20px auto 0 auto;
	text-align:right; 
}

	
/* ~~ その他の float/clear クラス ~~ */
.fltrt {  /* このクラスを使用すると、ページ内でエレメントを右にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: right;
	margin-right: 8px;
}
.fltrt2 {
	float: right;
	margin-right: 8px;
        text-align:center;
}
.fltlft { /* このクラスを使用すると、ページ内でエレメントを左にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: left;
	margin-left: 8px;
}
.clearfloat { /* このクラスは、#footer が #container から削除されているか取り出されている場合に、<br /> または空の div で、フローティングさせる最後の div に続く最後のエレメントとして (#container 内に) 配置できます。 */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.maindesc {
	width:720px;
	font:#333;
	margin-top:10px;
	margin-left:20px;
        line-height:140%;
}

img.logo {
        display:block;
        float:left;
        margin-top:5px;
        margin-left:15px;
}

div.hibi {
        margin-top:30px;
        text-align:center;
}

img.detail {
        margin-top:12px;
        margin-right:12px;
}

img.gokun {
        margin-left:20px;
        margin-top:10px;
}


