﻿@charset "utf-8";

/**
 * top.css
 * 
 * @version     2009/03/27
 */

/* common ---------------- */
html {
	height:100%;
}

body {
	height:100%;
	background: #fff;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Lucida Grande", "Hiragino Kaku Gothic Pro", Verdana, "ＭＳ Ｐゴシック", sans-serif;
}

html>/**/body { font-size: 16px; line-height: normal; } /* except Win IE */

.txt10_13 {  } * html .txt10_13 { font-size: 0.63em; } /* Hack for IE */

body, div, p, ul, li {
	margin:0;
	padding:0;
}

ol, ul {
	list-style: none;
}

#flashcontent {
	z-index: 100;
}

div#flashcontent li {
	list-style-type: disc;
	list-style-position: inside;
}

div#flashcontent #attention p.info {
	 margin: 20px 0 0 0;
	 text-align: right;
}


/* clearfix: Ver. 2007.05.31 ---------------- */
.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; font-size:0; line-height:1; overflow:hidden; }
.clearfix { display:inline-block; }
/*\*/
* html .clearfix { height:1%; }
.clearfix { display:block; }
/**/




/* footer ---------------- */

#footer ul li a:link    { color: #787878; text-decoration: none; }
#footer ul li a:visited { color: #787878; text-decoration: none; }
#footer ul li a:hover   { color: #ca0014; text-decoration: underline; }
#footer ul li a:active  { color: #ca0014; text-decoration: underline; }

div#footer {
	position: absolute;
	width:100%;
	background: #fff;
	z-index: 1;
}

#footer p img {
	display: block;
}

#footer p.logo {
	position: absolute;
	top: 8px;
	left: 16px;
}

#footer p.foot_note {
	position: absolute;
	top: 10px;
	right: 20px;
}

#footer ul {
	position: absolute;
	top: 11px;
	left: 105px;
	overflow: hidden;
}

#footer ul li {
	float: left;
	padding: 0 12px 0 6px;
	margin: 0 0 0 -6px;
	border-left: solid 1px #787878;
	font-size: 10px;
	line-height: 1.1;
}

#footer p.copyright {
	position: absolute;
	top: 31px;
	left: 16px;
}



/* css end ---------------- */
