/* ------------------------------------------------
ページ背景・基本フォントおよびサイズ等を設定
スクロールバーもここで設定
------------------------------------------------ */
/* ページ全体
 　ページ背景設定や文字サイズ
   ブログの中央・左寄せ設定はbodyのtext-alignで行う
   ブログ自体の文字寄せ設定は#containerで行う
*/
.nodisp
{
	display : none;
}

body 
{
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:12px;
	color:#4B4B4B;
	font-style:normal;
	margin:0;
	padding:0;
	text-decoration: none;
	background:#ffffff;
}
#body_panel
{
	width:950px;
	margin-left:auto;
	margin-right:auto;
}
#body_panel #content .commuName{
	background-image:url("../Images/UserVoice/Hotel/title-hotelbar.gif");
	background-repeat: no-repeat;
	background-position:left top;
	width:675px;
	height:40px;
}
#body_panel #content .commuName .commuNameText{
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
	padding:10px 5px 10px 50px;
	width:600px;
}

#footer_background 
{
	background-image: URL(../Images/MyPage/footer.gif);
	background-position : left bottom;
	background-repeat: no-repeat;
	background-attachment : scroll;
	margin-left :auto;
	margin-right:auto;
	height: 60px;
	width: 955px;
}

#topic .index_commu{
	background-image:url("../Images/Commu/title_community.gif");
	background-repeat: no-repeat;
	background-position:left top;
	width:675px;
	height:40px;
} 

#topic .index_event{
	background-image:url("../Images/UserVoice/Hotel/title-hotelbar.gif");
	background-repeat: no-repeat;
	background-position:left top;
	width:675px;
	height:40px;
} 


#body_header
{
	width:955px;
	margin-left:auto;
	margin-right:auto;

}

/* 汎用フッタ */
#footer_txt
{
	padding-top : 22px;
	padding-bottom : 0px;
	color:#ffffff;
	text-align:left;
}

#footer_txt UL {
	MARGIN: 0px auto; WIDTH: 955px; PADDING: 0PX;
}
#footer_txt UL LI {
	DISPLAY: inline; MARGIN: 0px 0px 0px 10px; PADDING: 0PX;
}
#footer_txt UL LI A {
	FONT-WEIGHT: bold; MARGIN: 0px 10px 0px 0px; PADDING: 0PX; TEXT-DECORATION: none; COLOR : #ffffff;
}

