/* ------------------------------------------------
ページ背景・基本フォントおよびサイズ等を設定
スクロールバーもここで設定
------------------------------------------------ */
/* ページ全体
 　ページ背景設定や文字サイズ
   ブログの中央・左寄せ設定は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/Commu/mainback.gif);
	background-position : center;
	background-repeat : repeat-y;
	margin-bottom : 0px;
}
#footer 
{
	background-image: URL(../Images/Commu/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/Commu/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;
	padding-bottom : 5px;
	margin-bottom : 20px;
	text-align : left;
*/	
}

.topic_commu_banner
{
	background-image:url("../Template/Topic/topictitle.gif");
	background-repeat:no-repeat;
	background-position:left, center;
	width:629px; 
	height:39px;
}
.topic_commu_name
{
	padding:13px 0px 0px 50px;
	font-size:16px;
	font-weight : bolder;
	width:560px;
	height:39px;
}
.topic_create_banner
{
	margin:3px 2px 2px 2px;
	background-image:url("../Template/Topic/topicCreate.gif");
	background-repeat:no-repeat;
	background-position:left, center;
	width:620px; 
	height:16px;
	text-align:left;
}
.topic_create_menu
{
	font-size:11px;
	padding-left:20px;
}

.topic_pager
{
	background-image:url("../Template/Topic/topiccount.gif"); 
	background-position:left, center;
	background-repeat:no-repeat;
	width:629px; 
	height:39px;
	margin-left:auto;
	margin-right:auto;
}

.topic_manager
{
	vertical-align:middle;
	width:100%;
	height:100%;
}

.topic_manager_cnt
{
	width:200px;
	color:Gray;
	padding-left:40px;
}

.topic_manager_grid
{
	
}

.topic_manager_sort
{
	text-align:right; 
	padding-right:20px; 
	width:150px;
}

.topic_comment_count
{
	float:left;
	margin-left:auto;
	margin-right:auto;
	color:Gray;
	padding:10px 0 0 0;
}
.toipc_comment_pager
{
	float:right;
	margin-left:auto;
	margin-right:auto;
	padding:6px 0 0 0;
}

/* 本文ブロック */
.topic_body
{
	border : solid 1px #cccccc;
	line-height : 120%;
	font-weight : normal;
	width:629px;
/*	
	padding : 3px 10px 10px 10px;
*/
}

/* バナーimage*/
.topic_banner
{
	background-image:url("../Template/Topic/topic1.jpg");
	background-repeat:no-repeat;
	background-position:left, center;
	height:39px;
	width:629px; 
	margin-top:2px;
}

/* タイトルブロック */
.topic_title
{
	margin:5px 0px 0px 5px;
	font-size:16px;
	font-weight : bolder;
	width:auto;
	color:Green;	
	width:auto; 
	vertical-align:middle;
}

/* 記事情報ブロック */
.topic_posted
{
	padding:10px 20px 0px 0px;
	text-align : right;
	font-size : 11px;
	width:auto;
	vertical-align:middle;
}

/* 記事本文 */
.topic_text_body
{
	border-Left: solid 3px #b1e360;
	border-Bottom: solid 3px #b1e360;
	border-Right: solid 3px #b1e360;
	background-color:#ffffff;
	line-height : 160%;
	padding-left : 5px;
	width:614px;
	margin-bottom:2px;
}

/* タイトルリンク */
.topic_title a {}
.topic_title a:hover {}

/* 記事本文中リンク */
.topic_text a {}
.topic_text a:hover {}
/* 著者情報表示中リンク */
.topic_posted a {}
.topic_posted a:hover {}

 
/* コメント */
.topic_comment_header
{
	background-image:url("../Template/Topic/topic2.jpg");
	background-repeat:no-repeat;
	background-position:left, center;
	height:39px;
	width: 629px;
}

.topic_comment
{
	line-height : 120%;
	width : 100%;
}
.topic_comment_body 
{ 
	border-Left: solid 1px #b1e360;
	border-Bottom: solid 1px #b1e360;
	border-Right: solid 1px #b1e360;
	line-height : 160%;
	padding-left : 5px;
	padding-right:5px;
	padding-bottom:2px;
	width:613px;
/*
	padding-top : 5px;
	padding-left : 5px;
*/
}
.topic_comment_text 
{
	padding:0 10px 5px 10px;
}

.topic_coment_headertable
{
	width:629px;
	height:100%;
	vertical-align:middle;
}
.topic_comment_index
{
	color:#339933;
	font-weight:bold;
	font-size: 14px;
	text-align:left;
	padding-left:12px;
	padding-right:12px;
}
.topic_comment_posted 
{
	text-align : right;
	font-size : 11px;
	padding-right:20px;
}


/* ------------------------------------------------
イベント記事部分表示設定
------------------------------------------------ */
/* 記事ブロック（タイトル・本文・著者情報を含む） */
.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;
}


