@charset "utf-8";
/* CSS Document */


/* -----  header ----- */
#header{
	background: url(../images/etc/bgTopLine.jpg) repeat-x;
	height:150px;
}
#header #headerContainer {
	background: url(../images/etc/bgHeader.jpg) no-repeat;
	margin: 0 auto;
	padding:0 1px;
	width:982px;
    height:41px;
}
#header #headerLog {
	height:30px;
	padding:11px 0 0 650px;
	color:#FFFFFF;
	text-align:right;
}
#header #loginLastTime{
	color:#FFFFFF;
	margin:0 10px 0 0;
}
#header #loginStatus{
	color:#FFFFFF;
	background: url(../images/icon/iconLinkTriangle.png) no-repeat 0 center;
	padding:2px 0 0 18px;
	margin:0 10px 0 0;
}

#header #headerSubNavi {
    height:20px;
	text-align:right;
	margin:0 10px 0 0;
	padding:1px 0 0 0;
}

#header #headerSubNavi a {
	background: url(../images/icon/iconLinkTriangle.png) no-repeat 0 center;
	padding:1px 0 0 18px;
}

#header h1 {

}

#header h1 span{
    font-size: 20px;
    float: right;
    margin: 10px 0 0 0;
}

#container {
	margin: 0 auto;
	width:982px;
}
#container #sideContent {
  width:185px;
  float:left;
}

#container #sideContent #myProfile{
    margin: 0 0 33px 0;
    border-bottom: 1px dotted #b9b9b9;

}

#container #sideContent #myProfile p{
	border-top: 1px dotted #b9b9b9;
	padding:10px 0 10px 10px;
}
#container #sideContent #myProfile p span #name{
	margin:0 5px;
	font-size:13px;
}
#container #sideContent #myProfile img{
	margin:0 26px 10px 26px;
	padding:5px;
	border: 1px solid #DDD7E3;
	width:123px;
}
#container #sideContent #myProfile #myProfileLink{
	background: url(../images/icon/iconLinkArrow.jpg) no-repeat right 13px;
	text-align:right;
	padding:10px 15px 0 0;
}
#container #sideContent #myProfile #myProfileLink a{
	background: url(../images/icon/iconLinkTriangle.png) no-repeat 0 center;
	padding:0 0 0 20px;
}

#container #sideContent ul#mainMenu{
	border-top:1px solid #B3A8C3;
	margin:0 0 30px 0;
}
#container #sideContent ul#mainMenu li{
	padding:10px 0 10px 30px;
	border-bottom: 1px solid #b9b9b9;
	background: #FCF3EE url(../images/icon/iconMenu.jpg) no-repeat 5px 10px;
}
#container #sideContent ul#mainMenu li.subMenu{
	background: url(../images/icon/iconLinkTriangle.png) no-repeat 10px center;
	border:none;
	padding:8px 0 8px 30px;
}

#container #sideContent #myMenu{
	border-top:1px solid #B3A8C3;
}
#container #sideContent #myMenu p{
	font-weight:bold;
	margin:10px 0 10px 10px;
	background:url(../images/icon/iconArrow.jpg) no-repeat right center;
}
#container #sideContent #myMenu ul{
	border-top: 1px dotted #b9b9b9;
}
#container #sideContent #myMenu li{
	padding:10px 0 10px 30px;
	border-bottom: 1px dotted #b9b9b9;
	background: #FCF3EE url(../images/icon/iconMenu.jpg) no-repeat 5px 10px;
}




#container #mainContent {
	float: right;
	width: 761px;
}
#container #mainContent #mainImage{
	background: url(../images/etc/main_image.jpg) no-repeat 0 1px;
	height:143px;
	/*padding:62px 24px 24px 0*/;
	margin:0 0 18px 0;
	padding: 1px 0;
	border-top:1px solid #82A8C3;
	border-bottom: 1px solid #82A8C3;
}
#container #mainContent #mainImage p{
	font-size:17px;
	font-weight:bold;
	color:#FFF;
	text-align:right;
	line-height:200%;
	/*
	padding:60px 20px 0 0;
	*/
}




#container #mainContent #emergency{

}
#container #mainContent #emergency h2{
	background: url(../images/icon/iconContact.jpg) no-repeat 0 center;
	float:left;
	color:#D13F40;
	font-size:12px;
	font-weight:bold;
	padding:5px 0 0 40px;
	margin:0 0 5px 0;
	height:17px;
}

