@charset "utf-8";
/*
	* 名前: hostfamily.css
	* 説明: ホストファミリー用CSS
	* バージョン: 1.0
	* 最終更新日: 2009.10.27
	* 作成：miou nagahiro
*/

	/* ========================================
	
	   * 00. 領域設定
	
	======================================== */
	
	div#contents {
		line-height:1.6;
	}
	
	div#contents div.wrapper {
		margin-bottom: 60px;
	}
	
	div#contents h3{
		margin-bottom: 30px;
	}
	div#contents h4{
		margin-bottom: 14px;
	}
	
	div#contents div.center{
		text-align: center;
	}
	
	/* ボタンエリア（右寄せ） */
	div.btnarea {
			text-align: right;
			margin-top: 10px;
			margin-bottom: 10px;
		}
		
		div.btnarea a{
			outline: none;
		}
		
		div.btnarea img{
			margin-left: 10px;
		}
	
	/* pagetop */
	
	div#contents div.pagetop {
		margin-top: 20px;
		text-align: right;
	}




	/* ========================================
	
	   * 01. ホストファミリー
	   * index.html
	
	======================================== */
	div#contents div#hostfamily {
		margin-top: 22px;
	}
	div#contents div#hostfamily h4.topmargin{
		margin-top: 30px;
	}
	
	div#contents div#hostfamily p.left{
		margin-top: 10px;
		text-align:right;
		font-weight: bold;
	}
	
	div#contents div#hostfamily p.title{
		color: #3b8ed3;
		font-size: 11pt;
		font-weight: bold;
	}
	div#contents div#hostfamily p.ans{
		margin-left: 18px;
		margin-bottom: 15px;
	}


