@charset "utf-8";

/*========================

プライバシーポリシー

========================*/

/*------------------------
常にインクルードするCSS
------------------------*/

@import "reset.css";
@import "base.css";



/*------------------------

レイアウト

------------------------*/

.in_left{
	width:400px;
	margin:0;
	padding:0;
	float:left;
	}
	
.in_right{
	width:400px;
	margin:0;
	padding:0;
	float:right;
	}

/*------------------------

テキスト右寄せ

------------------------*/

.text_right{
	width:856px;
	margin:0 auto 5px;
	padding:0;
	text-align:right;
	}

/*------------------------

テキストボックス

------------------------*/	

.text_box{
	width:830px;
	margin:0 auto 5px;
	padding:10px;
	background-color:#efefef;
	border:solid #ccc 1px;
	}

/*------------------------

個人情報保護方針

------------------------*/

.text_privacy {
    width:856px; 
	margin:0 auto;
	padding:0;
	line-height:140%;
	}
 
.text_privacy ol{
    margin-bottom:12px;
    }
 
.text_privacy ol li{ 
    list-style-type:decimal; 
    margin-left:2em;
    }


	