@charset "utf-8";
/* 菅野　知子 */
/*********** 背景ライトブルー#FFFFFF ***********/
/*********** ベース ***********/
/*********** 枠  ***********/
/*********** 文字色 #111111 ***********/

/*---------- 共通 ----------*/
body {
	/* bodyは、共通(base.CSS)で定義 */
	color:#111111;
		background:url(../img/back1.jpg) repeat center;  /*********** 背景***********/
}

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

a:link {
	color: #339900;
	text-decoration:none;
	border-bottom:solid 1px #339900;
}
a:visited {
	color: #339900;
	text-decoration:none;
	border-bottom:dotted 1px #339900;
}
a:active {
	color: #003300;
	text-decoration:none;
	border-bottom:solid 1px #003300;
}
a:hover {
	color: #003300;
	text-decoration:none;
	border-bottom:solid 1px #003300;
}

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

#container {
	width: 920px;
	vertical-align: middle;
	margin: 0px auto;
 background: url(../img/main_l_back.jpg) repeat-y left top;
}
/*---------- SEO ----------*/

#description {
	background: #EEEEEE ;
	color:#999999;
}
#description h1 {
	font-size: 10px;
	color:#999999;
	padding: 2px;
}

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

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

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

#topic_path {
	margin:0px;
	padding: 5px;
	font-size:0.9em;
	border-bottom: 4px solid #AAAAAA;
	background: #FFFFFF;
}
#topic_path a:link,
#topic_path a:visited,
#topic_path a:active {
	color:#339900;
	border-bottom:solid 1px #339900;
}
#topic_path a:hover {
	color:#003300;
	border-bottom:solid 1px #003300;
}
/*---------- 本文枠 ----------*/

#main_l {
	float:left;
	width:710px;
	margin:0px 20px 0px 0px;
	padding:0px;
	background: url(../img/main_l_back.jpg) repeat-y left top;
}
#main_center {
	width:500px;
	float:right;
	margin:10px 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:none;
	font-weight: normal;
	color: #000000;
	padding:4px;
	text-align: center;
 border-top: solid 1px #339900;
 border-bottom: solid 1px #339900;
}
#waku1 {
	clear:both;
	padding:5px;
	background:none;
	border:none; 
}
#waku2 {
	clear:both;
	background:none;
	border:solid 1px #EEEEEE; 
	padding-top:5px;
}
#waku3 {
	clear:both;
	padding:5px;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

#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: 1px solid #FFFFFF;
	margin-bottom:10px;
	background:none;
}

/*---------- ブログ内検索 --------*/

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

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

#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 {
	font-weight:bold;
	color:#FFFFFF;
	padding:5px;
	background:#AAAAAA;
}
#search_results_container {
	padding:5px;
}
#search_results_container h3 {
	background: #FFFFFF;
	font-weight: bold;
	padding:10px 2px 0px 10px;
}
#search_results_container h3 a:link,
#search_results_container h3 a:visited {
	color:#CC0000;
	border-bottom:solid 1px #CC0000;
}
#search_results_container h3 a:hover {
	border-bottom:solid 1px #FFFFFF;
}
#search_results_cont {
	background: #FFFFFF;
	padding:10px;
}
#entry_footer {
	text-align:right;
	font-size:0.8em;
	color:#666666;
	padding:5px;
	margin-bottom:20px;
	background: #FFFFFF;
}
#search_results_container blockquote {
	padding:5px;
	background:#FFFFFF;
}
/*---------- カレンダー --------*/

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

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

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

#calendar td a {
	color: #339900;
	text-decoration: none;
	border-bottom:none;
	background: none;
	padding: 1px;
}
#calendar td a:hover {
	color: #990000;
	background: none;
	padding: 1px;
}
#blog_date2 {
	color:#333333;
	padding-right:1em;
}
select {
	border:solid 1px #FFFFFF;
}
/*---------- 最近の写真 ----------*/

#photo_list {
	padding:2px 0px 0px 2px;
	margin: 0px;
}
#photo_list img {
	padding:0px 2px 2px 0px;
	margin: 0px;
	float:left;
}
#photo_list a:link,
#photo_list a:visited {
	border-bottom:none;
}


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

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

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

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

