
/* ヘッダー部分
---------------------------------------------------- */

.tr_title01 {
    background-color: #E8EFFF;
	font-weight: bold;
	color: #000000;
}
.tr_title_sen {
   background-color: #003399;
}
#tr_header_current{
	font-size: 14px;
	width: 780px;
        padding: 0 5px 0 10px;
	text-align: left;
        margin: 5px auto 10px auto;
	line-height: 23px;
	font-weight: bold;
	background: url(/img/sub_title.gif) no-repeat left top;
}


/* メインメニュー
---------------------------------------------------- */

#tr_mainmanu{
	width:780px;
	height:36px;
	margin-top: 5px;

}
#tr_menu_main{float:left; width:78px; height:36px;}
#tr_menu_profile{float:left; width:78px; height:36px;}
#tr_menu_album{float:left; width:78px; height:36px;}
#tr_menu_pict{float:left; width:78px; height:36px;}
#tr_menu_tips{float:left; width:78px; height:36px;}
#tr_menu_qa{float:left; width:78px; height:36px;}
#tr_menu_go{float:left; width:78px; height:36px;}
#tr_menu_bbs{float:left; width:78px; height:36px;}
#tr_menu_favorite{float:left; width:78px; height:36px;}
#tr_menu_rss{float:left; width:78px; height:36px;}


/* プロフィール
---------------------------------------------------- */

#profile {
	font-size:small;
	color:#333333;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 2px;
	line-height:120%;
	margin-left: auto;
    margin-right: auto;
	margin-bottom: 5px;
    background-image: url(/img/tr/back_border_gr_01.gif);
    text-align:center;
	border-color:#999999;
	border-width:1px;
	border-style:solid;
}


.name{
	font-size:nomal;
	font-wait:bold;
	color:#0033cc;
	font-weight: bold;
    text-align:center;
	
}


.pro_center{
	margin-left: auto;
	margin-right: auto;

}


.pro_center{
	margin-left: auto;
	margin-right: auto;

}


.bo_bbs{
	width:141px;
	height:23px;
	background-image: url(/img/tr/bo_01.gif);
	background-repeat: no-repeat;
}
.bo_bbs a{
	width:141px;
	height:23px;
	background-image: url(/img/tr/bo_01.gif) top left no-repeat
}
.bo_favorite{
	width:141px;
	height:23px;
	background-image: url(/img/tr/bo_02.gif);
	background-repeat: no-repeat;
}
.bo_favorite a{
	width:141px;
	height:23px;
	background-image: url(/img/tr/bo_02.gif) top left no-repeat
}
.bo_mail{
	width:141px;
	height:23px;
	background-image: url(/img/tr/bo_03.gif);
	background-repeat: no-repeat;

}
.bo_mail a{
	width:141px;
	height:23px;
	background:url('/img/tr/bo_03.gif') top left no-repeat
}

.pro_line{
	width:155px;
	height:8px;
	background-image: url(/img/tr/sen_gr.gif);
	background-repeat: repeat-x;


}


/* 文章
---------------------------------------------------- */


.text_normal{
margin-top:0px;
line-height:140%;
text-align:left;
}



/* メニュー 060817渡辺追加---------------------------------------------------- */

#tr_menu_list{
	margin-bottom: 8px;
	border-bottom: 3px #eeeeee solid;	
	background: #999999;
}

#tr_menu_list div{
	border-bottom: 1px #999999 solid;
}
#tr_menu_list div div{
	border-bottom: 1px #015486 solid;
}

#tr_menu_list ul li{
	float: left;
	padding: 5px 0;
	margin: 1px 1px 0 0;
	background: #efefef;
	text-align: center;
	font-weight:bold;
	font-size: 12px;
	white-space: nowrap;
  width: calc(100% / 9 - 1.1px);
}
#tr_menu_list ul li#tr_main,
#tr_menu_list ul li#tr_main_check{
	margin-left: 1px;
}
#tr_menu_list ul li#tr_rss,
#tr_menu_list ul li#tr_rss_check{
  margin-right: 0;
}

#tr_menu_list ul li#tr_main_check,
#tr_menu_list ul li#tr_profile_check,
#tr_menu_list ul li#tr_album_check,
#tr_menu_list ul li#tr_postcard_check,
#tr_menu_list ul li#tr_tips_check,
#tr_menu_list ul li#tr_qa_check,
#tr_menu_list ul li#tr_go_check,
#tr_menu_list ul li#tr_bbs_check,
#tr_menu_list ul li#tr_favorite_check,
#tr_menu_list ul li#tr_rss_check,
#tr_menu_list ul li#tr_comm_check{
	background: #4C7094;
}
#tr_menu_list ul li#tr_main_check a,
#tr_menu_list ul li#tr_profile_check a,
#tr_menu_list ul li#tr_album_check a,
#tr_menu_list ul li#tr_postcard_check a,
#tr_menu_list ul li#tr_tips_check a,
#tr_menu_list ul li#tr_qa_check a,
#tr_menu_list ul li#tr_go_check a,
#tr_menu_list ul li#tr_bbs_check a,
#tr_menu_list ul li#tr_favorite_check a,
#tr_menu_list ul li#tr_rss_check a,
#tr_menu_list ul li#tr_comm_check a{
	color: white;
}

#tr_menu_list ul li a{
	margin: 0;
	text-decoration:none;
}

#tr_menu_list ul li a:link,
#tr_menu_list ul li a:visited {
	color: #333;
}

#tr_menu_list ul li a:hover{
	text-decoration:underline;
}

