@charset "UTF-8";
/* Common */

*{
	margin:0;
	padding:0;
	font-size:100%;
	border:none;
	line-height:100%;
	zoom:1;
}


body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:center;
	color:191919;
	background: #FFF url(../img/bg.gif) center top repeat;
}

.left{ float:left; }
.right{ float:right; }
.clearb{ clear:both; }

li img { vertical-align:bottom; }


/*box*/
div#containter {
	width:820px;
	margin: 0 auto;
	text-align:left;
}

div#containter h1{
	margin-bottom:7px;
}

div.box1, div.box2, div.box3{
	margin-left:10px;
	margin-bottom: 15px;
	width:800px;
	background-color: #FFF;
}



/* flash */
div.box1 div#external_flash{
	width:784px;
	height:432px;
}

div.box1 div#flash_rap{
	padding: 0 0 8px 8px;
}

/* Twitter */
div.box2{
	background:url(../img/waku_bottom.gif) left bottom no-repeat;
	padding-bottom: 25px;
}

div.box2 h2{
	background:#FFF url(../img/waku_top.gif) left bottom no-repeat;
	padding-bottom: 21px;
}

div.box2 div#twitterbox{
	background: url(../img/waku_line.gif) left top repeat-y;
	padding: 15px 0 10px 30px;
}


/* box3 */
div.box3 {
	background:url(../img/waku_bottom.gif) left bottom no-repeat;
	padding-bottom:25px;
	margin-bottom:40px;
}

div.box3 h2{
	background:url(../img/waku_top.gif) left bottom no-repeat;
	padding-bottom: 15px;
}

div.box3 div {
	background: url(../img/waku_line.gif) left top repeat-y;
	padding: 32px 33px 15px 42px;
}

div.box3 div p.left {
	font-size:13px;
	line-height:200%;
	width:415px;
	font-weight:bold;
}
div.box3 div p.left span{
	display:block;
	padding-top:20px;
}

div.box3 div p.right{
	width:290px;
}




