@charset "UTF-8";
/*==============================================================================
● LoveTennis　左サイド
==============================================================================*/
/*------------------------------------------------------------------------------
◆ ユニバーサルスタイル、タグ別の定義
------------------------------------------------------------------------------*/
*{
	margin:0px;
	padding:0px;
	text-decoration:none;
	line-height:150%;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif,"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3" ;
	color:#4ssd37;
}

a { 
	line-height:150%;
	font-family:Arial, Helvetica, sans-serif,"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3" ;

}
body{
	background-image:url(http://blog.tennis365.net/design/lovetennis_y/lt_y_back.jpg);
        background-repeat:repeat-x;
	margin-bottom:30px;
	background-color:#ffffff;
}
p {
	margin:5px 0;
	padding:0;
}
div{ word-break:break-all; }

blockquote{ padding:15px; }

ul,li{ 
	list-style-type:none;
	margin-left:5px; }
/* メインタイトル*/
h1 {
	margin:0;
	padding:0;
	float:left;
        clear:both;
}
/* 記事タイトル */
h2 {
	float:left;
	color:#b6b6b6;
	margin:0;
	padding:0px;
        clear:both;
}

/* ANCHOR
-------------------------------------------------*/
/*　基本(青→オレンジ)　*/
a:link {
	color:#cc3333;
	text-decoration:none;
}
a:visited {
	color:#cc3333;
	text-decoration:none;
}
a:active {
	color:#cc3333;
	text-decoration: underline;
}
a:hover {
	color:#fb6047;
	text-decoration: underline;
}



/*------------------------------------------------------------------------------
◆ 枠組みの定義
------------------------------------------------------------------------------*/
div.all_contents{
	width:704px;
	background-image:url(http://blog.tennis365.net/design/lovetennis_y/lt_y_body02.gif); 
        background-repeat:repeat-y;
        padding-top:0px;
	margin-left:30px;
        height:auto;
	background-color:#f4f3f2;
}	/*  全体枠 */


.main_title{
	background-image:url(http://blog.tennis365.net/design/lovetennis_y/lt_y_header_new.jpg);
	background-repeat:no-repeat;
	padding:65px 35px 0px 35px;
	height:102px; 
	width:634px;
	margin-bottom:0px;
	border-bottom:1px solid #666666;
}	/* タイトルエリア */



.blog_title {
	display:block;
	overflow:hidden;
	word-break:break-all;
	text-align:left;
}
.blog_title a:link {
	font-size:30px;
	font-weight:bold;
	color:#ffffff;
	line-height:120%;
}
.blog_title a:visited {
	font-size:30px;
	font-weight:bold;
	color:#ffffff;
	line-height:120%;
}
.blog_description {
	display:block;
	overflow:hidden;
	word-break:break-all;
	font-size:12px;
	font-weight:normal;
	color:#000000;
	text-align:left;
	line-height:120%;
	margin-top:5px;
}

div.body_area{ 
	margin:0px;
        padding:0px;
        width:704px;
	background-image:url(http://blog.tennis365.net/design/lovetennis_y/lt_y_body02.gif); 
        background-repeat:repeat-y;
	background-color:#f4f3f2;
	clear:both;
}	/*  コンテンツエリア */



div.left_area{
	float:left;
	width:175px;
	padding:15px 0px 0px 5px;
	font-size:12px;
        border-right:1px solid #f4f3f2;
}	/*  左メニューエリア */
div.left_area a {
	font-size:12px;
}
div.main_area{
	float:left;
	overflow:hidden;
	width:458px;
	margin:0px;
	padding:15px 30px 0px 35px;
	text-align:left;
}	/*  記事エリア */

div.right_area {
        clear:both;
}
div.footer_area{
	clear:both;
        border-bottom:1px solid #666666;
}	/* フッター領域 */

/*------------------------------------------------------------------------------
◆ パーツ
------------------------------------------------------------------------------*/
/* ■ 汎用パーツ */
.parts_area{ 
	margin-top:0px;
	width:175px;
        clear:both;
 }		/* 汎用パーツ領域枠内容 */
.parts_title {
	margin:0px;
	font-size:1px;
	height:1px;
	line-height:100%;
	color:#f4f3f2;
}	/* 汎用パーツタイトル */
.parts_text {
	word-break:break-all;
	overflow:hidden;
	padding:5px 10px 5px 0px;
	text-align:right;
	margin:0px;
	width:165px;
}	/* 汎用パーツ テキストの設定 */
.parts_text dd {
	font-size:10px; 
	margin-left:10px; 
	line-height:120%; 
	margin-bottom:2px;
}
.parts_text dl {
	font-size:11px; 
	margin-left:1px; 
	line-height:120%;
}
.parts_area_footer {
	padding:0px;
}

#article_recent_title {
	background-image:url(http://blog.tennis365.net/design/lovetennis_y/lt_y_recent-art.gif);
	background-repeat:no-repeat;
	height:14px;
}
#comment_recent_title {
	background-image:url(http://blog.tennis365.net/design/lovetennis_y/lt_y_recent-comments.gif);
	background-repeat:no-repeat;
	height:14px;
}
#trackback_recent_title {
	background-image:url(http://blog.tennis365.net/design/lovetennis_y/lt_y_recent-track.gif);
	background-repeat:no-repeat;
	height:14px;
}
#category_archive_title {
	background-image:url(http://blog.tennis365.net/design/lovetennis_y/lt_y_category-arc.gif);
	background-repeat:no-repeat;
	height:14px;
}
#monthly_archive_title {
	background-image:url(http://blog.tennis365.net/design/lovetennis_y/lt_y_monthly-arc.gif);
	background-repeat:no-repeat;
	height:14px;
}
#link_title {
	background-image:url(http://blog.tennis365.net/design/lovetennis_y/lt_y_link.gif);
	background-repeat:no-repeat;
	height:14px;
}



/*ブログタイトル関連*/
#parts_blog_title {margin:0px; font-size:14px;}
#parts_blog_title a {font-size:14px;}
#parts_blog_explanation {margin:0px; padding-bottom:15px;}


/*プロフィール*/
#profile_area {
	text-align:center;
	margin-top:10px;
}
#profile_area img {
	margin:6px;
}
#profile_area a {
	font-size:10px;
	font-weight:bold;

}
#profile_area_footer {
	height:5px;
        clear:both;
}
#parts_member_nickname {
	background-image:url(http://blog.tennis365.net/design/lovetennis_y/lt_y_profile.gif);
	background-repeat:no-repeat;
	padding:18px 10px 0px 0px;
	text-align:right;
	font-weight:bold;
	width:165px;
        height:20px; 
        clear:both;
}

