@charset "utf-8";
/*===================================================
	ファイル名:	9999.css
	用途:		スポナビ竹岡和宏ブログ（～打開～　道を切り拓く）のデザイン設定
	構造:
		000::汎用タグ、class	*リンクテキストなど
		001::body
		002:#outline
			002-1::#header
			002-2::#main		*本文、コメント、トラックバック
			002-3::#sub
				002-3-1::#info
				002-3-2:#calendar
=====================================================*/
/*------------------------------*/
/*	000::汎用タグ、class	*/
/*------------------------------*/
* {
	margin: 0;
	padding: 0;
}

a {
	color: #00c;
	text-decoration: underline;
}
a:link {
	color: #00c;
	text-decoration: underline;
}
a:visited {
	color: #00c;
	text-decoration: underline;
}
a:active {
	color: #00c;
	text-decoration: underline;
}
a:hover {
	color: #F60;
	text-decoration: underline;
}


h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;
}


/*------------------------------*/
/*	001::body	*/
/*------------------------------*/
body {
	text-align: center;
	color: #000;
	font-size:13px;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	background: #000 url(/images/article/01089/bg_body.gif) 0 0 repeat-x;
	/*background: #000 url(/images/article/01089/bg_header.jpg) top center no-repeat;*/
}



/*------------------------------*/
/*	002::#outline	*/
/*------------------------------*/
#outline {
	text-align: left;
	width: 760px;
	margin: 0 auto;
	padding: 0px;
	/*background: #fff url(/images/article/01089/bg_outline.gif) 0 0 repeat-y;*/
}

	#outlineInner {
		background: #fff url(/images/article/01089/bg_outline.gif) 0 0 repeat-y;
	}



/*------------------------------*/
/*	002-1::#header	*/
/*------------------------------*/
#header {
	text-align: left;
	font-family: Arial,Helvetica,sans-serif;
	width: 760px;
	height: 182px;
	margin: 0;
	padding: 0;
	background: url(/images/article/01089/bg_header.jpg) 0 0 no-repeat;
	position: relative;
}
	#header a:link {
		color: #000;
		text-decoration: none;
	}
	#header a:visited {
		color: #fff;
		text-decoration: none;
	}
	#header a:active {
		color: #000;
		text-decoration: underline;
	}
	#header a:hover {
		color: #000;
		text-decoration: underline;
	}

#header h1 {
	text-align: left;
	line-height: 1.2;
	font-size: 131.5%;
	font-weight: bold;
	color: #000;
	margin: 0 0 0.2em;
	padding: 25px 0 0 466px;
}

#header h2 {
	text-align: left;
	line-height: 1.3;
	font-size: 100%;
	font-weight: normal;
	color: #000;
	margin: 0;
	padding: 0 0 0 466px;
}


/*------------------------------*/
/*	002-2::#main	*/
/*------------------------------*/
#main {
	width: 535px;
	padding: 0 0 0;
	background: url(/images/article/01089/bg_lead.gif) top left no-repeat;;
	float: left;
	overflow: hidden;
	/*border-left: 1px solid #f4f4f4;*/
}


/*エントリボックス*/
.content {
	margin: 5px 12px 5px 17px;
	padding: 0 10px 35px 0;
	position: relative;
}

/*エントリの日付*/
.content h5.date {
	text-align: right;
	font-size: 85%;
	font-weight: bold;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	position: relative;
	top: 1.5em;
}

/*エントリのタイトル*/
.content h3 {
	text-align: left;
	color: #33c;
	font-size: 123.1%;
	font-weight: bold;
	margin: 0;
	padding: 15px 0 0 58px;
	background: url(/images/article/01089/img_h3_entry-title.gif) 0 0 no-repeat;
}
	.content h3 a:link {
		color: #33c;
		text-decoration: none;
	}
	.content h3 a:visited {
		color: #33c;
		text-decoration: none;
	}
	.content h3 a:active {
		color: #33c;
		text-decoration: underline;
	}
	.content h3 a:hover {
		color: #33c;
		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.6;
	margin: 0;
	padding: 0 5px;
}

/*エントリのposted by*/
.content p.posted {
	color: #666;
	font-size: 93%;
	text-align: right;
	margin: 0 5px;
	padding: 5px 0 0;
	border-top: 1px dotted #999;
}
ul.tag li,
ul.tag li.title {
	color: #333;
	font-weight: normal!important;
	margin: 0 0.3em 0 0;
}
	.content p.posted a:link,
	ul.tag li a:link {
		color: #33c;
		text-decoration: none;
	}
	.content p.posted a:visited,
	ul.tag li a:visited {
		color: #33c;
		text-decoration: none;
	}
	.content p.posted a:active,
	ul.tag li a:active {
		color: #33c;
		text-decoration: underline;
	}
	.content p.posted a:hover,
	ul.tag li a:hover {
		color: #33c;
		text-decoration: underline;
	}


/*--------*/

/*トラックバックURL｜トラックバック一覧｜コメント一覧｜コメントする*/
.content h5 {
	font-size: 100%;
	text-align: left;
	font-weight: bold;
	width: 481px;
	margin: 0 0 0 5px;
	padding: 2px 0 2px 8px;
	border-left: #999 solid 5px;
}

/*トラックバックのタイトル*/
.content h6 {
	font-size: 93%;
	margin: 10px 0 15px 5px;
	padding: 0 0 0 13px;
	width: 481px;
}

/*トラックバックURL*/
.content h6.tb_url {
	font-weight:normal;
	padding-left: 13px;
}

/*コメントの投稿フォーム*/
.content h5.com_do {
	margin: 0 0 10px 5px;
}
.content form {
	padding: 0 0 0 20px;
}
input.formName,
input.formTitle {
	width: 60%!important;
}
textarea.formCom {
	width: 100%!important;
}

/*コメントのタイトル*/
.content #comment h6 {
	font-size: 100%;
	width: 481px;
	line-height: 2.0;
	padding-left: 13px;
	margin-bottom: 5px;
}

/*コメントの本文*/
.content #comment p {
	font-size: 93%;
	margin: 0 0 10px 5px;
	padding-left: 13px;
}

/*コメントのposted by*/
.content #comment p.posted {
	font-size: 93%;
	text-align: right;
	padding: 3px 0 3px 0;
	margin-left: 13px;
	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-3::#sub	*/
/*------------------------------*/
#sub {
	/*width: 224px;*/
	width: 225px;
	padding: 5px 0 0;
	float: right;
	overflow: hidden;
	background: #fff url(/images/article/01089/bg_lead.gif) top right no-repeat;;
}

.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 #f00;
}

.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-3-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: #444;
	border: 1px solid  #444444;
}



/*------------------------------*/
/*	002-3-2::#calendar	*/
/*------------------------------*/
#calendar {
margin-bottom: 11px;
}

#calendar table {
	font-size: 100%;
	width: 180px;
	margin-top:5px;
	padding: 2px;
	border-collapse: collapse;
}

#calendar th {
	text-align: center;
	font-weight: normal;
	font-size: 100%;
	background: #ddd;
	padding: 3px 0;
	border: 1px solid #eee;
}

#calendar td {
	text-align: center;
	font-size: 100%;
	padding: 3px 0;
}

.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:0px;
}


/*rss----------------------------------------------------*/

#rss{
text-align:center;
margin-top:10px;
}

/*----------------------------------------------------*/


#infobox{
border-width:1px;
border-color:#444444;
border-style:solid;
}


img.profile{
	border: none;
	margin: 0 21px;
}

#footer{
	margin-left: 15px;
}
