/*--------------------ページ全体--------------------*/
* {
	line-height: 120%;
	font-family: "Lucida Grande", "Bitstream Vera Sans", "Segoe UI", Calibri, "Trebuchet MS", Tahoma, Verdana, Arial, "ヒラギノ角ゴ Pro W3", メイリオ, "ＭＳ Ｐゴシック", IPAPGothic, Sans, sans-serif;
}

* img{
	border:none;
}


* input[type="submit"],* input[type="button"],* input[type="reset"]{
	padding:5px 20px;
	font-size:120%;
	border:1px solid #800000;     /* 枠線の装飾 */ 
  	background-color: #9f0604;   /* 背景色 */ 
  	color:#fff;
  	border-radius: 20px;         /* CSS3 */ 
  	-moz-border-radius: 20px;    /* Firefox */ 
  	-webkit-border-radius: 20px; /* Safari,Chrome */ 
}
* input[type="submit"]:hover,* input[type="button"]:hover,* input[type="reset"]:hover{
	border:1px solid #ff4400;     /* 枠線の装飾 */ 
  	background-color: #ff4500;   /* 背景色 */ 
  	color:#fff;
}

.minibtn{
	padding:3px 10px !important;
	font-size:100% !important;
}


/*--------------------リンク色--------------------*/
a:link {	color: #009966;	text-decoration: none;}
a:visited {	color: #66CCFF;	text-decoration: none;}
a:active {	color: #99CC00;	text-decoration: none;}
a:hover {	color: #99CC00;	text-decoration: underline;}


/*--------------------ページ背景--------------------*/
body {
	margin:0px;
	padding: 0px;
	background:url(./images/bg.gif) ;
	border-top:5px solid tomato;
}
body.loglist {
	background-color: #FFFFFF;
}
#container {
	background-color: #FFFFFF;
	width: 950px;
	margin: 0px auto;
	text-align: center;
}
body.loglist #container {
	width: 590px;
	padding: 10px;
	text-align:left;
}


/*--------------------ヘッダ--------------------*/
#head{
	height:40px;
}
#headbox{
	background:url(./images/head_bottom.png) no-repeat;;
}
#head_image{
	width:950px;
	background:url(./images/header.png) no-repeat;
	height:153px;
	margin:0 0 0 0;
}
#head_button{
	width:100%;
	margin-left:5px;
	text-align:left;
}

#head_button img{
	margin-left:2px;
	margin-top:123px;
}


#head_button input[type="button"]{
	margin-left:2px;
	margin-top:123px;
	font-size:70%;
	padding:2px 10px;
  	background-color: #9f0604;   /* 背景色 */ 
  	color:#fff;
	border:1px solid #800000;
}
#head_button input[type="button"]:hover{
	border:1px solid #ff4400;     /* 枠線の装飾 */ 
  	background-color: #ff4500;   /* 背景色 */ 
  	color:#fff;
}
#head_button a:hover{
	text-decoration:none;
}



/*--------------------コンテンツ--------------------*/
#contents {
	width: 890px;
	margin: 20px 30px;
	clear: both;
	text-align:left;
}
#contents p {
	margin: 0px 0px 10px;
	font-size: small;
	line-height:150%;
}
#contents h2 {
	font-size: medium;
	margin: 20px 0px 10px;
	padding-bottom: 2px;
	/*border-bottom: 1px solid #999999;*/
	border-bottom: 1px solid #a5cc52;
	background-image: url(./images/ico_org.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding-left: 20px;

}
#contents h3 {
	font-size: medium;
	font-weight: normal;
	border-bottom: 1px dotted #999999;
	padding-bottom: 2px;
	margin: 20px 0px 10px;
}
#contents ul {
	margin: 10px 0px;
	list-style-type: none;
}
#contents ol {
	margin: 10px 0px;
}
#contents li {
	font-size: small;
	margin-bottom: 1em;
}
#contents ol li {
	margin-left: 27px;
}
#contents ul li {
	background-image: url(images/listmark.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding-left: 17px;
}
#contents strong {
	color: #CC0000;
}
#contents em {
	font-style: normal;
	font-weight: normal;
	color: #CC0000;
}
#contents .pagenum {
	text-align: right;
	font-size: small;
}
#contents .control {
	clear: both;
	text-align: center;
	margin: 20px 0px;
	font-size: small;
}
#contents .back {
	font-size: small;
	text-align: right;
	margin-bottom: 20px;
}
#contents p.detail {
	text-align: right;
}
#contents p.cap {
	text-indent: -1em;
	margin-left: 1em;
}
form {
	display: inline;
}
marquee {
	display: block;
}