a:link		{color:#009900; text-decoration: underline;}
a:visited	{color:#009900; text-decoration: underline;}
a:hover		{color:#FF6600; text-decoration: underline;}
a:active	{color:#FF6600; text-decoration: underline;}

/* index_Masterフッタ */



/* ------------------------------------------------
ブロック要素表示調整(位置・サイズ)
------------------------------------------------ */
/* 広告用ヘッダ */
#adwards_header
{
	/* コンテナ中央配置 */
	margin-left :auto;
	margin-right:auto;
	/* コンテナ幅 */
	width : 950px;
	/* コンテナ内文字寄せ */
	text-align : center;
	border	  : none;
	padding-top:20px;
}
/* ユーザコンテナ（ブログ全体） */
#adwards_header:after 
{
	content : "";
	display : block;
	clear : both;
}

/* ユーザコンテナ */
#container
{
	/* コンテナ中央配置 */
	margin-left :auto;
	margin-right:auto;
	/* コンテナ幅 */
	width : 950px;
	/* コンテナ内文字寄せ */
	text-align : left;
	border	  : none;
/*	background-color : #FFFFFF; */
}

/* ユーザコンテナ（ブログ全体） */
#container:after 
{
	content : "";
	display : block;
	clear : both;
}

/* 記事ブロック */
#content
{
	float:left;
	display:inline;
	margin:0px;
	padding:0 5px 0 5px;
}
/* 左メニューブロック */
#linksleft
{
	float:right;
	display:inline;
	margin:0px;
	width:262px;
}

/* ------------------------------------------------
サイドメニューコンテンツ表示設定（左：250px）
------------------------------------------------ */
.sidetable
{
	width : 262px;
	margin-bottom : 5px;
	
}
/* サイドメニュータイトル */
.sideheader
{
	/*font-family:@ＭＳ ゴシック;*/
	background-image : URL(../Images/UserVoice/subblock/subblock-title.gif);
	background-repeat : no-repeat;
	background-position:center center;
	font-weight : bolder;
	text-align : left;
	color:#ffffff;
	font-size:14px;
	/*font-weight:bold;*/
	padding-left:30px;
	height:39px;
}
.sideheader a
{
	text-decoration : none;
	color : #ffffff;
}
.sideheader a:hover
{
	text-decoration : underline;
	color : #E46715;
}


/* サイドメニューコンテンツフッター(角丸) */
.sidefooter
{
	background-image : URL(../Images/UserVoice/subblock/subblock-bottom.gif);
	vertical-align : middle;
	background-repeat : no-repeat;
	text-align : center;
	height : 10px;
}
/* サイドメニューコンテンツ部分 */
/*.side
{
	background-image : URL(../Images/UserVoice/subblock/subblock-bk.gif);
	background-repeat:repeat;
	background-color : #ffffff;
	font-weight : normal;
	text-align : left;
	margin : 0px;
	padding:0 8px 0 8px;

}
*/

.side
{
	background-image : URL(../Images/UserVoice/subblock/subblock-bk.gif);
	background-repeat:repeat;
	background-color : #ffffff;
	font-weight : normal;
	text-align : left;
	margin : 0px;
	padding:2px 8px 2px 8px;
	line-height : 140% ;
}

.sideBigImg
{
	background-image: URL(../Images/Commu/bg_image.gif);
	background-repeat:no-repeat;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	height:270px;
	width:262px;
}

/* サイドメニューデータリスト(画像付一覧行用) */
.side_datalist
{
	background-image : URL(../Images/UserVoice/subblock/subblock-bk.gif);
	background-repeat:repeat;
	border : none;
	background-color : #ffffff;
	font-weight : normal;
	line-height : 100%;
	font-size : 10px;
	text-align : center;
	margin :0;
	padding:0 8px 0 8px;
}

/* リンク文字色 */
/*.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 : 262px; }
	.sideheader2 { background-image : URL(../Images/UserVoice/subblock/subblock-title.gif);}
	.sidefooter2 { background-image : URL(../Images/UserVoice/subblock/subblock-bottom.gif);}


/* サイドメニュー各種 */

/* コミュニティオーナーメニュー */
.commu_sideheader_ManageMenu{
	font-family:@ＭＳ ゴシック;
	background-image : URL(../Images/Commu/title-admenu.gif);
	background-repeat : no-repeat;
	background-position:center center;
	height:39px;
	width:262px;
}
.sideMenu
{
	background-image : URL(../Images/UserVoice/subblock/subblock-bk.gif);
	background-repeat:repeat;
	background-color : #ffffff;
	font-weight : normal;
	text-align : left;
	margin : 0px;
	padding:0 8px 0 8px;

}
.sideMenu a:link	{color:#FF6600; text-decoration: underline;}
.sideMenu a:visited	{color:#FF6600; text-decoration: underline;}
.sideMenu a:hover	{color:#FF6600; text-decoration: underline;}
.sideMenu a:active	{color:#FF6600; text-decoration: underline;}

/* 足あと */
.commu_sideheader_footMark{
	font-family:@ＭＳ ゴシック;
	background-image : URL(../Images/Commu/title-footprint.gif);
	background-repeat : no-repeat;
	background-position:center center;
	font-weight : bolder;
	text-align : left;
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	padding-left:30px;
	height:39px;
}

/* メンバー */
.commu_sideheader_member{
	font-family:@ＭＳ ゴシック;
	background-image : URL(../Images/Commu/title-member.gif);
	background-repeat : no-repeat;
	background-position:center center;
	font-weight : bolder;
	text-align : left;
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	padding-left:30px;
	height:39px;
}

/* 関連コミュ */
.commu_sideheader_relation{
	font-family:@ＭＳ ゴシック;
	background-image : URL(../Images/Commu/title-relation.gif);
	background-repeat : no-repeat;
	background-position:center center;
	font-weight : bolder;
	text-align : left;
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	padding-left:30px;
	height:39px;
}

/* PR */
.commu_sideheader_pr{
	font-family:@ＭＳ ゴシック;
	background-image : URL(../Images/Commu/title-pr.gif);
	background-repeat : no-repeat;
	background-position:center center;
	font-weight : bolder;
	text-align : left;
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	padding-left:30px;
	height:39px;
}



/* ------------------------------------------------
ブログタイトル
------------------------------------------------ */
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 
{
	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
{
	padding-bottom : 5px;
	margin-bottom : 20px;
}
#topic #box-m .topic_content .information{
	margin-top: 10px;
	float: left;
}

#topic #box-m {
	background-image: url(../Images/UserVoice/main-repeat.gif);
	background-position: center;
	width:675px;
	text-align:center;
}

.topic_contents{
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width:650px;
}

#CommuMenuHeaderTitle{
	font-size:20px;
	font-weight:bold;
	padding-top:10px;
}
.CommuMenu_txt{
	color: #00A735;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
}

#line {
	margin-top: 10px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}

/*TopicUserComment--*/
#topic #box-m .topic_contents table .newTopicHeader{
	background-image:url("../img/bar-green638.gif");
	background-position:left center;
	background-repeat:no-repeat;
	height:30px;
	text-align:left;
}
#topic #box-m .topic_contents table .newTopicHeaderTxt{
	padding-left:10px;
	width:600px;
	font-size:14px;
	font-weight:bold;
}

#topic #box-m .topic_contents table .newTopicContents{
	text-align:left;
	padding:0px 5px 5px 5px;
	border:solid 1px #cccccc;
	font-size:14px;
}

.commTable{
	padding:2px 5px 2px 5px;
	border-bottom:solid 1px #cccccc;
	background-color:#ffffff;
}
.commTableB{
	padding:2px 5px 2px 5px;
	background-color:#ffffff;
}
.commTableL{
	padding:2px 5px 2px 5px;
	border-bottom:solid 1px #cccccc;
	border-right:solid 1px #cccccc;
	font-weight:bold;
}
.commTableLB{
	padding:2px 5px 2px 5px;
	border-right:solid 1px #cccccc;
	font-weight:bold;
}



#topic #box-m .topic_contents .clfix {
	border:solid 1px #cccccc;
	font-size:13px;
	margin-top:2px;
	margin-bottom:2px;
}

#topic #box-m .topic_contents .clfix .commu_comment_title{
	background-color: #f2ffe3;
}

