body, html
{
	height: 100%;
}

#container
{
	height: 100%;
	position: relative;
	/*-webkit-tap-highlight-color: rgba(0, 0, 0, 0);*/
}

html *{
	margin:0;
	padding:0;
	font-style: normal;
	color: #666666;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	/*background-color: #ffffff;*/
}

body {
	margin: 0 auto;
	padding: 0;
	width:900px;
	font-size: 13px;
}

a
{
	text-decoration: none;
}

.common_header
{
	margin-top: 0;
	height: 70px;
	width: 100%;

}

h1
{
	height: 70px;
	width: 150px;
	float: left;
}

/* すべてのリンクにWhiteシャドウ適用 */
a.hover
{
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}

.common_header ul.menu > li
{
	height: 70px;
	width: 90px;
	list-style-type: none;
	display: table-cell;
	*display: inline;
	*zoom: 1;
}

/*
ul.menu > li > a.hover > img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}
*/

.contents
{
}

.footer_content
{
	margin-right: -8px;
}

.footer_content > div
{
	float: left;
}

.footer_content > .info_box
{
	width: 210px;
	height: 210px;
	background-repeat: no-repeat;
	margin-bottom: 0;
}

.event_box
{
	background-image: url('../images/headerfooter/ft1.png');
	margin-right: 20px;
}

.news_box
{
	background-image: url('../images/headerfooter/ft2.png');
		margin-right: 20px;
}

.topics_box
{
	background-image: url('../images/headerfooter/ft3.png');
	margin-right: 20px;
}

.contact_big_icon
{
	width: 210px;
	height: 210px;
}

.contact_big_icon > a.hover > img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

.common_footer
{
	clear: both;
	height: 48px;
	padding-top: 12px;
	width: 100%;
}

.common_footer > .footer_copyright
{
	float: left;
}

.common_footer *
{
	font-size: 12px;
	line-height: 2em;
}

.common_footer > .footer_menu
{
	float: right;
}

.info_box > *
{
	width: 198px;
	height: 160px;
	line-height: 1.4em;
	overflow-y: auto;
	margin: 12px 8px 0 8px;
	font-size: 0.9em;
}
.info_box > ul
{
	list-style-type: square;

}

.info_box time
{
	font-size: 0.8em;
	color: #999999;
	display: inline-block;
	vertical-align: top;
	width: 30%;

}

.info_box  > ul p
{
	display: inline-block;
	width: 66%;
	margin-left:4px;

}

.topics_box  > ul p
{
	width: 100%;
	margin-left:0;

}

.info_box  > ul li
{
	display: inline-block;
	width: 100%;
	border-bottom: #DDDDDD solid 1px ;
}

.info_box  > ul li.news_li_last
{
	border-bottom: 0;
}
