@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;

	font-size: 1em;
}

html {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
	font-family: Arial, 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

a:link {
	color: #006633;
	text-decoration: underline;
}

a:visited {
	color: #006633;
	text-decoration: underline;
}

a:hover {
	color: #006633;
	text-decoration: none;
}

a:active {
	color: #006633;
	text-decoration: underline;
}

/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

/* フォントの大きさ（プラス） */
.fsP1 { font-size: 1.08em !important; }
.fsP2 { font-size: 1.16em !important; }
.fsP3 { font-size: 1.24em !important; }
.fsP4 { font-size: 1.32em !important; }
.fsP5 { font-size: 1.4em !important; }

/* フォントの大きさ（マイナス） */
.fsM1 { font-size: 0.92em !important; }
.fsM2 { font-size: 0.84em !important; }
.fsM3 { font-size: 0.76em !important; }
.fsM4 { font-size: 0.68em !important; }
.fsM5 { font-size: 0.6em !important; }

/* フォントの太さ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }


.colorGray{ color: #999;}

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }

/*------------------------------------------------------------
	clearfix
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

.floatL {
	float: left !important;
}

.floatR {
	float: right !important;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #111;
	line-height: 1.5;
	text-align: center;
}

#container {
	text-align: left;
}

#main {
	margin: 0 auto 60px;
	width: 1280px;
}

	* html #main {
		zoom: 1;
	}

	*+html #main {
		zoom: 1;
	}

#main:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header .hBox {
	padding: 15px 0 11px;
	margin: 0 auto;
	width: 1250px;
}

#header .hBox .logo {
	float: left;
}

#header .hBox h1 {
	margin: 15px auto 0;
	width: 382px;
}

#header .hBox .searchBox {
	float: right;
	width: 280px;
}

#header .hBox .search {
	margin-bottom: 12px;
}

#header .hBox .search .mailForm {
	padding: 0 8px;
	width: 182px;
	min-height: 27px;
	overflow: hidden;
	zoom: 1;
	float: left;
	border: 1px solid #D6D6D6;
}

#header .hBox .search .mailForm input {
	border: none !important;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

#header .hBox .search .mailForm input[type="text"] {
	float: left;
	min-height: 27px;
}


#header .hBox .search .mailForm input#submit {
	margin-top: 7px;
	width: 13px;
	height: 13px;
	background: url(/images/common/template/h_search.png) no-repeat left top;
	float: right;
	text-indent: -9999px;
}

#header .hBox .search .mailForm input#submit:hover {
	opacity:
}

#header .hBox .search .link {
	width: 70px;
	float: right;
}

#header .hBox .search .link a {
	display: block;
	color: #111;
	font-size: 1.1em;
	line-height: 27px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #CCC;
	background: url(/images/common/template/link_bg.png) repeat-x left bottom;
}

#header .hBox .search .link a:hover {
	color: #FFF;
	line-height: 29px;
	border: none;
	background: #199A55 url(/images/common/template/link_hover_bg.png) repeat-x left bottom;
}

#header .hBox .hLink li {
	width: 175px;
	float: right;
}

#header .hBox .hLink li:first-child {
	width: 100px;
	float: left;
}

#header .hBox .hLink li a {
	padding: 5px 10px 6px;
	display: block;
	color: #FFF;
	font-size: 1.2em;
	text-decoration: none;
	background: #199955 url(/images/common/template/h_link_bg.png) repeat-x left bottom;
}

#header .hBox .hLink li a:hover {
	background: #199A55 url(/images/common/template/link_hover_bg.png) repeat-x left bottom;
}

#header .hBox .hLink li a span {
	display: block;
	background: url(/images/common/icon/icon04.png) no-repeat right center;
}

/*------------------------------------------------------------
	グローバルナビ
------------------------------------------------------------*/

#gNavi ul {
	margin: 0 auto;
	width: 1279px;
	border-right: 1px solid #267E52;
	background-color: #006834;
	border-bottom: 1px solid #408E67;
}

#gNavi li {
	width: 182px;
	float: left;
	text-align: center;
	vertical-align: middle;
}

