﻿@charset "utf-8";
/* 山本哲弘 */
/*********** 背景 グレー #CCCCCC ***********/
/*********** ベース ホワイト #ffffff ***********/
/*********** リンクブルー #0000ff ***********/
/*********** アクセントカラー オレンジ #ff9900 ***********/
/*********** 枠 ブルー #333399 ***********/
/*********** 文字色 ブラック #000000 ***********/

/*---------- 共通 ----------*/
body {
	/* bodyは、共通(base.CSS)で定義 */
	color:#CCCCCC; /*********** 文字 ***********/
	background: #CCCCCC; /*********** 背景 グレー #CCCCCC ***********/
}

/*---------- リンク ----------*/

a:link {
	color: #ffffff;   /*********** リンク ***********/
	padding-bottom:1px;
	text-decoration:none;
	border-bottom:solid 1px #ffffff; /*********** リンクの下線 ***********/
}
a:visited {
	color: #CCCCCC;       /*********** リンク ***********/
	padding-bottom:1px;
	text-decoration:none;
	border-bottom:solid 1px #CCCCCC; /*********** リンクの下線 ***********/
}
a:active {
	color: #ffffff;
	padding-bottom:1px;
	border-bottom:solid 1px #ffffff; /*********** 黒 ***********/
}
a:hover {
	color: #ffffff; /*********** マウスオーバー ***********/
	padding-bottom:3px;
	border-bottom:none;
	text-decoration:underline;
}

/*---------- 外枠 ----------*/

#container {
	width: 920px;
	vertical-align: middle;
	margin: 0px auto;
	background-color: #666666;
	border-left:2px solid #333333;
	border-right:2px solid #333333;
}
/*---------- SEO ----------*/

#description {
	background: #333333;       /*********** ベース グレー #333333 ***********/
}
#description h1 {
	font-size: 10px;
	color:#CCCCCC;
	padding: 2px;
}

/*---------- ヘッダー --------*/

/* ヘッダー背景は、各選手ブログのCSSで定義*/

#header {
	background: #000000 url(../img/header_back.gif) no-repeat left top;
	height:200px;
	text-align:right;
}

/*---------- トピックパス ----------*/

#topic_path {
	margin:10px 10px 0px 10px;
	padding:2px 2px 2px 10px;
	font-size:0.9em;
	background:#CCCCCC; /*********** 枠  ***********/
	color:#000000;
}

#topic_path a:visited {
	margin:10px 10px 0px 10px;
	padding:2px 2px 2px 10px;
	font-size:0.9em;
	background:#CCCCCC; /*********** 枠  ***********/
	color:#ffffff;
}



/*---------- 本文枠 ----------*/

#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;
}

#main_right {
	width:180px;
	float:left;
	padding: 0px;
	margin:10px 0px 0px 0px;
}
/*---------- サブメニュー --------*/
#smenu {
	clear:both;
	margin-bottom:10px;
}
#smenu h2 {
	background:#666666 url(../img/smenu_back1.gif) no-repeat left bottom; 
	font-weight: bold;
	color: #FFFF00;  /*********** サイドメニューの文字色 ***********/
	padding-top: 4px;
	padding-left: 10px;
	padding-bottom: 8px;
	margin-bottom:4px;
}
#waku1 {
	clear:both;
	padding:5px;
	background: #666666 no-repeat right top;
}
#waku2 {
	clear:both;
	background: #666666 no-repeat right top;
}
#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:#ffffff;
	font-size:0.8em;
	padding-left:1em;
}

/*---------- テニスナビやはてなのリンク --------*/
#mt_link {
	clear:both;
	font-size:0.8em;
	text-align:center;
	padding:5px;
	border: 2px solid #999999; /*********** 枠 薄グレー #EEEEEE ***********/
	margin-bottom:10px;
}

/*---------- ブログ内検索 --------*/

#search {
	border:solid 1px #DDDDDD;
	
}

/*---------- 検索結果 --------*/

#search-form {
	margin:0em 1em 1em 1em;
	
}
#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:#ffffff;/*********** 「○○での検索結果」 ***********/
	font-weight:bold;
	padding:5px;
	
}
#search_results_container {
	padding:5px;
}
#search_results_container h3 {
	border-bottom:#CCCCCC solid 1px;  /*********** 検索結果タイトル本文の間の線 ***********/
	font-weight: bold;
	padding:5px;
}
#search_results_container h3 a:link, {
	color: #ffffff;   /*********** リンク ***********/
	padding-bottom:1px;
	text-decoration:none;
	border-bottom:solid 1px #ffffff; /*********** リンクの下線 ***********/
}

