@charset "utf-8";
/* 丸山弘道 */
/*********** 背景 ブラック #000000 ***********/
/*********** リンクホワイト #CCCCCC ***********/
/*********** アクセント黄色　#cc9900 ***********/
/*********** アクセントブルー ##0099cc ***********/
/*********** 文字色 ホワイト #fff ***********/

/*---------- 共通 ----------*/
body {
	color:#666666;
	background: #000000;
}

/*---------- リンク ----------*/

a:link {
	color: #888888;
	padding-bottom:1px;
	text-decoration:none;
	border-bottom:solid 1px #666666;
}
a:visited {
	color: #666666;
	padding-bottom:1px;
	text-decoration:none;
	border-bottom:solid 1px #666666;
}
a:active {
	color: #666666;
	padding-bottom:1px;
	border-bottom:solid 1px #666666;
}
a:hover {
	color: #fff; 
	padding-bottom:1px;
	border-bottom:solid 1px #fff;  
}

/*---------- 外枠 ----------*/

#container {
	width: 920px;
	vertical-align: middle;
	margin: 0px auto;
        background:#000000 url(../img/back_header_img.jpg) no-repeat top ;   /*********** ヘッダー被り ***********/
}
/*---------- SEO ----------*/

#description {
	background: #000;       /*********** ベース ブラック ***********/
}
#description h1 {
	font-size: 10px;
	color:#999999;
	padding: 2px;
	margin:0 0 0 4px;
}

/*---------- ヘッダー --------*/

/* ヘッダー背景は、各選手ブログのCSSで定義
#header {
	background: url(../img/header_back.gif) no-repeat left top;
	height:200px;
}
*/

#tennis-navi {
margin: 0 0 15px 0;
}

#tennis-navi span{
color:#000000;
}

/*---------- トピックパス ----------*/

#topic_path {
	margin:0px 0px 0px 15px;
	padding: 5px;
	font-size:0.9em;
}

/*---------- 本文枠 ----------*/

#main_l {
	float:left;
	width:710px;
	margin:0px 20px 0px 0px;
	padding:0px;
}
#main_center {
	width:500px;
	float:right;
	margin:0px 0px 0px 20px;
	padding: 0px;
}

#main_left {
	width:180px;
	float:right;
	padding: 0px;
	margin:10px 0px 0px 0px;
/*	font-size: 11px;   */
}

#main_right {
	width:180px;
	float:left;
	padding: 0px;
	margin:10px 0px 0px 0px;
	font-size: 11px;
}
/*---------- サブメニュー --------*/
#smenu {
	clear:both;
	margin-bottom:10px;
}
#smenu h2 {
	font-weight: bold;
	font-size: 12px;
	color: #0099cc;
	height:20px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
	margin-bottom:4px;
	border-top: 1px solid #0099cc; /*********** ffcc00ブロックの帯　ブルー ***********/
}
#waku1 {
	clear:both;
	padding:5px;
}
#waku2 {
	clear:both;
}
#search_form {
}
#smenu_list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: outside;
}
#smenu_list1 li {
	padding-left: 0px;
	padding-bottom:5px;
	margin-left: 20px;
	list-style: url(../img/li_mark1.gif) outside;
}
#blog_date1 {
	color:#666666;
	padding-left:1em;
}
#mt_link {
	clear:both;
	font-size:0.9em;
	text-align:center;
	padding:5px;
	border: 2px solid #333333; /*********** ブロック囲い枠 ***********/
	padding-top:10px;
	margin-bottom:10px;
}
#mt_link a{
	border-bottom:none;
	text-decoration:none;
}
/*---------- ブログ内検索 --------*/

#search {
	border:solid 1px #666666;
	
}

/*---------- 検索結果 --------*/

#search-form {
	margin:0em 1em 1em 1em;
	color:#999999;
}
#search_input {
	text-align:center;
	padding:5px;
}
#search_input h2 {
	display:inline;
	padding-right:1em;
}
#search-options {
	text-align:center;
	padding:5px;
}
#search_results_header {
	color:#999999;/*********** アクセント灰 ***********/
	font-weight:bold;
	padding:5px;
	
}
#search_results_container {
	padding:5px;
}
#search_results_container h3 {
	font-weight: bold;
	padding:5px;
}
#search_results_container h3 a:link,
#search_results_container h3 a:visited {
	color:#ffff33;
	border-bottom:solid 1px #ffff33;
}
#search_results_container h3 a:hover {
	border-bottom:none;
}
#search_results_cont {
	padding:10px;
}
#entry_footer {
	text-align:right;
	font-size:0.8em;
	padding:5px;
	margin-bottom:20px;
        border-bottom:solid 1px #999999;
}
#search_results_container blockquote {
	padding:5px;
	background:#000000;  /*********** ブログ背景 ブラック #000000 ***********/
}
/*---------- カレンダー --------*/

#calendar {
	clear:both;
	font-family: verdana,arial,sans-serif;
}

#calendar th {
	font-weight: bold;
	color: #888888;
	background: #000000;
	text-align: center;
}

#calendar td {
	text-align: center;
	background:#000000;
	color:#888888
}
#prev_month {
	float:left;
	padding-left:5px;
}
#next_month {
	float:right;
	padding-right:5px;
}