#gNavi li a {
	padding: 15px 0 22px;
	height: 32px;
	color: #FFF;
	display: block;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.15;
	text-decoration: none;
	text-align: center;
	border-left: 1px solid #267E52;
	background: url(/images/common/icon/icon05.png) no-repeat center 50px;
}

#gNavi li:last-child {
	width: 187px;
}


#gNavi li.on,
#gNavi li a:hover {
	background: #009943 url(/images/common/icon/icon05.png) no-repeat center 50px;
}


/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/
#pagePath {
	margin: 0 auto 15px;
	width: 1280px;
}

#pagePath li {
	margin-right: 2px;
	display: inline;
	color: #666;
	font-size: 1.3em;
}

#pagePath li a {
	margin-right: 5px;
}

/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
#conts {
	width: 980px;
	float: left;
}
#conts sup {
	font-size: x-small;
}
#conts em {
	vertical-align: inherit;
}

body#boardOfDirectors #conts em {
	vertical-align: baseline;
}



/*------------------------------------------------------------
	サイドバー
------------------------------------------------------------*/
#sideBar {
	padding: 15px;
	width: 220px;
/*	width: 190px; */
	float: right;
	background-color: #F6F6F6;
}

#sideBar .menuTitle {
	padding-left: 18px;
	margin-bottom: 13px;
	font-size: 1.6em;
	font-weight: bold;
	background: url(/images/common/h4_bg.png) no-repeat left 6px;
}

#sideBar .menuTitle a {
	color: #111;
	text-decoration: none;
}

#sideBar .menuTitle a span {
	padding-right: 10px;
	display: block;
	background: url(/images/common/icon/icon07.png) no-repeat right 6px;
}

#sideBar .menuTitle a:hover span {
	color: #111;
	text-decoration: underline;
}

#sideBar .sNavi {
	margin-bottom: 30px;
	border: 1px solid #D6D6D6;
	border-top: none;
}

#sideBar .sNavi li a {
	padding: 12px 22px 12px 10px;
	display: block;
	color: #111;
	font-size: 1.4em;
	line-height: 1.2;
	text-decoration: none;
	background-color: #FFF;
	border-top: 1px solid #D6D6D6;
	background: #FFF url(/images/common/icon/icon07.png) no-repeat 201px center;
}

#sideBar .sNavi li.on a,
#sideBar .sNavi li a:hover {
	color: #FFF;
	background: #009943 url(/images/common/icon/icon06.png) no-repeat 201px center;
}

#sideBar .sNavi .subUl a {
	padding-left: 25px;
	border-style: dotted;
	background: #FFF url(/images/common/icon/icon07.png) no-repeat 201px 15px;
}

#sideBar .sNavi .subUl li.on a,
#sideBar .sNavi .subUl li a:hover {
	color: #FFF;
	background: #009943 url(/images/common/icon/icon06.png) no-repeat 201px 15px;
}

#sideBar .banner {
	text-align: center;
}

#sideBar .banner a {
	margin: 0 auto;
	padding: 10px 20px;
	width: 140px;
	height: 80px;
	background-color: #fff;
	border: 1px solid #ddd;
	display: block;
}

#sideBar .banner a:hover img {
	opacity: 0.7;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	padding-top: 30px;
	position:relative;
	clear: both;
	background: url(/images/common/template/footer_bg.png) no-repeat center top;
}

#footer #pagetop {
	position: absolute;
	right: 10px;
	bottom: 10px;
}

#footer .fNavi {
	margin-bottom: 32px;
	text-align: center;
}

#footer .fNavi li {
	display: inline;
	color: #666;
	font-size: 1.2em;
}

#footer .fNavi li a {
	margin-right: 2px;
	color: #666;
	text-decoration: none;
}

#footer .fNavi li a:hover {
	text-decoration: underline;
}

#footer .copyright {
	background: url(/images/common/template/copyright_bg.png) repeat left top;
}

#footer .copyright p {
	padding: 31px 0;
	margin: 0 auto;
	width: 1080px;
	color: #FFF;
	font-size: 1.2em;
	text-align: center;
}

