@charset "utf-8";

body{ 
	font-size: 14px; 
	line-height: 1.8; 
	color: #4C4C4C; 
	width:100%;
	background-color: #97D6F9; 
	margin: 0 auto;	/* center寄せ */
	background-image:url(../image/bg_top.jpg); 
	background-repeat:repeat-x; 
}

a	{ color: #0066CC;	}
a:hover 	{ color: #1E90FF; text-decoration: none;  }

div img { vertical-align: text-bottom; }
li img { vertical-align: text-bottom; }

br.br1 {line-height: 100px; }

#wrapper{
	width:100%;
	margin: 0 auto;	/* center寄せ */
	background-image: url(../image/bg_cloud.jpg); 
	background-position: center top; 
	background-repeat: no-repeat;
}

#pageframe{
	width: 1000px; 
	margin: 0 auto;	/* center寄せ */
	background-image: url(../image/bg_page.jpg); 
	background-repeat: repeat-y;	
}

#pageframe2{
	background-image: url(../image/bg_page_top.jpg); 
	background-position: center top; 
	background-repeat: no-repeat;
}

/*-------------------------------------------------ヘッダー---------------------------------------*/

#header{
	width: 1000px; 
	text-align: left; 
	margin-bottom: 0px; 
}

h1{line-height: 100%; margin: 0; padding: 0; }
h2{line-height: 100%; margin-bottom: 40px; margin-top: 25px; padding: 0; }


/*-------------------------------------------------コンテンツ：ページ分割---------------------------------------*/

#contents{	
	float: left; 
	width: 648px;
	text-align: left; 
	margin-left: 44px; 
}

#rightcolumn{	
	float: left; 
	width: 242px;
	margin-left: 35px; 
	text-align: left; 
}

/*-------------------------------------------------コンテンツ---------------------------------------*/
.unit_remark{}
.speaker{float: left; width: 70px; margin-bottom: 20px; }
.remark{float: left; width: 578px; margin-bottom: 20px; }
.remark2{float: left; width: 263px; margin-bottom: 20px; }

.text1{font-weight: bold; background-color: #FFFFCC; }

.navi_next{text-align: center; margin-top: 60px; margin-bottom: 100px; }
.navi{text-align: center; margin-bottom: 20px; }

/*-------------------------------------------------右コラム---------------------------------------*/

.profile_hl{margin-top: 14px; margin-bottom: 10px; }

.profile{
	width: 240px; 
	margin-bottom: 15px;
	border: 1px #d5d5d5 solid; 
	background-color: #fff; 
}

.profile_photo{margin-bottom: 5px; }
.profile_text{width: 216px; margin-left: 12px; margin-bottom: 10px; }
.profile_name{margin-bottom: 10px; }
.profile_kanji{font-weight: bold; color: #000; font-size: 120%; }
.profile_kana{font-weight: bold; color: #000; font-size: 80%; margin-left: 12px; }
.profile_detail{font-size: 80%; }


/*-------------------------------------------------フッター---------------------------------------*/

#footer{
	clear: both; 
	width:100%;
}

