@charset "utf-8";

/************************************************
*	[大枠]レイアウト							*
************************************************/
html { background:#fff; outline:none; }
body { text-align:center; line-height:1.8; color:#121212; font-size:14px; font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif; }
	#container { width:880px; margin:0 auto; border-right:1px solid #bbb; border-left:1px solid #bbb; text-align:left; background:#fff; }
		#head { padding:10px 15px; }
		#main { width:880px; height:410px; }
		#main02 { width:880px; height:475px; }
		#main03 { width:880px; height:440px; }
			#lead { width:530px; margin:162px 0 15px 25px; background:transparent; font-size:12px; font-weight:bold; }
			h1 { height:0; text-indent:-9999px; overflow:hidden; _display:none; }
			.pageNation { margin:-20px 15px 0 25px; }
				.pageNation div { width:auto; padding:4px 8px; background:#eee; }
		#content { width:850px; margin:12px 15px; }
		#container p { margin-bottom:1em; text-align:justify; }
		#container h2 { margin:10px 0 15px 0; font-weight:bold; font-size:14px; }
		#foot { padding:10px 15px; }
			#footerR { text-align:right; }

	.column1 { float:left; width:533px; margin:0 10px 5px 0; _margin:0 5px 3px 0; }
	.column2 { float:right; width:302px; }

ul#best5 { list-style-type:decimal; padding-left:25px; }
ul#best5 li { margin:4px 0; padding:4px 0; border-bottom:1px solid #e0e0e0; font-weight:bold; }

#profile { width:830px; padding:5px 10px; background:url(img/bg_profile.jpg) repeat; /*border:2px solid #d0d0d0;*/ }
	#profile h3 { margin:5px 0 2px 0; padding-bottom:4px; font-weight:bold; }
	#profile .column1 { width:820px; }
	.bnrMJG { display:block; float:right; margin:5px 0 10px 10px; }

	.captionL { float:left; margin:0 10px 15px 0; padding:0; }
	.captionR { float:right; margin:0 0 15px 10px; padding:0; }
		.captionL img, .captionR img { margin:0 0 4px 0; }
		.captionL span, .captionR span { display:block; margin:0 0 12px 0; padding:0; line-height:1.5; font-size:12px; }
.clr00 { clear:both; line-height:0; font-size:0; }
