@charset "utf-8";
/*===================================================
	ファイル名:	9999.css
	用途:		スポナビリーガブログのデザイン設定
	構造:
		000::汎用タグ、class	*リンクテキストなど
		001::body
		002:#outline
			002-1::#rugbyHeader
				002-1-1::#header
			002-2::#rugbyContents
				002-2-1::#main		*本文、コメント、トラックバック
				002-2-2::#sub
					002-2-2-1::#info
					002-2-2-2:#calendar
		003:#footer
=====================================================*/
/*------------------------------*/
/*	000::汎用タグ、class	*/
/*------------------------------*/
* {
	margin: 0;
	padding: 0;
}

a {text-decoration: none;}
a:link {color: #33cc33;}
a:visited {color: #33cc33;}
a:active {color: #33cc33;}
a:hover {color: #33cc33;text-decoration:underline;}


h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;
}

.clearfix:after {
	content:" ";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

/* Mac IE には適用させない \*/
* html .clearfix {
	height:1%;
}

/* IE7 */
*:first-child+html .clearfix {
 display:inline-block;
}
/* */



/*------------------------------*/
/*	001::body	*/
/*------------------------------*/
body {
	text-align: center;
	color: #333;
	font-size:13px;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	background-color: #0c0;
}


/*------------------------------*/
/*	002::#outline	*/
/*------------------------------*/
#outline {
	margin: 0 auto;
	padding: 0px;
}

/*#pluslogo{
	text-align: right;
	width: 760px;
	background: #000;
}*/


/*------------------------------*/
/*	002-1::#rugbyHeader	*/
/*------------------------------*/
#rugbyHeader {
	width:100%;
	background: #000;
}

	#rugbyHeader #sponavi_logo,
	#rugbyHeader #adtag,
	#rugbyHeader #header {
		width: 760px;
		margin: 0 auto;
	}


/*------------------------------*/
/*	002-1-1::#header	*/
/*------------------------------*/
#header {
	text-align: left;
	font-family: Arial,Helvetica,sans-serif;
	width: 760px;
	height: 200px;
	margin: 0;
	padding: 0;
	background: url(/images/article/01082/bg_header.jpg) 0 0 no-repeat;
	position: relative;
}
	#header a {
		color: #00ff33;
		text-decoration: none;
	}
	#header a:hover {
		color: #00ff33;
		text-decoration: underline;
	}

#header h1 {
	text-align: left;
	font-size: 123.1%;
	font-weight: bold;
	color: #fff;
	margin: 0 0 10px;
	padding: 17px 11px 0px 460px;
}

#header h2 {
	text-align: left;
	font-size: 93%;
	font-weight: normal;
	color: #fff;
	margin: 0;
	padding: 0px 21px 0px 460px;
}

#header p#jsportsLogo a {
	text-indent: -99999px;
	width: 90px;
	height: 70px;
	display: block;
	top: 120px;
	right: 11px;
	position: absolute;
	overflow: hidden;
}


/*------------------------------*/
/*	002-2::#rugbyContents	*/
/*------------------------------*/
#rugbyContents {
	width: 760px;
	margin: 12px auto 0;
	background: #fff url(/images/article/01082/bg_rugbyContents.gif) 0 0 repeat-y;
}


/*------------------------------*/
/*	002-2-1::#main	*/
/*------------------------------*/
#main {
	width: 536px;
	background: #ffffff;
	float: left;
	overflow: hidden;
	text-align: left;
}

#main div.articleNavi a {
	margin: 0 5px 0 5px; !important
	padding: 0;
	color: #990000;
}


/*エントリボックス*/
.content {
	margin:10px 12px 20px 17px;
	padding: 0 0 80px;
}

/*エントリの日付*/
.content h5.date {
	text-align: right;
	font-size: 85%;
	font-weight: normal;
	width: 8em;
	margin: -4px 0 0;
	padding: 0;
	border: none;
	float: right;
	background: none;
}

