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: 222px;
	float: left;
}

.common_header ul.menu > li
{
	height: 70px;
	width: 113px;
	list-style-type: none;
	display: table-cell;
	*display: inline;
	*zoom: 1;
	background-image: url('../images/dark3.jpg');
	background-position: left top;
	background-repeat: no-repeat;
}


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;
	margin-right: 9px;
}

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

.event_box
{
	background-image: url('../images/headerfooter/ES.png');
}

.news_box
{
	background-image: url('../images/headerfooter/News.png');
}

.topics_box
{
	background-image: url('../images/headerfooter/Topics.png');
}

.contact_big_icon
{
	width: 218px;
	height: 218px;
	background-image: url('../images/dark2.jpg');
	background-position: left top;
	background-repeat: no-repeat;
}

.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: 204px;
	height: 164px;
	line-height: 1.4em;
	overflow: hidden;
	margin: 12px auto;
	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: 68%;
	margin-left:4px;
	
}

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

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