/*------------------------------------------------------------
	mainImage
------------------------------------------------------------*/
#mainImage {
	margin: 0 auto 15px;
	padding: 60px 0 0;
	width: 1280px;
	min-height: 120px;
	background-color: #eee;
/*	background: url(/images/common/h2_bg.jpg) no-repeat center top; */
}

body#home #mainImage {
	width: 1280px;
}

#mainImage h2 {
	margin: 0 auto;
	width: 1180px;
	font-size: 4.2em;
}

/*------------------------------------------------------------
	h3
------------------------------------------------------------*/
#main h3,
#main .titleStyleH3 {
	margin-bottom: 15px;
	font-size: 2em;
	line-height: 1.2;

	border-top: 3px solid #006834;
	background: url(/images/common/com_bg2.jpg) no-repeat center bottom;
}
#main h3 span,
#main .titleStyleH3 span {
	padding: 16px 25px 19px;
	display: block;
	background: url(/images/common/h3_bg.png) no-repeat left 20px;
}
#main #mainContentArea h3,
#main #mainContentArea .titleStyleH3 {
	font-size: 1.5em;
}

/*------------------------------------------------------------
	h4
------------------------------------------------------------*/
#main h4,
#main .titleStyleH4 {
	margin-bottom: 13px;
	padding: 11px 10px 11px 34px;
	font-size: 1.8em;
	line-height: 1.2;

	background: #F6F6F6 url(/images/common/h4_bg.png) no-repeat 15px 17px;
}
#main #mainContentArea h4,
#main #mainContentArea .titleStyleH4 {
	font-size: 1.3em;
}

/*------------------------------------------------------------
	h5
------------------------------------------------------------*/
#main h5,
#main .titleStyleH5 {
	padding: 0 0 8px 19px;
	font-size: 1.6em;
	line-height: 1.2;

	background: url(/images/common/h5_bg.png) no-repeat left 4px;
}
#main #mainContentArea h5,
#main #mainContentArea .titleStyleH5 {
	font-size: 1.15em;
}

/*------------------------------------------------------------
	comTable
------------------------------------------------------------*/
#main .comTable {
	margin-bottom: 50px;
	width: 100%;
	border-collapse: collapse;
}

#main .comTable th,
#main .comTable td {
	padding: 14px 8px;
	font-weight: normal;
	line-height: 1.5;
	text-align: left;
	vertical-align: top;

	border-top: 1px solid #D6D6D6;
	border-bottom: 1px solid #D6D6D6;

}

#main .comTable th {
	width: 20%;
	color: #666;
	background-color: #F6F6F6;
}


body#boardOfDirectors #conts th {
	width: 28%;
}


#main .comTable .nowrap {
	white-space: nowrap;
}

/*------------------------------------------------------------
	comTxt
------------------------------------------------------------*/
#main .comTxt {
	margin-bottom: 45px;

	font-size: 1.4em;
	line-height: 1.75;
}

#main .comTxt01 {
	margin-bottom: 36px;
}

#main .pDate {
	margin-bottom: 5px;
	color: #666;
	font-size: 1.4em;
	line-height: 1.75;
}

/*------------------------------------------------------------
	pageNavi 
------------------------------------------------------------*/
#main .pageNavi {
	margin-bottom: 50px;
	text-align: center;
}

#main .pageNavi li {
	margin: 0 1px;
	display: inline;
	font-size: 1.3em;
}

#main .pageNavi li a {
	padding: 4px 11px;
	display: inline-block;
	text-decoration: none;
	border: 1px solid #D6D6D6;
	background-color: #F6F6F6;
}

#main .pageNavi .back a {
	padding: 5px 15px 4px;
}

#main .pageNavi .on a,
#main .pageNavi li a:hover {
	color: #FFF;
	background-color: #006834;
}

/*------------------------------------------------------------
	comLinkList
------------------------------------------------------------*/
#main .comLinkList {
	margin-bottom: 20px;
	font-size: 1.4em;
}

#main .comLinkList li {
	margin-bottom: 4px;
	padding-left: 12px;
	line-height: 1.75;

	background: url(/images/common/icon/icon01.png) no-repeat left 8px;
}

