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

*{
	margin:0;
	padding:0;
}

body{
	font-size:13px;
	color:#333;
	background-color:#FFCC99;
	background-image:url(../image/bg-upper.png);
	background-repeat:repeat-x;
	background-position:left top;
}

img{
	border:0;
	vertical-align:top;
	vertical-align:bottom;
}

a{
	overflow:hidden;
	outline:none;
}

html {
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

/**/

/*
全体枠
*/

#all{
	width:976px;
	margin:2px auto 0 auto;
	background-image:url(../image/bg-content-all.png);
	background-repeat:repeat-y;
	background-position:left top;
	overflow:hidden;
}

#all-ins{
	width:950px;
	margin:0 auto;
	overflow:hidden;
}

/*
ぱんクズの背景
*/

#outer-container{
	width:950px;
	margin:0 auto;
	overflow:hidden;
	background-image:url(../image/bg-main-container-out.png);
	background-repeat:repeat-y;
	background-position:right top;
	background-color:#FFF;
}

#outer-container-ins{
	width:950px;
	margin:0px auto;
	overflow:hidden;
	background-image:url(../image/bg-main-container-ins.png);
	background-repeat:no-repeat;
	background-position:left top;
}

/*
パンくず
*/

#pankuzu{
	width:950px;
	margin:0 auto;
}

#pankuzu p{
	padding-top:7px;
	line-height:30px;
	color:#FFF;
	padding-left:20px;
}

#pankuzu p a{
	color:#FFF;
	text-decoration:none;
}

#pankuzu p a:hover{
	text-decoration:underline;
}

/*
メインコンテンツ
*/

#main-contents{
	width:950px;
	margin:0 auto;
	overflow:hidden;
}

/*
左カラム
*/

#left-container{
	width:195px;
	float:left;
	display:inline;
}


/*
カレンダー
*/

#cal-brock{
	width:195px;
	margin:0px 0px 30px 0px;
}

#cal-col{
	width:190px;
	background-image:url(../image/bg-cal.png);
	background-repeat:no-repeat;
	background-position:left top;
	padding:10px 0px;
}

#cal-col table{
	width:95%;
	margin:0 auto;
}

#cal-col table td{
	text-align:center;
}

/*
カテゴリー
*/

#cat-block{
	width:200px;
	margin:30px 0px;
}

#cat-con{
	width:190px;
}

#cat-con ul{
	margin:0px;
	padding:0px;
}

#cat-con ul li{
	list-style-type:none;
	background-image:url(../image/bg-wid.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	padding:6px 0px;
	color:#666666;
}

#cat-con ul li a{
	color:#666666;
	padding-left:20px;
	background-image:url(../image/ico-wid.gif);
	background-repeat:no-repeat;
	background-position:5px 0.1em;
}

/*
アーカイブ
*/

#arc-block{
	width:200px;
	margin:30px 0px;
}

#arc-con{
	width:190px;
}

#arc-con ul{
	margin:0px;
	padding:0px;
}

#arc-con ul li{
	list-style-type:none;
	background-image:url(../image/bg-wid.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	padding:6px 0px;
	color:#666666;
}

#arc-con ul li a{
	color:#666666;
	padding-left:20px;
	background-image:url(../image/ico-wid.gif);
	background-repeat:no-repeat;
	background-position:5px 0.1em;
}

/*
最新試合結果
*/

#results-block{
	width:195px;
	margin:30px 0px;
}

.one-result{
	width:185px;
	margin:10px auto 20px auto;
}

.one-result .photo{
	padding-bottom:5px;
}

.one-result dl dt{
	font-weight:bold;
	font-size:14px;
	padding:2px 0px;
}

.one-result dl dt a{
	text-decoration:underline;
	color:#333;
}

.one-result dl dt a:hover{
	text-decoration:none;
}

.one-result dl dd{
	margin:2px 4px;
	font-size:12px;
}

.one-result .detail{
	background-image:url(../image/bg-detail.png);
	background-repeat:no-repeat;
	background-position:left bottom;
}

.one-result .detail p{
	line-height:40px;
	text-align:right;
	padding-right:20px;
}

.one-result .detail p a{
	color:#333;
	font-weight:bold;
}

.one-result .detail p a:hover{
	text-decoration:none;
}


/*
中カラム
*/

#ceter-container{
	width:530px;
	float:left;
	display:inline;
	margin-left:9px;
}

/*
エントリーコンテナ：外
*/

#outer-entry-container{
	width:530px;
	background-color:#EAF3D9;
	padding:10px 0px;
}


