 @charset "utf-8";
/* CSS Document */
html{
	height:100%;
	/*スクロールバーを常に表示する*/
	margin-bottom:1px;
}
body{
	margin: 0;
	height:100%;
	background:url(../Img/Other/Background.jpg) repeat-x top;
	font-size:13px;
	color: #555555;
	line-height:1.3em;
	/*---センター寄せ---*/
	 text-align:center;
}
img {
    border-style:none;
}
a:link{
	color: #258FB8;
}
a:visited{
	color: #996699;
}
a:hover{
	color: #996600;
}
a:active{
	color: #996600;
}

/*------------------------------*/
#wrap1 {
	border:#bed2ea 1px solid;
	width:900px;
	text-align:center;
	margin:0 auto;
	background: #FFF url(../Img/Other/Frame_leftbottom.jpg) no-repeat left bottom;
}
#wrap2 {
	width:900px;
	background:url(../Img/Other/Frame_righttop.jpg) no-repeat right top;
}
#header {
	padding:30px 30px 0 30px;
}
.leftheader{
	width:200px;
	float:left;
}
.rightheader{
	height:51px;
	width:640px;
	float:right;
	text-align:left;
	background:url(../Img/Other/Logoback.jpg) repeat-x bottom;
}
.leftcontents{
	width:200px;
	float:left;
}
.rightcontents{
	width:620px;
	float:right;
	text-align:left;
	padding-left:20px;
}
.righttitle{
	width:100%;
	padding:5px 0;
	background:#006FA1;
}
.description{
	padding:20px 0;
}
.rightsubtitle{
	height:22px;
	width:100%;
	vertical-align:top;
	padding-top:20px;
	background:url(../Img/Title/SubTitleLine.gif) repeat-x bottom;
}
.clear{
	clear:both;
}
#main{
	padding:20px 30px 30px 30px;
}
#footer{
	text-align:center;
	margin:0 auto;
	padding-top:5px;
}
.caution{
	font-size:9px;
	color:#F00;
}
/*-------------table-------------*/
table.subdescription{
	width:100%;
	padding:10px;
	background:#F0F0F0;
	text-align:center;
	margin:auto;
}
.subdescription td{
	vertical-align:top;
}
.subdescription td.text{
	padding-left:10px;
}

table.form{
	width:100%;
	background:#F0F0F0;
}
.form td{
	padding:5px;
	border:#FFF 1px solid;
}
.form td.head{
	padding-left:15px;
}
.formM{
	width:200px;
}
.formL{
	width:450px;
}


/*top*/
.topcaution {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #ff6c5e;
    border-radius: 8px;
}
.topcaution .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #ff6c5e;
    font-weight: bold;
}
.topcaution p {
    margin: 0; 
    padding: 10px;
	font-size: 1.3rem;
	line-height: 1.6rem;
	color: #ff6c5e;
}
.topcaution p a{
	padding: 0 5px;
	color: #ff6c5e;
}


/*リクルート*/
#recruitpage td{
	padding: 5px;
	border-bottom: 1px dashed #ccc;
}
#recruitpage td.last{
	border-bottom: none;
}