#main .comLinkList li a {
	display: inline;
}

body#information #main .comLinkList li,
body#invitedParticipant #main .comLinkList li,
body#searchArea #main .comLinkList li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}

/*------------------------------------------------------------
	comTextList
------------------------------------------------------------*/
#main .comTextList {
	margin-bottom: 45px;
	font-size: 1.4em;
}

body#annualMeeting #main .comTextList {
	margin-bottom: 10px;
	font-size: 1em;
}

#main .comTextList li {
	padding-left: 12px;
	line-height: 1.75;

	background: url(/images/common/icon/icon02.png) no-repeat left 10px;
}

body#annualMeeting #main .comTextList li {
	background-position: left 0.4em;
	line-height: 1.4;
}

/*------------------------------------------------------------
	comTextList
------------------------------------------------------------*/
#main .comTextList2 {
	margin-top: 20px;
	margin-bottom: 45px;
	font-size: 1em;
}

#main .comTextList2 li img {
	margin-right: 7px;
}

#main .comTextList2 li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	line-height: 1.75;

	border-bottom: 1px dotted #ccc;

}

#main .comTextList2 li a{
	text-decoration: none;
}


/*------------------------------------------------------------
	topPage
------------------------------------------------------------*/
#main .topPage {
	margin-top: 40px;
	text-align: center;
}

#main .topPage a {
	padding: 12px 53px 15px 55px;
	display: inline-block;
	color: #111;
	font-size: 1.4em;
	text-decoration: none;
	border: 1px solid #D6D6D6;
	background: #F6F6F6 url(/images/common/icon/icon03.png) no-repeat 10px 19px;
}

#main .topPage a:hover {
	background-color: #FFF;
}

/*------------------------------------------------------------
	comDlBox
------------------------------------------------------------*/

#main #conts .comDlBox {
	margin: 0 0px 25px 0;
	width: 100%;
	zoom: 1;
}

#main #conts .comDlBox dl {
	width: 460px;
	float: left;
}

#main #conts .comDlBox dl:first-child {
	margin-right: 40px;
}

#main #conts .comDlBox dt {
	margin-bottom: 2px;
	font-size: 1.2em;
	font-weight: bold;
}

#main #conts .comDlBox dd {
	margin-bottom: 20px;
	color: #111;
	font-size: 1.2em;
	line-height: 1.7;
}

#main #conts .comDlBox dd a {
	margin-bottom: 5px;
	display: inline-block;
	color: #006633;
}

#main #conts .comDlBox .bText {
	font-weight: bold;
}

#main #conts .comDlBox .fText {
	font-style: italic;
}


/*------------------------------------------------------------
	categoryTopAUI
------------------------------------------------------------*/
#main .categoryTopAUI {
	margin: -20px -19px 54px 4px;
}

#main .categoryTopAUI li {
	margin: 20px 19px 0 0;
	width: 310px;
	float: left;
	display: table;
	position: relative;
	box-shadow: 0 0 4px #BBB;
	-moz-box-shadow: 0 0 4px #BBB;
	-webkit-box-shadow: 0 0 4px #BBB;
    behavior: url(/js/pie.htc);
	background-color: #FFF;
	border-top: 2px solid #006834;
}

#main .categoryTopAUI li a {
	display: block;
	color: #111;
	display: table-row;
	font-size: 1.6em;
	text-decoration: none;
}

#main .categoryTopAUI li a img {
	float: right;
}

#main .categoryTopAUI li a span {
	width: 133px;
	padding: 23px 30px 23px 20px;
	display: table-cell;
	vertical-align: middle;
	background: url(/images/common/icon/icon07.png) no-repeat 280px center;
}

#main .categoryTopAUI li a:hover {
	color: #FFF;
}

#main .categoryTopAUI li a span:hover,
#main .categoryTopAUI li a:hover span {
	background: url(/images/common/icon/icon06.png) no-repeat 280px center;
}

#main .categoryTopAUI li.authArea{
	border-top: 2px solid #ff3333;
}

#main .categoryTopAUI li.authArea span{
	background-image: url(/images/common/icon/icon07_red.png);
}