/*--------------------段組設定--------------------*/
#contents .left {
	float: left;
}
body#student.login #contents .left {
	width: 260px;
}
body#student.login #contents .right {
	width: 480px;
	margin-left: 277px;
}
body#student.detail #contents .left {
	width: 480px;
	padding-top: 20px;
}
body#student.detail #contents .right {
	width: 400px;
	padding-top: 20px;
	margin-left: 497px;
}
body#company #contents .left,
body#parents #contents .left {
	width: 160px;
}
body#company #contents .right,
body#parents #contents .right {
	width: 680px;
	margin-left: 177px;
}
body#company.publish #contents .left,
body#company.publish2 #contents .left,
body#company.entry #contents .left,
body#company.entry2 #contents .left,
body#parents.publish #contents .left,
body#parents.publish2 #contents .left,
body#parents.entry #contents .left,
body#parents.entry2 #contents .left {
	width: 480px;
}
body#company.publish #contents .right,
body#company.publish2 #contents .right,
body#parents.publish #contents .right,
body#parents.publish2 #contents .right {
	width: 238px;
	padding: 10px;
	border: 1px solid #666666;
}
body#company.publish #contents .right h3,
body#company.publish2 #contents .right h3,
body#parents.publish #contents .right h3,
body#parents.publish2 #contents .right h3 {
	margin: 0px 0px 10px 0px;
}



/*-------------------トップページ--------------------*/
body#index #information{
	text-align:center;
	width:95%;
	padding:10px 20px;
	margin-bottom:10px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #83c41a;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #b8e356), color-stop(100%, #a5cc52) );
	background:-moz-linear-gradient( center top, #b8e356 5%, #a5cc52 100% );
	background:-ms-linear-gradient( top, #b8e356 5%, #a5cc52 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8e356', endColorstr='#a5cc52');
	background-color:#b8e356;
	color:#ffffff;
	display:inline-block;
	text-shadow:1px 1px 0px #86ae47;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #d9fbbe;
 	-moz-box-shadow:inset 1px 1px 0px 0px #d9fbbe;
 	box-shadow:inset 1px 1px 0px 0px #d9fbbe;
}

body#index #student{
	text-align:left;
	width:95%;
	padding:20px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #83c41a;
	text-decoration:none;
	display:inline-block;
	-webkit-box-shadow:inset 1px 1px 0px 0px #d9fbbe;
 	-moz-box-shadow:inset 1px 1px 0px 0px #d9fbbe;
 	box-shadow:inset 1px 1px 0px 0px #d9fbbe;
}

body#index #student_1{
	width:500px;
}

body#index #shinsei div{
	margin-top:5px;
}

body#index #search{
	background:url(./images/search.png) no-repeat;
	height:192px;
	margin-top:10px;
}

body#index #login{
	padding-top:90px;
	padding-left:250px;
}

body#index #login input[type="text"], #login input[type="password"] {
	width:180px;
	height:30px;
	font-size:120%;
}

body#index #entry{
 	border:none;
	width:90%;
	margin-top:20px;
}
body#index #mobile{
	width:90%;
	height:90px;
	padding:10px;
	margin-top:5px;
	font-size:90%;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #dcdcdc;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #f9f9f9), color-stop(100%, #e9e9e9) );
	background:-moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
	background:-ms-linear-gradient( top, #f9f9f9 5%, #e9e9e9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
	background-color:#f9f9f9;
	text-decoration:none;
	text-align:left;
}


