@charset "utf-8";
/* CSS Document */

/*-----------------------------------------------------------*/
/* ページ全体 CSS  Start                                     */
/*-----------------------------------------------------------*/

*{
margin: 0;
padding: 0;

}

body {
	background-color: #F7EDD7;
	margin-right: auto;
	margin-left: auto;
	border-top: 5px solid #393937;
	text-align:center;
}

a:link {
	color: #FF6600;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #FF6600;
}

a:hover {
	color: #FF6600;
	text-decoration: underline;
}

a:active {
	color: #FF6600;
	text-decoration: none;
}

#wrapper{
	text-align: left;
	width: 740px;
	margin: 0px auto;
	background-image: url(images/bg.gif);
}


/*-----------------------------------------------------------*/
/* ページ全体 CSS  End                                       */
/*-----------------------------------------------------------*/

/*-----------------------------------------------------------*/
/* ヘッダ CSS  Start                                         */
/*-----------------------------------------------------------*/

#header{
	height: 165px;
	background-image: url(images/header_bg.jpg);
	width: 720px;
	margin: 0 10px 15px 10px;
}

#header h1 {
	font-size: 14px;
	color: #FFFFFF;
	margin-bottom: 0px;
	margin-left: 175px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 200;
	padding-top: 20px;
}

/*-----------------------------------------------------------*/
/* ヘッダ CSS  Start                                         */
/*-----------------------------------------------------------*/

#menu {
	width: 720px;
	margin: 75px auto 15px auto;
}

#menu li {
	display: inline;
}


/*-----------------------------------------------------------*/
/* ヘッダ CSS  End                                           */
/*-----------------------------------------------------------*/

/*-----------------------------------------------------------*/
/* メニュー CSS  Start                                       */
/*-----------------------------------------------------------*/


#sidebar{
	float: left;
	width: 190px;
	padding: 0px 0px 0px 30px;
}

#sidebar ul{
	list-style: none;
}


#sidebar li {
	margin: 0;
	padding: 0;
	font-size: 95%;
	color: #666666;
	background-repeat: no-repeat;
	text-indent: 16px;
	list-style-type: none;
	background-color: #EEEEEE;
	border-left: 4px solid #7D8954;
	border-bottom: 1px solid #7D8954;
	display:block;
	height: 40px;
	width: 186px;
	text-align: left;
}

#sidebar li a:hover {
	font-size: 95%;
	color:#FFFFFF;
	background-color: #cccccc;
	text-decoration : none;
	width: 186px;
	text-indent: 16px;
	display: block;
	height: 28px;
}

#sidebar a {
	font-size: 95%;
	color:#666666;
	background-color: #EEEEEE;
	text-indent: 16px;
	width: 186px;
	text-align: left;
	padding-top: 12px;
	display: block;
	background-image: url(images/icon_arrow2.gif);
	background-repeat: no-repeat;
	background-position: 6px 13px;
	letter-spacing: 0.001ex;
}

.sidebar_m {
	background-color: #8EC112;
	font-size: 85%;
	color: #FFFFFF;
	text-indent: 10px;
	background-position: left;
	padding: 12px 0 12px 0;
}

.g85 {
	font-size: 85%;
	color: #666666;
}

.g90 {
	font-size: 90%;
	color: #666666;
	letter-spacing: 0.01em;
}

/*-----------------------------------------------------------*/
/* メニュー CSS  End                 　                      */
/*-----------------------------------------------------------*/

/*-----------------------------------------------------------*/
/* コンテンツ CSS  Start                                     */
/*-----------------------------------------------------------*/

#container{
	float: left;
	width: 510px;
}

#contents{
	margin-bottom: 40px;
	padding: 0px 24px 0px 24px;
}

#contents h2 {
	position: relative;
	font-size: 15px;
	font-weight: 800;
	color: #7A9417;
	text-indent: 10px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px 0 15px 0;
	background-image: url(img_menu/title_bg_h2.gif);
	height: 28px;
	width: 460px;
	padding-top: 3px;
}

