/* @override
	http://ruralfunds.com.au/design/main/css/body.css
	http://rfm.cre8ive.com.au/design/main/css/body.css */

html {
	font-size: 100%;
}
body {
	font: 87.5%/1.45 "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000;
}
a:link, a:visited {
	color: #3b76cc;
	text-decoration: underline;
}
a:hover {
	color: #08a8fb;
}
a img {
	border: none;
}

.clear {
	clear: both;
	height: 0;
	border: none;
}
p.apply{
	font-size:18px !important;
	font-weight:600 !important;
	color:#787878 !important;
}

h2#pagetitle {
	color: #2e629d;
	font-size: 1.71em;
	font-weight: 200;
	line-height: 1.4em !important;
	margin: 0;
}


h2 {
	font-weight: bold;
	color: #519037;
	margin-bottom: 0.8em;
	font-size: 22px;
	-webkit-box-shadow: 0px 0px rgba(255,255,255,1.00);
	box-shadow: 0px 0px rgba(255,255,255,1.00);
}
h3 {
	font-weight: bold;
	text-transform: uppercase;
	color: #2e629d;
	margin: 1em 0 0;
	padding: 1em 0 0;
}
h4 {
	color: #707070;
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase;
	margin: 1em 0 0;
	padding: 1em 0 0;
}
h5 {
	color: #519037;
	font-size: 1em;
	font-weight: bold;
	margin: 1em 0 0;
	padding: 1em 0 0;
}

#pagebody ul, .mceBody ul, #pagebody ol, .mceContentBody ol {
	margin: 0 0 1em 1.2em;
	clear: both;
}
#pagebody ul, .mceContentBody ul {
	list-style: disc url('../graphics/bullet.gif');
}
#pagebody ul ul, .mceContentBody ul ul, #pagebody ol ul, .mceContentBody ol ul, #pagebody ol ol, .mceContentBody ol ol, #pagebody ul ol, .mceContentBody ul ol {
	margin: 0 0 0 2.1em;
}
#pagebody ul li, .mceContentBody ul li, #pagebody ol li, .mceContentBody ol li {
	padding-left: 1em;
}

#pagebody img, .mceContentBody img {
	border: 1px solid #CFCFCF;
	border-radius: 2px;
	padding: 3px;
}

#container p, .mceContentBody p {
	margin: 0 0 1em !important;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 150%;
	color: #170C42;
	font-weight: normal;
}

p.small, ol.small, ul.small {
	font-size: 0.75em;
}

/* @group Form styles */


.fieldItem {
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

.fieldItemLabel {
	float: left;
	width: 15em;
	margin: 0 10px 0 0;
	padding: 8px 0 0;
	font-weight: normal !important;
	display: block;
}
.fieldItemInput {
	float: left;
}
.fieldItemClear {
	clear:  left;
}
.fieldItemInput input.textbox, .fieldItemInput textarea {
	padding: 8px;
	width: 20em;
	border: 1px solid silver;
	box-shadow: 0 1px 4px rgba(0,0,0,0.15) inset;
	border-radius: 3px;
	font-family: "Helvetica Neue",Helvetica, Arial, sans-serif;
	font-size: 1em;
}
.fieldItemInput input.textbox.CMSNumber {
	width: auto !important;
}
.fieldItemInput input.textbox:focus, .fieldItemInput textarea:focus {
	border-color: #555555;
	outline: none;
}
.fieldItemInput select {
	margin: 8px 0;
}
.fieldItemInput textarea {
	resize: vertical;
	float: left;
	width: 400px !important;
}
.fieldItemInput .CMSRadio {
	float: left;
}
.fieldItemNote {
	clear: both;
	margin-left: 21em !important;
}
.requiredIndicator {
	margin: 0 5px;
}

.stageInfo {
	border: 1px solid #CCC !important;
	height: 25px;
	margin: 0 0 5px;;
	padding: 0;
}
.stage {
	font-size: 12px !important;
	line-height: 1em;
	padding: 11px 16px 11px 11px;
	margin: 0 -8px 0 0 !important;
	background: url('../graphics/multistage.png') no-repeat top right;
}
.stage span {
	display: none;
}
.stage.selected {
	background-position: bottom right;
	color: #000 !important;
	font-weight: bold;
}
.formButtons input {
	padding: 2px 6px 3px;
}

/* @end */

/* @group Table styles */

#pagebody table, .mceContentBody table {
	border: 1px solid #CCC;
	border-collapse: collapse;
	font-weight: 200;
	font-size: 0.85em;

}
#pagebody td,#pagebody th, .mceContentBody td,.mceContentBody th {
	padding: 5px 10px;
	text-align: left;
	vertical-align: top;
}
#pagebody td[align=right] {
	text-align: right;
}
#pagebody thead td,#pagebody thead th, .mceContentBody thead td,.mceContentBody thead th {
	background: #519037 !important;
	border: 1px solid #519037;
	color: #FFF;
	font-weight: bold;
	font-size: 1em;
	text-align: left;
	vertical-align: top;
}
#pagebody tbody th, .mceContentBody tbody th {
	font-weight: bold;
}
#pagebody tbody tr td, .mceContentBody tbody tr td {
	background: #FFF;
}
#pagebody tr.even td, #pagebody tr.even,#pagebody tr.even th, .mceContentBody tr.even td, .mceContentBody tr.even th {
	background: #ECFBFD;
	
/* #eef6e2 */	
	
}
#pagebody tr.even{
	width:100%;
}
#pagebody tfoot td, #pagebody tfoot th, .mceContentBody tfoot td, .mceContentBody tfoot th, #pagebody tr.total td, .mceContentBody tr.total td {
	border: 2px solid #519037;
	border-width: 2px 0;
	font-weight: bold;
}

table.plain, table.stafflist, table.plain tr, table.stafflist tr, table.plain th, table.stafflist th, table.plain td, table.stafflist td {
	background: none !important;
	font-size: 1em !important;
}
table.plain td, table.stafflist td {
	padding: 5px !important;
	white-space: normal !important;
}
table.stafflist td {
	border-bottom: 1px solid #CCC;
}
table.stafflist tr td:first-child {
	padding: 5px 10px !important;
}
table.plain h3, table.stafflist h3 {
	margin: 0;
}
table.plain h3, table.plain p, table.stafflist h3, table.stafflist p {
	padding: 5px 0 0;
}
table.company{
	width:100%;
	margin:0 auto;
	margin-top:10px;
	margin-bottom:15px;
}
.company tr{
	padding-bottom:5px;
	display:block;
}
.tb-name{
	width:110px;
	padding-bottom:25px;
}

/* @end */

.pageresult h5 {
	margin: 0;
	padding: 0;
}

.menu_list {
	width: 150px;
	
}
.menu_head {
	
	height:40px;
	padding: 5px 10px;
	cursor: pointer;
	position: relative;
	margin:1px;
       font-weight:bold;
       background: #eef4d3 url(left.png) center right no-repeat;
}
.menu_body {
	display:;
}
.menu_body a {
  display:block;
  color:#006699;
  background-color:#EFEFEF;
  padding-left:10px;
  font-weight:bold;
  text-decoration:none;
}
.menu_body a:hover {
  color: #000000;
  text-decoration:underline;
}

.menulist2 {
 display: block; 
}



.blue1 {
	color: rgba(59,118,204,1.00);
}

.map{
	width:100%;
}

.no_border {
    border-style:none;
}

.image123 {
    
}




/*追加分*/
