


body {
	margin:0 auto;
	padding:0 ;
	text-align:center;
	background:#ffffff;
	color:#4d3010;
	font-family:Verdana,Arial,Helvetica,'meirio','メイリオ','Hiragino Maru Gothic Pro','ヒラギノ丸ゴ Pro W4',Osaka,'ＭＳ Ｐゴシック',sans-serif;
}


a:link,a:visited {
	color:#4d3010;
}

a:hover,a:active {
	color:#a3e4a1;
}

blockquote {
	margin:1em 0px;
	padding:15px;
	border:#a3e4a1 solid 3px;
}

hr {
   border-width: 2px 0px 0px 0px;
   border:solid #a3e4a1 2px;
}


/*外枠設定=====================================*/
#wrapper {
	margin:0;
	padding:0;
	width:auto;
	text-align:left;
	background:#FFF;
}

/*ヘッダー設定=================================*/
#topBorder {
	margin:0;
	padding:0;
	height:10px;
	width:auto;
	background:#a3e4a1;
}

#headerWrapper {
	width:960px;
	margin:0 auto;
	text-align:left;
}

#header {
	height:130px;
	position:relative;
}


/*サイトタイトル*/
.siteTitle {
	position:absolute;
	top:20px;
	left:285px;
	font-weight:normal;
	margin:0;
	padding:0;
}

/*概要*/
.description {
	position:absolute;
	top:10px;
	right:20px;
	margin:0;
	padding:0;
	font-size:77%;
}

/*グローバルナビゲーション*/
#nav {
	top:80px;
	position:relative;
	width:960px;
	height:50px;
	margin:0 auto 10px auto;
    list-style:none;
}

#nav li{
	position:absolute;
	top:0;
	height:50px;
}

#nav li a {
	display: block;
	height: 0;
	padding-top:50px;
	overflow: hidden;
	background-image:url(../images/navi.png);
	background-repeat:no-repeat;
}


.nav-home {
	left: 0;
}

.nav-home,
.nav-home a {
	width: 192px;
}

.nav-home a {
	background-position: 0 0;
}

.nav-home.current a,
.nav-home a:hover {
	background-position: 0 -50px;
}

.nav-event {
	left: 192px;
}

.nav-event,
.nav-event a {
	width: 192px;
}

.nav-event a {
	background-position: -192px 0;
}

.nav-event.current a,
.nav-event a:hover {
	background-position: -192px -50px;
}

.nav-join {
	left: 384px;
}

.nav-join,
.nav-join a {
	width: 192px;
}

.nav-join a {
	background-position: -384px 0;
}

.nav-join.current a,
.nav-join a:hover {
	background-position: -384px -50px;
}

.nav-charity {
	left: 576px;
}

.nav-charity,
.nav-charity a {
	width: 192px;
}

.nav-charity a {
	background-position: -576px 0;
}

.nav-charity.current a,
.nav-charity a:hover {
	background-position: -576px -50px;
}

.nav-contact {
	left: 768px;
}

.nav-contact,
.nav-contact a {
	width: 192px;
}

.nav-contact a {
	background-position: -768px 0;
}

.nav-contact.current a,
.nav-contact a:hover {
	background-position: -768px -50px;
}


/* スライダー設定(トップページのみ) ==================*/

#sliderWrapper {
	width:960px;
	position:relative;
	margin:0 auto;
	padding:0;
}

#slider {
	width:960px;
	height:300px;
	margin:20px 0;
	overflow:hidden;
	position:relative;
}

#slider #sliderItem  {
	position: absolute;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 4600px;
	left:0px;
	top: 0px;
}

#slider #sliderItem li{
	margin:0;
	padding:0;
	list-style:none;
	width:960px;
	height:300px;
	float:left;
}

#slider #sliderItem li{
	z-index:80;
	display:block;
}

#slider #sliderItem li img {
	width:960px;
	height:300px;
}

#sliderWrapper .leftBtn {
	position:absolute;
	width:44px;
	height:44px;
	top:128px;
	left:-12px;
	z-index:80;
}

#sliderWrapper .rightBtn {
	position:absolute;
	width:44px;
	height:44px;
	top:128px;
	right:-12px;
	z-index:80;
}

/*メインエリア設定=====================================*/

#contentsWrapper {
	width:960px;
	margin:0 auto;
	text-align:left;
}