#contents h3 {
	font-size: 15px;
	font-weight: 800;
	color: #333333;
	text-indent: 10px;
	border-bottom: 1px solid #7A9417;
	border-left: 4px solid #7A9417;
	padding-top: 5px;
	height: 21px;
	margin: 15px 0 15px 0;
}

#contents h4   {
	position: relative;
	font-size: 14px;
	font-weight: 600;
	color: #5C7012;
	text-indent: 15px;
	margin: 10px 0 10px 0;
	padding-top: 6px;
	height: 21px;
	width: 460px;
	border-bottom: 1px solid #666600;
	border-top: 1px solid #666600;
	background-color: #EEEEEE;
}

#contents h5 {
	font-size: 90%;
	line-height: 160%;
	font-weight: bold;
	color: #53640F;
	border-bottom: 1px solid #A8A800;
	margin-top: 15px;
	width: 460px;
	text-indent: 15px;
	background-color: #E7E79E;
	margin-bottom: 15px;
}

#contents h6 {
	font-size: 90%;
	line-height: 160%;
	font-weight: bold;
	color: #333333;
	border-bottom: 1px solid #A8A800;
	margin: 15px 0 15px 0;
	width: 460px;
	text-indent: 15px;
}

#contents p {
	position: relative;
	font-size: 90%;
	font-weight: normal;
	color: #666666;
	text-indent: 10px;
	line-height: 170%;
	padding-left: 15px;
}

#contents ol {
	font-weight: normal;
	color: #666666;
	padding: 0px;
	margin-left: 10px;
	width: 460px;
}

#contents li {
	font-size: 90%;
	line-height: 160%;
	list-style-position:inside;
}

.pagetop {
	margin: 40px 30px 20px 0;
	float: right;
}

#Whatsnew table{
	margin: 0 5px 0  5px;
}

#Whatsnew td{
	padding: 5px;
	font-size: 90%;
	color: #666666;
	line-height: 160%;
	border-bottom: 1px dotted #CCCCCC;
}


/*----パンくずnavi--------Start-----------------------------*/
#topnavi{
	width: 100%;
	color: #8B8B8B;
	margin-bottom: 8px;
	letter-spacing: 0.002em;
	text-align: left;
	font-size: 11px;
}

#topnavi a {
	color: #FF6600;
	font-size: 12px;
	letter-spacing: 0.002em;
}

/*----パンくずnavi--------End-----------------------------*/

/*-----------------------------------------------------------*/
/* コンテンツ CSS  End                                       */
/*-----------------------------------------------------------*/


/*----servantleadership-case--------Start-----------------*/

.case_box {
	font-size: 85%;
	line-height: 160%;
	color: #666666;
}

.case_title {
	position: relative;
	font-size: 90%;
	color: #333333;
	text-indent: 10px;
	margin: 50px 0  20px 30px;
	padding-top: 6px;
	height: 21px;
	width: 460px;
	border-bottom: 1px solid #666600;
	background-color: #C1EE77;
	line-height: 120%;
}

img {
	border-style:none;
}

.box1 {
	margin: 0 10px 0  25px;
	font-size: 90%;
	color: #666666;
	line-height: 160%;
}

.box1 img {
	margin: 0 10px 0  25px;

}

.box2 {
	font-size: 90%;
	line-height: 160%;
	color: #333333;
	margin: 0 30px 0  30px;
	padding-left: 10px;
}

.box3 {
	width: 460px;
}

.box3 img {
	margin-left: 10px;
}

.box4 {
	padding-left: 10px;
}

.line_dot {
	border-bottom: 1px dotted #999999;
}

.f_left {
	float: left;
	display: inline;
}



.f_right {
	float: right;
	display: inline;
}

/*----servantleadership-case--------End-----------------*/

/*----servantleadership-value--------Start-----------------*/

.value_title {
	position: relative;
	font-size: 12px;
	color: #333333;
	text-indent: 10px;
	margin: 50px 0 20px 30px;
	padding-top: 6px;
	height: 21px;
	width: 460px;
	border-bottom: 1px solid #666600;
	background-color: #C1EE77;
	line-height: 160%;
}

/*----servantleadership-value--------End-----------------*/

