@charset "utf-8";
/* CSS Document */

/*すべてのマージン・パディングを0に*/

* {
	margin: 0;
	padding: 0;
}
/*背景色と文字色・文字サイズ*/
body {
	color: #666;
	font-size: 13px;
	background-color: #6c3;
	margin: 0px 0px 20px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial, Helvetica;
}
/*レイアウト*/


/*ヘッター*/
.header01, .header02, .container{
	width:100%;
}
.header01{
	height: 50px;}
.header02{
	height: 50px;
	background-color:#ccff99;
}

.container {
	background-color:#FFFFFF;
}
	/*containerのオーバーフローをクリア*/
#container:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
	zoom: 1;
}

/*　タイトル　*/
.header01 h1, .header02 h2{
	width:640px;
	margin:0 auto;
}

/*見出し*/
.header01 h1 img {
	border:none;
	width:640px;
	height:50px;
}
.header02 h2 {
	font-size:14px;
	text-align:center;
	padding:18px 0;
}

/*メインコンテンツ*/

.main{
	width:640px;
	margin:0 auto;
	padding:20px;
}
/*フッター/*/
.footer {
	border-bottom:solid 3px #ccff99;
	width:100%;
}
.copy {
	width:640px;
	margin:0 auto;
	text-align:right;
	padding:2px;
}
/*画像*/

img {
	border: none;
}

p{
	margin:0;
}

.break{
	margin-top:1em;
}

/*IEで起こるBRのバグ回避*/

br {
	letter-spacing: normal;
}



/*文字サイズ*/

.font15pt {
	font-size: 15px;
	line-height: 100%
}
.font12pt {
	font-size: 12px
}
.font14pt {
	font-size: 14px;
	text-align:center;
}
.font11pt {
	font-size: 11px
}

/*リンクの設定*/

a.white {
	color: white
}
a.white:hover {
	color: yellow
}

/*ボーダー*/
.harry_up {
	background-color: #FFFFFF;
	padding: 3px 4px;
	border: double #FF0000;
}

/*文字色*/
.style2 {
	color: #FF0000;
	font-weight: bold;
	font-size:14px;
}


/* テーブルの設定*/

table {
	border: none;
}

table.recruitTable {
	border-collapse: collapse;
	width: 557px;
	border: solid 1px #666666;
	margin:0 auto;
}
.recruitTable th, .recruitTable td {
	font-size:13px;
	line-height:15px;
	color: #666;
	text-align: left;
	border: solid 1px #666666;
	padding:5px;
}
.recruitTable th {
	vertical-align: middle;
	background-color:#DDDDDD;
	width:120px;
	font-weight:normal;
}
.recruitTable td {
	vertical-align: top;
	background-color: #FFFFFF;
}
ul {
	margin:0;
	padding:0;
	list-style:disc;
}

ol {
	margin:0;
	padding:0;
	list-style:none;
	text-indent: -1.5em;
}

ul li{
	padding:0;
	margin:0;
	margin-left:1.25em;
}

ol li{
	padding:0;
	margin:0;
	margin-left:1.75em;
}

div.lead  {
	width:557px;
	margin:20px 42px;
	font-size:120%;
	font-weight:700;
	}