/* ■ カレンダー関連 */
#calendar_area {
	padding:0px 0px 10px 0px;
	width:175px;
}
#calendar_title {
	background-image:url(http://blog.tennis365.net/design/lovetennis_y/lt_y_ball-mat.gif);
	background-repeat:no-repeat;
	padding-right:16px;
	height:16px;
	font-size:12px;
	font-weight:bold;
	color:#333333;
	text-align:right;
	clear:both;
}	/* カレンダータイトル */
#calender_value{
        width:159px;
}		/* カレンダー枠内容 */
table.clTable{
	width:150px;
	margin:0px 10px 0px 15px;
	line-height:110%;
	text-align:center;
}	/* カレンダーテーブルの設定 */

table.clTable a {
	display:block;
	background-image:url(http://blog.tennis365.net/design/lovetennis_y/lt_y_cal-back.gif);
	background-repeat:no-repeat;
}

table.clTable td{
	padding:1px;
}	/* カレンダーテーブルセルの設定 */
table.clTable th{
      border-bottom:1px solid #ffffff;
}	/* カレンダーテーブル見出しセルの設定 */

table.clTable td {
	font-family:arial, helvetica, sans-serif;
}
th.clSunDay{ 
	padding:2px;
	color:#cc3333;

}	/* 日曜の見出しセルの設定 */
th.clWeekDay{ 
	padding:2px;
	color:#333333;

}	/* 平日の見出しセルの設定 */
th.clSaturday{ 
	padding:2px;
	color:#333333;
}	/* 土曜の見出しセルの設定 */
td.clSunday{ 
	padding:2px;
	color:#cc3333;
}	/* 日曜のセルの設定 */
td.clWeekDay{ 
	padding:0px;
	color:#333333; 
}	/* 平日のセルの設定 */
td.clSaturday{ 
	padding:0px;
	color:#333333; 
}	/* 土曜のセルの設定 */
td.clSpSunday{}					/* 日曜の空欄セルの設定 */
td.clSpWeekDay{}				/* 平日の空欄セルの設定 */
td.clSpSaturday{}				/* 土曜の空欄セルの設定 */



/* ■ RSS */
#rss_area{}
#rss_area a{
	display:block;
	width:40px;
	height:16px;
	background-image:url('http://www.blog.tennis365.net/img/icon_rss.gif');
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
}

