/* ==============================================================

CSS for 笑い飯非公式ウェブログ（WM）｜笑い飯について
Modified:2010.3.26

============================================================== */

@import url(master.css);

/* メインタイトル */
h2.about {
	width:940px;
	height:32px;
	background:url(../img/about/main_title.gif) no-repeat;
	margin: 25px auto;
}
h3 {
	text-indent:-9999px;
	overflow:hidden;
	height:45px;
}
/* 略歴タイトル「前身〜結成前」 */
h3.prof1 {
	width:188px;
	background:url(../img/about/title01.gif) no-repeat;
}
/* 略歴タイトル「結成当時」 */
h3.prof2 {
	width:145px;
	background:url(../img/about/title02.gif) no-repeat;
}
/* 略歴タイトル「吉本興業」 */
h3.prof3 {
	width:145px;
	background:url(../img/about/title03.gif) no-repeat;
}
/* 略歴タイトル「バッファロー吾郎」 */
h3.prof4 {
	width:232px;
	background:url(../img/about/title04.gif) no-repeat;
}
/* 略歴タイトル「千鳥・麒麟」 */
h3.prof5 {
	width:167px;
	background:url(../img/about/title05.gif) no-repeat;
}
/* 略歴タイトル「大喜利」 */
h3.prof6 {
	width:121px;
	background:url(../img/about/title06.gif) no-repeat;
}
/* 略歴タイトル「ネタ作り」 */
h3.prof7 {
	width:138px;
	background:url(../img/about/title07.gif) no-repeat;
}
/* 略歴タイトル「同期の芸人」 */
h3.prof8 {
	width:165px;
	background:url(../img/about/title08.gif) no-repeat;
}
/* 略歴タイトル「M-1グランプリ」 */
h3.prof9 {
	width:201px;
	background:url(../img/about/title09.gif) no-repeat;
}

/* 略歴テーブル */
table.about {
	width:940px;
	margin:0 auto 30px auto;
}
table.about td {
	width:33%;
	vertical-align:top;
	text-align:left;
	font-size:93%;
}
table.about td img {
	margin:10px auto 0;
}
/* 本文 */
div.wrapper_prof {
	width:275px;
	margin:20px 20px 5px 15px;
}
/* 区切り線 */
table.about td.separate {
	padding:20px 0;
}
/* 注意文 */
p.info {
	font-size:83.3%;
	text-align:right;
	margin:-30px 0 60px 0;
}

/* プロフ写真 */
ul.profile {
	width:722px;
	margin:10px auto;
}
ul.profile li {
	width:351px;
	float:left;
	text-align:left;
	padding-right:10px;
	line-height:120%;
	font-size:95%;
}

/* このサイトについて */
div.site {
	width:722px;
	margin:30px auto 0 auto;
	text-align:left;
	border:1px dotted #FF8585;
	background-color:#FFFFCC;
}
div.site h4 {
	font-size:100%;
	border-left:4px solid #666;
	padding-left:6px;
	margin:20px 0 0 30px;
	font-weight:bold;
}
div.site p {
	font-size:83.3%;
	padding:10px 30px 40px 30px;
}
