@charset "utf-8";
/* green004 */
/*********** 背景 ホワイト #FFFFFF ***********/
/*********** ベース グリーン #75971A ***********/
/*********** リンクグリーン #668516 ***********/
/*********** アクセントカラー オレンジ #FF9900 ***********/
/*********** 枠 薄グレー #EEEEEE ***********/
/*********** 文字色 #333333 ***********/

/*---------- 共通 ----------*/
body {
	/* bodyは、共通(base.CSS)で定義 */
	color:#333333; /*********** 文字色 #333333 ***********/
	background: #FFFFFF url(../img/back1.gif) repeat; /*********** 背景 ホワイト #FFFFFF ***********/
}

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

a:link {
	color: #668516;       /*********** リンクグリーン #668516 ***********/
	padding-bottom:1px;
	text-decoration:none;
	border-bottom:solid 1px #75971A; /*********** ベース グリーン #75971A ***********/
}
a:visited {
	color: #668516;       /*********** リンクグリーン #668516 ***********/
	padding-bottom:1px;
	text-decoration:none;
	border-bottom:solid 1px #75971A; /*********** ベース グリーン #75971A ***********/
}
a:active {
	color: #FF9900; /*********** アクセントカラー #FF9900 ***********/
	padding-bottom:1px;
	border-bottom:none;
}
a:hover {
	color: #FF9900; /*********** アクセントカラー #FF9900 ***********/
	padding-bottom:1px;
	border-bottom:none;
}

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

#container {
	width: 920px;
	vertical-align: middle;
	margin: 0px auto;
	background-color: #FFFFFF; /*********** ブログ背景 ホワイト #FFFFFF ***********/
	border-left:solid 5px #75971A;
	border-right:solid 5px #75971A;
}
/*---------- SEO ----------*/

#description {
	background: #75971A; /*********** ベース グリーン #75971A ***********/
}
#description h1 {
	font-size: 10px;
	color:#FFFFFF;
	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;
	background:#FFFFFF;
}

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

#main_l {
	float:left;
	width:710px;
	margin:0px;
	padding:0px 10px 0px 0px;
/*	background:#FFFFFF url(../img/main_back.gif) repeat-y left top; */
}
#main_center {
	background:transparent;
	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 10px;
}

/*---------- サブメニュー --------*/
#smenu {
	clear:both;
	margin-bottom:10px;
}
#smenu h2 {
	background: url(../img/smenu_back1.gif) no-repeat left top;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 7px;
	text-align:center;
	padding-bottom: 5px;
}
#waku1 {
	clear:both;
	padding:5px 2px;
	background-color: #EFF9D5; /*********** 薄グリーン #EFF9D5 ***********/
}
#waku2 {
	clear:both;
	padding:5px 2px;
	background-color: #EFF9D5; /*********** 薄グリーン #EFF9D5 ***********/
}
#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:#999999;
	font-size:0.8em;
	padding-left:1em;
}
#mt_link {
	clear:both;
	font-size:0.8em;
	text-align:center;
	padding:5px;
	border: 2px solid #EEEEEE; /*********** 枠 薄グレー #EEEEEE ***********/
	margin-bottom:10px;
}

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

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

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

#search-form {
	border:solid 1px #EEEEEE;
	margin:2em 1em 1em 1em;
	background:#FFFFFF;
	
}
#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: #FF9900; /*********** アクセントカラー オレンジ #FF9900 ***********/
	font-weight:bold;
	padding:5px;
	
}
#search_results_container {
	padding:5px;
}
#search_results_container h3 {
	border-bottom:#75971A solid 2px;  /*********** ベース グリーン #75971A ***********/
	color:#75971A;  /*********** ベース グリーン #75971A ***********/
	font-weight: bold;
	padding:5px;
}
#search_results_container h3 a:link,
#search_results_container h3 a:visited {
	border-bottom:none;
}
#search_results_cont {
	background:#EFF9D5;  /*********** ブログ背景 薄グリーン #EFF9D5 ***********/
	padding:10px 10px 0px 10px;
}
#entry_footer {
	background:#EFF9D5;  /*********** ブログ背景 薄グリーン #EFF9D5 ***********/
	text-align:right;
	font-size:0.8em;
	color:#666666;
	padding:5px;
	margin-bottom:20px;
}
#search_results_container blockquote {
	padding:5px;
	background:#EFF9D5;  /*********** ブログ背景 薄グリーン #EFF9D5 ***********/
}
/*---------- カレンダー --------*/

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

#calendar th {
	font-weight: bold;
	color:#75971A;  /*********** ベース グリーン #75971A ***********/
	background:#EFF9D5;  /*********** ブログ背景 薄グリーン #EFF9D5 ***********/
	text-align: center;
}

#calendar td {
	text-align: center;
	background:#FFFFFF;
	color:#999999;
	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: #999999;
	padding: 1px;
}
#calendar td a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #FF9900; /*********** アクセントカラー オレンジ #FF9900 ***********/
	padding: 1px;
}
#blog_date2 {
	color:#999999;
	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;
	margin-bottom:20px;
	border: solid 2px #EEEEEE; /*********** 枠 薄グレー #EEEEEE ***********/
	background: url(../img/blog_area1_back.gif) no-repeat left top;
}
#blog_area2 {
	clear:both;
	margin-bottom:20px;
/*	border: solid 2px #EEEEEE; */ /*********** 枠 薄グレー #EEEEEE ***********/
}
#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: 18px;
	color: #FF9900; /*********** アクセントカラー オレンジ #FF9900 ***********/
	font-weight:bold;
	padding: 2px 5px 5px 0px;
	text-align:right;
	background: url(../img/blog_date_back.gif) no-repeat right top;
	font-style: italic;
}

#blog_title2 {
	clear:both;
	color: #FFFFFF;
	font-weight:bold;
	padding: 5px 10px;
	margin-top: 10px;
	background: #FFFFFF url(../img/blog_title2_back.gif) no-repeat left top;
}

#blog_title {
	font-size: 14px;
	font-weight: bold;
	margin:10px;
}

#blog_cont {
	font-size: 14px;
	padding:30px 20px 20px 20px;
	line-height:1.7em;
	letter-spacing: 0.1em;
}
#blog_cont img {
	padding:2px;
	float:right;
	border: 1px solid #EEEEEE; /*********** 枠 薄グレー #EEEEEE ***********/
	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 1px #75971A; /*********** ベース グリーン #75971A ***********/
}
#blog_cont span a:hover {
	border-bottom:none;
}
#blog_cont_trackback {
	clear:both;
	border-top:dashed 1px #EEEEEE; /*********** 枠 薄グレー #EEEEEE ***********/
	padding: 5px;
	text-align:right;
	color:#CCCCCC;
	font-size:0.8em;
}

#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;
}

#profile_cont {
	padding: 5px;
}
#trackback_url {
	padding: 5px;
	font-weight:bold;
	color:#666666;
	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:#999999;
}
/*---------- コメント投稿欄 ----------*/

#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:#75971A; /*********** ベース グリーン #75971A ***********/
}
#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;
}


