/* 全体
---------------------------------------------*/
*{
	margin:0;
	padding:0;}

body{
	background-color:#3399ff;
	background-repeat:repeat;
	font-size:90%;
	line-height:1.6;
	color:#333333;
	text-align:center;
	}


#wrapper{
	width:750px;
	margin:0 auto;
	text-align:left;
	}


#wrapper_s{
	width:550px;
	margin:0 auto;
	text-align:left;
	}


/* ヘッダー
---------------------------------------------*/
#head_txt{
	font-size:80%;
	}


/* フッター
---------------------------------------------*/
#foot_txt{
	font-size:80%;
	}


/* テキスト
---------------------------------------------*/
.txt_s{
	font-size:75%;
	}


.txt_cap{
	font-size:75%;
	color:#666666;
	}


.txt_caution{
	font-size:75%;
	color:#EC122C;
	}


.txt_red{
	color:#EC122C;
	}


.txt_orange{
	color:#FF571F;
	}


.txt_orangeB{
	color:#FF571F;
	font-weight:bold;
	}


.txt_white{
	color:#ffffff;
	}


.txt_greenB{
	color:#33CC00;
	font-weight:bold;
	}


.txt_B{
	font-weight:bold;
	}


.txt_top{
	padding-top:5px;
	}


.txt_indent{
	padding-left:15px;
	}


.txt_indent2{
	padding-left:150px;
	}


a:link{color:#6699ff;text-decoration:none;}
a:visited{color:#6699ff;text-decoration:none;}
a:hover{color:#0099ff;text-decoration:underline}
a:active{color:#0099ff;text-decoration:underline}


/* 表組み
---------------------------------------------*/
div#excel td{
	padding:5px;
	}

#privacy ul{
	list-style-position:inside;
	list-style-type:katakana-iroha;
	}
	
#privacy li{
	list-style-type:decimal;
	}


.italic{
	list-style-type:lower-roman;
	}
	
h1 {
font-size: 100%;
line-height: 1.2em; }
h2 {
font-size: 50%;
line-height: 1em; }
h3 {
font-size: 25%;
line-height: 1em; }