#topic #box-m .topic_contents .clfix .coment_publiclv {
	width:300px;
	text-align: left;
	padding:5px 10px 5px 10px;
	border-bottom:solid 1px #cccccc;
}

#topic #box-m .topic_contents .clfix .coment_lv {
	text-align: left;
	padding:5px 10px 5px 10px;
}


#topic #box-m .topic_contents .clfix .coment_info {
	text-align: right;
	margin-top: 5px;
	font-style:normal;
	font-weight:bold;
	padding:5px 10px 5px 10px;
	border-bottom:solid 1px #cccccc;
}

#topic #box-m .topic_contents .clfix table tr td .com {
	text-align:left;
}
#topic #box-m .topic_contents .clfix  table tr td .com p {
	padding:5px 10px 0px 10px;
	text-align:left;
	line-height:1.5em;	
}

#topic #box-m .topic_contents .clfix .com p {
	padding:5px 10px 0px 10px;
	text-align:left;
	line-height:1.5em;	
}

#topic #box-m .topic_contents table tr td .com {
}

#topic #box-m .topic_contents .hh {
	font-size: 14px;
	color: #009900;
}
#topic #box-m .topic_contents table tr td .link {
	font-size: 14px;
	font-weight: bold;
	color: #009900;
	float: right;
}

/*--TopicUserComment*/

.topic_commu_banner
{
	background-image:url("../Images/Commu/Topic/topicTitle.gif");
	background-repeat:no-repeat;
	background-position:left, center;
	width:650px; 
	height:39px;
}
.topic_commu_name
{
	font-size:16px;
	font-weight : bolder;
	width:650px;
	height:39px;
}
.topic_create_banner
{
	background-image:url("../Images/Commu/Topic/topicCreate.gif");
	background-repeat:no-repeat;
	background-position:left, center;
	width:650px; 
	height:16px;
	text-align:left;
}
.topic_create_menu
{
	font-size:11px;
}