/*----contact--------Start-----------------*/

.contact {
	font-size: 14px;
	line-height: 200%;
	font-weight: 600;
	color: #339933;
	text-indent: 15px;
}

dl {
	margin: 0 30px 15px 25px;
	padding: 0 10px 10px 10px;
}

#contact dl dt {
	float: left;
	width: 7em;
	padding: 10px 0;
	font-weight: bold;
	text-indent: 1em;
	line-height: 150%;
	font-size: 90%;
	color: #666666;
}

#contact dl dd {
	line-height: 150%;
	border-bottom: 1px #CCCCCC solid;
	font-size: 90%;
	color: #666666;
	padding: 10px 0 10px 5em;
}



/*----contact--------End-----------------*/

/*----aboutus-work--------Start-----------------*/
.member {
	font-size: 80%;
	color: #333333;
}

/*----aboutus-work--------End-----------------*/

/*----book--------Start-----------------*/

.border_dot {
	border-bottom: 1px dotted #C2C2C2;
}

/*----book--------End-----------------*/

/*----event--------Start-----------------*/

.gr17 {
	position: relative;
	font-size: 17px;
	font-weight: 800;
	color: #7A9417;
	text-indent: 10px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 15px;
	width: 460px;
	margin-bottom: 15px;
}

.meet{
	margin-bottom: 20px;
}

.meetinfo {
	position: relative;
	color: #666666;
	width: 440px;
	background-color: #EEEEEE;
	padding: 10px;
	margin: 10px 0 10px 0;
	;
	border: 1px solid #666600;
	font-size: 90%;
	line-height: 160%;
}

#wrapper_form{
	text-align: left;
	width: 620px;
	margin: 0px auto;
	background-image: url(images/bg_s.gif);
	background-repeat:repeat-y;
}

#header_form {
	background-image: url(images/header_form_bg.jpg);
	width: 600px;
	height: 53px;
	margin: 0 10px 15px 10px;
}

#contents_form {
	padding: 20px 60px 20px 60px;
	text-align: left;
}

#contents_form h2 {
	position: relative;
	font-size: 15px;
	font-weight: 800;
	color: #7A9417;
	text-indent: 10px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin: 10px 0 15px 0;
	background-image: url(img_menu/title_bg_h2.gif);
	height: 28px;
	width: 500px;
	padding-top: 3px;
}

#contents_form table {
	border: 1px solid #C0C0C4;
}


#contents_form td {
	font-size: 85%;
	color: #666666;
	text-align: left;
	padding: 5px 0 5px 0;
	text-indent: 8px;
}


#footer_form {
	clear: both;
	width: 600px;
	text-align: center;
	background-color: #464644;
	margin: 0 10px 0  10px;
}


/*----event--------End------------------*/


.gr90 {
	position: relative;
	font-size: 85%;
	font-weight: 600;
	color: #708615;
	text-indent: 10px;
	line-height: 190%;
	margin: 0 28px 0 30px;
}

.red11 {
	font-size: 11px;
	color: #FF0000;
}

.gr11 {
	font-size: 11px;
	color: #666666;
}


/*-----------------------------------------------------------*/
/* フッター CSS  Start                 　                    */
/*-----------------------------------------------------------*/

#footer{
	clear: both;
	width: 720px;
	text-align: center;
	background-color: #464644;
	margin: 0 10px 0  10px;
}

#footer p{
	color: #CCCCCC;
	font-size: 11px;
	padding: 0.2em 0  0.2em 0;
	letter-spacing: 0.02em;
}

#footer_form p{
	color: #CCCCCC;
	font-size: 11px;
	padding: 0.2em 0 0.2em 0;
	letter-spacing: 0.02em;
}

/*-----------------------------------------------------------*/
/* フッター CSS  End                   　                    */
/*-----------------------------------------------------------*/

/***********************************************/
/* input form page                             */
/***********************************************/

.errorMes {
	padding:20px;
	margin:0px;
}

.errorList {
	list-style-type:none;
	margin:0px 0px 5px 0px;
	font-size:14px;
	background-image:none;
}