#container #mainContent #information h2,
#container #mainContent #calendar h2{
	background: url(../images/icon/iconCalenderP.gif) no-repeat 0 center;
	float:left;
	color:#2E3192;
	font-size:12px;
	font-weight:bold;
	padding:5px 0 0 40px;
	margin:0 0 5px 0;
	height:17px;
}
#container #mainContent .myContentsNavi {
	float:right;
}
#container #mainContent .myContentsNavi a {
	float:right;
	background: url(../images/icon/iconLinkTriangle.png) no-repeat 0 center;
	padding:2px 0 0 20px;
}
#container #mainContent .myContentsNavi a.noBg {
	background:none;
	padding-left:5px;
}
#container #mainContent #calendar h2,
#container #mainContent #showEmergency h2,
#container #mainContent #showCall h2,
#container #mainContent #showInformation h2,
#container #mainContent #showMessageBoard h2{
    float:left;
    font-size:12px;
    font-weight:bold;
    padding:5px 0 0 40px;
    margin:0 0 5px 0;
    height:17px;
    position: relative;
}


/*--- カレンダー--------------------------------------------------*/
#myCalenderBox{
	padding:11px 6px;
	height:400px;
}
#myCalenderSelect{
	text-align:right;
}
#myCalenderTable{
	border-right:1px solid #b9b9b9;
}
#myCalenderHeader{
	margin:0px 20px 0 23px;
	_margin:0px 20px 0 25px;
	width:695px;
}
#myCalenderNaviMonth{
	margin:0 0 0 5px;
}
#myCalenderWeek{
	float:left;
	margin:10px 1px;
/*	width:700px;*/
/*  height:213px;*/
}

#myCalenderWeek .myCalenderPrev{
    position:relative;
    top: 2px;
}

#myCalenderWeek .myCalenderNext{
    position:relative;
    top: 2px;
}

.myCalenderDay{
	float:left;
	width:99px;
	border-top:1px solid #b9b9b9;
	border-left:1px solid #b9b9b9;
	border-bottom:1px solid #b9b9b9;
}
.myCalenderTodayDate{
	height:22px;
	background-color:#E2E5F6;
	border-bottom:1px dotted #9C8CA9;
	text-align:center;
}
.myCalenderDate{
	height:22px;
	background-color:#EDEDED;
	border-bottom:1px dotted #9C8CA9;
	text-align:center;
}
.myCalenderSaturdayDate{
	color:#0055A8;
}
.myCalenderSundayDate{
	color:#ED145B;
}
.myCalenderTodayEvent{
	background-color:#FFFCE9;
}
.myCalenderTodaySchedule{
	background-color:#FFFCE9;
	vertical-align:top;
}

.myCalenderDayEvent{
    height:38px;
    border-top:1px dotted #9C8CA9;
    border-bottom:1px dotted #9C8CA9;
    /*text-align:center;*/
    color:#2C3091;
}

.myCalenderDayEvent p{
    padding:1px 0 1px 9px;
}

.myCalenderDaySchedule{
	height:150px;
	vertical-align:top;
}

/* 2010/07/06 ZhangDeFeng ADD Start --個人Todo管理 */

.myCalenderFromToTimeTodo{
	line-height:15px;
}

.myCalenderTodo{
	width:80px;
	margin:3px 3px 0 3px;
	padding:5px;
	background-color:#EBDDDD;
}

.myCalenderTodoWS{
    width:80px;
    margin:3px 3px 0 3px;
    padding:5px;
    background-color:#cee4ae;
}

.myCalenderTodoCreate{
	margin:3px 3px 0 3px;
}

/* 2010/07/06 ZhangDeFeng ADD End --個人Todo管理 */

.ScheduleStudy{
	width:80px;
	margin:3px 3px 0 3px;
	padding:5px;
/*	background-color:#E4EDFC;*/
}
.ScheduleLife{
	width:80px;
	margin:3px 3px 0 3px;
	padding:5px;
	background-color:#FFEFD8;
}

.ScheduleType{
    padding-right:3px;
    font-weight:bold;
}

.myCalenderFromToTime{
line-height:15px;
}

.myCalenderSubject{
line-height:15px;
}

.myCalendarMessage{
    padding:3px 3px 0 3px;
}

/*--- /カレンダー--------------------------------------------------------*/