/*--------------------学生ログイン--------------------*/
body#student.login #contents .left table,
body#student.login #contents .left table td {
	border-collapse: collapse;
}
body#student.login #contents .left table td.data {
	background-image: url(student/images/studentlogin_bg.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	padding: 5px 10px;
}
body#student.login #contents .left table td.data table th,
body#student.login #contents .left table td.data table td {
	padding: 5px;
	font-size: small;
}
body#student #contents .right h2 {
	color: #CC0000;
	border-color: #CC0000;
	margin-top: 0px;
}


/*--------------------求人一覧--------------------*/
body#student #contents table.search {
	width: 100%;
	border-top: 1px solid #a5cc52;
	border-bottom: 1px solid #a5cc52;
	margin: 20px 0px;
	font-size:100%;
}
body#student #contents table.search,
body#student #contents table.search th,
body#student #contents table.search td {
	border-collapse: collapse;
}
body#student #contents table.search th,
body#student #contents table.search td {
	padding: 5px 0px;
}
body#student #contents table.search th {
	text-align: left;
	font-size: small;
}
body#student #contents table.search td {
	font-size: medium;
}


/*--------------------事業所・保護者--------------------*/
body #contents ul ,body #contents ol {
	margin: 0px;
	padding: 0px;
}
body #contents ul.menu li {
	background: none;
	margin: 0px;
	padding: 0px;
}
body #contents ul.menu li.title {
	margin-top: 20px;
}

body#company #contents .entry,
body#parents #contents .offer {
	margin-bottom: 10px;
}
body#company #contents .name {
	margin: 10px 0px 10px 0px;
	font-size: small;
	border: 1px solid #CCCCCC;
	padding: 3px;
}

/*--------------------管理画面--------------------*/
body#admin #contents dl {
	margin: 20px 0px;
	font-size: small;
}
body#admin #contents dt {
	font-weight: bold;
	float: left;
	clear: both;
	width: 10em;
	margin-bottom: 5px;
}
body#admin #contents dd {
	margin-bottom: 5px;
	margin-left: 10em;
}
body#admin #contents dd:after {
	content: "";
	display: block;
	clear: both;
}


/*--------------------ボタン--------------------*/
#contents .application a {
	text-align: right;
	display: block;
	margin: 10px;
}
body#index #contents table.application {
	width: 480px;
	background-image: url(images/student_bottom.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
#contents .download {
	margin-bottom: 10px;
}
#contents .download a {
	background-position: 0px 0px;
	background-repeat: no-repeat;
	display: block;
	width: 160px;
	height: 25px;
	text-indent: -3000px;
	font-size: 9px;
}
#contents .download a {	background-image: url(images/btn_download.gif);	margin: 0px auto;	width: 200px;}
#contents .download a:hover {	background-position: 0px -25px;}


/*--------------------詳細情報--------------------*/
body#student.detail #contents .vote {
	display: none;
}
body#student.detail #contents .term {
	text-align: right;
	margin-bottom: 2px;
	font-size: 90%;
}
body#student.detail #contents table.company {
	width: 890px;
	margin-bottom: 2px;
}
body#student.detail #contents table.company caption {
	background-color: #000066;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px;
	font-size: small;
	text-align: left;
	margin-bottom:5px;
}
body#student.detail #contents table.company th {
	width: 80px;
	text-align: left;
	vertical-align: bottom;
}
body#student.detail #contents table.company rt {
	font-size: small;
}
body#student.detail #contents .map {
	margin-left: 855px;
}
body#student.detail #contents .map a {
	display: block;
	width: 35px;
	height: 19px;
	background-image: url(student/images/btn_map.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -3000px;
	line-height: 100%;
	font-size: 9px;
}
body#student.detail #contents .map a:hover {
	background-position: 0px -19px;
}

