/*** HTML再定義 ***/
html {
	overflow-y: scroll;
}
body {
	text-align: center;
	font-size: 14px;
	line-height: 1.6;
	background: #FFFFFF;
	color: #222;
	border-top:5px solid #67a7be;
	font-family: Arial, Helvetica, Verdana, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","ＭＳ Ｐゴシック","MS PGothic", sans-seri;
}

strong {
	font-weight: bold;
}
a:link, a:visited {
	color: #0a6889;
	text-decoration: none;
}
a:hover, a:active {
	color: 14ace2;
	text-decoration: underline;
}


/*** ギミック ***/
iframe.twitter-share-button{
	width:100px !important;
}

.txt_center{
	text-align: center;
}
.center{
	margin:0 auto;
}
.fontBold{
	font-weight:bold;
}

.indent{
	margin:15px 0 15px 7px;
}

.mg10{
	margin:10px;
}

.mg15{
	margin:15px;
}

.mg20{
	margin:20px;
}
.mgt10{
	margin-top:10px;
}

.mgt15{
	margin-top:15px;
}

.mgt20{
	margin-top:20px;
}

.mgt25{
	margin-top:25px;
}

.mgt40{
	margin-top:40px;
}

.mgt50{
	margin-top:50px;
}
.mgt60{
	margin-top:60px;
}

.mgb20{
	margin-bottom:20px;
}

.mgb25{
	margin-bottom:25px;
}

.mgb40{
	margin-bottom:40px;
}

.mgb1e{
	margin-bottom:1em;
}

.pd10{
	padding:10px;
}

.pd15{
	padding:15px;
}

.pd20{
	padding:20px;
}

.clear{
	overflow:hidden;
}

.clearboth{
	clear:both;
}

.left{
	float:left !important;
}

.right{
	float:right !important;
}

.dl-link2 {
    margin-left: 5px;
}
.dl-link, .dl-link2 {
    background: url("../images/_shared/icn_pdf.gif") no-repeat scroll left center transparent;
    padding: 2px 2px 2px 20px;
}

/*
.pdf{
	padding:8px 20px 8px 0px;
	background-image:url('../images/_shared/icn_pdf.gif');
	background-repeat:no-repeat;
	background-position:100% 50%;
}

*/

.miniIcon {
	padding:0 0 0 18px;
	background-image:url('../images/_shared/icon1.gif');
	background-repeat:no-repeat;
	background-position:0% 50%;
}

.miniIconRed {
	padding:0 0 0 18px;
	background-image:url('../images/_shared/icon2.gif');
	background-repeat:no-repeat;
	background-position:0% 50%;
}

.miniIconOrange {
	padding:0 0 0 18px;
	background-image:url('../images/_shared/icon3.gif');
	background-repeat:no-repeat;
	background-position:0% 50%;
}

.miniIconYellow {
	padding:0 0 0 18px;
	background-image:url('../images/_shared/icon4.gif');
	background-repeat:no-repeat;
	background-position:0% 50%;
}

.miniIconGreen {
	padding:0 0 0 18px;
	background-image:url('../images/_shared/icon5.gif');
	background-repeat:no-repeat;
	background-position:0% 50%;
}

.miniIconPurple {
	padding:0 0 0 18px;
	background-image:url('../images/_shared/icon6.gif');
	background-repeat:no-repeat;
	background-position:0% 50%;
}

.bdtop{
	border-top:2px solid #aaaaaa; 
	margin-top:5px;
}

.sub_ttl2{
	border-bottom:3px double #222;
	margin-bottom:10px;
	font-size:16px;
	font-weight:bold;
}

.sub_ttl3{
	margin-bottom:10px;
	font-size:16px;
	font-weight:bold;
}

/*** 基本構造 ***/
#wrapper {
	width: 960px;
	text-align: left;
	margin: 0 auto;
}
#header {
	height: 77px;
	position:relative;
}
#content {
	padding:20px 0;
}

#main_lower{
	position:relative;
}



/*** ヘッダー ***/
.logo{
	margin:10px 0 0 0;
}
#head-menu {
	position: absolute;
	right: 0px;
	bottom: 5px;
	_bottom: -3px; /* IE6 */
}
#head-menu li {
	padding:0 0 0 33px;
	background-image:url('../images/_shared/icon1.gif');
	background-repeat:no-repeat;
	background-position:15px 50%;
	float: left;
}

#head-menu li a{
	color:#555555;
}


#search-box {
	position: absolute;
	top: 12px;
	right: 0px;
	overflow: hidden;
	height: 29px;
	line-height: 29px;
}

/*** RSS ***/

/* add ogishima 2013.10.23 */
a#rss{
	display: block;
	width: 32px;
	height: 29px;
	float: left;
	background-image:url('../images/_shared/rss.png');
	background-repeat:no-repeat;
	background-position: left center;
	margin-right: 15px;
	padding-left: 20px;
}

#search-box form {
	float: left;
	font-size: 12px;
}
#search-box .search-word {
	width: 150px;
	padding: 2px;
}
#search-box .submit {
	vertical-align:bottom;
	cursor: pointer;
}

/*** Gナビゲーション ***/

#navi{
	margin:0px auto;
	width:960px;
}

#navi li{
	float:left;
	position:relative;
	z-index:1000 !important;
}



/*** サブナビ制御 ***/

*{
	margin:0;
	padding:0;
	list-style-type:none;
}

ul.menu li{
	float:left;
	_width:100px; /*IE6*/
	height:41px;
	position:relative;
	z-index:500 !important;
}

