/*共通設定
---------------------------------------------*/

body {
	font-size: 12px;
	line-height: 1.5em;
	font-weight: normal;
	color: #666;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro", sans-serif;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #666;
	background-image: url(../_image/main-back.jpg);
	height: 24px;
	width: 520px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 6px;
	padding-left: 30px;
}

a:link {
	color: #03F;
	text-decoration: underline;
}

a:hover {
	color: #F60;
	text-decoration: underline;
}

ul {
	margin: 0px;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 5px;
}

ol {
	margin: 0px;
	padding-top: 0px;
	padding-left: 30px;
	padding-right: 10px;
	padding-bottom: 5px;
}

li {
	margin-top: 3px;
	margin-bottom: 3px;
}

dl {
	margin-top: 0;
	margin-bottom: 0;
}

dt {
	padding-bottom: 5px;
	padding-top: 10px;
	color: #009;
	font-weight: bold;
}

dd {
	padding-bottom: 10px;
	padding-left: 0;
}

.spod-big-title {
	font-size: 16px;
	line-height: 1.3em;
	font-weight: bold;
	color: #666;
}

.spod-mddle-title {
	font-size: 14px;
	line-height: 1.3em;
	font-weight: bold;
	color: #666;
}

.spod-list-title {
	font-weight: bold;
	color: #666;
	margin-bottom: 0px;
}

.spod-red-text {
	color: #F30;
}

.spod-red-b-text {
	font-size: 16px;
	color: #F30;
}

.spod-red-m-text {
	font-size: 14px;
	color: #F30;
}

.spod-blue-text {
	color: #03F;
}

.spod-blue-b-text {
	font-size: 16px;
	color: #03F;
}

.spod-blue-m-text {
	font-size: 14px;
	color: #03F;
}

.spod-green-text {
	color: #090;
	font-weight: bold;
}

.spod-green-b-text {
	font-size: 16px;
	color: #090;
}

.spod-green-m-text {
	font-size: 14px;
	color: #090;
}

.spod-orange-text {
	color: #F90;
}

.spod-orange-b-text {
	font-size: 16px;
	color: #F90;
}

.spod-orange-m-text {
	font-size: 14px;
	color: #F90;
}

.spod-visaq-text {
	color: #03C;
	font-size: 16px;
	font-weight: bolder;
}

.spod-visaa-text {
	color: #F30;
	font-size: 16px;
	font-weight: bolder;
}

.img-left {
	margin: 3px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
}

.img-right {
	margin: 3px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: right;
}

.img-center {
	border: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
}

#container {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	border: 1px solid #999;
}

.kiyaku {
	text-align: left;
	width: 500px;
}

/*ヘッダー設定
---------------------------------------------*/

div#header {
	width: 800px;
	height: 100px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

div#header div#title {
	width: 400px;
	height: 60px;
	float: left;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5px;
	display: inline;
}

div#header h1 {
	font-size: 12px;
	font-weight: normal;
	color: #666;
	padding: 5px;
	margin: 0px;
	display: inline;
}

div#header p {
	width: 300px;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	display: inline;
	float: right;
	margin-top: 25px;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 0;
}

#header-menu {
	width: 790px;
	height: 22px;
	margin: 0 auto;
	background: #066;
}

#header-menu p {
	float: left;
	margin-left: 5px;
	color: #FFF;
	display: block;
	margin-top: 2px;
	margin-bottom: 2px;
}

#header-menu ul {
	width: 400px;
	list-style: none;
	line-height: 100%;
	float: right;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0;
	display: inline;
}

#header-menu ul li {
	height: 15px;
	font-size: 12px;
	float: left;
	white-space: nowrap;
	margin-top: 1px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 12px;
	display: inline;
}

#header-menu ul li a {
	color: #fff;
	text-decoration: none;
}

#header-menu ul li a:hover {
	color: #fc0;
	text-decoration: underline;
}

#header-menu:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#header-menu { display: inline-block; }

/* Hides from IE-mac \*/
* html #header-menu { height: 1%; }
#header-menu { display: block; }
/* End hide from IE-mac */

/*トップページ用設定
---------------------------------------------*/

#top-textbox {
	width: 790px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}

#top-textbox p {
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}

/*コンテンツ設定
---------------------------------------------*/

#wrapper {
	margin: 0px;
	padding: 0px;
	width: 800px;
}

#wrapper:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#wrapper { display: inline-block; }

/* Hides from IE-mac \*/
* html #wrapper { height: 1%; }
#wrapper { display: block; }
/* End hide from IE-mac */

.clear{
	clear: both;
}

/*再度ナビ設定
---------------------------------------------*/

#side {
	float: left;
	width: 200px;
	margin-top: 20px;
	margin-left: 10px;
	overflow: hidden;
}

.side-navi {
	width: 200px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
}