#search_results_container h3 a:visited {
	border-bottom:none;
}

#search_results_cont {
	background:#666666;  /*********** 検索結果背景  ***********/
	padding:10px;
}
#entry_footer {
	background:#666666;  /*********** 検索結果背景  ***********/
	text-align:right;
	font-size:0.8em;
	color:#ffffff;
	padding:5px;
	margin-bottom:20px;
}
#search_results_container blockquote {
	padding:5px;
	background:#F3F6FF;  /*********** ブログ背景 薄ブルー #F3F6FF ***********/
}
/*---------- カレンダー --------*/

#calendar {
	clear:both;
	font-family: verdana,arial,sans-serif;
}

#calendar th {
	font-weight: bold;
	color: #000000;
	background: #666666;
	text-align: center;
}

#calendar td {
	text-align: center;
	background:#666666;
	color:#ffffff;
	padding: 1px;
}
#prev_month {
	float:left;
	padding-left:5px;
}
#next_month {
	float:right;
	padding-right:5px;
}

#calendar td a {
	color: #ffffff;
	text-decoration: none;
	background: #0099ff;
	padding-left: 4px;
	padding-right: 4px;
}
#calendar td a:hover {
	color: #000000;
	text-decoration: none;
	background: #ffff33; /*********** アクセントカラー ブルー ***********/
	padding-top: 1px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom:1px;
}
#blog_date2 {
	color:#ffffff;
	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-bottom:10px;
}
#next_prev_area {
	padding:2px;
	margin-bottom:20px;
	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: 16px;
	color: #CCCCCC;
	font-weight:bold;
	padding: 5px 10px 3px 0px; /*********** 日付の位置(日付け内）***********/
	text-align: right;
	position: relative;/*********** 日付の位置（日付けブロック自体）***********/
	top: 26px; 
 left: 370px;
 width: 120px
}

#blog_title2 {
	clear:both;
	color: #ffff00;
	font-weight:bold;
	padding: 4px 10px 10px 10px;
	margin-top: 10px;
	background: #666666 url(../img/blog_title2_back.gif) no-repeat left bottom; /*********** 以前の記事を読む ***********/
}

#blog_title {
	font-size: 17px;
	font-weight: bold;
	background: #666666 /***********url(../img/blog_title_back1.gif) no-repeat left top;***********/
	font-weight: bold;
	color: #000000; /***********記事のタイトル黒 ***********/
	padding:7px 120px 5px 10px;
}
#blog_title a:link,
#blog_title a:visited,
#blog_title a:active {
	border-bottom:none;
	color: #000000;
}
#blog_title a:hover {
	color: #ffffff;
	border-bottom:none;
}

#blog_cont {
	font-size: 14px;
	background:#666666 url(../img/blog_area1_back1.gif) no-repeat top;  /*********** 記事本文背景 あり ***********/
	padding:30px 20px 20px 20px;
	line-height:1.7em;
	letter-spacing: 0.1em;
}
#blog_cont img {
	padding:2px;
	float:right;
	border: 1px solid #999999; /*********** 写真の枠 ブルー ***********/
	margin: 0px 0px 5px 5px;
}
#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 0px #ffffff; /*********** ベース  #ffffff ***********/
}
#blog_cont span a:hover {
	border-bottom:none;
	text-decoration:underline;
}
#blog_cont_trackback {
	clear:both;
	border-top:dashed 1px #ffffff; /*********** 記事とトラックバックの間 ***********/
	padding: 5px;
	text-align:right;
	font-size:0.8em;
	color:#000000;
	background-color:#666666;/*********** トラックバックやコメントの背景 #666666 ***********/
}

#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;
	margin:0px 5px;
	border-top: 1px dashed #CCCCCC;
	border-bottom: 1px dashed #CCCCCC;
	color:#CCCCCC;
}

#profile_cont {
	padding: 5px;
}
#trackback_url {
	padding: 5px;
	font-weight:bold;
	color:#FFFFFF;
	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 #EEEEEE; /*********** 枠 薄グレー #EEEEEE ***********/
	margin-top:5px;
	padding:2px;
	color:#000000;
}
/*---------- コメント投稿欄 ----------*/

#comment_form {
	padding:10px;
}

#comment_form_name,
#comment_form_mail,
#comment_form_url,
#comment_form_cont {
	border:solid 1px #DDDDDD;
	margin-bottom:5px;
}

#comment_form label {
	padding-top:5px;
	color:#ffcc33; /*********** ベース #ffcc33 ***********/
}
#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;
}