.topic_pager
{
	background-image:url("../Images/Commu/Topic/topicPager.gif"); 
	background-position:left, center;
	background-repeat:no-repeat;
	width:650px; 
	height:39px;
	margin-left:auto;
	margin-right:auto;
}

.topic_manager
{
	vertical-align:middle;
	width:100%;
	height:100%;
}

.topic_manager_cnt
{
	width:200px;
	color:Gray;
}

.topic_manager_grid
{
	
}

.topic_manager_sort
{
	text-align:right; 
	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;
}

/* 本文ブロック */
.topic_body
{
	border : solid 1px #cccccc;
	font-weight : normal;
	width:650px;
/*	
	padding : 3px 10px 10px 10px;
*/
}

/* トピックタイトル*/
.topic_banner
{
	height:39px;
	width:650px; 
	padding-top:10px;
}

/* タイトルブロック */
.topic_title
{
	font-size:16px;
	font-weight : bolder;
	width:auto;
	color:Green;	
	vertical-align:middle;
}

/* 記事情報ブロック */
.topic_posted
{
	text-align : right;
	font-size : 11px;
	width:auto;
	vertical-align:middle;
	margin-right:5px;
}

/* 記事本文 */
.topic_text_body
{
	width:650px;
	margin:5px 5px 5px 5px;
}
.topic_title_txt
{
	font-size:13px;
	padding:5px 5px 5px 5px;
	line-height:1.5em;	
}
.topic_type{
	background-image:url("../Images/UserVoice/Hotel/icon_type.gif");
	background-repeat:no-repeat;
	width:9px;
	height:30px;
}


/* タイトルリンク */
.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("../Images/Commu/Topic/topicCommentUser.jpg");
	background-repeat:no-repeat;
	background-position:left, center;
	height:39px;
	width: 650px;
}

.topic_comment
{
	line-height : 120%;
	width : 650px;
}
.topic_comment_body 
{ 
	border-Left: solid 1px #b1e360;
	border-Bottom: solid 1px #b1e360;
	border-Right: solid 1px #b1e360;
	width:648px;
}
.topic_comment_text 
{
	padding:5px 5px 5px 5px;
}

.topic_coment_headertable
{
	border:solid 0px #339933;
	width:650px;
	vertical-align:middle;
}
.topic_comment_index
{
	color:#339933;
	font-weight:bold;
	font-size: 14px;
	text-align:left;
	padding-left:12px;
}
.topic_comment_posted 
{
	text-align : right;
	font-size : 11px;
}

/*トピックリスト*/
#topicList_Header td{
/*	border-bottom:solid 1px #cccccc;*/
	background-color:#f2ffe3;
	font-size:13px;
}

#topicList_Header .topicList_title{
	font-weight:bold;
	color:#00A735;
	float:left;
	padding:8px 5px 8px 10px;
}
#topicList_Header .topicList_posted{
	font-weight:bold;
	float:right;
	padding:8px 10px 8px 5px;
}

#topicList_Info{
	text-align:left;
	background-color:#ffffff;
	font-size:13px;
}

#topicList_Info .topicList_InfoColumn{
	padding:5px 5px 5px 5px;
	width:120px;
	height:120px;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	border-right:dashed 1px #cccccc;
	line-height:1.5em;
}
#topicList_Info .topicList_InfoComment{
	padding:5px 10px 5px 10px;
	width:530px;
	vertical-align:text-top;
	text-align:left;
	line-height:1.5em;
}


/* ------------------------------------------------
イベント記事部分表示設定
------------------------------------------------ */
/* 記事ブロック（タイトル・本文・著者情報を含む） */
.event
{
	text-align : left;
	padding-bottom : 5px;
	margin-bottom : 20px;
}
/* タイトルブロック */
.event_title
{
	padding : 10px 0px 0px 0px;
	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;
}

.TblCommuProf
{
	border-collapse:collapse;
	border : solid 1px #ffffff;
}
td.CommuTblProf 
{
	border : solid 1px #ffffff;
}


/* 新着情報表示テーブル */
.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;
}



/* ------------------------------------------------
マイページ
------------------------------------------------ */
#box-my
{
	text-align:center;
	background-image:Url("../Images/UserVoice/main-repeat.gif");
}

#box-top
{
	text-align:left;
	background-image:Url("../Images/UserVoice/Hotel/title-hotelbar.gif");
	background-repeat:no-repeat;
	height:39px;
	width:675px;
}