#contents {
	margin:0 auto;
	padding:0;
	width:960px;
}

/*フッター設定=====================================*/


#footerWrapper {
	width:auto;
	margin:20px 0 0 0;
	padding:0;
}

#leaf {
	width:auto;
	height:50px;
	background:url(../images/topback.png) repeat-x top;
}



#footer {
	position:relative;
	background:#a3e4a1;
	text-align:center;
}

#footerMenu,
.footerAddress {
	width:960px;
	text-align:center;
	margin:0 auto;
}

#footerMenu ul {
	position:relative;
	margin:0 20px;
	padding:0 0 0 20px;
	height:30px;
	list-style:none;
}

#footerMenu ul li{
	padding:0 20px 0 30px;
	list-style:none;
	float:left;
	height:30px;
	line-height:30px;
	background:url(../images/bgFooterIcon.png) left center no-repeat;
}

#footerMenu ul a{
	height:30px;
	line-height:30px;
	color:#4d3010;
	text-decoration:none;
}

#footerMenu ul a:hover{
	text-decoration:underline;
}

.footerAddress {
	text-align:right;
	height:50px;
	line-height:50px;
}
	
#footer .copyright {
	position:relative;
	margin:0 -20px;
	padding:15px 10px ;
	text-align:center;
	font-size:93%;
	color:#fff;
}

#footerMenu {
	width:960px;
	text-align:center;
}

/*トップページ=====================================*/
#main #news dl {
	margin: 0 0 15px;
	padding: 0 10px 10px;
}

#main #news dl dt {
	float: left;
	width: 11em;
	padding: 10px 0;
	font-weight: bold;
	margin:0;
}
#main #news dl dd {
	padding: 10px 10px 10px 0;
	border-bottom: 1px #4d3010 dotted;
	margin:0;
}

#main #news .category {
	background:#a3e4a1;
	margin:0 5px 0 0;
	padding:0 5px;
	color:#fff;
}


/*共通設定=====================================*/


.subMidashi {
	height:30px;
	padding:0 0 5px 0;
	margin:30px 10px 10px 10px;
	border-bottom:#a3e4a1 solid 5px;
	font-weight:normal;
	position:relative;
	font-size:123.1%;
}

.subMidashi .midashiText{
	position:absolute;
	color:#4d3010;
	background:url(../images/point.png) 6px center no-repeat;
	line-height:30px;
	height:30px;
	padding:0 20px 0 38px;
	display:inline-block;
	top:0;
}

.subMidashi .sitemapText {
	position:absolute;
	color:#4d3010;
	height:30px;
	width:212px;
	display:inline-block;
	font-size:14px;
	padding:0 0 0 38px;
	border-bottom:#a3e4a1 solid 1px;
	background:url(../images/pointSub.png) left no-repeat;
	top:0;
}

.pageTitle {
	margin:0;
	padding:0 0 0 20px;
	height:30px;
	line-height:30px;
	background:#a3e4a1;
	font-size:15px;
	color:#fff;
}

.photo {
	float:left;
	margin:0 20px 0 0;
}

.companyTable table,
.recruitTable table {
	border-top:solid #E9EDEC 1px;
	border-left:solid #E9EDEC 1px;
	width:100%;
	border-spacing: 0;
	border-collapse: collapse;
	margin:0 0 20px;
}

.companyTable table th,
.recruitTable table th{
	border-bottom:solid #E9EDEC 1px;
	border-right:solid #E9EDEC 1px;
	text-align:left;
	background:#D5EFF3;
	padding:10px;
	font-weight:normal;
}

.companyTable table td,
.recruitTable table td{
	border-bottom:solid #E9EDEC 1px;
	border-right:solid #E9EDEC 1px;
	padding:10px;
}



#main {
	float:left;
	width:670px;
}

#main p {
	padding-left:10px;
}

#menu {
	float:right;
	width:250px;
	display:inline;
	background:#fff;
	height:300px;
}

#menu .menuList {
	
}

#menu .menuList ul {
	margin:0;
	padding:0;
	list-style:none;
	border-top:#a3e4a1 1px;
}

#menu .menuList ul li {
	margin:0;
	padding:0;
	border-left:solid #a3e4a1 1px;
	border-right:solid #a3e4a1 1px;
	border-bottom:solid #a3e4a1 1px;
	list-style:none;
}