#calendar td a {
	color: #fff;
	display:block;
	text-decoration: none;
	background: #666666;
	padding: 1px;
	border-bottom:none;
}
#calendar td a:hover {
	color: #000000;
	display:block;
	text-decoration: none;
	background: #fff; 
	padding: 1px;
	border-bottom:none;
}
#blog_date2 {
	color:#666666;
	padding-right:1em;
}
select {
	border:solid 1px #DDDDDD;
}
/*---------- 最近の写真 ----------*/

#photo_list {
	padding:2px 0px 0px 2px;
	margin: 0px;
}
#photo_list img {
	padding:0px 2px 2px 0px;
	margin: 0px;
	float:left;
}
#photo_list a:hover {
	text-decoration:none;
}


/*---------- メイン ----------*/

#blog_area1 {
	clear:both;
	padding: 1px;
	margin-bottom:10px;
}
#blog_area2 {
	clear:both;
	padding: 1px;
	margin: 10px 0 10px 0;
	color:#ffffff;
}
#next_prev_area {
	padding:2px;
	margin-bottom:0px;
	font-size:0.9em;
}

#prev_link1 {
	float:left;
	width:240px;
}

#next_link1 {
	float:right;
	text-align:right;
	width:240px;
}

#prev_link1 a,
#next_link1 a {
	margin:0px 5px;
}

#blog_date {
	clear:both;
	font-size: 14px;
	color: #999999;
	font-weight:normal;
	padding: 5px 10px 0px 0px;
	text-align: right;
	position: relative;
	top: 22px;
        left: 370px;
        width: 120px
}

/* 以前の記事リスト */
#blog_title2 {
	clear:both;
	font-size: 14px;
	color:#0099cc;
	font-weight:bold;
	padding: 4px 10px 4px 30px;
	margin-top: 10px;
}

#blog_title {
	font-size: 16px;
	font-weight: bold;
	color: #ffcc33;
	padding:5px 120px 5px 30px;
}
#blog_title a:link,
#blog_title a:visited,
#blog_title a:active {
	border-bottom:none;
	color: #ffcc33;
}
#blog_title a:hover {
	color: #ffcc33;
	border-bottom:solid 1px #ffcc33;
}

#blog_cont {
	font-size: 14px;
	padding:30px 20px 20px 20px;
	line-height:1.7em;
	letter-spacing: 0.1em;
	color: #fff;
}
#blog_cont img {
	padding:2px;
	float:right;
	border: 1px solid #000000; /*********** 写真枠 灰 ***********/
	margin: 0px 0px 5px 5px;
}

#blog_cont a:link,
#blog_cont a:visited,
#blog_cont a:active {
	color: #fff;
	border-bottom:solid 1px #fff;
}
#blog_cont a:hover {
	color: #fff;
	border-bottom:solid 1px #fff;
	padding-bottom:0px;
}

#blog_cont span {
	display:block;
}
#blog_cont span a:link,
#blog_cont span a:visited,
#blog_cont span a:active, {
	font-weight:bold;
	border-bottom:solid 1px #999999; /*********** ベース ***********/
}
#blog_cont span a:hover {
	border-bottom:none;
}
#blog_cont_trackback {
	clear:both;
	border-top:dashed 1px #333333; /*********** 枠 灰 ***********/
	padding: 5px;
	text-align:right;
	font-size:0.8em;
	color:#999999;
}

#blog_cont_trackback a {
	margin:0px 0.5em;
}

#prev_list1 {
	margin-left: 0px;
	padding-left: 10px;
	padding-top:10px;
	list-style: outside;
}
#prev_list1 li {
	padding-left: 0px;
	padding-bottom:5px;
	margin-left: 20px;
	list-style: url(../img/li_mark1.gif) outside;
}

#profile {

}

#profile img {
	padding:8px;
}

#profile_name {
	font-weight:bold;
	text-align:center;
	color:#fff;
}

#profile_cont {
	padding: 5px;
	color:#fff;
}
#profile_cont a:link,
#profile_cont a:visited,
#profile_cont a:active {
	border-bottom: 1px solid #fff;
	color: #fff;
}
#profile_cont a:hover {
	border-bottom:none;
}

#trackback_url {
	padding: 5px;
	font-weight:bold;
	color:#999999;
	font-family: verdana,arial,sans-serif;
}

/*---------- コメント欄 ----------*/

#blog_comment {
	margin-left: 0px;
	padding-left: 0px;
	padding:10px;
	list-style: outside;
}
#blog_comment li {
	padding: 0px 0px 20px 0px;
	margin-left: 20px;
	list-style: url(../img/li_mark1.gif) outside;
}
#comment_footer {
	font-size:0.8em;
	text-align:right;
	border-top:1px dotted #333333; /*********** 枠 ***********/
	margin-top:5px;
	padding:2px;
	color:#999999;
}
/*---------- コメント投稿欄 ----------*/

#comment_form {
	padding:10px;
}

#comment_form_name,
#comment_form_mail,
#comment_form_url,
#comment_form_cont {
	border:solid 1px #333333;
	margin-bottom:5px;
}

#comment_form label {
	padding-top:5px;
	color:#666666; /*********** ベース ホワイト ***********/
}
#comment_form_btn {
	text-align:center;
	margin-top: 5px;
}

/*---------- 画像リンクには下線をひかない ----------*/

.link_line_none:link,
.link_line_none:visited,
.link_line_none:active,
.link_line_none:hover {
	border-bottom:none;
	text-decoration:none;
}
