/* -----------body----------- */

body, h1, h2, h3, h4, form, dl, dt, dd {
	margin: 0;
	padding: 0;
}

body {
	font-family: "MS PGothic", Osaka, "MS Gothic", Gothic, sans-serif;
	font-size:13px;
	line-height:140%;
	color:#333;
	background: #FFF;
	margin: 0;
	padding: 0;
	}

html>pre, html>code, html>li, html>dt, html>dd, html>blockquote, html>td, html>p, html>input, html>textarea, html>caption, html>h2, html>.content {
	font-size: 13px;
	}

a { text-decoration: none; }
a:link { color:#284; }
a:visited { color: #3c6; }
a:hover { color: #37dd6f; }
a:active { color: #37dd6f; }


/* ----------- 枠線〜 border-style: solid; 〜----------- */


/* -----------全体囲み----------- */

#all {
	background: url("images/001bg.gif") repeat-y;
	text-align: left;
	margin: 0;
	padding: 0;
}


/* -----------ヘッダー----------- */

#headgreen {
	overflow: hidden;
	background: #2EA300;
	margin: 0;
	width: 800px;
	height: 12px;
}


#headtext {
	overflow: hidden;
	margin: 0;
	padding: 1px 14px 1px 21px;
	text-align: right;
	font-size: 6px;
	color: #2EA300;
	font-family: "MS PGothic", Osaka, "MS Gothic", Gothic, sans-serif; 
}


/* -----------サイトタイトル----------- */

#maintitle {
	overflow: hidden;
	width: 800px;
	height: 88px;
	margin: 0;
	padding: 0;
}


/* -----------コンテンツ全体囲み----------- */

#contents {
	overflow: hidden;
	width: 800px;
	margin: 0;
	padding: 0;
}

/* -----------センター＆右全体囲み----------- */

#center {
	margin: 0;
	width: 522px;
	text-align: left;
	padding: 24px 20px 30px 208px;
}

/* -----------ミニナビ----------- */

.mininavi {
	margin: 0;
	padding: 0 10px 10px 0;
	text-align: left;
	color: #06C;
	font-size: 11px;
}

/* -----------事務局からタイトル----------- */

.jimukyoku_title {
	margin: 0;
	padding-bottom: 15px;
	width: 522px;
	height: 37px;
}


/* -----------事務局からコンテンツ中身----------- */

.jimukyoku_contents {
	margin: 0;
	width: 522px;
	text-align: left;
	font-size: 13px;
	color: #333;
}


/* -----------テキスト----------- */

.text01 {
	margin: 0;
	padding-bottom: 14px;
	width: 522px;
	text-align: left;
	font-size: 13px;
	color: #333;
}


/* -----------各章タイトル----------- */

.cornertitle {
	margin: 0;
	padding-bottom: 14px;
	width: 522px;
	height: 22px;	
}


/* -----------写真＆リンク----------- */

#photo01 {
	margin: 0;
	padding:0 110px 0 102px;
	width: 310px;
	height: 235px;	
}


.photo02 {
	margin: 0;
	padding:0;
	width: 522px;
	height: 192px;	
}


#nophoto {
	margin: 0;
	padding: 0;
	width: 522px;
	height: 50px;	
}


/* -----------採用情報----------- */

#center_saiyou {
	margin: 0;
	padding:10px 79px 0px 79px;
	width: 364px;
}




/* -----------ページのトップへ----------- */

.totop {
	margin: 0;
	padding-bottom: 25px;
	padding-right: 3px;
	text-align: right;
}


/* -----------天地調整----------- */

#chousei {
	width: 364px;
/*	height: 37px;*/
    height: 900px;
	margin: 0;
	padding: 0
}


/* -----------フッター----------- */

#footer {
	overflow: hidden;
	width: 491px;
	background: #CC9;
	margin: 0;
	padding: 8px 9px 7px 300px;
	text-align: right;
	font-size: 11px;
	color: #666;
}


/* -----------left---------- */

#left {
	position: absolute;
	top: 100px;
	left: 0;
	width: 189px;
	text-align: left;
	padding: 0;
	margin: 0;
}


.link {
	line-height: 140%;
	color: #284;
	font-family: "MS PGothic", Osaka, "MS Gothic", Gothic, sans-serif;
}

.red {
	color: #f00
	}

/* -----------table---------- */

table { border: 0px solid #fff;
        margin: 0px;
         }

.td01  {
	border: 0px solid #fff;
    width: 27px;
	vertical-align: top;
}

.td02  {
	border: 0px solid #fff;
    width: 162px;
	vertical-align: top;
}