body#student.detail #contents table {
	border-collapse: collapse;
}
body#student.detail #contents table th,
body#student.detail #contents table td {
	padding: 5px;
	vertical-align: top;
	border-collapse: collapse;
	border-bottom: 1px dotted #999999;
}
body#student.detail #contents table.work,
body#student.detail #contents table.note,
body#student.detail #contents table.wage,
body#student.detail #contents table.time {
	margin-bottom: 20px;
}
body#student.detail #contents table.work caption,
body#student.detail #contents table.note caption,
body#student.detail #contents table.wage caption,
body#student.detail #contents table.time caption {
	border-left: 10px solid;
	font-size: small;
	text-align: left;
	font-weight: bold;
	padding: 0px 0px 1px 3px;
}
body#student.detail #contents table.work caption {	border-color: #999999;}
body#student.detail #contents table.note caption {	border-color: #99CC66;}
body#student.detail #contents table.wage caption {	border-color: #AAAA00;}
body#student.detail #contents table.time caption {	border-color: #66CCFF;}


body#student.detail #contents table.work {
	background-color: #EEEEEE;
	border: 1px solid #999999;
	width: 480px;
}
body#student.detail #contents table.note {
	background-color: #DFFFCC;
	border: 1px solid #99CC66;
	width: 480px;
}
body#student.detail #contents table.wage {
	background-color: #FFFFCC;
	border: 1px solid #AAAA00;
	width: 400px;
}
body#student.detail #contents table.time {
	background-color: #DFEEFF;
	border: 1px solid #66CCFF;
	width: 400px;
}

body#student.detail #contents table.work th,
body#student.detail #contents table.note th,
body#student.detail #contents table.wage th,
body#student.detail #contents table.time th {
	width: 100px;
	text-align: left;
	font-weight: normal;
}

body#student.detail #contents .work td,
body#student.detail #contents .note td,
body#student.detail #contents .wage td,
body#student.detail #contents .time td {
	font-size: small;
}
#contents .continue {
	clear: both;
	text-align: center;
	margin: 10px 0px;
}
#contents .print {
	margin-left: 820px;
}
#contents .print a {
	display: block;
	width: 80px;
	height: 25px;
	background-image: url(student/images/btn_print.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -3000px;
	font-size: 9px;
}
#contents .print a:hover {
	background-position: 0px -25px;
}
body#student.detail #contents strong {
	color: #000000;
}


/*--------------------データテーブル--------------------*/
table.data {
	border-collapse: collapse;
	margin-bottom: 10px;
	font-size: small;
}
body.entry table.data,
body.publish table.data,
body.entry2 table.data,
body.publish2 table.data,
body#admin table.data,
body#company.index table.data,
body#student.companylist table.data,
body#student.parentslist table.data {
	width: 100%;
}
table.data td,
table.data th {
	border-collapse: collapse;
	border: 1px solid #999999;
	padding: 5px;
}
table.data th {
	background-color: #EEEEEE;
	text-align:left;
}
table.data td {
	background-color: #FFFFFF;
	font-size:100%;
}
body.loglist table.data {
	width: 460px;
	margin: 10px 0px;
}


/*--------------------タイトル--------------------*/
#contents h1 {
	background-position: 0px 0px;
	background-repeat: no-repeat;
	line-height: 44px;
	text-indent: -3000px;
	margin: 20px 0px;
}
body#admin.page1 #contents h1,
body#admin.page2 #contents h1,
body#admin.page3 #contents h1,
body#admin.page4 #contents h1,
body#admin.page5 #contents h1,
body#admin.mail #contents h1 {
	margin-bottom : 2px;
}

/*  初期	緑*/
#contents h1 {
	width:100%;