ul.menu li a{
	display:block;
	width:100%;
	height:100%;
	line-height:48px;
	font-weight:bold;
	color:#CFDFB5;
	text-decoration:none;
}

ul.menu li ul.sub{
	position:absolute;
	z-index:100;
}

ul.menu li ul.sub li{
	height:33px !important;
}


ul.menu{
	zoom:1;
}
ul.menu:after {
	height:0;
	visibility:hidden;
	content:".";
	display:block;
	clear:both;
}




/*** ソーシャルボタン ***/
.socialbutton{
	position:absolute;
	right:-30px;
	height: 60px;
}

.socialbutton li{
	float:left !important;
}


/*** フッター ***/
#footer{
	margin-top:70px;
	background-image:url('../images/_shared/bg_footer.gif');
	padding-top:19px;
	border-top:1px solid #d1d1d1;
}
#foot-menu {
	width:960px;
	margin:auto;
	line-height: 1.2;
}

.lower dt {
	float:left;
	padding:0 16px 0 23px;
}

.lower dd {
	float:left;
	padding:0 16px 0 16px;
	border-left: 1px solid #515151;
}

.lower dd  a{
	color:#515151;
}

.ic_home{
	background-image:url("../images/_shared/icon1.gif");
	background-repeat:no-repeat;
	background-position:0% 50%;
}
.ic_home a{
	color:#555555;
}

.ic_about{
	background-image:url("../images/_shared/icon2.gif");
	background-repeat:no-repeat;
	background-position:0% 50%;
}
.ic_about a{
	color:#555555;
}

.ic_event{
	background-image:url("../images/_shared/icon3.gif");
	background-repeat:no-repeat;
	background-position:0% 50%;
}

.ic_event a{
	color:#555555;
}

.ic_library{
	background-image:url("../images/_shared/icon4.gif");
	background-repeat:no-repeat;
	background-position:0% 50%;
}

.ic_library a{
	color:#555555;
}

.ic_inv{
	background-image:url("../images/_shared/icon5.gif");
	background-repeat:no-repeat;
	background-position:0% 50%;
}

.ic_inv a{
	color:#555555;
}

.ic_portal{
	background-image:url("../images/_shared/icon6.gif");
	background-repeat:no-repeat;
	background-position:0% 50%;
}

.ic_portal a{
	color:#555555;
}

.ic_column{
	background-image:url("../images/_shared/icon7.gif");
	background-repeat:no-repeat;
	background-position:0% 50%;
}

.ic_column a{
	color:#555555;
}

#foot-menu li{
	margin-bottom:15px;
}

#foot-menu li.last {
	border-right: 0;
}
#footer address {
	height: 20px;
	_height: 40px; /* IE6 */
	text-align: right;
	background-color:#67a7be;
}


/*** 下層ページの基本構造 ***/


.news_lower {
	border-bottom: 2px solid #aaaaaa;
	padding:12px 0;
}
.news_lower li.first {
	border-top: 0;
}

.news_lower li {
	padding: 11px 10px 11px 17px;
	border-top: 1px dotted #d1d1d1;
	position: relative;
	zoom:1;
}

.news_lower02 {
	padding:12px 0;
}
.news_lower02 li.first {
	border-top: 0;
}

.news_lower02 li {
	padding: 11px 10px 11px 17px;
	border-top: 1px dotted #d1d1d1;
	position: relative;
	zoom:1;
}


/*** 共通 ***/
.inner {
	margin: 0 1em;
}
.red {
	color: red;
}
.m-10 {
	margin: 10px !important;
}
.mt-10 {
	margin-top: 10px !important;
}
.mt-20 {
	margin-top: 20px !important;
}
.mb-10 {
	margin-bottom: 10px !important;
}
.mb-20 {
	margin-bottom: 20px !important;
}
.mb-30 {
	margin-bottom: 30px !important;
}
.no-m {
	margin: 0 !important;
}
.txt-l {
	text-align: left !important;
}
.txt-c {
	text-align: center !important;
}
.txt-r {
	text-align: right !important;
}
.fl {
	float: left !important;
}
.fr {
	float: right !important;
}
.fl-img {
	margin: 0 20px 20px 0;
	float: left;
}
.fr-img {
	margin: 0 0 20px 20px;
	float: right;
}
.no-disp {
	display: none;
}


/* type of font */
.fnt_size-18{
	font-size: 18px !important;
}

/* タブ制御 */
.tabs {
	margin: 19px 0 5px 5px;

}
.tabs li {
    float: left;
	_width:10px; /*IE6*/
}
.tab-area {
    overflow: hidden;
    clear: both;
}
.panel {
    display: none;
}

.tabs li.active a {
	color: #FFFFFF;
}

/* For modern browsers */
#header:before,
#header:after,
#head-menu:before,
#head-menu:after,
#navi:before,
#navi:after,
#content:before,
#content:after,
#footer:before,
#footer:after,
#foot-menu:before,
#foot-menu:after,
.cf:before,
.cf:after {
	content:"";
	display:table;
}
#header:after,
#head-menu:after,
#navi:after,
#content:after,
#footer:after,
#foot-menu:after,
.cf:after {
	clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
#header,
#head-menu,
#navi,
#content,
#footer,
#foot-menu,
.cf {
	zoom:1;
}
.fb_edge_widget_with_comment span.fb_edge_comment_widget {
	display: none !important;
}

#u_0_3 { display: none !important; }
._5v4, ._5vc, ._5v8 { display: none !important; }