#content .lb-entry{
	background-image:url(../image/bg-entry-title.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	line-height:34px;
	font-weight:normal;
	color:#003300;
	padding-left:50px;
	font-size:20px;
}

#content .lb-entry a{
	color:#003300;
	text-decoration:none;
}

#content .lb-entry a:hover{
	font-weight:bold;
}

#content .meta-info{
	clear:both;
	width:480px;
	margin:20px auto;
	display:block;
	font-size:10px;
}

#content .post{
	margin-bottom:40px;
}

#content .entry{
	width:500px;
	margin:20px auto;
}

#content .entry p{
	padding:0.5em 0px;
	line-height:150%;
}

#content .ns-entry{
	width:500px;
	overflow:hidden;
}

#content .ns-entry table{
	width:100%;
}

#content .ns-entry table th{
	vertical-align:top;
	max-width:200px;
	min-width:1px;
}

#content .ns-entry table td{
	vertical-align:top;
	max-width:499px;
	min-width:299px;
}

#content .ns-entry table td .text{
	padding-left:10px;
}

#content .ns-entry table td .detail{
	text-align:right;
	margin:20px 0px;
	padding-right:15px;
}

/*
右カラム
*/

#right-container{
	width:202px;
	float:right;
	display:inline;
}

/*
プロフィール
*/

#prof-block-out{
	width:202px;
	margin-bottom:30px;
	background-image:url(../image/prof-middle.png);
	background-repeat:repeat-y;
	background-position:right top;
}

#prof-block-mid{
	background-image:url(../image/prof-top.png);
	background-repeat:no-repeat;
	background-position:right top;
}

#prof-block-ins{
	background-image:url(../image/prof-bottom.png);
	background-repeat:no-repeat;
	background-position:right bottom;
	padding:43px 0px 15px 12px;
}

#prof-block{
	width:190px;
	color:#FFF;
	line-height:175%;
	font-size:12px;
}

#prof-block dl{
	width:175px;
	margin:10px auto;
}

#prof-block dl dt{
	color:#FFF;
	border-bottom:1px solid #FFF;
	padding:4px 2px;
	font-weight:bold;
}

#prof-block dl dd{
	margin:10px 0px;
}

#prof-block dl dd table{
	width:100%;
}

#prof-block dl dd table th{
	text-align:left;
	vertical-align:top;
	width:35%;
	color:#FFF;
	font-weight:normal;
}

#prof-block dl dd table th p{
	padding:2px 0px;
	font-size:12px;
}

#prof-block dl dd table td{
	vertical-align:top;
	color:#FFF;
}

#prof-block dl dd table td p{
	padding:2px 0px;
	font-size:12px;
}

/*
右寄せ
*/

#r-sp{
	padding-left:9px;
}

/*
人気の記事
*/

#pop-block{
	width:193px;
	margin:30px 0px;
}

#pop-con{
	width:193px;
}

#pop-con ul{
	margin:0px;
	padding:0px;
}

#pop-con ul li{
	list-style-type:none;
	background-image:url(../image/bg-wid.png);
	background-repeat:no-repeat;
	background-position:right bottom;
	padding:6px 0px;
	color:#666666;
}

#pop-con ul li a{
	color:#666666;
	padding-left:25px;
	background-image:url(../image/ico-wid.gif);
	background-repeat:no-repeat;
	background-position:9px 0.1em;
}

/*
今月のショット
*/

#shot-block{
	width:193px;
	margin:30px 0px;
}

#shot-con{
	width:190px;
	background-color:#FFF;
	margin-left:3px;
}

#shot-con .txt{
	padding:10px 0px;
}

#shot-con .txt p{
	background-image:url(../image/li-shot.png);
	background-repeat:no-repeat;
	background-position:3px 0.25em;
	padding-left:17px;
	font-size:11px;
}

#shot-con .txt p a{
	color:#31533D;
}


/*
dgc
*/

#dgc{
	margin:30px 0px;
}

#dgc p{
	padding-left:3px;
}


/*
フッター
*/

#footer{
	clear:both;
	width:976px;
	margin:0 auto;
	background-image:url(../image/footer.png);
}

#footer p{
	line-height:30px;
	padding-bottom:20px;
	text-align:right;
	color:#FFF;
	font-size:10px;
	letter-spacing:1px;
	padding-right:20px;
}

/**/

.pagetitle{
	font-weight:bold;
	margin:10px 20px 20px 20px;
}

/**/

.navigation{
	width:500px;
	margin:0px auto;
	overflow:hidden;
}

.navigation .alignleft{
	float:left;
}

.navigation .alignleft a{
	
}

.navigation .alignright{
	float:right;
}

.navigation .alignright a{
}

/**/