/*エントリのタイトル*/
.content h3 {
	text-align: left;
	color: #990000;
	font-size: 100%;
	font-weight: bold;
	width: 350px;
	height: 65px;
	margin: 0;
	padding: 20px 0 0 68px;
	background: url(/images/article/01082/img_h3_entry-title.jpg) 0 0 no-repeat;
	float: left;
}
	.content h3 a:link {color: #990000;text-decoration:none;}
	.content h3 a:visited {color: #990000;text-decoration:none;}
	.content h3 a:active {color: #990000;text-decoration:none;}
	.content h3 a:hover {color: #990000;text-decoration:underline;}

/*エントリの本文*/
.content p.entry-body {
	margin: 0;
	padding: 0;
}
.content p {
	text-align: left;
	font-weight: normal;
	margin: 0 0 25px;
	clear: both;
}

pre{
	font-size: 100%;
	line-height: 1.5;
	margin: 0;
	padding: 0 5px;
}

/*エントリのposted by*/
.content p.posted {
	font-size: 93%;
	text-align: right;
	margin: 0 5px;
	padding: 5px 0 0;
	border-top: 1px dotted #999;
}


/*--------*/

/*トラックバックURL｜トラックバック一覧｜コメント一覧｜コメントする*/
.content h5 {
	font-size: 100%;
	text-align: left;
	font-weight: bold;
	width: 100%;
	margin: 0 5px;
	padding: 3px 0 0 10px;
}

/*トラックバックのタイトル*/
.content h6 {
	font-size: 93%;
	margin: 10px 0 25px;
	padding: 0 0 0 20px;
	width:100%;
}

/*トラックバックURL*/
.content h6.tb_url {
	font-weight:normal;
	padding-left: 15px;
}

/*コメントの投稿フォーム*/
.content h5.com_do {
	margin: 0 0 10px;
}
.content form {
	padding: 0 0 0 20px
}

/*コメントのタイトル*/
.content #comment h6 {
	font-size: 100%;
	width:100%;
	line-height: 2.0;
	padding-left: 20px;
}

/*コメントの本文*/
.content #comment p {
	font-size: 93%
	 padding-left: 20px;
	 margin-bottom: 10px;
}

/*コメントのposted by*/
.content #comment p.posted {
	font-size: 93%
	text-align: right;
	padding: 0 0 5px;
	border-bottom: 1px dotted #999;
}

/*トラックバック引用文*/
.content #trackback h6 {
	font-size: 100%;
	width:100%;
	line-height: 2.0;
	padding-left: 20px;
}

.content #trackback p.posted {
	text-align: left;
	padding-left: 20px;
	border: none;
}

/*HR区切り線*/
hr {
	width:95%;
	text-align: center;
	border-style:solid;
	border-color:#aaaaaa;
	height:1px;
}


/*------------------------------*/
/*	002-2-2::#sub	*/
/*------------------------------*/
#sub {
	width: 224px;
	padding: 0px;
	float: right;
	overflow: hidden;
	text-align:left;
	background: #eeeeee;
}

.sidebar {
	padding: 0 20px 0 12px;
}

.sidebar div {
	margin: 0 0 15px;
}

.sidebar h2 {
	text-align:left;
	color: #333;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.4;
	margin: 0 0 10px;
	padding: 2px 2px 2px 9px;
	border-left: 6px solid #006600;
}

.sidebar ul {
	padding-left: 0px;
	margin: 0px;
	margin-bottom: 3px;
}

.sidebar li {
	font-weight: normal;
	text-align: left;
	margin: 0;
	padding: 2px 2px 2px 7px;
	display: block;
 	list-style: none;
}

.sidebar ul ul {
	margin-bottom: 0px;
}



/*------------------------------*/
/*	002-2-2-1::#info	*/
/*------------------------------*/
#info h2{
	color: #fff;
	font-weight: bold;
	text-align:left;
	width: 173px;
	_width: 184px;
	margin: 3px 0 0;
	padding: 2px 2px 2px 7px;
	background-color: #000;
	border: 1px solid  #444444;
}



/*------------------------------*/
/*	002-2-2-2:#calendar	*/
/*------------------------------*/
#calendar {
margin-bottom: 11px;
}

#calendar table {
	font-size: 93%;
	width: 180;
	margin-top:5px;
	padding: 2px;
	border-collapse: collapse;
}

#calendar th {
	text-align: center;
	font-weight: normal;
	font-size: 93%;
	background: #eee;
	padding: 3px 0;
	border: 1px solid #eee;
}

#calendar td {
	text-align: center;
	font-size: 93%;
	padding: 3px 0;
}


/*------------------------------*/
/*	003:#footer	*/
/*------------------------------*/
#footer {
	text-align: left;
	clear: both;
	margin: 0;
	padding: 20px;
}

#footer a {
	color: #990000;
}

.photo {
	text-align: left;
	margin-bottom: 20px;
	}

#comment-data {
	float: left;
	width: 180px;
	padding-right: 15px;
	margin-right: 15px;
	text-align: left;
	border-right: 1px dotted #BBB;
}

textarea[id="comment-text"] {
	width: 100%;
}

.commenter-profile img {
	vertical-align: middle;
	border-width: 0;
}


#profile p{
	margin:5 10 5 10;
}


/*rss----------------------------------------------------*/

#rss{
text-align:center;
margin-top:10px;
}

/*----------------------------------------------------*/


#infobox{
border-width:1px;
border-color:#444444;
border-style:solid;
}


img.profile{
}

