@charset "UTF-8";

/*===========================================
	■Facebook iframe設定　
===========================================*/

body {
	margin: 0;
	padding: 0;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',verdana,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 80%;
}

a:link,
a:visited,
a:active {
	color: #3643c9;
	text-decoration: none;
}

a:hover {
	color: #3643c9;
	text-decoration: underline;
}

/*===========================================
	■Facebook welcome（TOP）ページ
===========================================*/

div#fb_top{
	width:520px;
	margin:auto;
}

div#fb_top p{
	font-weight: bold;
	text-align: center;
}

/*===========================================
	■Facebook 利用規約ページ
===========================================*/

div#fb_termofuse{
	width:520px;
	margin:auto;
	text-align: left;
}

div#fb_termofuse h1{
	margin: 5px 0 20px 0;
	padding: 7px 10px 8px 10px;
	font-size: 130%;
	background: url("../images/h1_back.jpg") repeat-x bottom #FFF;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	height: 1%;
}

div#fb_termofuse h2 {
	margin: 25px 0 15px 0;
	padding: 5px 10px;
	font-size: 120%;
	background: #EEE;
	border-right: 3px solid #575a9c;
	border-left: 3px solid #575a9c;
	height: 1%;
}

div#fb_termofuse p {
	margin: 5px;
	padding: 0;
	line-height: 150%;
	text-align: justify;
}

div#fb_termofuse p.txt_right {
	text-align: right;
	margin-top: 50px;
	margin-bottom: 10px;
}

div#fb_termofuse ul,
div#fb_termofuse ol{
	line-height: 150%;
}
