@charset "UTF-8";

* {
	padding: 0px;
	margin: 0px;
	list-style: none;
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3","メイリオ","ＭＳ Ｐゴシック","Osaka";
}

body {
	overflow-x: hidden;
	background-color: #292929;
	text-align: center;
	padding: 0px 0px 60px 0px;
	background-image: url(../images/noriyukiwada_face.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: fixed;
}
img {
	border: none;
}
em {
	font-style: normal;
}
div#wrapper {
	margin: 0px auto;
	width: 960px;
	text-align: left;
}
div#wrapper div#header {
	position: relative;
	width: 760px;
}
div#wrapper div#header h1 {
	padding: 10px;
}
div#wrapper div#header h1 a {
	font-size: 16px;
	color: #FFF;
	font-weight: bolder;
	text-decoration: none;
}
div#container {
	width: 760px;
	border-radius: 5px;
	background-color: #FFF;
	text-align: left;
	overflow: hidden;
}
div#container p {
	font-size: 14px;
	line-height: 1.8em;
	padding: 10px 15px;
}
div#container p strong {
	color: #C00;
}
div#container h2 {
	padding: 25px 15px 0px 15px;
	font-size: 36px;
	color: #222;
	text-shadow: 2px 2px 0px #EEE;
}
div#footer {
	clear: both;
	padding: 5px;
}
div#footer p {
	font-size: 12px;
	text-align: center;
}
div#footer p a {
	color: #999;
	text-decoration: none;
}
ul.socialbutton {
	padding: 0px;
	margin: 0px auto;
	width: 300px;
}
ul.socialbutton li {
	padding: 0px;
	text-align: center;
	width: 100px;
	display: none;
	float: left;
}
a#podcast {
	margin: 10px;
	float: right;
	display: block;
	width: 60px;
	height: 60px;
	background-image: url(../images/podcast.gif);
	text-indent: -5000px;
}

div#gadget_wrapper {
	float: right;
	width: 190px;
	overflow: hidden;
}
div#gadget_wrapper ul li {
	padding: 0px 0px 5px 0px;
}



div#ads {
	width: 760px;
	border-radius: 5px;
	background-color: #FFF;
	text-align: left;
	padding: 10px 0px;
	margin: 10px 0px;
}
div#ads dl {
	width: 170px;
	height: 100px;
	margin: 0px 7px;
	float: left;
	overflow: hidden;
}
div#ads dl dt {
	padding: 3px 10px;
}
div#ads dl dt a {
	font-size: 10px;
	font-weight: normal;
	color: #2200C1;
	text-decoration: underline;
}
div#ads dl dd {
	padding: 0px 10px;
	font-size: 10px;
	color: #232323;
	line-height: 1.5em;
}
div#ads dl dd span {
	display: block;
	padding: 0px 0px 2px 0px;
	color: #0E774A;
	font-size: 10px;
}
div#ads p {
	clear: both;
	text-align: center;
	padding: 15px;
	font-size: 12px;
}