/* ■ ロゴマーク */
#logo_area{ 
        text-align:center; 
        padding:3px; 
        background-color:#ffffff;
}
#link_tennisblog {
}
#logo_area_2{
    width:auto;
}
/*------------------------------------------------------------------------------
◆ 個別記事
------------------------------------------------------------------------------*/
/* ■ 記事関連定義 - インデックス他アーカイブ部分でも共通 */
.page_area{ 
	height:12px; 
	margin-bottom:10px;
        padding:0px;
        width:458px;
	clear:both;
}
.back_article{
	float:left;
}
.back_article a{
}
.next_article{
	float:right;
}
.next_article a{
}

.article_area{
	clear:both;
	margin-bottom:15px;
        width:456px;
	border:1px solid #433d37;
	background-color:#ffffff;
}
.article_date {
	font-size:12px;
	color:#666666;
	padding:5px 5px 3px 15px;
}	/* 記事日付 */
.article_title {
	background-color:#73c442;
	width:438px;
	padding:6px 3px 3px 15px;
	margin-bottom:0px;
	color:#ffffff; 
	font-weight:bold;
	font-size:20px;
	line-height:120%;
}	/* 記事タイトル */
.article_value {}	/* 記事内容領域 */

.article_text {
	width:456px;
        padding:0px;
}	/* 記事本文領域 */

.article_text a{}
.article_text a:link{}
.article_text a:visited{}
.article_text a:hover{}
.article_layer {
	overflow:hidden;
	word-break:break-all;
	float:left;
	width:426px;
	height:auto;
        padding:15px;
}	
.article_layer a {
}	/* 記事本文 */
.article_posted {
	border-top:1px solid #73c442;
	padding:3px 15px 3px 15px;
        width:426px;
	clear:both;
}	 /* 記事投稿情報 */
.article_footer {
	padding:5px 15px 5px 15px;
        width:426px;
}
.article_posted a{
	font-size:12px;
}
.article_post_script {
	padding-left:15px;
}
.article_post_script {
}
.article_area_footer {
	margin-bottom:10px;
        padding:0px 5px 0px 5px;
}

/* ■ トラックバック関連 */
.trackback_area {
        margin:10px 0px 10px 0px;
}
.trackback_area_title {
	background-color:#73c442;
	color:#333333;
	padding:2px 10px 2px 10px;
	width:438px;
}		/* トラックバック領域全体の設定 */
.trackback_area_value {
	font-size:9px;
	margin-bottom:5px;
	padding:5px 5px 5px 5px;
}		/* トラックバック領域の設定 */
.trackback_value {
	font-size:12px;
	margin-bottom:5px;
	padding:5px 5px 5px 5px;
	border-top:#fb6047 solid 1px;
}		/* トラックバック内容領域の設定 */
.trackback_title {
	font-weight:bold;
	padding:5px 0px 3px 0px;
}		/* トラックバック元記事タイトルの設定 */
.trackback_excerpt{ 
	margin-bottom:10px; 
}		/* トラックバック元記事概要 */
.trackback_name{
	font-size:10px;
}		/* トラックバック元ブログ名の設定 */
.trackback_posted{
	font-size:10px;
	color:#c6c6c6;
	text-align:right;
	padding:5px 0px 5px 5px;
}
.trackback_posted a {
	font-size:10px;
}
.trackback_daytime {
	font-size:10px;
	font-weight:normal;
}

