@charset "utf-8";

/* Basic
---------------------------------------------*/
* { margin: 0; padding: 0; font-size: 100%; list-style: none; }

/* Link ★
---------------------------------------------*/
a:link, a:link * { color: #0A9AFF; text-decoration: none; outline: none; }
a:visited, a:visited *{ color: #7C24FF; text-decoration: none; outline: none; }
a:hover, a:hover *{ color: #FF0977; text-decoration: underline; outline: none; }

/* All
---------------------------------------------*/
body {
	background: #FCEAF0 url("../img/bg_main.gif") repeat-x left top;
	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 0; width: 860px; text-align: left; }
#pcontainer { background: #FFF; text-align: center; margin: 0 auto; position: relative; width: 860px; }



/* Main contents
---------------------------------------------*/
#pagebody { background: #FEFAFB; position: relative; width: 860px; }

.att { color: #ff3300; }
.ban { padding: 0px 0 2px; }





#jump01 #pcontainer { text-align: center; border-top: #FF4295 8px solid; }
#jump01 h1 { background: none; text-indent: 0px; font-size: 140%; line-height: 300%; width: 80%; height: 200%; margin-top: 18px; }
#jump01 p.main { font-size: 96%; line-height: 180%; width: 80%; height: 200%; margin: 10px 0 60px 0; }
#jump01 a { line-height: 300%; }
#jump01 p.footer { background-color: #FF4295; color: #FFF; font-size: 80%; padding: 4px 0 4px 0; width: 860px; }



/* 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 */

