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

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, address, em, strong,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
embed {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1.6;
	color:#2c2c2c;
	font-family:'Droid Sans','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-weight:400;
	font-size:14px;
	width:100%;
	background:#F6F3F0;
}
ol, ul, li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	border: 0 none;
	color: #000;
	outline:0;
	text-decoration:none;
}
img {
	vertical-align:top;
	border:0;
}
::-moz-selection { background: #C1D647;color:#fff; }
::selection { background: #C1D647;color:#fff; }

sub {
    height: 0;
    line-height: 1;
    vertical-align: baseline;
    _vertical-align: bottom;
    position: relative;
     
} 
/** Utility
-----------------------------------------*/
.clearfix:after {
	content: " ";  
	display: block; 
	visibility: hidden; 
	clear: both; 
	height: 0.1px; 
	font-size: 0.1em; 
	line-height: 0; 
}
* html .clearfix {
	zoom:1;
}
*+html .clearfix {
	zoom:1;
}

/** Layout
-----------------------------------------*/
#container {
	background:#FFF;
}
body#search_result #contents,body#er #contents {
	width:100%;
}
#slides {
	display:none;
}
#navigation {
	position:relative;
}
/** Header
-----------------------------------------*/
#header ul#grobalNavi a {
	color:#2c2c2c;
}
#header ul#grobalNavi a:hover {
	text-decoration:underline;
}
#header ul li {
	display:inline-block;
}
*+html #header ul li {
	display:inline;
	zoom:1;
}
#header ul#grobalNavi {
	padding-right:10px;
	overflow:hidden;
}
#header ul#grobalNavi li {
	padding:0 .5em;
	border-right:#D5D5D5 1px solid;
}
#header ul#grobalNavi li#en {
	border-right:0;
}
#header ul#memberNavi {
	overflow:hidden;
}
#header ul#memberNavi li {
	float:left;
}
#header ul#memberNavi li a {
	display:block;
	line-height:34px;
	background:#a19a89;
	color:#FFF;
	padding:0 1em;
}
#header ul#memberNavi li.lastList a {
	border-left:#968d79 1px solid;
	-moz-border-bottom-right-radius: .5em;
	-webkit-border-bottom-right-radius:.5em;
	-o-border-bottom-right-radius:.5em;
	-ms-border-bottom-right-radius:.5em;
	border-bottom-right-radius:.5em;
}
#header ul#memberNavi li.firstList a {
	-moz-border-bottom-left-radius: .5em;
	-webkit-border-bottom-left-radius:.5em;
	-o-border-bottom-left-radius:.5em;
	-ms-border-bottom-left-radius:.5em;
	border-bottom-left-radius:.5em;
}
#header ul#memberNavi li a:hover {
	background-color:#aea694;
}
#pagetop {
	display:none;
	position:fixed;
	bottom:20px;
	right:20px;
	cursor:pointer;
	z-index:999999;
}

