@charset "utf-8";
/* CSS Document */


/* -----  header ----- */
#header{
	background: url(../images/etc/bgTopLine.jpg) repeat-x;
	height:165px;
}
#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 #9E8DB1;

}

#container #sideContent #myProfile p{
	border-top: 1px dotted #9E8DB1;
	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 #9E8DB1;
	background: #F8F8F8 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 #9E8DB1;
}
#container #sideContent #myMenu li{
	padding:10px 0 10px 30px;
	border-bottom: 1px dotted #9E8DB1;
	background: #F8F8F8 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:18px;
	font-weight:bold;
	color:#005687;
	text-align:right;
	line-height:200%;
	padding:60px 20px 0 0;
}

#container #mainContent .jtasMenu{
	margin:0 0 18px 0;
	padding: 1px 0;
	border:1px solid #B2A8C3;
}
.mainFlex {
}
.sideFlex {
  width: 150px;
}
.mainFlex,
.sideFlex {
  padding: .2rem;
}

.flexbox {
  display: -webkit-flex;
  display: flex;
}
.mainFlex {
  margin: 0 1px 0 0;
}
.row {
  display: flex;              /* フレックスボックスにする */
  flex-wrap: wrap;            /* 折り返し指定 */
  align-content:stretch;      /* 折り返し時の配置指定 */
  justify-content:flex-start; /* 子要素の並び（左詰め） */
  padding:  2px 3px;          /* 余白指定 */
}
.col {
  background: #B35AA1;
  padding: 5px;
  margin:  3px;               /* 外側の余白 */
  border-radius:  5px;        /* 角丸指定 */
  width: 235px;                 /* 幅指定 */
  align-self: stretch;        /* 一番大きい高さに合わせて配置 */

  border-radius:          5px; /* CSS3草案 */
  -webkit-border-radius:  5px; /* Safari,Google Chrome用 */
  -moz-border-radius:     5px; /* Firefox用 */
}
.num {
  color:#FFF;
  text-align: center;
}
.menu-icon {
  vertical-align:top;
}
.menu-contents {
	padding: 4px 0;
	display:inline-block;
	line-height:1;
}
i.fa {
    margin-right: .5rem;
}
.anpi-col {
  width:100%;
  margin:4px 0;
}
.anpi-num {
  background: #f49e42;
  color:#FFF;
  text-align: center;
  margin: 2px;
  padding:5px 0;
  height:93px;

  border-radius:          5px; /* CSS3草案 */
  -webkit-border-radius:  5px; /* Safari,Google Chrome用 */
  -moz-border-radius:     5px; /* Firefox用 */
}
.anpi-icon {
  width:100%;
  padding-bottom: 20px;
}
.anpi-contents {
	padding: 10px 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{
    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 #BFBFBF;
}
#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 #BFBFBF;
	border-left:1px solid #BFBFBF;
	border-bottom:1px solid #BFBFBF;
}
.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:#ebdde8;
}

.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 #B2A8C3;
}

#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;
}
.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 0;
    float:left;
    width:138px;
    height:18px;
    background-color:#FFE9EB;
    text-align:left;
}
.myContentsTitleBox{
    margin:0 3px 0 0;
    padding:6px 0 0 12px;
    float:left;
    width:347px;
    height:18px;
    background-color:#FFE9EB;
}
.myContentsStatusBox{
    padding:6px 0 0 0;
    float:left;
    width:55px;
    height:18px;
    background-color:#FFE9EB;
}
.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 #C1B9CE;
    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 #9E8DB1;
}
.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 #9D89AC;*/
   /* color:#b973a9;*/
}


#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;
}

#containerFooter {
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: transparent url(../images/etc/containerHeadBg.gif) repeat-x scroll center top;
    padding: 5px;
    text-align: right;
    margin-left: 10px;
    margin-right: 10px;
}

#footerBannerArea{
    width: 666px;
    margin: 0 auto;
    text-align: center;
	padding:22px 6px 0;
}
.footerBanner{
	padding:0 6px;
	float:left;
}

/*--- login ---*/
body#jcan {
    background-color: #F2F0F5;
    color: #4B4B4B;
}
.header-line {
    background: #7D376D;
    border: 1px solid #7D376D;
    height: 33px;
    margin-buttom:2px;
}
.footer-line {
    background: #7D376D;
    border: 1px solid #7D376D;
    height: 33px;
    margin-top:5px;
}
#wrapper {
    margin: 10px auto;
    width: 980px;
    /*padding: 10px 0;*/
    background-color: #FFF;
}
.headerImage {
	float: left;
	margin:6px;
    width: 967px;
    height: 371px;
    background-position: center center;
    background: url(../images/etc/loginLogo_g.jpg) no-repeat;
    padding-left: 5px;
}
.login-container {
	margin-top:380px;
    padding: 10px;
}
.containerTable{
    width:100%;
}

#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 #7D376D;
	background-color:#F8F8F8;
}
#loginTeacher table,
#loginStudent table{
	width:275px;
	border-collapse:separate;
	border-spacing:5px;
}
#loginTeacher table th,
#loginStudent table th{
	font-weight:normal;
}

.loginInputText{
	width:150px;
}

.contentsTable {
    border: 1px solid #7D376D;
    padding: 2px;
    margin: 0px 0px 3px 0px;
}
.contentsTableTitle {
    padding: 5px 5px 5px 5px;
    font-weight: bold;
    background-color: #FEEEEF;
}
.contentsTableTd {
	padding: 5px;
}
#loginGuidance
{
	/*width:500px;*/
	margin:0px auto;
    border:1px solid #7D376D;
}
#loginGuidance table th.logoinGuidance{
    background-color:#B872A8;
    padding:4px 10px 4px 10px;
    color:#FFFFFF;
    width:700px;
}
#loginGuidance table td.logoinGuidance{
    padding:4px 0px 4px 25px;
    width:700px;
    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 #C1B9CE;
    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: #F8F8F8;
    padding: 5px 10px;
}



#container #sideContent #show {
    border: 1px solid #B2A8C3;
    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:180px;
    border:1px solid #C1B9CE;
    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 #C1B9CE;
    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 #9E8DB1;
}

#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;
}

.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: #B35AA1;
    color: #FFF;
    font-weight: bold;
}

.tabLine {
    margin:0 3px 3px 3px;
    border-bottom: 4px solid #B35AA1;
}

.displayContent .currentPage{
    margin:0 3px 0 3px;
}

.displayContent .infoPreBtnArea{
    margin:0 1px 0 3px;
}

.displayContent .infoNextBtnArea{
    margin:0 0 0 1px;
}

#divInfoBar {
	background-color: #B35AA1;
	color:#FFFFFF;
	vertical-align:middle;
	font-weight:bold;
	font-size:16px;
	width:100%;
	height:25px;
	margin:5px 0px;
	padding:5px 0px 0px 10px;
}