@charset "UTF-8";

.nodisplay{
	display:none;
}

p,td,th,dt,dd,li,blockquote,textarea,pre{
	line-height: 1.5;
}
body,div,pre,p,blockquote,form,fieldset,input,textarea,select,option,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,table,th,td {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
img {
	vertical-align: middle;
	border: 0;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
* html table {
	border-collapse: collapse;		/** for IE6 **/
}
*:first-child+html table {
	border-collapse: collapse;		/** for IE7 **/
}
br {
	letter-spacing: 0;
}
body {
	font-size: 100%;
	padding:15px;
}
ul{
	margin-left:20px;
}

/*--------------------------------------
	ヘッダー
----------------------------------------*/ 

#control #sitesearch,
#control #fontsize-switch,
#control #skip-navi{
	display:none;
}
#control ul{
	margin-left:0;
}
#header-main #header-menu,
#global-navi,
#search-navi {
	display:none;
}
#simple-on{
	display:none;
}
li#simple-off{
	text-align: right;
	list-style-type: none;
}

/*--------------------------------------
	フッター
----------------------------------------*/ 

#footer{
	border-top:1px solid #999;
	padding-top:10px;
	margin-top:20px;
}
#footer-menu{
	display:none;
}
#address *{
	font-style: normal;
}

/*--------------------------------------
	パンくずリスト
----------------------------------------*/ 

#topic-path{
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	paddin:3px 0;
	margin:3px 0;
}
#topic-path{
	line-height:1.1;
}
#topic-path em{
	font-weight: bold;
	font-style: normal;
}

/*--------------------------------------
	下位ページ用
----------------------------------------*/ 
#contents h1 {
	margin-top: 10px;
	font-size: 1.5em;
	font-weight: bold;
}
#contents h2 {
	padding-top:10px;
	margin-top: 20px;
	font-size: 1.2em;
}

#contents p.goto-pagetop{
	display: none;
}

/* 定義リスト */
#contents #contents-body dl{
	margin: 0.7em 0;
}
	#contents #contents-body dl dt{
		font-weight: bold;
		font-size: 0.95em;
		margin: 0.4em 0 0.2em 0;
	}
	#contents #contents-body dl dd{
		font-size: 0.95em;
	}

/* テーブル */
table {
	border-width: 1px;
	border-style: solid;
	border-color: #666;
	margin: 0.7em 0;
}
	table caption{
		font-weight: bold;
		text-align: left;
		line-height: 1.1;
		padding: 2px 0 1px 0;
		margin-bottom: 2px;
	}
	table th {
		background-color: #ccc;
		border-width: 0 0 1px 1px;
		border-style: solid;
		border-color: #666;
		text-align: center;
		font-weight: bold;
		font-size: 0.95em;
		white-space: nowrap;
		padding: 4px 7px;
	}
	table td {
		border-width: 0 0 1px 1px;
		border-style: solid;
		border-color: #666;
		font-size: 0.9em;
		padding: 4px 7px;
	}



/*--------------------------------------
	トップページ用
----------------------------------------*/ 

#top-page #side-menu,
#top-page #topic-menu #eventmenu,	/* カレンダー以外を非表示 */
#top-page #topic-menu #cornermenu,
#top-page #topic-menu #aboutmenu {
	display:none;
}
#top-page #announce h2{
	border-top: none;
	padding-top: 0;
	margin-top: 10px;
}
#top-page #update h2,
#top-page #topic-menu #calendarmenu h2 {
	border-top: 1px solid #999;
	margin-top: 15px;
}
#top-page #announce li{
	margin:10px 0;
}
#top-page #update dt{
	margin-top:15px;
	font-weight:bold;
}
#top-page #update dd li{
	margin:5px 0;
}
#top-page .goto-log{
	display:none;
}

/* カレンダー */
#top-page #calendarmenu table{
	border: 1px #666 solid;
	border-collapse: collapse;
	margin:5px;
}
#top-page #calendarmenu table th{
	background-color: #ccc;
	text-align: center;
	font-weight:normal;
	padding: 3px 6px;
	border-left: 1px #666 solid;
	border-bottom: 1px #999 solid;
}
#top-page #calendarmenu table td{
	background-color: #fff;
	vertical-align: middle;
	text-align: center;
	border-left: 1px #666 solid;
	border-bottom: 1px #999 solid;
	padding: 3px 6px;
}
#top-page #calendarmenu ul{
	display:none;
}
#top-page #calendarmenu em {
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
}
#top-page #calendarmenu caption {
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
	margin-bottom: 4px;
	border-bottom: 1px solid #000000;
}

#top-page #calendarmenu .onemonth {
	margin-bottom:10px;
}


/*--------------------------------------
	汎用
----------------------------------------*/ 

#contents li{
	margin:10px 0;
}
#contents p{
	margin:10px 0;
}