#box-my .myData_TitleImg{
	background-image:url("../img/bar-green638.gif");
	background-position:left center;
	background-repeat:no-repeat;
	height:30px;
}

#box-my .myData_TitleTxt{
	text-align:left;
	font-size:16px;
	font-weight:bold;
	color:#ffffff;
	padding:0px 10px 0px 10px;
	width:100%;
}

#box-my .myData_Contents{
	text-align:left;
	padding:0px 5px 5px 5px;
	border:solid 1px #cccccc;
}


/* ------------------------------------------------
コミュニティ登録画面(RegistCommunity)
------------------------------------------------ */

.registCommuTitle{
	background-image:url("../Images/Commu/title-newcommu.gif");
	background-position:center center;
	background-repeat:no-repeat;
	width:675px;
	height:40px;
}

.registCommuBody{
	background-image: url(../Images/UserVoice/main-repeat.gif);
	background-position: center;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.registCommuBg{
	background-color:#f2ffe3;
	width:100%;
}

.registCommuColumn{
	padding:5px 15px 5px 15px;
	text-align:right;
	font-size:13px;
	width:130px;
	border-bottom:solid 3px #ffffff;
}

.registCommuImput{
	padding:5px 5px 5px 5px;
	font-size:13px;
	width:auto;
	border-bottom:solid 3px #ffffff;
}
.registCommuBtn{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#ffffff;
}


/* ------------------------------------------------
コミュニティ登録画面(RegistCommunity)
------------------------------------------------ */

#TABLE_PROF .LeftColumnName{
	width: 100px; 
	text-align: center;
	background-color:#f2ffe3;
	padding:3px 5px 3px 5px;
	font-weight:bold;
}

#TABLE_PROF .MidColumnItem{
	border-bottom:dotted 1px #c1c1c1;
	padding:3px 5px 3px 5px;
}

#TABLE_PROF .RightColumnItem{
	border-bottom:dotted 1px #c1c1c1;
	padding:3px 5px 3px 5px;
}

#TABLE_USERINFO .TopColumnName{
	text-align: left;
	background-color:#f2ffe3;
	padding:3px 5px 3px 5px;
	font-weight:bold;
	font-size:10pt;
	height:20px;
}

#TABLE_USERINFO .LeftColumnName{
	width: 100px; 
	text-align: center;
	background-color:#f2ffe3;
	padding:3px 5px 3px 5px;
	font-weight:bold;
}

#TABLE_USERINFO .MidColumnItem{
	border-bottom:dotted 1px #c1c1c1;
	padding:3px 5px 3px 5px;
}

#TABLE_THUMB .TopColumn{
	text-align: center;
	background-color:#f2ffe3;
	padding:3px 5px 3px 5px;
	font-weight:bold;
	border:solid 1px #f2ffe3;
}

#TABLE_THUMB .Items{
	text-align: center;
	padding:3px 5px 3px 5px;
	width:100px;
	height:100px;
	border:solid 1px #c1c1c1;
}

table.setting_tbl
{
	border : solid 1px #cccccc;
	border-collapse : collapse;
	margin-bottom : 5px;
}

/* ------------------------------------------------------------

	コミュニティトピックコメント
	
 ------------------------------------------------------------*/
#topic #box-m .topic_contents .clfix .com .comment_img{
	width:144px; 
	height:144px; 
	float:left; 
	margin:auto; 
	border:solid 1px #c1c1c1; 
	text-align:center; 
	vertical-align:middle;
}
 
#topic #box-m .topic_contents .clfix .com .dlRemited{
	width:100%;
	margin:auto;
	text-align:left;
	padding-top:13px;
} 

#topic #box-m .topic_contents .clfix .com .dlRemited dl dt{
	float:left;
	margin:auto;
	width:145px;
}

#topic #box-m .topic_contents .clfix .com .dlRemited dd{
	float:left;
	margin:auto;
	text-align:left;
	line-height:1.5em;	
	padding:5px 10px 5px 10px;
}

#topic #box-m .topic_contents .clfix .com .dlRemited dd #p_topic{
	/*padding:5px 10px 5px 10px;*/
	text-align:left;
	line-height:1.5em;	
}