/** Contents
-----------------------------------------*/
#eventEnd.formBox {
	margin-top:0;
}
.formBox h3 {
	text-align:center;
	font-weight:normal;
}
.formBox h3 span {
	padding-left:24px;
	background:url(../images/global/icon_cal.gif) left 2px no-repeat;
	color:#72A334;
	font-size:20px;
}
.formBox h3.end span {
	color:#8A8886;
	background-image:url(../images/global/icon_cal_end.gif);
}
.formBox dl dd {
	padding-top:10px;
}
.formBox dl dd a.btnBrown,.standard p.btnstyle a {
	display:block;
	padding:4px;
	background:#72A334;
	color:#FFF !important;
	text-align:center;
    border-radius:3px;
    -webkit-border-radius:3px; 
    -moz-border-radius:3px;  
	font-weight:bold;
	text-decoration:none;
}
.formBox dl.eventend {
	overflow:hidden;
	padding:19px 10px;
}
.formBox dl.eventend dt {
	float:left;
	clear:left;
	width:230px;
	padding-top:10px;
}
.formBox dl.eventend dd {
	margin-left:230px;
	padding:0 0 0 20px;
	border-left:#DFDCD7 1px solid;
}
.formBox dl.eventend dd a {
	margin-top:8px;
	display:block;
}
p#returnRepo {
	margin:60px 0 20px 0;
}
p#returnRepo a {
	margin:0 auto;
	width:9em;
	padding:10px 15px 10px 28px;
	display:block;
	background:#72A334 url(../images/global/icon_return.png) 13px no-repeat;
    border-radius:3px;
    -webkit-border-radius:3px; 
    -moz-border-radius:3px;  
	font-size:16px;
	color:#FFF !important;
	text-decoration:none !important;
}
.formBox dl dd a.btnBrown:hover,#returnRepo a:hover,.standard p.btnstyle a:hover {
	background-color:#83BD39;
	color:#FFF !important;
	text-decoration:none;
}
.formBox dl dd div.hatena {
	margin-top:5px;
	text-align:center;
	font-size:90%;
}
.formBox dl dd div.hatena a {
	padding-left:18px;
	color:#72A334;
	font-weight:bold;
	background:url(../images/global/hatena.gif) left no-repeat;
}
.formBox dl dd div.hatena a:hover {
	text-decoration:underline;
}
#lean_overlay {
    position: fixed;
    z-index:997;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background:none;
    display: none;
}
.standardTitle h1 {
	font-weight:normal;
	margin:12px 0 20px 0;
	font-size:29px;
	color:#72A334;
	line-height:1.2;
}
.standardTitle h1 small {
	font-size:16px;
	display:inline-block;
	padding-top:15px;
	line-height:1.3;
}
.standardTitle h4.csrTitle {
	font-weight:normal;
	margin:20px 0 10px 0;
	color:#72A334;
	font-size:18px;
	line-height:1.3;
}
.standardTitle p.csrLeadcopy{
	font-weight:normal;
	color:#72A334;
	line-height:1.6em;
	font-size:95%;
}
h4.csrTitle {
	color:#72A334;
	font-weight:normal;
}
.standardTitle h3 {
	display:inline;
	margin-bottom:10px;
	padding:4px 10px 10px 10px;
	line-height:1;
	color:#FFF;
	font-size:11px;
	background:#72A334 url(../images/global/fukidashi.gif) bottom no-repeat;
}
.standardTitle h3 a {
	color:#FFF;
}
.standardTitle h3 a:hover {
	text-decoration:underline;
}
.circleTitle,.entryBody h2,.outline h2,body#search_result #contents h2 {
	font-size:20px;
	color:#72A334;
	padding:10px 15px 7px 41px;
	background:#f5f4f2 url(../images/global/title_circle.png) 10px 0.4em no-repeat;
	line-height:1.2;
	font-weight:normal;
}
#about .circleTitle,body#search_result #contents h2 {
	margin-bottom:20px;
}
.title_link {
	margin-top:30px;
}
.title_link ul li,.title_link h3 {
	margin-bottom:10px;
	padding:7px 15px;
	font-size:130%;
	background:#FFF url(../images/global/bg_slanting.gif) ;
}
.title_link ul li a,.title_link h3 a {
	display:block;
	padding-left:13px;
	background:url(../images/global/arrow_green.png) left no-repeat;
	color:#72A334;
}
.title_link ul li.hoverlist {
	background:#F9FFE1 url(../images/global/bg_slanting.gif) ;
}
/** General css
-----------------------------------------*/
.paragraph img {
	margin:10px 0;
}
.left {
	float:left;
}
.right {
	float:right;
}
.hover {
	cursor:pointer;
}
#sidemenu .hover {
	background-color:#F9FFE1 !important;
}
.m1 {
	margin-bottom:1em;
}
.m2 {
	margin-bottom:2em;
}
ol.nomargin li {
	margin:0 0 0 1.5em !important;
}
.standard h2 {
	margin:1.5em 0 15px 0;
}
.standard h3 {
	padding:15px 0 10px 0;
	font-weight:400;
	font-size:130%;
	color:#72A334;
}
.standard h3.black {
	color:#424647;
}
.standard h3.black small {
	font-size:80%;
	color:#424647;
}
.standard p {
	margin-bottom:1.5em;
}
.standard p a:hover {
	color:#72A334;
}
ul.caution {
	padding-left:1em;
	font-size:80%;
}
ul.caution li {
	text-indent:-1em;
}
ul.normalList li {
	margin-bottom:.5em;
	padding-left:10px;
	background:url(../images/global/arrow_mini.png) left 8px no-repeat;
}
ul.normalList li a,.standard p a:hover {
	text-decoration:underline;
}
ul.normalList li a:hover,.standard p a {
	color:#72A334;
}
.standard ol li {
	margin:0 0 1em 1.5em;
	list-style:decimal;
}
#contents .standard ol.flat_list {
	margin:1em 0 .5em 0;
}
.flat_list {
	margin-bottom:.5em; !important;
}

