@charset "utf-8";
/* CSS Document */
body{
	margin:0;
	font-size:14px;
	line-height:1.5em;
	font-family:"ＭＳ ゴシック", "Osaka－等幅";
	background-image: url(../img/sky.jpg);
	background-repeat: repeat-x;
	background-color: #4F75C0;
}
#container{
	width:800px;
	margin:0px auto;
	background-color:#6B7C83;
}
#header{
	width:800px;
	padding:0;
	text-align:left;
}
#left{
	float:left;
	width:150px;
	text-align:left;
}
#right{
	float:right;
	width:650px;
	height:auto !important;
	height:500px;
	text-align:left;
	padding:0;
	background-color: #FFFFFF;
}

#footer2{
	clear:both;
	width:800px;
	padding:15px 0px;
	text-align:center;
	background-color:#0000CC;
	color:#FFFFFF;
}
h1{
	font-size:22px;
	color:#003366;
	padding:0 0 0 5px;
	margin:15px auto;
	border-bottom:5px solid #0000CC;
	display:block;
	width:600px;
}
h2{
	font-size:18px;
	color:#003366;
	display:block;
	padding:0 35px;
	margin:0 auto;
}
.boton{
	width:150px;
	height:50px;
	text-align:center;
	line-height:50px;
	font-size:18px;
	font-weight:bold;
	color:#990000;
}
.boton a:link{
	display:block;
	width:150px;
	height:50px;
	text-decoration:none;
	color:#FFFFFF;
}
.boton a:visited{
	display:block;
	width:150px;
	height:50px;
	text-decoration:none;
	color:#FFFFFF;
}
.boton a:hover{
	display:block;
	width:150px;
	height:50px;
	text-decoration:none;
	color:#990000;
	background:url(../img/boton01.jpg);
}
table{
	width:580px;
	margin:0 auto 15px auto;
}

th{
	vertical-align:top;
	text-align:center;
	background:#0066CC;
	color:#FFFFFF;
}
td{
	vertical-align:top;
}
th a:link{color:#FFFFFF;}
th a:visited {color: #CCCCCC;} 
th a:hover { color: #ffff00; } 
th a:active { color: #ff0000; } 
p{
	display:block;
	padding:10px 45px;
	margin:0 auto;
}
ol{
	display:block;
	padding:10px 0px 10px 70px;
	margin:0;
}
dl{
	padding:10px;
	margin:15px 23px 15px 50px;
	background-color:#CCCCFF;
}
dt{
	display:block;
	border-bottom:#0000FF 1px solid;
	font-weight:bold;
	margin:0 0 5px 0;
}
.adress{
	text-align:center;
	width:400px;
	margin:15px auto;
}
.marker1{
	font-weight:bold;
	color:#CC0000;
}
.name{
	text-align:right;
	font-weight:bold;
}
.jobblock{
	width: 600px;
	border: 1px solid #222222;
	text-align: center;
	margin: 0 0 25px 25px;
	padding-bottom: 20px;
}
.jobblock h2{
	padding:10px;
	margin:0;
	color: #FFFFFF;
	background-color: #003366;
}
.jobblock p{
	text-align:left;
}
