body {body
	align:center;
/*	margin-top: 0px; */ /*トップマージン*/
	background-color: #E2EBDF; /*背景色*/
/*	background-color: #D5E1D0; */ /*背景色*/
	margin: auto;


	background-image:url(http://recruit.oriental-doc.com/image/backImage.gif); /*背景画像*/
	background-position:center; /*背景画像は中央*/
	background-repeat: repeat-y; /背景画像は縦に繰り返す*/
}
/*------(見出し１)------*/
h1 {
	margin-top: 4px; /*トップマージン*/
	margin-bottom: 0px; /*ボトムマージン*/
	font-weight: normal; /*文字の太さは標準*/
	font-size: 10pt; /*文字サイズ指定*/
        color: #666666;
}
/*------(見出し２)------*/
h2 {
	margin-top: 18px; /*トップマージン*/
	margin-left: 60px; /*レフトマージン*/
	font-weight: bolder; /*文字の太さは太め*/
	font-size: 15pt; /*文字サイズ指定*/
 	text-align: left; /*左詰め指定*/
}
/*------( 段落 本文記載用 左詰め)------*/
p {
	margin-top: 1px; /*トップマージン*/
 	margin-left: 30px; /*レフトマージン*/
 	margin-right: 10px; /*ライトマージン*/
	margin-bottom: 10px; /*ボトムマージン*/
	font-size: 12pt;/*文字サイズ指定*/
	letter-spacing: 0.5pt;/*文字間隔指定*/
	line-height: 18pt;/*行間隔指定*/
 	text-align: left; /*左詰め指定*/
        color: #333333;
}
/*------( 段落 フリー)------*/
div.pfree {
	margin-top: 1px; /*トップマージン*/
	margin-bottom: 1px; /*ボトムマージン*/
	font-size: 12pt;/*文字サイズ指定*/
	letter-spacing: 0.5pt;/*文字間隔指定*/
	line-height: 18pt;/*行間隔指定*/
        color: #333333;
}
/*------(ＢＯＸ - 0 - 01)------*/
div.box_0_01 {
 	margin-top: 3px; /*ボックスマージン*/
 	background-image:url(http://recruit.oriental-doc.com/image/midashi_01.gif); /*背景画像*/
 	height: 58px; /*ボックス高さ指定*/
 	width: 651px; /*ボックス幅指定*/
}
/*------(ＢＯＸ - 0 - 02)------*/
div.box_0_02 {
 	margin-top: 3px; /*ボックスマージン*/
 	width: 651px; /*ボックス幅指定*/
}
/*------(中央揃え)------*/
div.center {
 	text-align: center; /*中央揃え指定*/
}
/*------(左詰め)------*/
div.left {
 	text-align: left; /*左詰め指定*/
}
/*------(ＴＡＩＬ)------*/
div.tail{
	text-align: center; /*中央揃え指定*/
	font-size: 10pt; /*文字サイズ指定*/
	color: #666666; /*文字色指定*/
}
/*------(ＴＡＢＬＥ)------*/
table {
	font-size: 11pt;/*文字サイズ指定*/
	letter-spacing: 0.5pt;/*文字間隔指定*/
	line-height: 17pt;/*行間隔指定*/
        color: #333333;
        width: 615px;
        border: 1px solid #CCCCCC;
        border-collapse: separate;
        border-spacing: 1px;
}
th {
        padding: 6px;
        border-right: 1px solid #CCCCCC;
}
td {
        padding: 6px;
        border-bottom: 1px solid #CCCCCC;
}