#prev_link1 a:link,
#prev_link1 a:visited,
#next_link1 a:link,
#next_link1 a:visited {
	margin:0px 5px;
	color:#339900;
	border-bottom:none;
}
#prev_link1 a:hover,
#next_link1 a:hover {
	border:none;
 color:#AAAAAA;
	border-bottom:none;
}
#blog_date {
	clear:both;
	font-size: 14px;
	color: #000000;
	font-weight:normal;
	padding: 2px 0px 2px 2px;
 border-bottom:dotted 1px #AAAAAA;
}

#blog_title2 {
	clear:both;
	color:#FFFFFF;
	font-weight:bold;
	padding: 10px;
	background: #AAAAAA ;
}

#blog_title {
	font-size: 14px;
	background: #FFFFFF ;
	font-weight: bold;
	color: #999999;
 padding:7px 5px 5px 25px;
	border-bottom:dotted 1px #AAAAAA;
}
#blog_title a:link,
#blog_title a:visited,
#blog_title a:active {
	color: #339900;
	border-bottom:none;
}
#blog_title a:hover {
	color: #003300;
	border-bottom:none;
}

#blog_cont {
	font-size: 14px;
	padding:30px 20px 20px 20px;
	line-height:1.7em;
	letter-spacing: 0.1em;
	background: #FFFFFF;
	
}
#blog_cont img {
	margin: 0px 5px 0px 0px;
}
#blog_cont span {
	display:block;
}
#blog_cont a:link,
#blog_cont a:visited,
#blog_cont a:active {
	color:#339900;
	border-bottom:none;
}
#blog_cont a:hover {
		color:#339900;
  border-bottom:solid 1px #339900;
}
#blog_cont_trackback {
	clear:both;
	padding: 5px;
	text-align:right;
	font-size:0.8em;
	color:#339900;
	background: #FFFFFF;
 border-top: 1px dotted #999999;
	border-bottom: 1px solid #999999;
}

#blog_cont_trackback a {
	margin:0px 0.5em;
}
#blog_cont_trackback a:link,
#blog_cont_trackback a:visited {
	color:#339900;
	border-bottom:none;
}
#blog_cont_trackback a:hover {
 color:#339900;
	border-bottom:dotted 1px #339900;
}

#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;
 color:#000000;
	text-align:center;
	margin:0px 5px;
	padding:2px;
	border-top: 1px dotted #000000;
 border-bottom: 1px dotted #000000;
	line-height:1em;
}

#profile_cont {
 color:#999999;
	padding: 5px;
}
#trackback_url {
	padding: 5px;
	font-weight:bold;
	font-family: verdana,arial,sans-serif;
}
/*---------- トラックバック ----------*/

#trackback_content {
	padding: 5px;
}
#trackback_footer {
	border-top: 1px dotted #eeeeee;
	display:block;
	padding: 2px;
	font-size: 0.8em;
	text-align: right;
	margin-bottom:10px;
	color: #999999;
}
#trackback_footer a:link,
#trackback_footer a:visited,
#trackback_footer a:active {
	color:#CC0000;
	border-bottom:solid 1px #CC0000;
}
#trackback_footer a:hover {
	color:#CC0000;
	border-bottom:solid 1px #FFFFFF;
}

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

#blog_comment {
	margin-left: 0px;
	padding-left: 0px;
	padding:0px;
	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;
	margin-top:5px;
	padding:2px;
	color:#999999;
	background: #FFFFFF;
}
#comment_footer a:link,
#comment_footer a:visited,
#comment_footer a:active {
	color:#CC0000;
	border-bottom:solid 1px #CC0000;
}
#comment_footer a:hover {
	color:#CC0000;
	border-bottom:solid 1px #FFFFFF;
}
/*---------- コメント投稿欄 ----------*/

#comment_form {
	padding:5px;
}

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

#comment_form label {
	padding-top:5px;
	color:#333333;
}
#comment_form_btn {
	text-align:center;
	margin-top: 5px;
}
#blog_area2 label {
	padding-left:8px;
	background: url(../img/li_mark1.gif) no-repeat left center;
}
#pagetop a:link,
#pagetop a:visited,
#pagetop a:active {
	color:#CC0000;
	border-bottom:solid 1px #CC0000;
}
#pagetop a:hover {
	border-bottom:solid 1px #FFFFFF;
}
/*---------- 画像リンクには下線をひかない ----------*/

.link_line_none:link,
.link_line_none:visited,
.link_line_none:active,
.link_line_none:hover {
	border-bottom:none;
	text-decoration:none;
}
/*---------- トップページカウンター ----------*/
#counter {
	color:#666666;
	font-size:0.8em;
	padding:2px;
}