#main .categoryTopAUI li.authArea a:hover {
	color: #FFF;
	background-color: #ff9999;
}

#main .topPage .listButton{
	margin-left: 20px;
	padding: 12px 55px 15px 53px;
	background: #F6F6F6 url(/images/common/icon/icon07.png) no-repeat 95% 19px;
}


#main .buttonArea a {
	margin-right: 10px;
	padding: 12px 55px 15px 53px;
	display: inline-block;
	font-size: 1.4em;
	text-decoration: none;
}
#main #mainContentArea .buttonArea a {
	font-size: 1em;
}

#main .buttonArea .redButton {
	border: 1px solid #D6D6D6;
	background: #ff0000 url(/images/common/icon/icon06.png) no-repeat 90% 19px;
	color: #fff;
}

#main .buttonArea .button {
	border: 1px solid #D6D6D6;
	background: #ff3333 url(/images/common/icon/icon06.png) no-repeat 90% 19px;
	color: #111;

	border: 1px solid #D6D6D6;
	background: #F6F6F6 url(/images/common/icon/icon03.png) no-repeat 10px 19px;

}

#main .buttonArea .button:hover{
	background-color: #fff;
	color: #999;
}


#main .buttonArea .redButton:hover{
	background-color: #ff3333;
}


#mainImage h2 span{
	display: block;
	width: 700px;
}



/* 下層outer */
#mainContentArea {
	margin-bottom: 20px;
	font-size: 1.4em;
}

#mainContentArea p{
	margin-bottom: 1em;
}

#mainContentArea .boxStyle1{
	margin-top: 2em;
	padding: 1em;
	border: 2px solid #ccc;
}

#mainContentArea .boxStyle1 p{
	margin-bottom: 0;
}

#mainContentArea .titleStyle1{
	font-size: 1.4em;
	font-weight: bold;
}



/* PDF List */
#main .pdfListArea li{
	margin-bottom: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-bottom: 1px dotted #ccc;
}

#main .pdfListArea li .pdfIcon{
	display: inline-block;
	width: 52px;
}

#main .pdfListArea li .text{
	display: inline-block;
	width: 700px;
}


body#searchArea #conts .searchBox{
	margin-bottom: 20px;
}


#main .wp-pagenavi{
	margin-bottom: 40px;
	font-size: 1.4em;
	text-align: center;
}


body#annualMeeting #conts .notes{
	margin-bottom: 20px;
	padding: 20px;
	border: 1px solid #ddd;
	font-size: 1.4em;
}

#wysiwygArea {
	min-height: 200px;
	margin-bottom: 40px;
}

#wysiwygArea p{
	font-size: 1.2em;
	margin-bottom: 10px;
}

body.single-information #wysiwygArea p{
	font-size: 1.3em;	
}


/* 静的Html */
body#staticHtmlBody #conts{
	width: 1280px;
}

body#staticHtmlBody #staticHtmlArea {
	font-size: 1.6em;
	padding: 0 20px;
	width: 1280px;
}

body#staticHtmlBody #conts h3{
	margin-bottom: 20px;
}

body#staticHtmlBody #staticHtmlArea li{
	float: left;
	width: 590px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
	margin-right: 60px;
}

body#staticHtmlBody #staticHtmlArea li:nth-child(even) {
	margin-right: 0px;	
}

body#staticHtmlBody .addressArea{
	margin-top: 40px;
}

body#staticHtmlBody .pdfIcon,
#conts .youtubeIcon{
	min-height: 35px;
	padding-left: 42px;
}

body#staticHtmlBody .pdfIcon{
	background: url(/images/common/icon/pdf.gif) no-repeat center left;
}

#conts .youtubeIcon{
	background: url(/images/common/icon/YouTube-social-icon_red_32px.png) no-repeat center left;
}

body#staticHtmlBody #mainImage {
	width: 1280px;
	background: #fff url(/images/h2_bg_b3.jpg) no-repeat center top;
	border-top: 3px solid #006834;
}

body#staticHtmlBody .fontBold {
	font-weight: bold;
}






/*------------------------------------------------------------
	
------------------------------------------------------------*/
