@charset "utf-8";
/* pink005 */
/*********** 背景 薄ブルー #FFFFFF ***********/
/*********** ベース ピンク #CC9999 ***********/
/*********** リンクピンク#BE7C7C ***********/
/*********** アクセントカラー オレンジ #FF9900 ***********/
/*********** 枠 薄ピンク #F9F2F2 ***********/
/*********** 文字色 #333333 ***********/

/*---------- 共通 ----------*/
body {
	/* bodyは、共通(base.CSS)で定義 */
	color:#333333; /*********** 文字色 #333333 ***********/
	background: #FFFFFF url(../img/back.gif) repeat; /*********** 背景 薄ブルー #FFFFFF ***********/
}

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

a:link {
	color: #BE7C7C;       /*********** リンクピンク#BE7C7C ***********/
	padding-bottom:1px;
	text-decoration:none;
	border-bottom:solid 1px #CC9999; /*********** ベース ピンク #CC9999 ***********/
}
a:visited {
	color: #BE7C7C;       /*********** リンクピンク#BE7C7C ***********/
	padding-bottom:1px;
	text-decoration:none;
	border-bottom:solid 1px #CC9999; /*********** ベース ピンク #CC9999 ***********/
}
a:active {
	color: #FF0000;
	padding-bottom:1px;
	border-bottom:solid 1px #CC9999; /*********** ベース ピンク #CC9999 ***********/
}
a:hover {
	color: #FF9900; /*********** アクセントカラー オレンジ #FF9900 ***********/
	padding-bottom:1px;
	border-bottom:none;
}

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

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

#description {
	background: #CC9999;       /*********** ベース ピンク #CC9999 ***********/
}
#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:#EEEEEE;
	border-top:solid 1px #FFFFFF;
	border-bottom:solid 1px #FFFFFF;
	
}

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

#main_l {
	float:left;
	width:710px;
	margin:0px 20px 0px 0px;
	padding:0px;
	background: url(../img/back1.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:#F9F2F2 url(../img/smenu_back1.jpg) no-repeat left top; /*********** 枠 薄ピンク #F9F2F2 ***********/
	font-weight: bold;
	color: #BE7C7C;/*********** リンクピンク#BE7C7C ***********/
	padding-top: 9px;
	padding-left: 28px;
	padding-bottom: 5px;
}
#waku1 {
	clear:both;
	border: 2px solid #F9F2F2; /*********** 枠 薄ピンク #F9F2F2 ***********/
	padding:5px;
	background:#FFFFFF;
}
#waku2 {
	clear:both;
	border: 2px solid #F9F2F2; /*********** 枠 薄ピンク #F9F2F2 ***********/
	background:#FFFFFF;
}
#waku3 {
	clear:both;
	border: 2px solid #F9F2F2; /*********** 枠 薄ピンク #F9F2F2 ***********/
	padding:5px;
	background:#FFFFFF;
}
#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 #F9F2F2; /*********** 枠 薄ピンク #F9F2F2 ***********/
	margin-bottom:10px;
}

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

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

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

#search-form {
	border:solid 1px #F9F2F2;
	margin:2em 1em 1em 1em;
	background:#EEEEEE;
	
}
#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:#CC9999 solid 2px;  /*********** ベース ピンク #CC9999 ***********/
	font-weight: bold;
	padding:5px;
}
#search_results_container h3 a:link,
#search_results_container h3 a:visited {
	border-bottom:none;
}

#search_results_cont {
	background:#EEEEEE;
	padding:10px;
}
#entry_footer {
	background:#EEEEEE;
		text-align:right;
		font-size:0.8em;
		color:#666666;
		padding:5px;
		margin-bottom:20px;
}
#search_results_container blockquote {
	padding:5px;
	background:#EEEEEE;
}
/*---------- カレンダー --------*/

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

#calendar th {
	font-weight: bold;
	color: #FFFFFF;
	background: #E7C9C9;
	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;
	padding: 1px;
	margin-bottom:10px;
	background:transparent url(../img/blog_area1.gif) no-repeat right bottom;
}
#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: 14px;
	color:#FF9900; /*********** アクセントカラー オレンジ #FF9900 ***********/
	font-weight:bold;
	padding: 5px 5px 5px 0px;
}

#blog_title2 {
	clear:both;
	color: #BE7C7C;/*********** リンクピンク#BE7C7C ***********/
	font-weight:bold;
	padding: 8px 10px 6px 10px;
	margin-top: 10px;
	background: #F9F2F2 url(../img/blog_title2_back.jpg) no-repeat left top; /*********** 枠 薄ピンク #F9F2F2 ***********/
}

#blog_title {
	font-size: 14px;
	background:#F9F2F2 url(../img/blog_title_back1.gif) no-repeat right bottom; 
	font-weight: bold;
	color: #CC9999; /*********** ベース ピンク #CC9999 ***********/
	padding:2px 5px 8px 5px;
}
#blog_title a:link,
#blog_title a:visited {
	border-bottom:none;
}

#blog_cont {
	font-size: 14px;
	background: url(../img/blog_cont1.jpg) no-repeat right top; 
	padding:30px 20px 20px 20px;
	line-height:1.7em;
	letter-spacing: 0.1em;
}
#blog_cont img {
	clear:both;
	padding:2px;
	float:right;
	border: 1px solid #F9F2F2; /*********** 枠 薄ピンク #F9F2F2 ***********/
	margin: 0px 0px 10px 10px;
}
#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 #CC9999; /*********** ベース ピンク #CC9999 ***********/
}
#blog_cont span a:hover {
	border-bottom:none;
}
#blog_cont_trackback {
	clear:both;
	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;
}
/*---------- トラックバック ----------*/

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

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

#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;
	border-top:1px dotted #F9F2F2; /*********** 枠 薄ピンク #F9F2F2 ***********/
	margin-top:5px;
	padding:2px;
	color:#999999;
}
/*---------- コメント投稿欄 ----------*/

#comment_form {
	padding:5px;
}

#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:#CC9999; /*********** ベース ピンク #CC9999 ***********/
}
#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;
}
/*---------- トップページカウンター ----------*/
#counter {
	color:#CCCCCC;
	font-size:0.8em;
	padding:2px;
}


