/* ------------------------------------------------
ページ背景・基本フォントおよびサイズ等を設定
スクロールバーもここで設定
------------------------------------------------ */
/* ページ全体
 　ページ背景設定や文字サイズ
   ブログの中央・左寄せ設定はbodyのtext-alignで行う
   ブログ自体の文字寄せ設定は#containerで行う
*/
body 
{
	text-align : center;
	margin : 0px;
	font-size : 12px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
#body_panel
{
	background-image : URL(../Images/Owners/mainback.gif);
	background-position : center;
	background-repeat : repeat-y;
	margin-bottom : 0px;
}
#footer 
{
	background-image: URL(../Images/Owners/footer.gif);
	background-position : center bottom;
	background-repeat: no-repeat;
	background-attachment : scroll;
	margin-left :auto;
	margin-right:auto;
	height: 30px;
	width: 100%;
}
#body_header
{
	background-image: URL(../Images/Owners/header.gif);
	background-position : center top;
	background-repeat: no-repeat;
	background-attachment : scroll;
	margin-left :auto;
	margin-right:auto;
	height: 108px;
	width: 100%;
}
#footer_txt
{
	padding-top : 15px;
	padding-bottom : 0px;
	font-size: 10px;
	color: #999999;
}

/* 基本のリンク色 */
a , a:visited
{
	color : #6C8DDE;
}
a:hover
{
	color : #E46715;
}

/* ------------------------------------------------
ブロック要素表示調整(位置・サイズ)
------------------------------------------------ */
/* 広告用ヘッダ */
#adwards_header
{
	/* コンテナ中央配置 */
	margin-left :auto;
	margin-right:auto;
	/* コンテナ幅 */
	width : 900px;
	/* コンテナ内文字寄せ */
	text-align : center;
	border	  : none;
	padding-top:20px;
}
/* ユーザコンテナ（ブログ全体） */
#adwards_header:after 
{
	content : "";
	display : block;
	clear : both;
}

/* ユーザコンテナ */
#container
{
	/* コンテナ中央配置 */
	margin-left :auto;
	margin-right:auto;
	/* コンテナ幅 */
	width : 900px;
	/* コンテナ内文字寄せ */
	text-align : left;
	border	  : none;
/*	background-color : #FFFFFF; */
}

/* ユーザコンテナ（ブログ全体） */
#container:after 
{
	content : "";
	display : block;
	clear : both;
}

/* 記事ブロック */
#content
{
	clear  : none;
	display: inline;
	float  : left;
	margin : 0px;
	width  : 630px;
	padding-right : 5px;
	line-height : 120%;
}
/* 左メニューブロック */
#linksleft
{
	clear  : both;
	display: inline;
	float  : left;
	width  : 250px;
	margin : 0px 10px 0px 5px;
}

/* ------------------------------------------------
サイドメニューコンテンツ表示設定（左：250px）
------------------------------------------------ */
.sidetable
{
	width : 250px;
	margin-bottom : 5px;
}
/* サイドメニュータイトル */
.sideheader
{
	height : 23px;
	background-image : URL(../Images/MyPage/sidemenu_title.gif);
	background-attachment : scroll;
	background-repeat : no-repeat;
	font-weight : bolder;
	text-align : center;
	vertical-align : middle;
	padding : 0px;
	margin : 0px;
}
.sideheader a
{
	text-decoration : none;
	color : #444444;
}
.sideheader a:hover
{
	text-decoration : underline;
	color : #E46715;
}
/* サイドメニューコンテンツフッター(角丸) */
.sidefooter
{
	background-image : URL(../Images/MyPage/sidemenu_contents.gif);
	background-attachment : scroll;
	background-repeat : no-repeat;
	text-align : center;
	height : 6px;
}
/* サイドメニューコンテンツ部分 */
.side
{
	border : none;
	border-left	  : solid 1px #cccccc;
	border-right  : solid 1px #cccccc;
	background-color : #ffffff;
	font-weight : normal;
	line-height : 120%;
	text-align : left;
	padding : 6px 5px 0px 10px;
	margin : 0px;
}
/* サイドメニューデータリスト(画像付一覧行用) */
.side_datalist
{
	border : none;
	background-color : #ffffff;
	font-weight : normal;
	line-height : 100%;
	font-size : 10px;
	text-align : center;
	padding : 0px;
	margin : 0px;
}

/* リンク文字色 */
.side a , .side a:visited ,
.side_datalist a , .side_datalist a:visited
{
	text-decoration : none;
}
.side a:hover ,
.side_datalist a:hover 
{
}

	/* 右テーブルは幅200px、左設定にかぶせて使用 */
	.sidetable2	{ width : 200px; }
	.sideheader2 { background-image : URL(../Images/MyPage/sidemenu_title2.gif);	}
	.sidefooter2 { background-image : URL(../Images/MyPage/sidemenu_contents2.gif); }

/* ------------------------------------------------
ブログタイトル
------------------------------------------------ */
h1
{
	font-size:26px;
	font-weight:bolder;
	margin : 0px;
}

/* ------------------------------------------------
コンテンツ内サブタイトル
------------------------------------------------ */
h2
{
	font-size:22px;
	font-weight:bolder;
	line-height : 140%;
	margin-top : 5px;
	margin-bottom : 5px;
}

/* ------------------------------------------------
カレンダー関連（サイドカレンダー用）
------------------------------------------------ */

/* カレンダーブロック */
#calendarblock 
{
	margin-bottom : 5px;
	background-color : #ffffff;
}

/* カレンダータイトル部(現在月・前次月リンク) */
.calendar_TitleStyle 
{
	font-weight : bold;
	background-color : #EEEEEE;
	color : #72A0FF;
}
/* タイトル部余白調整・枠線 */
.calendar_TitleStyle td , 
.calendar_TitleStyle th 
{
	height : 20px;
	padding : 3px 3px 0px 0px;
	border : none;
	border-bottom : solid 1px #AEC8FF;
}

/* 曜日表示 */
.calendar_DayHeaderStyle 
{
	background-color : #DDE8FF;
	padding : 1px 0px 0px 3px;
	color : #888888;
}
/* 前次月表示 */
.calendar_NextPrevStyle 
{
	font-weight : bold;
	color : #72A0FF;
}
.calendar_NextPrevStyle a 
{
	text-decoration : none;
}

/* 日にち表示セル */
/* 基本表示 */
.calendar_DayStyle
{
	height : 24px;
	vertical-align : middle;
	text-align : center;
	border : solid 1px #AEC8FF;
	color :  #888888;
	font-size : 14px;
	font-weight : bold;
}
/* 特殊日セル　基本表示と重ねて使用 */
.calendar_DayStyle_Holoday { }
.calendar_DayStyle_Sunday  { }
.calendar_DayStyle_Saturday { }
/* 当日　基本表示＋特殊日のスタイルより優先 */
.calendar_DayStyle_Today { background-color : #FFFFCC; border : solid 2px #FFCC33; }
/* イベントある日のセル・１　基本表示と重ねて使用・特殊日や当日のスタイルを優先したい場合に設定 */
.calendar_DayStyle_OnSchedule_Pre {	background-color : #EFF4FF; }
/* イベントある日のセル・２　基本表示＋特殊日＋当日のスタイルより優先したい場合に設定 */
.calendar_DayStyle_OnSchedule_Late { }


/* 日付表示・リンク無し日付文字色 */
.calendar_DispDayStr { color : #888888; }
/* 特殊日　基本表示と重ねて使用 */
.calendar_DispDayStr_Holiday { color : #ff3333; }
.calendar_DispDayStr_Sunday { color : #ff3333; }
.calendar_DispDayStr_Saturday { color : #3333ff; }
/* 当日　基本表示＋特殊日のスタイルより優先 */
.calendar_DispDayStr_Today { color : #33bb33; }
/* イベントある日のセル・１　基本表示と重ねて使用・特殊日や当日のスタイルを優先したい場合に設定 */
.calendar_DispDayStr_OnSchedule_Pre { }
/* イベントある日のセル・２　基本表示＋特殊日＋当日のスタイルより優先したい場合に設定 */
.calendar_DispDayStr_OnSchedule_Late { }


/* 日付表示・リンクあり日付文字 */
a .calendar_DispDayStr { text-decoration : underline; }
/* 特殊日　基本表示と重ねて使用 */
a .calendar_DispDayStr_Holiday { }
a .calendar_DispDayStr_Sunday { }
a .calendar_DispDayStr_Saturday { }
/* 当日　基本表示＋特殊日のスタイルより優先 */
a .calendar_DispDayStr_Today { }
/* イベントある日のセル・１　基本表示と重ねて使用・特殊日や当日のスタイルを優先したい場合に設定 */
a .calendar_DispDayStr_OnSchedule_Pre { }
/* イベントある日のセル・２　基本表示＋特殊日＋当日のスタイルより優先したい場合に設定 */
a .calendar_DispDayStr_OnSchedule_Late { }


/* 日付表示・リンクあり日付文字・オンカーソル */
a:hover .calendar_DispDayStr { color : #E46715; text-decoration : underline; }
/* 特殊日　基本表示と重ねて使用 */
a:hover .calendar_DispDayStr_Holiday { }
a:hover .calendar_DispDayStr_Sunday { }
a:hover .calendar_DispDayStr_Saturday { }
/* 当日　基本表示＋特殊日のスタイルより優先 */
a:hover .calendar_DispDayStr_Today { }
/* イベントある日のセル・１　基本表示と重ねて使用・特殊日や当日のスタイルを優先したい場合に設定 */
a:hover .calendar_DispDayStr_OnSchedule_Pre { }
/* イベントある日のセル・２　基本表示＋特殊日＋当日のスタイルより優先したい場合に設定 */
a:hover .calendar_DispDayStr_OnSchedule_Late { }


/* ------------------------------------------------
モード表示用テーブル表示設定（左右共通）
------------------------------------------------ */
.modetbl 
{
	border : solid 1px #cccccc; 
}

/* ------------------------------------------------
マイガレージトップ画面用表示設定
------------------------------------------------ */
/* 大項目ブロック */
.myhome_news_box
{
	margin-bottom : 5px;
	line-height : 120%;
}

/* 最新コメント等の項目タイトル */
.myhome_news_title
{
	font-weight:bold;
	margin-top : 3px;
	margin-bottom : 3px;
}
/* 最新コメント等の内容表示部 */
.myhome_news_contents
{
	padding-left : 12px;
}


/* ------------------------------------------------
ブログ記事部分表示設定
------------------------------------------------ */
/* 記事ブロック（タイトル・本文・著者情報を含む） */
.blog
{
	border : solid 1px #cccccc;
	text-align : left;
	padding-bottom : 5px;
	margin-bottom : 20px;
}
/* タイトルブロック */
.blog_title
{
	font-weight : bolder;
	padding : 5px;
}
/* 本文ブロック */
.blog_body
{
	font-weight : normal;
	line-height : 120%;
	padding : 5px;
}

/* 投稿者名表示ブロック */
.blog_writer
{
	text-align : right;
}

/* 記事情報ブロック */
.blog_posted
{
	text-align : right;
	font-size : 11px;
}

/* トラックバックURL表示ブロック */
.blog_trackback
{
	font-size : 9px;
	padding : 5px;
}

/* 記事本文 */
.blog_text
{
	line-height : 160%;
	padding : 5px;
}

/* タイトルリンク */
.blog_title a {}
.blog_title a:hover {}

/* 記事本文中リンク */
.blog_text a {}
.blog_text a:hover {}
/* 著者情報表示中リンク */
.blog_posted a {}
.blog_posted a:hover {}


/* コメント */
.comment
{
	line-height : 120%;
	width : 400px;
	padding : 5px;
	margin-bottom : 5px;
}
.comment_date { }
.comment_body { }
.comment_text { }
.comment_writer
{
	font-size : 11px;
	text-align : right;
}

/* トラックバック一覧 */
.tblist
{
	line-height : 120%;
	width : 400px;
	padding : 5px;
	margin-bottom : 5px;
}
.tblist_date { }
.tblist_body { }
.tblist_title { }
.tblist_text { }
.tblist_writer
{
	font-size : 11px;
	text-align : right;
}

/* ------------------------------------------------
トピック記事部分表示設定
------------------------------------------------ */
/* 記事ブロック（タイトル・本文・著者情報を含む） */
.topic
{
	border : solid 1px #cccccc;
	text-align : left;
	padding-bottom : 5px;
	margin-bottom : 20px;
}
/* タイトルブロック */
.topic_title
{
	padding : 10px 10px 0px 10px;
	font-size:16px;
	font-weight : bolder;
}
/* 本文ブロック */
.topic_body
{
	padding : 3px 10px 10px 10px;
	line-height : 120%;
	font-weight : normal;
}

/* 記事情報ブロック */
.topic_posted
{
	text-align : right;
	font-size : 11px;
	margin-bottom : 5px;
}

/* 記事本文 */
.topic_text
{
	line-height : 160%;
	padding-left : 5px;
}

/* タイトルリンク */
.topic_title a {}
.topic_title a:hover {}

/* 記事本文中リンク */
.topic_text a {}
.topic_text a:hover {}
/* 著者情報表示中リンク */
.topic_posted a {}
.topic_posted a:hover {}


/* コメント */
.topic_comment
{
	line-height : 120%;
	width : 98%;
	padding : 10px 10px 15px 10px;
}
.topic_comment_body 
{ 
	padding-top : 5px;
	padding-left : 5px;
}
.topic_comment_text { }
.topic_comment_posted 
{
	font-size : 11px;
}

/* ------------------------------------------------
イベント記事部分表示設定
------------------------------------------------ */
/* 記事ブロック（タイトル・本文・著者情報を含む） */
.event
{
	border : solid 1px #cccccc;
	text-align : left;
	padding-bottom : 5px;
	margin-bottom : 20px;
}
/* タイトルブロック */
.event_title
{
	padding : 10px 10px 0px 10px;
	font-size:16px;
	font-weight : bolder;
}
/* 本文ブロック */
.event_body
{
	padding : 3px 10px 10px 10px;
	line-height : 120%;
	font-weight : normal;
}

/* 記事情報ブロック */
.event_posted
{
	text-align : right;
	font-size : 11px;
	margin-bottom : 5px;
}

/* イベント情報ブロック */
.event_data
{
	border : solid 1px #cccccc;
	padding : 2px;
	margin : 5px;
}

/* 記事本文 */
.event_text
{
	line-height : 160%;
	padding-left : 5px;
}

/* タイトルリンク */
.event_title a {}
.event_title a:hover {}

/* 記事本文中リンク */
.event_text a {}
.event_text a:hover {}
/* 著者情報表示中リンク */
.event_posted a {}
.event_posted a:hover {}

/* コメント */
.event_comment
{
	line-height : 120%;
	width : 98%;
	padding : 10px 10px 15px 10px;
}
.event_comment_body 
{ 
	padding-top : 5px;
	padding-left : 5px;
}
.event_comment_text { }
.event_comment_posted 
{
	font-size : 11px;
}

/* ------------------------------------------------
プロフィール表示設定
------------------------------------------------ */
/* プロフィール表示テーブル */
.TblProf
{
	border-collapse:collapse;
	border : solid 1px #cccccc;
}
td.TblProf 
{
	border : solid 1px #cccccc;
}

/* 新着情報表示テーブル */
.TblProf_News
{
	border-collapse:collapse;
	border : solid 1px #cccccc;
}
td.TblProf_News ,
th.TblProf_News 
{
	border : solid 1px #cccccc;
}

.TblProf_Photo ,
td.TblProf_Photo ,
th.TblProf_Photo 
{
	border : none;
}

/* 新着情報表示テーブル */
.TblProf_Intro
{
	border-collapse:collapse;
	border : solid 1px #cccccc;
}
td.TblProf_Intro ,
th.TblProf_Intro 
{
	border : solid 1px #cccccc;
}

/* ------------------------------------------------
マイカー表示設定
------------------------------------------------ */
/* マイカーブロック */
.mycar
{
	width : 100%;
	margin-bottom : 5px;
	border : solid 1px #cccccc;
	padding : 5px;
}

/* マイカー画像 */
.mycar_image
{
	display : block;
	text-align : center;
	margin-bottom : 5px;
}
/* マイカー説明 */
.mycar_text
{
	padding : 3px;
}


.pager_t{
	margin:auto;
	width:99%;
	text-align:center;
	padding:2px 2px 2px 2px;
}
#pager_t_prv{
	float:left;
	margin:auto;
	padding-left:10px;
	padding-right:-10px;
}
#pager_t_nxt{
	float:right;
	margin:auto;
	padding-left:-10px;
	padding-right:10px;	
}	

#pager_t_home{
	width:20%;
	margin:auto;
}

.pager_b
{
	display		: inline-block;
	margin		: auto;
	width		: 99%;
	text-align	: center;
	padding		: 2px 2px 2px 2px;
}

#pager_b_prv{
	float		  : left;
	margin		  : auto;
	padding-left  : 10px;
	padding-right : -10px;
	
}
#pager_b_nxt{
	float		  : right;
	margin		  : auto;
	padding-left  : -10px;
	padding-right : 10px;	
}	

#pager_b_home{
	width:20%;
	margin:auto;
	text-align:center;
}