.trackback_url_input { 
	width:435px; 
	font-size:10px; 
	line-height:150%;
}		/* トラックバック表示テキストボックス */

/* ■コメント関連 */
.comment_area {
        margin:10px 0px 10px 0px;	
}
.comment_area_title {
	background-color:#73c442;
	padding:2px 10px 2px 10px;
	width:438px;
}		/* コメント領域全体の設定 */
.comment_area_value {
	font-size:9px;
	padding:4px 0px 5px 10px;
}		/* コメント領域の設定 */
.comment_value {
	border-bottom:1px dotted #73c442;
	width:448px;
        padding:5px;
}		/* コメント内容領域の設定 */
.comment_title {
	font-weight:bold;
	font-size:12px;
	padding-bottom:3px;
	padding-top:7px;
	text-align:left;
}		/* コメント元記事タイトルの設定 */
.comment_posted{
	font-size:10px;
	font-weight:normal;
	text-align:right;
}
.comment_posted a {
	font-size:10px;
}
.comment_name {
	font-size:10px;
}
.comment_name a {
	font-size:10px;
}
.comment_daytime {}

/* コメントフォーム */
.comment_form_area{
	width:435px;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
}	/* コメントフォーム領域 */
.comment_form_name_area{
	padding:5px; 
}	/* コメントフォーム名前領域 */
.comment_form_name{ 
	float:left; 
	width:100px; 
	font-size:12px; 
	padding-top:5px; 
}	/* コメントフォーム名前 */
.comment_form_name_input_area{ 
	float:left; 
}	/* コメントフォーム名前入力領域 */
.comment_form_name_input{ 
	width:150px; 
}	/* コメントフォーム名前入力 */
.comment_form_mail_area{ 
	clear:both; 
	padding:5px; 
}	/* コメントフォームメールアドレス領域 */
.comment_form_mail{ 
	float:left; 
	width:100px; 
	font-size:12px; 
	padding-top:5px;  
}	/* コメントフォームメールアドレス */
.comment_form_mail_input_area{ 
	float:left; 
	font-size:12px; 
}	/* コメントフォームメールアドレス入力領域 */
.comment_form_mail_input{ 
	width:150px; 
}	/* コメントフォームメールアドレス入力領域 */
.comment_form_url_area{ 
	clear:both; 
	padding:5px; 
}	/* コメントフォームURL領域 */
.comment_form_url{ 
	float:left; 
	width:100px; 
	font-size:12px; 
	padding-top:5px; 
}	/* コメントフォームURL */
.comment_form_url_input_area{ 
	float:left; 
}	/* コメントフォームURL入力領域 */
.comment_form_name_url_input{ 
	width:250px; 
}	/* コメントフォームURL入力 */
.comment_form_comment_area{ 
	clear:both;  
	padding:5px; 
}	/* コメントフォームコメント領域 */
.comment_form_comment{ 
	font-size:12px; 
}	/* コメントフォームコメント */
.comment_form_comment_input_area{}
	/* コメントフォームコメント入力領域 */
.comment_form_comment_input{ 
	width:435px; 
	height:100px; 
}	/* コメントフォームコメント入力 */
.comment_form_button_area{ 
	padding-bottom:10px; 
	text-align:center; 
	width:435px;
}	/* コメントフォームボタン領域 */
.comment_form_button{
	font-size:12px;
	font-weight:bold;
	color:#333333;
	border:#ffffff outset 3px;
	background-color:#73c442; 
	padding:0px 5px 0px 5px;
}	/* コメントフォームボタン */
/* CSS Document */


#bar_whole {border-bottom:1px solid #000000;background-color:#ffffff;}
.vertical {vertical-align:middle;}
.bar_link {color:#006600;font-size:12px;text-decoration:underline}
.bar_center {text-decoration:underline;padding-right:10px;}
.bar_right {padding-right:15px;}
