body {
	margin:0px;
	padding:0px;
	text-align:center; /*マージンautoに対応していないブラウザ用のセンタリング*/
	font-size:12px; 
}

#wrapper {
	width:760px; /*全体の幅*/
	margin:0 auto; /*センタリング*/
	text-align:left; /*文字を左揃えに戻す*/
}
a {color:#006aff;}
a:visited {color:#bf820f;}
a:hover {color:#ff0000;}

a.bbs_top{
	color:#333;
	line-height:5em;
	padding:10px 10px 10px 10px;
}
a.bbs_top:hover{
	color:#666;
	line-height:5em;
	padding:10px 10px 10px 10px;
}
/******************* ポータルメニュー *******************/
#portal_menu_wrapper {
	padding:0px 10px 0px 10px;
	text-align:center;
	background-color:#444;
}
#portal_menu {
	margin:0 auto;
	width:760px;
	height:24px;
	line-height:200%;
}

#portal_menu_left {
	float:left;
}
#portal_menu_right {
	float:right;
	color:#fff;
}
#portal_menu_right a{
	color:#fff;
	line-height:1em;
	padding:0px 5px 0px 5px;
}
#portal_menu_right a:hover{
	color:#fff;
	line-height:1em;
	padding:0px 5px 0px 5px;
}
/******************* コンテンツ *******************/
#contents {
	width:760px;
}
/******************* 左メニュー *******************/
#left_menu {
	float:left;
	width:168px;
	margin:10px 0px 0px 0px;
	padding:10px 0px 0px 0px;
}
/******************* メイン *******************/
#main {
	float:right;
	width:570px;
	margin:10px 0px 0px 0px;
}
/******************* 共通ヘッダ *******************/
.bbs_name {
	width:760px;
	height:100px;
	background-image:url(/bbs/tcss/temp/01/header_bg.jpg);
	background-repeat:no-repeat;
	font-size:20px;
	font-weight:bold;
}
/******************* フッタ *******************/
#footer {
	width:760px;
	height:40px;
	text-align:center;
	font-size:12px;
	line-height:300%;
	background-image:url(/bbs/tcss/temp/01/footer_bg.gif);
	background-repeat:no-repeat;
	/*
	border:solid 1px #666666;
	*/
	margin:10px 0px 10px 0px;
	clear:both;
}
/******************* 掲示板への書き込み状態 *******************/
#authority_0 {
	color:#0000ff;
	font-weight:bold;
	text-align:center;
	background-color:#eeeeff;
	line-height:200%;
}
#authority_1 {
	color:#ff0000;
	font-weight:bold;
	text-align:center;
	background-color:#ffeeee;
	line-height:200%;
}

/******************* プロフィール *******************/
.prof {
	width:168px;
	text-align:center;
}
.prof img {
	margin:10px 0 10px 0;
}
.prof_name {
	font-size:12px;
	font-weight:bold;
}

.f_num {
	font-size:10px;
}

.prof_text {
	font-size:12px;
	line-height:140%;
	color:#666666;
	margin:10px 0 10px 0;
}

.prof_det {
	font-size:12px;
	line-height:140%;
	text-align:right;
}