/*--中ボックス-----------------------------------------------------------*/
.myContents{
	margin:0 0 18px 0;
}
.displayContent{
	border:1px solid #b9b9b9;
}

#showMsgListMsg{
    padding:3px 3px 0 3px;
}

.myContentsArea{
	padding:3px 3px 0 3px;
	width:761px;
}
.myContentsItem{
	padding:0 0 3px 0;
}
.myContentsTimeBox{
    margin:0 3px 0 0;
    padding:6px 0 0 0px;
    float:left;
    width:124px;
    height:18px;
    background-color:#FFE9EB;
    text-align:center;
}
.myContentsTimeStampBox{
    margin:0 3px 0 0;
    padding:6px 0 0 0px;
    float:left;
    width: 170px;
    height:18px;
    background-color:#FFE9EB;
    text-align:center;
}

.myContentsFlagBox{
    margin:0 3px 0 0;
    padding:6px 0 0 0px;
    float:left;
    width:64px;
    height:18px;
    background-color:#FFE9EB;
    text-align:center;
    vertical-align:100%;
}
.myContentsSectionBox{
    margin:0 3px 0 0;
    padding:6px 0 0 2px;
    float:left;
    width:162px;
    height:18px;
    background-color:#FFE9EB;
    text-align:left;
}
.myContentsTitleBox{
    margin:0 3px 0 0;
    padding:6px 0 0 12px;
    float:left;
    width:322px;
    height:18px;
    background-color:#FFE9EB;
}
.myContentsMessageBoardTSectionBox{
    margin:0 3px 0 0;
    padding:6px 0 0 2px;
    float:left;
    width:190px;
    height:18px;
    background-color:#FFE9EB;
    text-align:left;
}

.myContentsMessageBoardTitleBox{
    margin:0 3px 0 0;
    padding:6px 0 0 12px;
    float:left;
    width:315px;
    height:18px;
    background-color:#FFE9EB;
}

.myContentsStatusBox{
    padding:6px 0 0 0;
    float:left;
    width:55px;
    height:18px;
    background-color:#FFE9EB;
}
#responseMessageBoard .messageBoardCheckBoxArea{
	text-align:right;
}
#responseMessageBoard .messageBoardCheckBoxArea .messageBoardAllReply{
	position:relative;
	top:2px;
	margin-right: 2px;
}
#responseMessageBoard .messageBoardReplyArea{
	text-align:right;
}
#responseMessageBoard .messageBoardReplyArea .messageBoardDestinationButton{
	display: inline-block;
    padding: 5px 0;
    margin: 0 5px 0 0;
    width: 67px;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background-color: #B30926;
    color: #FFF;
    font-weight: bold;
}
#responseMessageBoard .messageBoardReplyArea .messageBoardReplyButton{
	display: inline-block;
    padding: 5px 0;
    margin: 0 0px 0 0;
    width: 67px;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background-color: #B30926;
    color: #FFF;
    font-weight: bold;
}
#responseMessageBoard .messageBoardReplyArea .messageBoardReplyButton:active{
	background-color: #d40f2f;
}

.itemStatus{
    padding:6px 0 0 0;
    float:left;
    width:70px;
    height:18px;
    background-color:#EBECEE;
}
.bgWhite {
    background:#FFFFFF;
}
.bgGray {
    background:#EBECEE;
}
/*未読*/
.noReadMark{
    margin:0 0 0 10px;
    width:37px;
    height:15px;
}
.readMark{
    margin:0 0 0 23px;
    width:14px;
    height:12px;
}

/*--- 関連ページ--------------------------------------------------------*/
#conectionPage {
}

#faq {
}

#myLink {
}

.mySmallContents{
    float:left;
    width:761px;
    margin-right:13px;
}
.mySmallContentsLast{
    float:left;
    width:761px;
}

.mySmallContents ul,
.mySmallContentsLast ul{
    height:65px;
    border:1px solid #b9b9b9;
    padding:7px 15px 12px;
}

#faq ul li {
    background: url(../images/icon/iconLinkTriangle.png) no-repeat 0 2px;
    padding:0 0 0 23px;
    margin:5px 0 5px 0;
    line-height:150%;
}