.menuSub a {
	padding:5px 5px 5px 30px;
	display:block;
	color:#4d3010;
	text-decoration:none;
	line-height:2;
}

.menuMain a {
	padding:5px 5px 5px 30px;
	display:block;
	color:#4d3010;
	text-decoration:none;
	font-weight:bold;
	border-left:solid #a3e4a1 8px;
	line-height:2;
}

.menuSub a:hover,
.menuSub a:active {
	color:#a3e4a1;
}

.menuMain a:hover,
.menuMain a:active {
	color:#a3e4a1;
}

#menu .menuList .subMidashi {
	margin:0 !important;
	padding:0 !important;
	border:none;
}

#menu .subMidashi .midashiText {
	border:none;
}




/*イベントページ=====================================*/

.event {
	margin:0 0 10px 0;
	padding:10px;
	background:url(../images/background.jpg);
	border-radius: 10px;       
	 -webkit-border-radius: 10px;  
	 -moz-border-radius: 10px;   

}

p .eventMidashi {
	font-size:15px;
	font-weight:bold;
}

.table {
	width:660px;
}

.table ul {
	margin:0;
	padding:0;
	list-style:none;
	border-top:#a3e4a1  1px;
}

.table ul li {
	margin:0;
	padding:10px;
	border-left:solid #a3e4a1 1px;
	border-right:solid #a3e4a1 1px;
	border-bottom:solid #a3e4a1 1px;
	list-style:none;
}

.tableMidashi {
	height:30px;
	width:650px;
	background:#a3e4a1;
	padding:0;
	margin:0;
	font-weight:normal;
	position:relative;
	font-size:110%;
}

.tableText {
	position:absolute;
	color:#333;
	line-height:2.2;
	display:inline-block;
	top:0;
}

.pickUp {
	background:url(../images/background.jpg);
	margin:0 5px 0 0;
	padding:0 10px;
	color:#4d3010;
}

.news p {
	line-height:180%;
}


/*チャリティーページ=====================================*/

.chaImg img {
	margin-right:20px;
}

.goods1 {
	width:376px;
	height:400px;
	float:left;
	margin:10px 0 10px 0;
}
.goods2 {
	width:235px;
	height:400px;
	float:left;
	margin:10px 20px 10px 20px;	
}

.goods3 {
	width:110px;
	height:110px;
}


/*ワンコインページ=====================================*/

.listGreen {
	list-style-image:url(../images/listPoint.png);
	margin-left:-10px;
}	

.listGreen li {
	margin-bottom:10px;
}

/*参加ページ=====================================*/

#joinImg img .imgLeft {
	float:left;
}

#joinImg img {
	width:210px;
	height:300px;
	margin:10px 0 10px 10px;
}	

.moushikomi {
	font-size:20px;
	font-weight:bold;
	text-align:center;
	padding:10px auto;
	margin:0 auto;
	background:url(../images/background.jpg);
}

/*パフォーマーページ=====================================*/

.ssubMidashi {
	height:30px;
	width:640px;
	padding:0 0 0 10px;
	margin:10px 0 0 10px;
	background:#a3e4a1;
	font-weight:normal;
	position:relative;
	font-size:12pt;
	line-height:30px;
}

.poTable {
	border:1px solid #a3e4a1;
	margin-left:10px;
	width:628px;
	padding:0 10px 0 10px;
	
}

.poTable p {
	padding:0 0 0 px;
}

.poTable ul {
	list-style-image:url(../images/listPoint.png);
	margin-left:-10px;
}

.poTable li {
		margin-bottom:10px;
}

/*問い合わせページ=====================================*/

.mail,
.call {
	font-size:20pt;
	font-weight:bold;
}


.listGreenB {
	list-style-image:url(../images/listPoint.png);
	margin-left:-10px;
}	

.listGreenB li {
	margin-bottom:5px;
}



/*追加ページ=====================================*/

.uketuke {
	background:url(../images/background.jpg);
	margin:0 5px 0 0;
	padding:0 10px;
	color:#4d3010;
}

.pickImg {
	float:left；
	width:240px;
	margin:0 10px 0 20px;
}

.pickText {
	float:right;
	width:380px;
	margin:0 20px 0 0;	
}

.pickClear {
	clear:both;
}