/******************* カレンダー *******************/
.calendar_bg {
	background-image:url(/bbs/tcss/temp/01/calendar_bg.gif);
	background-repeat:no-repeat;
	width:168px;
	height:168px;
	margin:10px 0px 10px 0px;
}
.calendar {
	width:156px;
	margin:6px 6px 0px 6px;
}
.calendar caption {
	font-weight:bold;
	padding:3px 0px 6px 0px;
}
.calendar th {
	font-size:12px;
	text-align:center;
	font-weight:bold;
	height:20px;
}
.calendar td {
	font-family:arial;
	font-size:12px;
	text-align:center; 
	height:17px;
}
.week_holiday {
	color:#FF3300;
	background-color:#ffdddd;
}
.week_day {
	color:#666666;
	background-color:#eeeeee;
}
.holiday {color:#FF3300;}
.day {color:#666666;}
.day_f {
	font-weight:bold;
}

/******************* ブックマークする／メッセージを送る／友だち申請をする *******************/
.text_button {
	margin:0px 0px 0px 0px;
}
/******************* 全体表示 *******************/
.cate_all {
	padding:3px 3px 3px 12px;
	/*
	border-left:solid 5px;
	border-bottom:solid 1px;
	*/
	background-image:url(/bbs/tcss/temp/01/category_bg.gif);
	background-repeat:no-repeat;
	height:30px;
	line-height:200%;
	font-weight:bold;
}
/******************* ジャンル・カテゴリー *******************/
.cate_name {
	padding:3px 3px 3px 12px;
	/*
	border-left:solid 5px;
	border-bottom:solid 1px;
	*/
	background-image:url(/bbs/tcss/temp/01/category_bg.gif);
	background-repeat:no-repeat;
	height:30px;
	line-height:200%;
	font-weight:bold;
}

.cate_list {
	margin:0px 0px 0px 27px;
	padding:0px;
	list-style:disc;
}

.cate_list li {
	margin:3px 0 3px 0;
}
/******************* メニュー *******************/
.list_menu {
	margin:0px 0px 0px 27px;
	padding:0px;
	list-style:disc;
}
.list_menu li {
	margin:3px 0px 3px 0px;
}
/******************* コメント *******************/
.com_list {
	margin:0px 0px 0px 27px;
	padding:0px;
	list-style:disc;
}
.com_list li {
	margin:3px 0px 3px 0px;
	line-height:1.3;
}
/******************* アクセス数 *******************/
.access {
	font-size:12px;
	margin:0px 10px 0px 10px;
	padding:3px 0px 3px 0px;
	width:148px;
}
/******************* RSS *******************/
#rss_wrapper {
	height:18px;
	margin:10px 0px 0px 0px;
	padding:0px 0px 0px 4px;
}
.rss {
	vertical-align:middle;
	margin:0px 3px 0px 0px;
}
/******************* 記事 *******************/
.all_article {
	padding:6px 3px 6px 5px;
	border-left:solid 5px;
	border-bottom:solid 1px;
}
/******************* 記事投稿日時 *******************/
.article_entry {
	padding:0px 0px 0px 13px;
	margin:10px 0px 0px 0px;
	background-image:url(/bbs/tcss/temp/01/article_tit_bg.gif);
	background-repeat:no-repeat;
	height:30px;
	line-height:250%;
	font-weight:bold;
}
/******************* 記事タイトル *******************/
.article_title {
	width:562px;
	margin:0px 4px 0px 4px;
	border-bottom:1px dotted;
	border-color:#ccc;
}
.title_text {
	float:left;
	padding:6px 0px 6px 6px;
}
h2 {
	margin:0px;
	font-size:16px;
}
.slide_show {
	float:right;
	padding:9px 6px 7px 0px;
}
/******************* 記事本文と写真 *******************/
.article_wrapper {
	background-color : #FFFFFF ;
	width:562px;
	margin:0px 4px 0px 4px;
	padding:5px;
	overflow:visible ;
}
.article_text {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size:12px;
	line-height:180%;
	padding-top:2px;
	padding-right:5px;
	padding-bottom:2px;
	padding-left:3px;
	word-break:break-all;
}
.article_photo {
	float : right ;
	margin-left:5px ;
	margin-right:5px;
	overflow:visible ;
}
/******************* コメントを見る・書く *******************/
.comment {
	width:562px;
	margin:0px 4px 0px 4px;
	padding:6px 5px 6px 5px;
	font-size:11px;
	line-height:1.4em;
	border-color : #0A3A90 ;
	border-top:1px dotted;
	border-bottom:1px solid;
	border-color:#ccc;
}

.blog-trackback {
	font-family:"ＭＳ Ｐゴシック", "Osaka";
	font-size:11px;
	line-height:1.2em;
	text-align:left;
	padding-left:5px;
	padding-bottom:0px ;
	float:left;
}

.blog-pagetop {
	font-family:"ＭＳ Ｐゴシック", "Osaka";
	font-size:11px ;
	line-height:1.2em ;
	text-align:right ;
	padding-right:5px ;
	padding-bottom:0px ;
	margin-top:1.75em ;
}

#header_comment {
	width:562px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	line-height:200%;
	background-color:#eee;
}
#header_comment_left {
	float:left;
	padding:0px 0px 0px 5px;
	background-color:#eee;
	width:457px;
}
#header_comment_right {
	float:right;
	padding:0px 5px 0px 0px;
	background-color:#eee;
	width:95px;
	text-align:right;
}
.comment_wrapper {
	width:562px;
	margin:10px 4px 10px 4px;
	background-color:#fff;
	border:1px solid #ccc;
}

.from_user {
	width:auto;
	margin:0px 5px 0px 5px;
	padding:5px 0px 0px 0px;
}

.from_user_left {
	float:left;
	font-size:12px;
	line-height:140%;
	color:#333;
	padding:0px 0px 0px 8px;
	background-image:url(/bbs/images/h_message1.gif);
	background-repeat:repeat-y;
}
.from_user_right {
	float:right;
	font-size:12px;
	line-height:140%;
}

.comment_title {
	margin:0px 5px 0px 5px;
	clear:both;
	line-height:140%;
	font-size:12px;
	color:#333;
	background-image:url(/bbs/images/h_message1.gif);
	background-repeat:repeat-y;
	padding:0px 0px 0px 8px;
}

.line_dot2 {
	background-image:url(/bbs/images/line_dot.gif);
	background-repeat:repeat-x;
	width:562px;
	height:1px;
	font-size:1px;
	margin:0px 0px 0px 0px;
}

.i_comment_wrapper {
	background-color : #FFFFFF ;
	width:552px;
	margin:0px 5px 5px 5px;
	padding:0px;
	overflow:visible ;
	background-image:url(/bbs/images/h_message2.gif);
	background-repeat:repeat-y;
}
.i_comment_text {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size:12px;
	line-height:140%;
	color:#333;
	word-break:break-all;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 8px;
}
.i_comment_photo {
	float : right ;
	margin-left:5px ;
	margin-right:5px;
	overflow:visible ;
}
/******************* トラックバック *******************/
.trackback_wrapper {
	width:562px;
	margin:10px 4px 10px 4px;
	background-color:#fff;
	border:1px solid #ccc;
}
#trackback_comment {
	width:562px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	line-height:200%;
	background-color:#eee;
}
#trackback_comment_left {
	float:left;
	padding:0px 0px 0px 5px;
	background-color:#eee;
	width:387px;
}
#trackback_comment_right {
	float:right;
	padding:0px 5px 0px 0px;
	background-color:#eee;
	width:165px;
	text-align:right;
}
#trackback_url {
	padding:5px 5px 5px 5px;
	color:333;
	line-height:140%;
}