#myLink ul li {
	background: url(../images/icon/iconLinkTriangle.png) no-repeat 0 center;
	padding:2px 0 2px 23px;
	margin:5px 0 5px 0;
	line-height:150%;
	border-bottom: 1px dotted #b9b9b9;
}
.mySmallContents h2,
.mySmallContentsLast h2{
	background: url(../images/icon/iconLinkPage.jpg) no-repeat 0 center;
	float:left;
	color:#2E3192;
	font-size:12px;
	font-weight:bold;
	padding:5px 0 0 40px;
	margin:0 0 5px 0;
	height:17px;
}

/*--- 学生照会表示---------------------------------------*/
.myStudentContents{
    float:left;
    width:761px;
    margin-right:13px;
    margin:0 0 18px 0;
}

.myStudentContents h2{
    background: url(../images/icon/iconStudentShow.jpg) no-repeat 0 center;
    float:left;
    color:#2E72FE;
    font-size:12px;
    font-weight:bold;
    padding:5px 0 0 40px;
    margin:0 0 5px 0;
    height:17px;
}

#studentCall #displayContent {
    margin:1px 0;
    background-color:#EDEDED;
}

#studentCall #displayContent table th{
    padding:18px 0 15px 25px;
    text-align:left;
    font-weight:normal;
   /* border-bottom:0px dotted #b9b9b9;*/
   /* color:#24459c;*/
}


#studentCall #displayContent table #tdGakusekiNo{
    width:100px;
}

#studentCall #displayContent table #tdNmKey{
    width:280px;
}

#studentCall #displayContent table #tdGakuseiButton{
  width:137px;
  vertical-align:middle;
}

#studentCall #displayContent table td input.textInput6{
  width:95px;
}

#studentCall #displayContent table td input.textInput2{
  width:275px;
}



/* ----- /header ----- */
/* -----  footer ----- */
#footer{
	background: url(../images/etc/bgBottomLine.jpg) repeat-x;
	height:99px;
}
#footer2{
    background: url(../images/etc/bgBottomLine.jpg) repeat-x;
    height:41px;
}
#footerContainer {
    background: url(../images/etc/bgFooter.jpg) no-repeat;
    margin: 0 auto;
    width:800px;
    height:99px;
    text-align: center;
}
#footerBannerArea{
    width: 666px;
    margin: 0 auto;
    text-align: center;
	padding:22px 6px 0;
}
.footerBanner{
	padding:0 6px;
	float:left;
}



 /*--- login ---*/
#loginTeacher{
	width:260px;
	margin:100px auto;
	padding:5px 20px 20px;
	border:1px solid #FF8F47;
	background-color:#FFCAAA;
}
#loginStudent{
	width:275px;
	margin:100px auto 60px auto;
	padding:5px 20px 20px;
	border:1px solid #1A326F;
	background-color:#FCF3EE;
}
#loginTeacher table,
#loginStudent table{
	width:275px;
	border-collapse:separate;
	border-spacing:5px;
}
#loginTeacher table th,
#loginStudent table th{
	font-weight:normal;
}

.loginInputText{
	width:150px;
}


#loginGuidance
{
	width:500px;
	margin:0px auto;
    border:1px solid #1A326F;
}
#loginGuidance table th.logoinGuidance{
    background-color:#24459c;
    padding:4px 10px 4px 10px;
    color:#FFFFFF;
    width:732px;
}
#loginGuidance table td.logoinGuidance{
    padding:4px 0px 4px 25px;
    width:732px;
    border-bottom:1px dotted #82A8C3;
}
#loginGuidance .loginGuidanceNavi {
	float:left;
}
#loginGuidance .loginGuidanceNavi a {
	float:left;
	background: url(../images/icon/iconLinkArrow.jpg) no-repeat 0 center;
    padding:10px 10px 10px 20px;
}
#loginGuidance .loginGuidanceNavi a.noBg {
	background:none;
	padding-left:5px;
}

#chartShow h2 {
    background: url("../images/icon/iconSchool.gif") no-repeat scroll 0 center transparent;
    color: #2E3192;
    float: left;
    font-size: 12px;
    font-weight: bold;
    height: 17px;
    margin: 0 0 5px;
    padding: 5px 0 0 40px;
}

#chartShow p a {
    background:transparent url(../images/icon/iconLinkTrinangle.png) no-repeat scroll 0 0;
    padding:1px 0 1px 18px;
}