.side-navi p {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	margin: 0px;
	width: 197px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	background-image: url(../_image/side-nabi-back.jpg);
}

.side-navi ul {
	width:199px;
	padding:0px;
	margin: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #78AEAE;
	border-right-color: #78AEAE;
}

.side-navi li{
	list-style:none;
	width:190px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 3px;
	margin: 0px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #78AEAE;
	border-left-color: #78AEAE;
}

.side-navi ul li a {
	color: #666;
	text-decoration: underline;
}

.side-navi ul li a:hover {
	color: #fc0;
	text-decoration: underline;
}

.job-button {
	height: 45px;
	width: 198px;
	margin-bottom: 10px;
	border: 1px solid #999;
	background-image: url(../_image/button-job.jpg);
	background-repeat: no-repeat;
	padding: 0px;
}

.job-button p {
	font-size: 14px;
	font-weight: bold;
	margin-top: 14px;
	margin-left: 20px;
}

.job-button a {
	color: #333;
	text-decoration: none;
}

.job-button a:hover {
	color: #F60;
	text-decoration: none;
}

.baito-button {
	height: 30px;
	width: 198px;
	margin-bottom: 10px;
	border: 1px solid #999;
	background-image: url(../_image/button-baito.jpg);
	background-repeat: no-repeat;
	padding: 0px;
}

.baito-button p {
	font-size: 14px;
	font-weight: bold;
	margin-top: 7px;
	margin-left: 20px;
}

.baito-button a {
	color: #333;
	text-decoration: none;
}

.baito-button a:hover {
	color: #F60;
	text-decoration: none;
}

#side-resume {
	width: 190px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	border: 3px double #78AEAE;
	text-align: center;
	margin-bottom: 0px;
	background-color: #FFFFE1;
}

#side-resume a {
	color: #666;
	text-decoration: underline;
}

#side-resume a:hover {
	color: #fc0;
	text-decoration: underline;
}

#baner {
	padding: 0px;
	width: 150px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}

#baner img {
	padding: 0px;
	width: 150px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

/*メイン設定
---------------------------------------------*/

#main {
	float: right;
	width: 550px;
	margin-top: 20px;
	margin-right: 10px;
}

#main-box {
	background-color: #FFC;
	width: 550px;
	margin-top: 15px;
	border: 1px solid #666;
}

#main-box p {
	margin: 3px;
}

#main-box img {
	margin: 3px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	float: left;
}

#main-box:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#main-box { display: inline-block; }

/* Hides from IE-mac \*/
* html #main-box { height: 1%; }
#main-box { display: block; }
/* End hide from IE-mac */

.sub-box {
	width: 550px;
	margin-top: 3px;
}

.sub-box p {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	margin-top: 10px;
	margin-right: 3px;
	margin-bottom: 5px;
	margin-left: 3px;
	padding-bottom: 3px;
}

#main-box p {
	margin-top: 10px;
	margin-right: 3px;
	margin-bottom: 10px;
	margin-left: 3px;
}

table#table-joblist {
	width: 550px;
	border-collapse: collapse;
	border-spacing: 0;
	margin-top: 15px;
	margin-right: 2px;
	margin-bottom: 10px;
	margin-left: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #666;
	border-right-color: #666;
}

table#table-joblist th {
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	background-color: #EAEAEA;
	text-align: left;
	font-weight: normal;
	width: 80px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
}

table#table-joblist td {
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
}

table#table-form {
	width: 550px;
	border-collapse: collapse;
	border-spacing: 0;
	margin-top: 15px;
	margin-right: 2px;
	margin-bottom: 10px;
	margin-left: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #666;
	border-right-color: #666;
}

table#table-form th {
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	background-color: #EAEAEA;
	text-align: left;
	font-weight: normal;
	width: 120px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
}

table#table-form td {
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
}

table#table-gyokai {
	width: 549px;
	border-collapse: collapse;
	border-spacing: 0;
	margin-top: 5px;
	margin-right: 2px;
	margin-bottom: 10px;
	margin-left: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #666;
	border-right-color: #666;
}

table#table-gyokai th {
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	background-color: #CCCCFF;
	text-align: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
}

table#table-gyokai td {
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
}

.backlink-box {
	text-align: center;
	padding: 3px;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

.booklink-box {
	text-align: center;
	padding: 3px;
	width: 540px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #FFFFE8;
	border: 1px solid #066;
}

.bookform-box {
	padding: 3px;
	width: 540px;
	border: 1px solid #666;
}

/*フッター設定
---------------------------------------------*/

#page-toplink {
	width: 800px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}

#page-toplink p {
	padding: 5px;
	margin: 0px;
	text-align: right;
}

#footer {
	width: 800px;
	clear: left;
	border-top-width: 3px;
	border-top-style: double;
	border-top-color: #999;
	margin-top: 10px;
}

#footer p {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
