@charset "utf-8";
/* ============================== CSS Hack */
/* floating box clear */
.clr:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clr { display: inline-table; min-height: 1%; }
/* Hide from mac IE5 \*/
* html .clr { height: 1%; }
.clr { display: block; }
/* End Hide from mac IE5 */

/*----------------------------------------------------------------------------------------------
Common Style
-----------------------------------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
body {
	padding-top: 20px;
	background: url(../../images/common/bg.gif) repeat-x 0 0;
	font-family:Verdana,Arial,"MS P Gothic","‚l‚r ‚oƒSƒVƒbƒN","Hiragino Kaku Gothic Pro","ƒqƒ‰ƒMƒmŠpƒS Pro W3",Osaka,sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	text-align: center;
	color: #333;
}
* html body {
	font-size: 12px;
}
a:link,
a:visited,
a:active {
	outline: none;
	text-decoration: none;
	color: #369;
}
a:hover {
	text-decoration: underline;
	color: #036;
}
img {
	border: 0;
}
ul {
	list-style-type: none;
}
hr {
	border: 1px dotted #989898;
	margin: 20px auto;
	padding:0;
	height: 1px;
}


/*----------------------------------------------------------------------------------------------
Container Base Style
-----------------------------------------------------------------------------------------------*/
#container {
	margin: 0 auto;
	width: 700px;
	background: url(../access/images/frame_bg.gif) repeat-y 0;
	text-align: center;
}
#container .container_frame_top {
	background: url(../access/images/frame_top.gif) no-repeat 0 0;
}
#container .container_frame_bottom {
	background: url(../access/images/frame_bottom.gif) no-repeat 0 bottom;
}

/*----------------------------------------------------------------------------------------------
Contents Base Style
-----------------------------------------------------------------------------------------------*/
#contents {
	overflow: auto;
	margin: 0 auto;
	padding-bottom: 15px;
	width: 674px;
	text-align: left;
}
#contents img {
	margin:12px 0;
}
#contents p {
	margin-bottom:10px;
}

#nav {
	width:674px;
	clear: both;
	margin-top:15px;
}
#nav #language {
	float: left;
	text-align: left;
	padding-left:10px;
	background: url(../../images/top/news_pict.gif) no-repeat 0 center;
}
#nav #close {
	float: right;
	text-align: right;
	padding-left:10px;
	background: url(../../images/top/news_pict.gif) no-repeat 0 center;
}

/*----------------------------------------------------------------------------------------------
Contents Style
-----------------------------------------------------------------------------------------------*/
#page_top {
	width:674px;
	text-align: right;
	padding-top: 15px;
	font-size: 0.8em;
	line-height: 1.4em;
}

/*----------------------------------------------------------------------------------------------
Footer Style
-----------------------------------------------------------------------------------------------*/
#footer {
	margin: 10px auto;
	width: 700px;
	height: 50px;
	text-align: right;
	font-family:Arial,sans-serif;
	font-size: 0.8em;
	color: #666;
}