/*	background:url(images/bg_grn.png) repeat-x;
	background-position:0px 5px;	*/
	text-indent: 10px;
	font-size:150%;
	font-weight:normal;
	color:#fff;
	margin-top:0px;

	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;

	border:1px solid #83c41a;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #b8e356), color-stop(100%, #a5cc52) );
	background:-moz-linear-gradient( center top, #b8e356 5%, #a5cc52 100% );
	background:-ms-linear-gradient( top, #b8e356 5%, #a5cc52 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8e356', endColorstr='#a5cc52');
	background-color:#b8e356;
	display:inline-block;
	text-shadow:1px 1px 0px #86ae47;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #d9fbbe;
 	-moz-box-shadow:inset 1px 1px 0px 0px #d9fbbe;
 	box-shadow:inset 1px 1px 0px 0px #d9fbbe;
}

/*	家庭教師	*/
body#student.parentslist #contents h1,
body#student.t_detail #contents h1,
body#parents.method #contents h1,
body#parents.receipt #contents h1,
body#parents.term #contents h1,
body#parents.charge #contents h1,
body#parents.caution #contents h1,
body#parents.publish #contents h1,
body#parents.publish2 #contents h1{
	border:1px solid #f794dd;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ffbde0), color-stop(100%, #f582de) );
	background:-moz-linear-gradient( center top, #ffbde0 5%, #f582de 100% );
	background:-ms-linear-gradient( top, #ffbde0 5%, #f582de 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbde0', endColorstr='#f582de');
	background-color:#ffbde0;
	color:#ffffff;
	text-shadow:1px 1px 0px #c70067;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #fbafe3;
 	-moz-box-shadow:inset 1px 1px 0px 0px #fbafe3;
 	box-shadow:inset 1px 1px 0px 0px #fbafe3;
}

/*	企業	青	*/
body#student.companylist #contents h1,
body#student.c_detail #contents h1,
body#company.entry #contents h1,
body#company.publish #contents h1,
body#company.entry2 #contents h1,
body#company.publish2 #contents h1,
body#company.index #contents h1,
body#company.login #contents h1,
body#company.change #contents h1,
body#company.method #contents h1,
body#company.receipt #contents h1,
body#company.term #contents h1,
body#company.charge #contents h1,
body#company.caution #contents h1,
body#company.restriction #contents h1 {
	border:1px solid #84bbf3;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #79bbff), color-stop(100%, #378de5) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
	background:-ms-linear-gradient( top, #79bbff 5%, #378de5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
	background-color:#79bbff;
	display:inline-block;
	text-shadow:1px 1px 0px #528ecc;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #bbdaf7;
 	-moz-box-shadow:inset 1px 1px 0px 0px #bbdaf7;
 	box-shadow:inset 1px 1px 0px 0px #bbdaf7;
}



/*
body#admin.page1 #contents h1 {	background-image: url(images/title_admin1.gif);}
body#admin.page2 #contents h1 {	background-image: url(images/title_admin2.gif);}
body#admin.page3 #contents h1 {	background-image: url(images/title_admin3.gif);}
body#admin.page4 #contents h1 {	background-image: url(images/title_admin4.gif);}
body#admin.page5 #contents h1 {	background-image: url(images/title_admin5.gif);	margin-bottom: 20px;}
body#admin.mail #contents h1 {	background-image: url(images/title_mail.gif);}
body#admin.login #contents h1 {	background-image: url(images/title_adminlogin.gif);}

body#admin.entry #contents h1 {	background-image: url(images/title_admin-entry.gif);}
body#admin.publish #contents h1 {	background-image: url(images/title_admin-publish.gif);}
body#admin.entry2 #contents h1 {	background-image: url(images/title_admin-entry2.gif);}
body#admin.publish2 #contents h1 {	background-image: url(images/title_admin-publish2.gif);}

body#about #contents h1 {	background-image: url(images/title_about.gif);}
body#student.index #contents h1 {	background-image: url(images/title_menu.gif);}
body#student.detail #contents h1 {	background-image: url(images/title_detail.gif);}
body#student.login #contents h1 {	background-image: url(images/title_login.gif);}
body#student.application #contents h1 {	background-image: url(images/title_application.gif);}
body#student.companylist #contents h1 {	background-image: url(images/title_companylist.gif);}
body#student.parentslist #contents h1 {	background-image: url(images/title_parentslist.gif);}
body#parents.method #contents h1 {	background-image: url(images/title_parents01.gif);}
body#parents.receipt #contents h1 {	background-image: url(images/title_parents02.gif);}
body#parents.term #contents h1 {	background-image: url(images/title_parents03.gif);}
body#parents.charge #contents h1 {	background-image: url(images/title_parents04.gif);}
body#parents.caution #contents h1 {	background-image: url(images/title_parents05.gif);}
body#parents.publish #contents h1 {	background-image: url(images/title_parents-publish.gif);}
body#parents.publish2 #contents h1 {	background-image: url(images/title_parents-publish2.gif);}
body#company.entry #contents h1 {	background-image: url(images/title_company-entry.gif);}
body#company.publish #contents h1 {	background-image: url(images/title_company-publish.gif);}
body#company.entry2 #contents h1 {	background-image: url(images/title_company-entry2.gif);}
body#company.publish2 #contents h1 {	background-image: url(images/title_company-publish2.gif);}
*/

body.loglist h1 {
	font-size: 140%;
	border-bottom: 1px solid #666666;
	padding-bottom: 2px;
	margin: 10px 0px;
}


/*--------------------検索バー--------------------*/
table#search {
	border-collapse: collapse;
	background-image: url(mng/images/manipulate_under.gif);
	background-position: 0px 0px;
	background-repeat: repeat-y;
	width: 890px;
	font-size: 12px;
}
table#search td {
	padding: 0px 10px 5px;
	vertical-align: bottom;
	font-size: 12px;
}
table#search td input {
	font-size: 12px;
}


