@charset "utf-8";

/* Basic
---------------------------------------------*/
* { margin: 0; padding: 0; font-size: 100%; list-style: none; }
strong { font-weight: bold; }


/* Link
---------------------------------------------*/
a:link, a:link * { color: #007447; text-decoration: none; outline: none; }
a:visited, a:visited *{ color: #7C24FF; text-decoration: none; outline: none; }
a:hover, a:hover *{ color: #E0007F; text-decoration: none; outline: none; }

#little a:link, a:link * { color: #004C74; text-decoration: none; outline: none; }
#little a:visited, a:visited *{ color: #7C24FF; text-decoration: none; outline: none; }
#little a:hover, a:hover *{ color: #E70062; text-decoration: none; outline: none; }

/* All
---------------------------------------------*/
body {
	background: #FFF url("../img/bg_main.gif") repeat left top;
	background-attachment: fixed;
	color: #222;
	font-size: 80%;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,Helvetica,sans-serif;
	line-height: 1.4;
	/*\*/
	letter-spacing: 0.05em;
	/**/
	text-align: center;
}
img { border: none; }
#ctv_tab { background: #FFF; margin: 0 auto; width: 100%; text-align: center; }
#pcontainer {
	background: #FFFFFF url("../img/bg_w860.gif") left top repeat;
	text-align: center;
	margin: 0 auto;
	position: relative;
	width: 860px;
}





/* Footer
---------------------------------------------*/
#gotop { text-align: right; padding: 10px 0px 0px 0px; }

#footer { position: relative; clear: both; margin: 0 auto 0px; padding: 0; width: 860px; height: 24px; }
#footer p { background: #E91C62 url(../img/footer.gif); color: #FFF; line-height: 24px; text-indent: -9999px; }
/* position: relative;*/



/* Other
---------------------------------------------*/
/* clear */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-table;zoom:1;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