#chartShow .displayContent{
    border:1px solid #b9b9b9;
    padding: 3px;
}
#chartShow #chartData #dataTabel {
    background: none repeat scroll 0 0 #FFFFFF;
    border-collapse: separate;
    border-spacing: 3px;
    margin: 10px 0 0 13px;
    width: 500px;
}
#chartShow #chartData #dataTabel tr.odd {
    background: none repeat scroll 0 0 #F4FFFF;
}
#chartShow #chartData #dataTabel tr.even {
    background: none repeat scroll 0 0 #F4F9FF;
}
#chartShow #chartData #dataTabel td {
    height: 14px;
    padding: 5px 10px;
}
#message1 h2 {
    background: url("../images/icon/iconMessage.gif") no-repeat scroll 0 center transparent;
    color: #2E3192;
    float: left;
    font-size: 12px;
    font-weight: bold;
    height: 17px;
    margin: 0 0 5px;
    padding: 5px 0 0 40px;
}
.tableList {
    margin: 0;
    padding: 3px;
}
.tableList table, .tableList table {
    border-collapse: separate;
    border-spacing: 3px;
    width: 750px;
}
.tableList table th, .tableList table th {
    background: none repeat scroll 0 0 #EBF7ED;
    border: 1px solid #D2D2D2;
    font-weight: normal;
    padding: 2px 5px;
}
.listPostStartDttmTh {
    width: 120px;
}
.listMsgKindTh {
    width: 80px;
}
.listContributorNmTh {
    width: 120px;
}
.listTelegramMsgTh {
    width: 348px;
}
.subTableList table td.BgColorGray, .tableList table td.BgColorGray {
    background-color: #F4FFFF;
}
.tableList table td, .tableList table td {
    background-color: #FCF3EE;
    padding: 5px 10px;
}



#container #sideContent #show {
    border: 1px solid #b9b9b9;
    padding: 5px;
}
#container #sideContent #MytPublicShowNaviHead {
    color: #2E3192;
    font-weight: bold;
    margin: 23px 0 5px 5px;
}
#container #sideContent #mytPubliclist {
    height: 200px;
    overflow-y: scroll;
    width: 170px;
}
#container #sideContent #mytPubliclist table {
    border-collapse: separate;
    border-spacing: 3px;
}
#container #sideContent #mytPubliclist table td {
    padding: 5px 0;
    text-align: left;
}
#container #sideContent #mytPubliclist table td img {
    margin: 0 5px 0 0;
}
.mytPubShowAll {
    margin: 16px 0;
    text-align: right;
}
.mytPubShowAll a {
    background: url("../images/icon/iconLinkTrinangle.png") no-repeat scroll 0 0 transparent;
    padding: 1px 0 1px 18px;
}

#chartShow #chartData #dataTabel {
    border-collapse: separate;
    border-spacing: 3px;
    background: none repeat scroll 0 0 #FFFFFF;
    width:500px;
    margin:10px 0 0 13px;
}

#chartShow #chartData #dataTabel tr.odd {
    background: none repeat scroll 0 0 #F4FFFF;
}

#chartShow #chartData #dataTabel tr.even {
    background: none repeat scroll 0 0 #F4F9FF;
}

#chartShow #chartData #dataTabel td {
    height: 14px;
    padding: 5px 10px;
}
.iconInfoBBS{
    float:left;
    width:761px;
    margin-right:13px;
    margin-bottom:10px;
}
.iconInfoBBS ul{
    height:378px;
    border:1px solid #b9b9b9;
    padding:7px 15px 12px;
}
.iconInfoBBS h2{
    float:left;
    color:#2E3192;
    font-size:12px;
    font-weight:bold;
    height:17px;
}
.iconInfoBBS ul.low{
    height:30px;
    border:1px solid #b9b9b9;
    padding:7px 15px 12px;
}
#iconInfoBBS ul li.message {
    background: none;
    border-bottom: none;
    padding:2px 0 2px 0;

}
#infomationBBS  ul li  {
    background: url(../images/icon/iconDot.jpg) no-repeat 0 center;
    padding:2px 0 2px 23px;
    margin:5px 0 5px 0;
    line-height:150%;
    border-bottom: 1px dotted #b9b9b9;
}

#infomationBBS ul li.noBg {
    background: none;
}

#infomationBBS ul li.message {
    background: none;
    border-bottom: none;
    padding:2px 0 2px 0;

}

#infomationBBS ul li.noBorder {
    border-bottom: none;
}