/*--------------------操作パネル--------------------*/
table#manipulate {
	border-collapse: collapse;
	background-image: url(mng/images/manipulate_bg.gif);
	background-position: 0px 0px;
	background-repeat: repeat-x;
	margin-bottom: 20px;
	width: 890px;
}

table#manipulate td {
	font-size: 12px;
	padding:0px;
}



/*--------------------パスワード変更--------------------*/
table.student,
table.manager {
	width: 440px;
	border-collapse: collapse;
	background-position: 0px 0px;
	background-repeat: repeat-y;
}
table.student {	background-image: url(mng/images/student_bg.gif);}
table.manager {	background-image: url(mng/images/manager_bg.gif);}

table.student td,
table.manager td,
table.student th,
table.manager th {
	padding: 0px 10px;
}
table.student th,
table.manager th {
	text-align: left;
}
table.student td h3 {
	font-size: 120%;
	border-left: 5px solid #333333;
	margin: 10px 0px;
	padding-left: 5px;
}
table.student td table,
table.manager td table {
	margin: 10px 0px;
}


/*--------------------フッタ--------------------*/
#footer {
	font-size:80%;
	clear: both;
	width: 950px;
	padding-top:15px;
	padding-bottom:10px;
	text-align:center;
}
#footer .manager {
	display: inline;
/*	font-size: 80%;	*/
	font-weight: bold;
	margin-right: 10px;
}
#footer address {
	display: inline;
	font-style: normal;
/*	font-size: 80%;	*/
	margin-right: 10px;
}
#footer .mail {
	display: inline;
}
#footer .mail a {
	background-image: url(images/mail.gif);
	background-position: -15px 0px;
	background-repeat: no-repeat;
	width: 4.7em;
	font-size: x-small;
	line-height: 100%;
	padding-left: 20px;
}
#footer .mail a:hover {
	background-position: 0px -10px;
}
#footer .copyright {
	border-top:2px solid tomato;
/*	font-size:70%;	*/
	text-align:center;
	padding-top:10px;
	padding-bottom:5px;
	margin-top:5px;
}

/*--------------------追加------------------------------------*/
body#company.login #comp_login{
	padding:20px;
}



.clr_sps{ clear:both; font-size:1px;}
.f_left{ float:left; }
.f_right{ float:right; }
.bmsg{
	color:red;
	font-size:120%;
}
.marking{
	background-color:yellow;
}

.p10{ padding:10px;}
.m10{ margin:10px;}
.ctr{ text-align:center;}
.mt0{ margin-top:0px !important;}
.hit1{ height:1px; }

div.msg{
	border:1px solid tomato;
	margin:10px 5px;
	padding:10px;
	text-align:left;
}
div.msg a{
	text-decoration:underline;
}