/*
	シンプル：ブルー
*/


/*ページ全体*/
body
{
	background: #ffffff;
	text-align: center;
	margin: 0 0 0 0;
	padding: 8px 2px 2px 2px;
}

/*ヘッダタイトル装飾*/
.BlogTitle
{
	font-weight: bold;
	font-size: 24px;
}
/*全ページ共通ヘッダ・フッタ*/
#Header
{
	padding:20px 0px 20px 20px;
	margin-top: 5px;
	background-image: url('/styles/images/header.jpg');
	background-repeat: no-repeat;
}

#Footer
{
	background: url('/styles/images/header.jpg') no-repeat;
	width: 750px;
	height: 20px
}

/*::::::::::::::::::::::::::::::::::::::::::::::-end-::::::::::::::::::::::::::::::::::::::::::::::*/

/*通常リンク*/
a{color: #6A4D8E;text-decoration: none;}
a:link{	color: #384FC2;	text-decoration: underline;}
a:visited{	text-decoration: underline;}
a:active{}
a:hover{color: #FF0000;	text-decoration: underline;}
/*::::::::::::::::::::::::::::::::::::::::::::::-end-::::::::::::::::::::::::::::::::::::::::::::::*/

/*ヘッダーリンク*/
#Header a{color: #fff;text-decoration: none;}
#Header a:link{color: #fff;text-decoration: none;}
#Header a:visited{text-decoration: none;}
#Header a:active{}
#Header a:hover{color: #fff;text-decoration: underline;}
/*::::::::::::::::::::::::::::::::::::::::::::::-end-::::::::::::::::::::::::::::::::::::::::::::::*/

/*カレンダー部分リンク*/
a.LinkCalendar{	color: #708ece;	text-decoration: none;font-weight: bold;}
a.LinkCalendar:link{color: #708ece;text-decoration: none;font-weight: bold;}
a.LinkCalendar:visited{text-decoration: none;font-weight: bold;}
a.LinkCalendar:active{}
a.LinkCalendar:hover{color: #3a3b40;text-decoration: underline;font-weight: bold;}
/*::::::::::::::::::::::::::::::::::::::::::::::-end-::::::::::::::::::::::::::::::::::::::::::::::*/

/*ブログタイトルリンク*/
a.LinkTitle{color: #6A4D8E;text-decoration: none;}
a.LinkTitle:link{color: #384FC2;text-decoration: underline;}
a.LinkTitle:visited{text-decoration: underline;}
a.LinkTitle:active{}
a.LinkTitle:hover{color: #FF0000;text-decoration: underline;}
/*::::::::::::::::::::::::::::::::::::::::::::::-end-::::::::::::::::::::::::::::::::::::::::::::::*/

/*BBSタイトルリンク*/
a.LinkBBSTitle{color: #6A4D8E;text-decoration: underline;}
a.LinkBBSTitle:link{color: #384FC2;text-decoration: underline;}
a.LinkBBSTitle:visited{color: #384FC2;text-decoration: underline;}
a.LinkBBSTitle:active{}
a.LinkBBSTitle:hover{color: #FF0000;text-decoration: underline;}
/*::::::::::::::::::::::::::::::::::::::::::::::-end-::::::::::::::::::::::::::::::::::::::::::::::*/

/*BBSHNリンク*/
a.LinkBBSHandleName{color: #6779C5;text-decoration: underline;}
a.LinkBBSHandleName:link{color: #6779C5;text-decoration: underline;}
a.LinkBBSHandleName:visited{color: #6779C5;text-decoration: underline;}
a.LinkBBSHandleName:active{}
a.LinkBBSHandleName:hover{color: #FF0000;text-decoration: underline;}
/*::::::::::::::::::::::::::::::::::::::::::::::-end-::::::::::::::::::::::::::::::::::::::::::::::*/


/*見出し*/
H1
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
}
H2
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px 0 4px 0;
	padding-top: 0px;
}
H3
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 5px 0px 10px 0px;
	padding-top: 0px;
}
/*::::::::::::::::::::::::::::::::::::::::::::::-end-::::::::::::::::::::::::::::::::::::::::::::::*/


 /*:::ページレイアウト:::*/
/*全体の横幅*/
#Foundation
{
	width: 750;
	margin: 0 auto 0 auto;
	text-align: left;
}

/*カラムメニュー*/
#BlogMenu
{
	width: 190px;
	float: right;
	margin: 5 auto 0 auto;
}

/*コンテンツ部分（ブログ記事）*/
#Content
{
	float: left;
	width: 550px;
	margin: 5 auto 0 auto;
	font-size: 14px;
}

/*掲示板横幅*/
#BBSContent
{
	width: 750px;
	margin: 5 auto 0 auto;
	font-size: 14px;
}
/*::::::::::::::::::::::::::::::::::::::::::::::-end-::::::::::::::::::::::::::::::::::::::::::::::*/

 /*:::ブログ関連:::*/


.BlogPlate
{
	margin-top: 0px;
}

/*ブログタイトル上日付*/
.BlogDate
{
	color: #5170B2;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	border-bottom: 1px solid #0871e3; padding-left:0px; padding-right:0px; padding-top:4px; padding-bottom:1px
}

/*記事部分装飾*/
.BlogBody
{
	padding: 2px 0 0px;
	line-height: 130%;
	word-break: break-all;
}

 /*ブログ：本日のタイトル*/
.Title
{
	background-position: 0px 2px 0px 0px;
	margin: 0px 0px 10px 0px;
	padding-left: 16px;
	font-weight: bold;
	font-size: 16px;
	background-image: url('/styles/images/point12x12.gif');
	vertical-align: middle;
	color: #404040;
	background-repeat: no-repeat;
	background-color: transparent
}


/*ブログ：写真*/
.pict
{
	margin:0 8px 0 0;
}


.DiaryLine
{
	border-bottom:1px solid #b9bfcf;
	margin:3px 0 5px 0;
}


/*記事テキスト装飾*/
.BlogText
{
	font-size: 14px;
	padding-bottom: 20px;
	color: #000000;
}

/*投稿日時テキスト装飾*/
.BlogPosted
{
	padding-right: 0px;
	padding-left: 0px;
	font-size: 12px;
	padding-bottom: 8px;
	color: #333333;
	padding-top: 8px;
	text-align: right;
}

/*トラックバック関連*/
.TrackBackUrl{
	color: #5170B2;
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0px 15px 15px;
}

.TrackBackBlock
{
	border-right: lightsteelblue 1px solid;
	border-top: lightsteelblue 1px solid;
	margin-bottom: 10px;
	margin-left: 15px;
	margin-top: 10px;
	padding-right: 9px;
	padding-left: 10px;
	padding-top: 7px;
	padding-bottom: 3px;
	border-left: lightsteelblue 1px solid;
	border-bottom: lightsteelblue 1px solid;
	background-color: #f2f7fc;
}

.TrackBackBody
{
	font-size: 12px;
	color: #454E5A;
	line-height: 135%;
}

.TrackBackPost
{
	color: #708ece;
	font-size: 10px;
	text-align: right;
}

a.LinkTrackBack-post{color: #708ece;text-decoration: none;font-weight: bold;}
a.LinkTrackBackPost:link{color: #708ece;text-decoration: none;font-weight: bold;}
a.LinkTrackBackPost:visited{text-decoration: none;font-weight: bold;}
a.LinkTrackBackPost:active{font-weight: bold;}
a.LinkTrackBackPost:hover{color: #3a3b40;text-decoration: underline;font-weight: bold;}
/*::::::::::::::::::::::::::::::::::::::::::::::-end-::::::::::::::::::::::::::::::::::::::::::::::*/

/*カレンダー関連*/
.CalendarHeader{
	padding-right: 5px;
	padding-left: 5px;
	font-size: 12px;
	background: #95a8d2;
	padding-bottom: 5px;
	color: #32456d;
	padding-top: 5px;
	border-bottom: #6f86bd 1px solid;
	letter-spacing: 0px;
	text-align: center;
}

.CalendarBody
{
	width: 190px;
	text-align: center;
	margin-bottom: 10px;
	background: #95A8D2;
	border-bottom: 1px solid #0871e3;
}

.CalendarWeek
{
	color: #709ece;
	font-size: 12px;
	font-weight: bold;
	position: center;
}

/*カレンダー：*/
.CalendarPlate
{
	color: #c5e4ff;
	font-weight: bold;
	font-size: 12px;
	position: center;
}


/*カレンダー：平日*/
.CalendarWeekday
{
	color: #425C95;
	font-size: 12px;
	font-weight: bold;
}

/*カレンダー：日曜*/
.CalendarSunday
{
	color: #FF0810;
	font-size: 12px;
	font-weight: bold;
}

/*カレンダー：土曜*/
.CalendarSaturday
{
	color: #0000FF;
	font-size: 12px;
	font-weight: bold;
}

/*カレンダー：平日のリンク*/
a.LinkCalendarWeekday{color: #425C95;font-size: 12px;font-weight: bold;}
a.LinkCalendarWeekday:hover{color: #FF0000;}
a.LinkCalendarWeekday:visited{color: #6070A0;}

/*カレンダー：日曜のリンク*/
a.LinkCalendarSunday{color: #F0810;font-size: 12px;font-weight: bold;}
a.LinkCalendarSunday:hover{color: #FFFFFF;}
a.LinkCalendarSunday:visited{color: #EF3860;}
a.LinkCalendarSaturday:visited{color: #324CE5;}

/*カレンダー：土曜のリンク*/
a.LinkCalendarSaturday{color: #3333CC;font-size: 12px;font-weight: bold;}
a.LinkCalendarSaturday:hover{color: #FF0000;}


/*カレンダー：今日背景*/
.CalendarTodayBG
{
	background-color: #FFFFFF;
}


/*::::::::::::::::::::::::::::::::::::::::::::::-end-::::::::::::::::::::::::::::::::::::::::::::::*/
/*メニュー部分全体指定*/
.MenuPlate
{
	border-left:1px solid #95A8D2; border-right:1px solid #95A8D2; border-top:0px solid #95A8D2; border-bottom:1px solid #95A8D2; font-size: 12px;
	text-align: left;
	line-height: 125%;
	padding: 5px;
	background: #DCE4F1;
	word-break: break-all; margin-left:0; margin-right:0; margin-top:0; margin-bottom:15px
}
/*::::::::::::::::::::::::::::::::::::::::::::::-end-::::::::::::::::::::::::::::::::::::::::::::::*/

/*カレンダー以外のメニュータブ*/
.MenuTitle
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	font-size: 12px;
	background: #95a8d2;
	padding-bottom: 5px;
	color: #32456d;
	WORD-BREAK: break-all;
	padding-top: 5px;
	border-bottom: #6f86bd 1px solid;
	letter-spacing: 0px;
	text-align: center;
}

.MenuBody
{
	margin-bottom: 5px;
	word-break: break-all;
	color: #000000;
}

a.LinkMenu{color: #6A4D8E;text-decoration: none;}
a.LinkMenu:link{color: #384FC2;text-decoration: underline;}
a.LinkMenu:visited{text-decoration: underline;}
a.LinkMenu:active{}
a.LinkMenu:hover{color: #FF0000;text-decoration: underline;}
/*::::::::::::::::::::::::::::::::::::::::::::::-end-::::::::::::::::::::::::::::::::::::::::::::::*/

/*カテゴリー*/
.LinkCtgyName
{
	background-position: 0px 4px 0px 0px;
	padding-left: 10px;
	font-size: 12px;
	background-image: url('/styles/images/point6x6.gif');
	vertical-align: middle;
	text-align: absmiddle;
	color: #000000;
	background-repeat: no-repeat;
	background-color: transparent
}


/*::::::::::::::::::::::::::::::::::::::::::::::-end-::::::::::::::::::::::::::::::::::::::::::::::*/

/*BBS　全体*/
.BBSPlate{}

/*BBS　親記事*/
.BBSParentPlate
{
  width:90%;
  padding:0px 0px 0px 5px;
  background: #DCE4F1;
}

.BBSParentBody
{
  border:1px solid #95A8D2;
  padding:3px 3px 3px 3px;
  background: #FFFFFF;
}


/*BBS　子記事*/
.BBSChildPlate
{
  width:90%;
  padding:0px 0px 0px 5px;
}
 
.BBSChildBody
{
  border:1px solid #95A8D2;
  padding:3px 3px 3px 3px;
  background: #FFFFFF;
}


/*BBS：テーブル*/
.BBSTable{
  border:1px solid #95A8D2;
  border-collapse:collapse;
  border-spacing:0px;
  width:100%;
}

/*BBS：リストテーブルのタイトル*/
.BBSTableTitle{
  padding:3px 5px 2px 5px;
  border-bottom:1px solid #95A8D2;
  background:#DCE4F1;
  border-collapse:collapse;
  border-spacing:0px;
  width:100%;
}

/*BBS：テーブルのメッセージ*/
.BBSTableMessage{
  background:#FFFFFF;
  padding:5px 5px 2px 5px;
  width:100%;
}

/*BBS：投稿画面の左*/
.BBSTableLeft{
  padding:5px 2px 5px 5px;
  border-right:1px solid #95A8D2;
  border-bottom:1px solid #95A8D2;
  background:#DCE4F1;
  width:130px;
  font-size:12px;
  line-height:125%;
  vertical-align:top;
}

/*BBS：投稿画面の右*/
.BBSTableRight{
  background:#FFFFFF;
  padding:5px 2px 5px 5px;
  border-right:1px solid #95A8D2;
  border-bottom:1px solid #95A8D2;
  font-size:12px;
  line-height:125%;
}

/*BBS：返信、引用、削除ボタン プレート */
.BBSButtonPlate{
  border-top:1px solid #95A8D2;
  margin: 2px 0 0 0;
  padding: 5px 0 0 0;
}

/*BBS：投稿日時*/
.BBSTreeDateTime{
  color: #666666;
  font-size: 10px;
}



/*::::::::::::::::::::::::::::::::::::::::::::::-end-::::::::::::::::::::::::::::::::::::::::::::::*/

/*愛車紹介関連*/

.CarPriceLeft
{
	font-size: 12px;
	text-align: left;
	margin: 0 0 15px 0;
	line-height: 125%;
	padding: 5px 5px 5px 5px;
	border: solid #6F86BD;
	border-width: 0px 0px 1px 0px;
	background: #95A8D2;
}
.CarPriceRight
{
	font-size: 12px;
	text-align: right;
	margin: 0 0 15px 0;
	line-height: 125%;
	padding: 5px 5px 5px 5px;
	border: solid #6F86BD;
	border-width: 0px 0px 1px 0px;
	background: #DCE4F1;
}
.CarLink
{
	color: #32456D;
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0 0 0;
	padding: 5px 5px 5px 5px;
	text-align: left;
	background: #DCE4F1;
	border: solid #6F86BD;
	border-width: 1px 1px 1px 1px;
}

.CarTable
{
	align: left;
	font-size: 14px;
	text-align: left;
	margin: 0 0 15px 3px;
	line-height: 125%;
	padding: 0px 0px 10px 5px;
	border: solid #95A8D2;
	border-width: 1px 1px 1px 1px;
	background: #FFFFFF;
	width: 99%;
	vertical-align: middle;
}

.CarTableDetail
{
	font-size: 14px;
	text-align: left;
	padding: 0px 0px 0px 0px;
	width: 99%;
	line-height: 125%;
	vertical-align: middle;
	border: solid #FFFFFF;
	border-width: 1px 1px 1px 1px;
	background: #FFFFFF;

}

.CarPage
{
	font-size: 12px;
	text-align: center;
	margin: 0 0 10px 0px;
	line-height: 125%;
	padding: 0px 0px 0px 0px;
	border: solid #95A8D2;
	border-width: 1px 1px 1px 1px;
	background: #FFFFFF;
	width: 99%;
	vertical-align: middle;
}


.CarTableColor
{
	background: #DCE4F1;
}

.CarTableColorActive
{
	background: #FFFFFF;
}


.CarPlate
{
	border-left:0px solid #95A8D2; border-right:0px solid #95A8D2; border-top:0px solid #95A8D2; border-bottom:0px solid #95A8D2; font-size: 14px;
	text-align: left;
	line-height: 125%;
	padding: 0px;
	background: #FFFFFF;
	color: #000000;
	word-break: break-all; margin-left:0; margin-right:0; margin-top:0; margin-bottom:15px
}

.CarTitle
{
	color: #404040;
	font-size: 16px;
	font-weight: bold;
	padding-left: 17px;
	background: url('/styles/images/point12x12.gif') no-repeat 0px 0px;
}

.CarMenu
{
	color: #32456D;
	font-size: 12px;
	letter-spacing: 0px;
	margin: 0 0 10px 0;
	padding: 0px 0px 0px 5px;
	text-align: left;
	background: #DCE4F1;
	border-bottom: 1px solid #6F86BD;
}

.CarDate
{
	color: #5170B2;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #0871e3;
	width: 98%; margin-left:0; margin-right:0; margin-top:0; margin-bottom:3px; padding-left:5px; padding-right:0px; padding-top:4px; padding-bottom:1px
}

.CarSubTitle
{
	color: #5170B2;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #0871e3;
	width: 98%; margin-left:0; margin-right:0; margin-top:0; margin-bottom:3px; padding-left:5px; padding-right:0px; padding-top:4px; padding-bottom:1px
}

.LinkCarMenuHere
{
	color: #32456D;
}
/*::::::::::::::::::::::::::::::::::::::::::::::-end-::::::::::::::::::::::::::::::::::::::::::::::*/

/*コメント関連*/
.CommentButton
{
	border-right: #6f86bd 1px solid;
	border-top: #6f86bd 1px solid;
	font-size: 12px;
	background: #dce4f1;
	border-left: #6f86bd 1px solid;
	width: 130px;
	color: #dce4f1;
	border-bottom: #6f86bd 1px solid;
	text-align: center;
}

.CommentTitle
{
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 0px;
	padding-top: 0px;
	font-weight: bold;
	font-size: 12px;
	background: #dce4f1;
	color: #32456d;
	border-right: #95A8D2 1px solid;
	border-top: #95A8D2 1px solid;
	border-left: #95A8D2 1px solid;
	border-bottom: #95A8D2 1px solid;
}
.CommentDate
{
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 0px;
	padding-top: 1px;
	font-size: 12px;
	background: #ffffff;
	margin: 0px;
	color: #404040;
	border-right: #95A8D2 1px solid;
	border-top: #95A8D2 0px solid;
	border-left: #95A8D2 1px solid;
	border-bottom: #95A8D2 1px solid;
}

.CommentBody
{
	padding-right: 2px;
	padding-left: 2px;
	font-size: 14px;
	padding-bottom: 2px;
	padding-top: 2px;
	word-break: break-all;
}

.CommentReply
{
	text-align: right;
}

.CommentBig
{
	margin-top: 10px;
	float: left;
	margin-bottom: 0px;
	width: 100%;
}
.CommentMini
{
	margin-top: 10px;
	float: left;
	margin-bottom: 0px;
	width: 265px;
}
.CommentArrow
{
	margin-top: 20px;
	float: left;
	width: 20px;
	text-align: center;
}
/*::::::::::::::::::::::::::::::::::::::::::::::-end-::::::::::::::::::::::::::::::::::::::::::::::*/

/*コンテンツタブ*/
.TabActive
{
	background-color: #FF639A;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;

}
.TabInactive
{
	background-color: #DCE4F1;
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
}


.TabActive1
{
	padding:2px 0 2px 0;
}
.TabActive2
{
	padding:2px 0 2px 0;
}
.TabActive3
{
	padding:2px 0 2px 0;
}
.TabActive4
{
	padding:2px 0 2px 0;
}

.TabInactive1
{
	padding:2px 0 2px 0;
}
.TabInactive2
{
	padding:2px 0 2px 0;
}
.TabInactive3
{
	padding:2px 0 2px 0;
}
.TabInactive4
{
	padding:2px 0 2px 0;
}

.TabBottom
{
	background-color: #95A8D2;
	text-align: center;
	height: 5px;
}

a.LinkTabActive
{

	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a.LinkTabActive:link
{

	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a.LinkTabActive:visited
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a.LinkTabActive:active
{
}
a.LinkTabActive:hover
{
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

a.LinkTabInactive
{
	color: #425C95;
	text-decoration: none;
	font-size: 12px;
}
a.LinkTabInactive:link
{
	color: #425C95;
	text-decoration: none;
	font-size: 12px;
}
a.LinkTabInactive:visited
{
	color: #425C95;
	text-decoration: none;
	font-size: 12px;
}
a.LinkTabInactive:active
{
	font-size: 12px;
}
a.LinkTabInactive:hover
{
	color: #FF639A;
	text-decoration: underline;
	font-size: 12px;
}
/*::::::::::::::::::::::::::::::::::::::::::::::-end-::::::::::::::::::::::::::::::::::::::::::::::*/

/*各部の横線*/
.HrLine
{
	color: #95A8D2;
	height: 1px;
}


/*::::::::::::::::::::::::::::::::::::::::::::::-end-::::::::::::::::::::::::::::::::::::::::::::::*/

/*プロフィールページ関連*/

/*プロフィール：最新ブログ等*/
.ProfileTitle
{
	background-position: 0px 0px 0px 0px;
	margin: 0px 0px 9px 0px;
	padding-left: 16px;
	font-weight: bold;
	font-size: 14px;
	background-image: url('/styles/images/point12x12.gif');
	vertical-align: middle;
	color: #202020;
	background-repeat: no-repeat;
	background-color: transparent
}


/*プロフィール：自己紹介テーブル*/
.ProfileTable
{
border-collapse: collapse;
border-collapse: separate;
border: 1px double #95A8D2;
background-color: #FFF;
width:100%;
}
/*プロフィール：自己紹介の左*/
.ProfileTableLeft
{
border: 1px double #95A8D2;
text-valign:top;
width:80px;
background-color: #DCE4F1;
font-size:14px;
line-height:130%;
}

/*プロフィール：自己紹介の右*/
.ProfileTableRight
{
border: 1px double #95A8D2;
text-valign:top;
background-color: #FFF;
font-size:14px;
line-height:130%;
}

/*プロフィール：写真*/
.ProfilePhoto
{
	text-align: center;
	width: 175px;
	border: 0px;
}

/*プロフィール：ニックネーム*/
.ProfileNickname
{
	font-size:26px;
	font-weight:bold;
	line-height:100%;
}

/*プロフィール：ふきだし*/
.ProfileBalloonPlate
{
	margin-bottom:7px;
}

.ProfileBalloon
{
	background-color: #C0D0F0;
}

/*::::::::::::::::::::::::::::::::::::::::::::::-end-::::::::::::::::::::::::::::::::::::::::::::::*/
/*新規追加のスタイル*/

/*フォトギャラリー*/
/*投稿番号*/
.PhotoNo
{
	text-align:left;
	padding:0 0 0 0px;
	margin:5px 0 5px 0;
	font-size:20px;
	color:#777799;
	font-weight:bold;
	border-bottom: 1px solid #0871E3;
}
/*投稿文章*/
.PhotoMemo
{
	margin:5px 0 0 0;
	text-align:left;
	font-size:14px;
}

/*投稿番号*/
.CarPriceTable
{	height:21px;
	font-size: 12px;
	text-align: right;
	line-height: 125%;
	border: solid #6F86BD;
	border-width: 1px 1px 0px 1px;
}

/*タブメニュー*/
#TabMenu
{
	width:548px;
	height:26px;
	margin:0px;
	padding:0px;
	list-style:none;
/*	border-bottom: 5px solid #95A8D2;*/

}



/*カレンダー：今日以外の背景*/
.CalendarNotTodayBG
{}


/*::::::::::::::::::::::::::::::::::::::::::::::-end-::::::::::::::::::::::::::::::::::::::::::::::*/



/*タブメニュー*/
/*
.TabActive
{
	float:left;
	background: #FF639A;
	width:131px;
	height:22px;
	text-align:center;
	vertical-align:middle;
	font-size:14px;
	margin:0px 6px 0px 0px;
	padding:2px 0px 0px 0px;
	border: 0px solid #95A8D2;

}
*/
/*タブメニュー*/
/*
.TabInactive
{
	float:left;
	background: #DCE4F1;
	width:131px;
	height:22px;
	text-align:center;
	vertical-align:middle;
	font-size:14px;
	margin:0px 6px 0px 0px;
	padding:2px 0px 0px 0px;
	border: 0px solid #95A8D2;

}
*/

.calendarwd
{
	background: #c5e4ff;
}
/*カレンダー：テーブルTD*/
.calendard
{
	empty-cells: show;
	border-left: 1px solid #c5e4ff;
	border-bottom: 1px solid #6F86BD;
	background: #fff;
}
/*カレンダー：テーブルTD背景*/
.calendardbg
{
	border-left: 1px solid #c5e4ff;
	border-bottom: 1px solid #c5e4ff;
	background: #fff;
}
/*::::::::::::::::::::::::::::::::::::::::::::::-end-::::::::::::::::::::::::::::::::::::::::::::::*/
/*::::::::::::::::::::::::::::::::::::::::::::::-end-::::::::::::::::::::::::::::::::::::::::::::::*/
/*::::::::::::::::::::::::::::::::::::::::::::::-end-::::::::::::::::::::::::::::::::::::::::::::::*/

/*2005/06 追加分のスタイル*/

/*フォトギャラリー*/
/*投稿番号*/
.PhotoNo
{
	text-align:left;
	padding:0 0 0 0px;
	margin:5px 0 5px 0;
	font-size:20px;
	color:#777799;
	font-weight:bold;
	border-bottom: 1px solid #0871E3;
}
/*投稿文章*/
.PhotoMemo
{
	margin:5px 0 0 0;
	text-align:left;
	font-size:14px;
}

/*プライステーブル*/
.CarPriceTable
{
	font-size: 12px;
	text-align: right;
	line-height: 125%;
	border: solid #6F86BD;
	border-width: 1px 1px 0px 1px;
}

.TabActive1
{
	padding:2px 0 2px 0;
}
.TabActive2
{
	padding:2px 0 2px 0;
}
.TabActive3
{
	padding:2px 0 2px 0;
}
.TabActive4
{
	padding:2px 0 2px 0;
}
.TabInactive1
{
	padding:2px 0 2px 0;
}
.TabInactive2
{
	padding:2px 0 2px 0;
}
.TabInactive3
{
	padding:2px 0 2px 0;
}
.TabInactive4
{
	padding:2px 0 2px 0;
}

/*閉鎖しているときの掲示板のタブ */
.TabClose
{
 padding:0;
 color: #FFFFFF;
}


.ProfileLatestPlate{}

.ProfileLatestBody
{
	margin:0px 0 10px 0;
	font-size:14px;
}

/*::::::::::::::::::::::::::::::::::::::::::::::-end-::::::::::::::::::::::::::::::::::::::::::::::*/

/*----------------------------------------
20070828　新規追加
みんカラ　オークション出品・評価一覧
----------------------------------------*/

/*ベース
　みんカラ側の幅を変更している方は
　こちらも変更してください。
----------------------------------------*/

/*　オークションページ全体幅指定　*/
.aucFoundation {
	width: 750px;
	margin:0 auto;
}

/*　ヘッダー部分幅指定　*/
.aucTopblock{
	margin: 0 0 5px 0;
	width: 750px;
	text-align: left;
	overflow: hidden;
}

/*　ヘッダー以外幅指定　*/
.Mkmainblock{
	width:100%;
	text-align:left;
	margin-top: 14px;
}

/*出品一覧------------------------------*/

/*　ページ遷移　*/

.MkpageCount{
margin:5px 0;
font-size:89%;
}

/*　リストテーブル　*/

.MkitemListTable thead{
	background-color:#5e73b3;/*項目名背景色*/
	text-align:center;
	height:14px;
	font-size:12px;
}

.MkitemListTable tr{ padding:5px; }

.MkitemListTable th{
	padding:5px;
	font-weight: normal;
	font-style: normal;
	color:#fff;/*項目名リンク以外文字色*/
}

.MkitemListTable td{
	background-color:#fff;/*テーブル背景色*/
	color:#000;/*文字色*/
	padding:5px;
	border-bottom:2px #d8deee solid;/*商品区切りラインカラー*/
}

.MktdC{text-align:center;}
.MktdR{text-align:right;}
.MktdL{text-align:left;}

/*　項目名リンクカラー指定　*/

thead a:link { color:#fff; }

thead a:visited{
	color:#fff;
	text-decoration: underline;
}

thead a:active{
	color:#fff;
	text-decoration: underline;
}

thead a:hover{
	color:#fff;
	text-decoration: underline;
}

/*　出品はありません テキスト　*/
.MkunknownText{ margin:10px 0; }

/*　残り時間「分」　*/
.MkremainMinute {color:#ff0000; }

/*　残り時間「秒」　*/
.MkremainSecond {color:#ff0000; }

/*　残り時間「１時間」　*/
.Mkremain1Hour {color:#0000ff; }


/*=======end===============================*/

/*総合評価一覧パーツ-----------------------*/

/*　総合評価幅　*/
.profHyoukaBox{width:100%;}

/*　総合評価　見出しテキスト　*/
.prefHyoukaBox h4{
	font-size:14px;
	font-weight:bold;
	text-align:left;
}

/*　総合評価　囲み　*/
.totalhyouka{
	border:1px #999999 solid;/*囲み罫線色*/
	background-color: #f5f5f5;/*囲み背景色*/
	color:#000;/*囲み文字色*/
	padding:10px;
	margin-bottom:10px;
}

.totalhyouka table{
	width: 90%;
	border: 0;
}

.totalhyouka h4 {
	margin:0
}

.totalhyouka td{padding:0 5px;}

/*　評価数　*/
.totalNumber{font-size:14px;}

/*　キャンセル回数　*/
.cancelNumber{margin:10px 0 0 10px;}

/*::::::::::::::::::::::::::::::::::::::::::::::-end-::::::::::::::::::::::::::::::::::::::::::::::*/