#informationReplyStatus{
	width:185px;
	overflow:auto;
    border: 1px solid #b9b9b9;
    padding: 10px;
    margin-bottom: 25px;
    box-sizing: border-box;
    display : none;
}

#informationReplyStatus div,
#informationReplyStatus p{
	font-size:10.5px;
}

#informationReplyStatus .informationReplyStatusContents{
	margin:5px 0;
	border-top: 1px dotted #b9b9b9;
	padding : 5px 0 0 3px;

}
#informationReplyStatus .infReplyTitle{
	margin-bottom:3px;
}

#informationReplyStatus #informationReplyStatusFooter{
	border-top: 1px dotted #82A8C3;
	padding-top:5px;
}
#informationReplyStatus #informationReplyStatusheader,
#informationReplyStatus #informationReplyStatusFooter{
	color:#333;
}

#schoolBBS{
	width:185px;
	overflow:auto;
}

#schoolBBS #schoolBBSShowCall{
	background-color: #edffec;
	border-bottom: 1px solid #b9b9b9;
}
#schoolBBS #schoolBBSShowCall .catGp {
	cursor:pointer;
	border-top:1px solid #b9b9b9;
	padding:5px 0 5px 20px;
	display:block;
	white-space:nowrap;
	background:url("../images/icon/iconPlus.jpg") no-repeat 1px 3px;
}

#schoolBBS #schoolBBSShowCall .active {
	background:url("../images/icon/iconMinus.jpg") no-repeat 0 2px;
}
#schoolBBS .listTop {
    background: url(../images/icon/iconDot.jpg) no-repeat 0 center;
    padding-top:5px;
    border-top:1px solid #b9b9b9;
}
#schoolBBS li {
    padding:0 0 0 14px;
    margin-left:15px;
}

#schoolBBS li.noBg {
    background: none;
}

#schoolBB li.message {
    background: none;
    border-bottom: none;
    padding:2px 0 2px 0;
}

#schoolBBS li.noBorder {
    border-bottom: none;
}

.iconTrinangle{
    background: url(../images/icon/iconLinkTrinangle.png) no-repeat 0 center;
    padding:0 0 1px 20px;
    width:13px;
    height:13px;
}


.mid_cookieIcon{
    padding-top: 7px;
    margin-left: 10px;
}

.cookieInfoAllcnt{
    float: left;
    padding-top: 5px;
}

.cookieHidden{
    visibility: hidden;
    position: absolute;
    left: 0;
    top : 0;
    height: 20px;
    width: 20px;
}

.cookieShow{
    visibility: visible;
}

/*--タブ-----------------------------------------------------------*/
.tabHeader .tabPreBtnArea {
    padding: 3px 3px 0 3px;
    vertical-align: middle;
}

.tabHeader .tabNextBtnArea {
    padding: 3px 3px 0 3px;
    vertical-align: middle;
}

.tabMenu {
    margin:0 3px 0 3px;
    padding:6px 0 0 0px;
}

.tabMenu li {
    display:inline-block;
    background-color: #CCC;
    padding: 5px 0;
    margin: 0 0px 0 0;
    width: 67px;
    text-align: center;
    cursor: pointer;
    border-top-left-radius:         5px; /* CSS3草案 */
    -webkit-border-top-left-radius: 5px; /* Safari,Google Chrome用 */
    -moz-border-topleft-radius:     5px; /* Firefox用 */

    border-top-right-radius:            5px; /* CSS3草案 */
    -webkit-border-top-right-radius:    5px; /* Safari,Google Chrome用 */
    -moz-border-topright-radius:        5px; /* Firefox用 */
}

.tabMenu li.select {
    background-color: #B30926;
    color: #FFF;
    font-weight: bold;
}

.tabLine {
    margin:0 3px 3px 3px;
    border-bottom: 4px solid #B30926;
}

.displayContent .currentPage{
    margin:0 3px 0 3px;
}

.displayContent .infoPreBtnArea{
    margin:0 1px 0 3px;
}

.displayContent .infoNextBtnArea{
    margin:0 0 0 1px;
}

.toggle_container .block .reply {
    margin-left:auto;
}
.toggle_container .block .reply .textareaInputArea {
    width: 500px;
    height: 100px;
    overflow-y: scroll;
}
#container #sideContent .myContentsNavi {
}
#container #sideContent .myContentsNavi a {
	background: url(../images/icon/iconLinkTriangle.png) no-repeat 0 center;
	padding:2px 0 0 20px;
}