@charset "utf-8";
/*
Theme Name: theme307
Theme URI: http://theme.o2gp.com/
Description: theme307
Version: 1.0
Author: o2 Group
Author URI: http://theme.o2gp.com/
Tags: sports

	o2 Group v1.0
	 http://theme.o2gp.com/

	This theme was designed and built by o2 Group,
	whose blog you will find at http://theme.o2gp.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

*{margin:0;padding:0;}

body{
font: 14px/1.5 "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
color:#555555;
background: url(images/bg.jpg) repeat;
}
a{color:#008c67; text-decoration:none;}
a:hover{color:#02b988;}
a:active, a:focus {outline: 0;}
img{border:0;}
.clear{clear:both;}
p{margin-bottom: 10px;}
.center{text-align:center;}
.right{text-align:right;}
#footer p{color:#009e7b;}

/*************
全体幅
*************/
#wrapper{
clear:both;
width: 960px;
margin:0px auto 20px auto;
background-color:#ffffff;
}

#wrap{
clear:both;
padding: 30px 25px 0;

}

/*************
/* ヘッダー
*************/
#header{
width:960px;
margin: 0 auto 20px auto;
background-color: #ffffff;
border-bottom: 10px solid #000000;
padding-top: 5px;
}
#header img{
margin: 10px 0 0 20px;
}

#header h1{
font-size: 12px;
line-height: 16px;
font-weight: normal;
text-align: right;
margin-right: 20px;
}

/*************
/* トップナビゲーション
*************/
ul#topnav{
margin: 0 auto;
width: 960px;
height: 46px;
border-right: #000000 1px solid;
border-left: #000000 1px solid;
}

ul#topnav li{float:left;list-style:none;width:192px;}

ul#topnav a{
text-indent: -9999px;
text-decoration: none;
display: block;
width: 192px;
height: 46px;
background: #444444 url(images/nav.png) no-repeat;
}

ul#topnav a#nav_01{background-position:0 0;}
ul#topnav a#nav_02{background-position:-192px 0;}
ul#topnav a#nav_03{background-position:-384px 0;}
ul#topnav a#nav_04{background-position:-576px 0;}
ul#topnav a#nav_05{background-position:-768px 0;}

ul#topnav a#nav_01:hover,a#nav_01:active{background-position:0 -46px;}
ul#topnav a#nav_02:hover,a#nav_02:active{background-position:-192px -46px;}
ul#topnav a#nav_03:hover,a#nav_03:active{background-position:-384px -46px;}
ul#topnav a#nav_04:hover,a#nav_04:active{background-position:-576px -46px;}
ul#topnav a#nav_05:hover,a#nav_05:active{background-position:-768px -46px;}

/*************
コンテンツ全体
*************/
#main_img {
width: 960px;
margin: 0 auto;
}
#main {
float: left;
width: 618px;
padding: 0 0 25px;
display: inline;
}

.box{
float: left;
width: 195px;
margin: 0 16px 20px 0;
text-align: center;
}

.box_img{
padding: 0px 0px 5px 0px;
}

/*注目の新着*/
.boxContainer{
	width:618px;
	margin:0 auto 20px;
}
/* 画像を右に回りこみ */
.boxContainer img{
	float: left;
	margin: 0 10px 10px 0;
}

/* 最後のbox */
.last{margin-right:0;}

/* 横に長いbox */
.long{width:470px;}

/* 画像を左に回りこみ */
.long img{
float:left;
margin: 0 10px 10px 0;
}

/* 見出し */

#main h2{
height:30px;
font-size: 14px;
margin: 0 0 15px;
padding: 6px 10px 0 17px;
background: #000000 url(images/h.gif) no-repeat 0 0;
color:#ffffff;
}

#main h3{
height:30px;
font-size: 14px;
margin: 0 0 15px;
padding: 6px 10px 0 17px;
background: #d3d3d3 url(images/h.gif) no-repeat 0 0;
color:#333333;
}


/* 2つ目以降の H3 見出し */
#main h3.other{margin-top:40px;}

#main ul, .inner ul{margin-left: 5px;}

#main ul li, .inner ul li{
list-style: none;
margin-bottom: 7px;
padding-left: 17px;
background:url(images/list.gif) no-repeat 0 0;
}

.inner ul li{background-image:url(images/list.gif);}

#date {
text-align: right;
padding-right: 15px;
padding-top: 5px;
padding-bottom: 10px;
font-weight:bold;
color:#009e7b;
}

#next {
text-align: center;
padding-top: 30px;
padding-bottom: 30px;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}
img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}
.alignright {
    float: right;
}
.alignleft {
    float: left;
}

/*************
サイド（右側）コンテンツ
*************/
#sidebar {
float: right;
width: 265px;
padding: 0 0;
}

#sidebar p{margin-bottom: 20px;}

#sidebar h3 {
display: block;
height: 30px;
padding: 6px 10px 0 17px;
line-height: 160%;
font-size: 14px;
color: #ffffff;
background: #000000 url(images/h.gif) no-repeat 0 0;
}

#sidebar ul{
margin-left: 5px;
padding: 10px 0;
}

#sidebar li{
margin: 0 10px 10px 5px;
list-style: none;
border-bottom: 1px dotted #cccccc;
line-height: 140%;
}

#sidebar li a{
background: url(images/list.gif) no-repeat 0 50%;
display: block;
padding-left:15px;
}


/*************
/* フッター
*************/
#footer{
width: 960px;
margin: 0 auto;
clear:both;
padding: 15px 0 10px 0;
border-bottom: 10px solid #000000;
text-align: center;
background-color: #ffffff;
}

#copy{padding: 0 5px; font-size: 12px;}

/*************
/*検索窓
*************/
#searchform div {
padding: 20px 0 20px 10px;
}