.standard ol.flat_list li {
	margin:0 0 0 1.5em;
}
.machi .standard ol.flat_list li {
	font-size:80%;
	margin:0;
}
.standard table {
	width:100%;
	border-collapse:collapse;
}
.standard table tr td {
	padding:.3em .8em;
	background:#FFF;
	border:1px #DFDCD7  solid;
}
.standard table tr td.name {
	white-space:nowrap
}
.standard table tr th {
	padding:.1em .8em;
	border:1px #DFDCD7  solid;
	background:#F2F0EB;
	font-weight:400;
	text-align:left;
}
p.linkBtn {
	padding:1em;
	border:#F5F3EF 8px solid;
	text-align:center;
	cursor:pointer;
}
p.linkBtn a {
	padding-left:20px;
	background:url(../images/global/icon_pdf.png) left no-repeat;
	color:#2c2c2c;
}
p.linkBtn a:hover {
	color:#2c2c2c;
	text-decoration:none;
}
p.hoverlist {
	border-color:#DFDCD7 !important;
}
.imageBox h4 {
	margin:1em 0 .5em 0;
	font-size:130%;
}
.boxs {
	position:relative;
}
.imageBoxContents {
	position:absolute;
	margin-bottom:40px;
	z-index:1;
}
ul.slideBtn {
	overflow:hidden;
}
ul.slideBtn li {
	cursor:pointer;
	width:188px;
	float:left;
	margin-bottom:10px;
	font-size:11px;
}
ul.slideBtn li.center {
	margin:0 13px;
}
ul.slideBtn li img {
	width:180px;
	height:52px;
	margin-bottom:5px;
	border:#E4E2DE 4px solid;
}
ul.slideBtn li.current img,
ul.slideBtn li img:hover {
	border-color:#8EB55D;
}
ul.press {
	margin:2em 0;
}
ul.press li a {
	display:block;
	position:relative;
	padding:.75em 0 .75em 5em;
	border-bottom:#E9E8E5 1px solid;
}
ul.press li strong {
	position:absolute;
	left:0;
	color:#72A334;
	font-weight:400;
}
.pagenate ul {
	overflow:hidden;
}
.pagenate ul li {
	float:left;
	margin-right:5px;
	font-size:16px;
	text-align:center;
}
#archive .pagenate ul li span {
	cursor:pointer;
}
.pagenate ul li a,#archive .pagenate ul li span {
	display:block;
	padding:2px;
	border:#E0E0E0 1px solid;
}
.pagenate ul li span.current_page {
	padding:2px;
	display:block;
	color:#FFF;
	background:#72A334;
	border:#E0E0E0 1px solid;
	width:1.5em;
}
#archive .pagenate ul li.current span {
	background:#72A334;
	color:#FFF;
}
.pagenate ul li a.link_page,#archive .pagenate ul li span {
	width:1.5em;
}
.pagenate ul li a.link_before,.pagenate ul li a.link_next {
	padding:2px 6px;
}
.pagenate ul li a:hover {
	background:#F2F0EB;
}
#archive .pagenate ul li.current span:hover {
	background:#72A334;
	color:#FFF;
}
/*#searchBox {
	width:150px;
	float:right;
}*/
#searchBox #search {
	width:115px;
	float:left;
	border:#D1D2D3 1px solid;
	outline:0;
	height:22px;
	padding:0 2px;
}
#searchBox #search:focus {
	background:#F9FFE1;
}
#searchBox #submitbtn {
	padding:0;
	margin:0;
	vertical-align:top;
	height:24px;
	width:26px;
	border:0;
	text-indent:-98765px;
	background: url(../images/global/icon_search.gif) left top no-repeat;
	cursor:pointer;
}
.content-nav li {
	display:block;
	float:left;
	margin:0 4px 10px 0;
}
.content-nav li a,.content-nav li span {
	width:1.5em;
	display:block;
	padding:2px;
	text-align:center;
	border:#E0E0E0 1px solid;
}
.content-nav li span {
	color:#FFF;
	background:#72A334;
}
.content-nav li a:hover {
	background:#F9FFE1;
}
.contentsList {
	margin-bottom:40px;
	border:#72A334 2px solid;
	font-size:14px;
	background:#72A334;
	line-height: 1.4;
}
.contentsList dt {
	clear:left;
	float:left;
	width:5em;
	padding:.4em;
	color:#FFF;
	display:block;
}
.contentsList dd {
	margin-left:5.8em;
	background:#FFF;
}
.contentsList dd a {
	padding:.4em 10px;
	display:block;
}
.contentsList dd a:hover {
	background:#F2F0EB;
}
/*.shadow {
    box-shadow:0 2px 4px #F2F0EB;
    -moz-box-shadow:0 2px 4px #F2F0EB;
    -webkit-box-shadow:0 2px 4px #F2F0EB;
}*/
#contents .entryBody .pastEntry {
	padding:25px 0;
	border-bottom:#E9E8E5 1px solid;
}
#contents .entryBody .pastEntry p {
	margin:0;
}
#contents ul#yearList {
	overflow:hidden;
}
#contents ul#yearList li {
	padding:0 10px;
	font-size:15px;
	float:left;
	display:block;
	border-right:#E9E8E5 1px solid;
}
#contents ul#yearList li a {
    border-radius:3px;
    -webkit-border-radius:3px; 
    -moz-border-radius:3px;  
	padding:0 15px;
	background:#FFF;
}
#contents ul#yearList li a.choice {
	color:#FFF;
	background:#72A334;
}
#past {
	position:relative;
}
#past .pastList {
	top:0;
	z-index:999;
}
hr {
	border:none;
	border-top:#E4E2DE solid 1px;
	border-bottom:##FFF solid 1px;
	height:1px;
	padding:0;
}
#about .entryBody p img,
#series .entryBody p img,
#events .entryBody p img,
#wg .entryBody p img,
#topics .entryBody p img {
	float:right;
	margin:0 0 10px 20px;
	padding-top:5px;
}
#about .entryBody p span,
#series .entryBody p span,
#events .entryBody p span,
#topics .entryBody p span,
#wg .entryBody p span  {
	float:right;
	display:block;
	margin:0 0 10px 20px;
	font-size:80%;
}
#about .entryBody p span.caption,
#series .entryBody p span.caption,
#events .entryBody p span.caption,
#topics .entryBody p span.caption,
#wg .entryBody p span.caption  {
	margin:0 0 1.5em 20px;
}
#about .entryBody p span.caption img,
#series .entryBody p span.caption img,
#events .entryBody p span.caption img,
#topics .entryBody p span.caption img,
#wg .entryBody p span.caption img {
	float:none;
	display:block;
	margin:0 0 10px 0;
}
#sideMenu ul.outLinks {
	margin-top:20px;
}
#sideMenu ul.outLinks li {
	margin-bottom:5px;
	padding-left:18px;
	font-size:12px;
	background:url(../images/global/icon_otherlink.gif) left no-repeat;
}
#sideMenu ul.outLinks li a {
	color:#797C7E;
}
#sideMenu ul.outLinks li a:hover {
	text-decoration:underline;
}
.entryBody h4 a {
	color:#72A334;
}
.social-button {
	line-height:.7;
	height:20px;
	margin-bottom:20px;
}
.social-button li {
	display: inline-block;
	margin: 0 5px 0 0;
	height:20px;
	vertical-align:top;
}
.social-button li div {
	display: inline;
}
.social-button {
	*zoom: 1;
}
.social-button iframe.twitter-share-button {
	width: 90px !important;
}
.social-button li.tw {
	width:72px;
}
body#search_result #contents, body#er #contents {
    width: 100%;
}


.boxGrey {
	border:#F2F0EB 3px solid;
	padding:1em 2em;
}