div#bottom_bar {
	position: fixed;
	text-align: left;
	bottom: 0px;
	left: 0px;
	height: 42px;
	width: 100%;
	background-image: url(../images/bottom_bar.png);
	/*background-color: #CCC;*/
}
ul#bottom_bar_list {
	position: relative;
}
div#live_status_window {
	position: absolute;
	width: 320px;
	height: 310px;
	/*bottom: -25px;*/
	bottom: -400px;
	left: 0px;
	background-image: url(../images/live_window.png);
	text-align: center;
	display: block;
}
div#live_status_window p {
	color: #FFF;
	padding: 5px 20px 0px 20px;
	text-align: left;
	font-size: 12px;
}
div#live_status_window p a {
	color: #FFF;
}
div#live_status_window_inner {
	background-color: #000;
	width: 280px;
	height: 210px;
	margin: 20px auto 0px auto;
	background-image: url(../images/live.jpg);
}
div#live_status_close {
	position: absolute;
	width: 30px;
	height: 30px;
	bottom: 285px;
	left: 295px;
	background-image: url(../images/activity_close2.png);
	cursor: pointer;
}
div#bottom_bar div#live_status {
	width: 55px;
	height: 24px;
	background-image: url(../images/live.gif);
	cursor: pointer;
}
input#search_query {
	padding: 3px;
	border: solid 1px #666;
	width: 200px;
}
dl.search_result {
	padding: 10px 15px;
}
dl.search_result dt span,dl.search_result dd span {
	display: block;
	font-size: 10px;
	color: #666;
}
dl.search_result dd {
	font-size: 12px;
	color: #666;
}
dl.search_result dd span {
	color: #090;
}
dl.search_result dd {
	padding: 5px 0px 15px 0px;
}
ul#bottom_bar_list li.bblock {
	float: left;
	padding: 15px 5px 2px 3px;
	background-image: url(../images/bottom_bar_spalater.gif);
	background-repeat: no-repeat;
	background-position: right 15px;
}
div#bottom_bar div#ActiveUserStat {
	/*padding: 15px 0px 0px 2px;*/
}
div#bottom_bar div#ActivityStat {
	position: relative;
	height: 25px;
	border-radius: 5px;
	background-color: #999;
}
div#bottom_bar div#ActivityStat div#ActivityWindow {
	position: absolute;
	width: 320px;
	height: 310px;
	bottom: 15px;
	left: -103px;
	background-image: url(../images/activity_window.png);
	display: none;
}
div.webchat_message a {
	color: #FFF;
}
div#bottom_bar div#ActivityStat div#ActivityWindow div#ActivityClose {
	position: absolute;
	width: 30px;
	height: 30px;
	bottom: 285px;
	left: 295px;
	background-image: url(../images/activity_close2.png);
	cursor: pointer;
}
div#bottom_bar div#ActivityStat div#ActivityWindow div#ActivityInner {
	overflow: hidden;
	padding: 15px 20px 0px 20px;
	height: 235px;
	color: #FFF;
	font-size: 12px;
	line-height: 1.5em;
}
form#ActivityLogin,form#ActivityForm {
	padding: 0px 20px;
}
form#ActivityForm {
	display: none;
}
form#ActivityLogin input,form#ActivityForm input {
	margin: 0px 5px;
	border: solid 1px #FFF;
	background-color: #000;
	color: #FFF;
	padding: 3px;
}
form#ActivityLogin input#ActivityName,form#ActivityForm input#ActivityMessage {
	width: 200px;
}
div#bottom_bar div#ActivityStat span {
	display: block;
	color: #FFF;
	text-align: center;
	padding: 4px 10px 4px 10px;
	font-size: 12px;
	font-weight: bolder;
	cursor: pointer;
}
div#bottom_bar div#ActiveUserStat ul {
	position: relative;
	width: 92px;
	height: 26px;
	background-image: url(../images/aubg.gif);
}
div#bottom_bar div#ActiveUserStat ul li {
	position: absolute;
	width: 14px;
	height: 18px;
	background-image: url(../images/num.gif);
	top: 4px;
}
div#bottom_bar div#ActiveUserStat ul li#au_num0 {
	left: 73px;
}
div#bottom_bar div#ActiveUserStat ul li#au_num1 {
	left: 59px;
}
div#bottom_bar div#ActiveUserStat ul li#au_num2 {
	left: 45px;
}
ul.wl_latterly_comments li,ul.wl_latterly_comments li a {
	color: #FFF;
	font-size: 12px;
}
ul.wl_latterly_comments li span {
	font-size: 10px;
}

li.social_side_wrapper {
	
}
div.social_side_container {
	border-radius: 5px;
	padding: 5px;
	background-color: #FFF;
	text-align: center;
}
div#g-plus {
	margin: 0px;
	padding: 0px;
}

div.UserReview {
	padding: 15px;
	margin: 10px;
	border: solid 1px #CCCCCC;
	background-color: #EEEEEE;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
div.UserReview p.PostedBy,div.UserReview ul.PostedBy {
	padding: 0px 10px;
	margin: 0px;
	border-bottom: solid 1px #CCCCCC;
	font-size: 12px;
	color: #333333;
}
div.UserReview p.review {
	padding: 15px;
	background-color: #FFFFFF;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}