* {
	padding: 0;
	margin: 0;
  }
  
  body {
	width: 100%;
	background: #0a0a0a;
	color: #ffffff;
	font-size: 16px;
	height: 100%;
	padding-top: 5px;
	-webkit-text-size-adjust: 100%;
  }
  
  body, button, input, select, textarea {
	font-family: Roboto, "Meiryo", "メイリオ", sans-serif;
  }
  
  ul {
	list-style-type: none;
  }
  
  #head {
	text-align: center;
	width: 750px;
  }
  
  div.header {
	font-size: 16px;
	font-family: Roboto, "Meiryo", "メイリオ", sans-serif;
	background: #efefef;
	padding: 20px;
	margin-top: 15px;
	color: #0a0a0a;
	border: 2px;
	border-radius: 7px;
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
  }
  
  div.header2 {
	float: left;
	width: 620px;
	background: #efefef;
	padding: 20px;
	color: #0a0a0a;
	border: 2px;
	border-radius: 7px;
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
  }
  
  .clear {
	clear: both;
  }
  
  .right {
	float: right;
  }
  
  .hide {
	display: none;
  }
  
  div#body {
	width: 640px;
	margin-left: auto;
	margin-right: auto;
  }
  
  #lounge {
	background-color: #efefef;
	color: #0a0a0a;
	padding: 5px 15px 22px 15px;
	text-align: center;
	border: 2px;
	border-radius: 7px;
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	float: none;
	margin: 0 auto;
  }
  
  .admin {
	font-family: Roboto, "Meiryo", "メイリオ", sans-serif;
	background: #efefef;
	padding: 20px;
	margin-top: 15px;
	color: #0a0a0a;
	border: 2px;
	border-radius: 7px;
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
  }
  
  #create_room {
	float: left;
	width: 620px;
	background: #efefef;
	padding: 20px;
	color: #0a0a0a;
	border: 2px;
	border-radius: 7px;
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
  }
  
  .button {
	background: transparent url('bg_button_a.gif') no-repeat scroll top right;
	color: #444;
	display: inline-block;
	font: normal 12px arial, sans-serif;
	height: 24px;
	padding-right: 18px;
	text-decoration: none;
  }
  
  .button input {
	border: 0;
	background: transparent url('bg_button_span.gif') no-repeat;
	width: 80px;
	height: 24px;
	display: block;
	line-height: 14px;
	padding: 5px 0 5px 18px;
	color: #0a0a0a;
	-webkit-appearance: none;
  }
  
  .button:active {
	background-position: bottom right;
	color: #000;
	outline: none;
	/* hide dotted outline in Firefox */
  }
  
  .button:active input {
	background-position: bottom left;
	padding: 6px 0 4px 18px;
	/* push text down 1px */
  }
  
  div.message_box {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	background: #efefef;
	padding: 5px 0 0 0;
	color: #0a0a0a;
	z-index: 99999;
  }
  
  @media screen and (max-width: 640px) {
	div.message_box {
	  position: absolute;
	}
  }
  
  div.message_box h2 {
	text-align: center;
	font-size: 13px;
	float: left;
  }
  
  div.message_box_inner {
	position: relative;
	width: 640px;
	margin: 0 auto;
  }
  
  ul.menu {
	display: block;
	float: right;
	height: 15px;
	line-height: 15px;
  }
  
  ul.menu li {
	display: block;
	float: left;
	margin: 0 0 0 10px;
	cursor: pointer;
  }
  
  ul.menu li input {
	display: block;
	font-size: 11px;
	height: 15px;
	line-height: 12px;
	cursor: pointer;
	padding: 0;
  }
  
  ul.menu li.setting, ul.menu li.sound, ul.menu li.member, ul.menu li.animation {
	width: 15px;
  }
  
  ul.menu li.setting, ul.menu li.private {
	display: none;
  }
  
  ul.menu li.setting {
	background: transparent url('setting.png') left top no-repeat;
  }
  
  ul.menu li.sound_on {
	background: transparent url('sound_on.png') left top no-repeat;
  }
  
  ul.menu li.sound_off {
	background: transparent url('sound_off.png') left top no-repeat;
  }
  
  ul.menu li.member_on {
	background: transparent url('member_on.png') left top no-repeat;
  }
  
  ul.menu li.member_off {
	background: transparent url('member_off.png') left top no-repeat;
  }
  
  ul.menu li.animation_on {
	background: transparent url('animation_on.png') left top no-repeat;
  }
  
  ul.menu li.animation_off {
	background: transparent url('animation_off.png') left top no-repeat;
  }
  
  ul.menu li.logout input {
	width: 50px;
	height: 22px;
  }
  
  #setting_pannel, #setting_pannel2 {
	clear: both;
	padding: 20px 0;
  }
  
  #setting_pannel ul#user_list li, ul#user_list2 li {
	height: 40px;
	width: 80px;
	padding-top: 60px;
	text-align: center;
	display: block;
	float: left;
	line-height: 20px;
	border: 2px solid transparent;
	margin: 10px;
  }
  
  #setting_pannel ul#user_list li.select, ul#user_list2 li.select {
	border: 2px solid #ff6600;
  }
  
  #message {
	text-align: center;
  }
  
  #message .inputarea {
	clear: both;
	padding-top: 10px;
  }
  
  #message .inputarea .userprof {
	clear: both;
	float: left;
	width: 90px;
	margin-right: 20px;
  }
  
  #message .inputarea .profname {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 13px;
  }
  
  #message .inputarea textarea, #pmessage textarea {
	display: block;
	width: 420px;
	height: 3.5em;
	font-size: 16px;
	letter-spacing: 1px;
	padding: 10px;
	border: 1px #5b5b5b solid;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	overflow-y: hidden;
  }
  
  #message div.submit input, #pmessage div.submit2 input {
	display: block;
	border: 0;
	margin: 5px 180px;
	height: 25px;
	width: 200px;
	font-size: 12px;
	font-family: Roboto, "Meiryo", "メイリオ", sans-serif;
	color: #201e1a;
	font-weight: bold;
	background: transparent url('submit.gif') 0px 0px no-repeat;
  }
  
  #pmessage div.submit2 input {
	background: transparent url('submit2.png') 0px 0px no-repeat;
  }
  
  #message div.submit input:active {
	background: transparent url('submit.gif') 0px 1px no-repeat;
  }
  
  @media screen and (min-width: 640px) {
	#talks {
	  margin-top: 150px;
	}
  }
  
  #talks {
	position: relative;
	*position: absolute;
	margin-top: 150px\9;
  }
  
  #pmtalks {
	position: relative;
	*position: absolute;
  }
  
  #talks img {
	max-width: 450px;
	max-height: 450px;
	width: auto;
	height: auto;
  }
  
  #pmtalks img {
	max-width: 100px;
	max-height: 100px;
  }
  
  #talks div.system, #pmtalks div.system {
	margin: 10px 0 10px 20px;
	letter-spacing: 3px;
	clear: left;
	max-height: 100%;
  }
  
  #talks dl.talk, #pmtalks dl.talk {
	clear: both;
	min-height: 80px;
	margin-top: 10px;
  }
  
  #talks dl.talk dt, #pmtalks dl.talk dt {
	min-height: 20px;
	width: 90px;
	padding-top: 58px;
	padding-bottom: 10px;
	text-align: center;
	display: block;
	line-height: 20px;
	float: left;
  }
  
  dt.adm {
	color: blue;
	font-weight: bold;
  }
  
  #talks dl.talk dt.select {
	border: 2px solid #ff6600;
  }
  
  #talks dl.talk dd {
	display: inline-block;
	max-width: 510px;
  }
  
  #pmtalks dl.talk dd {
	display: inline-block;
	max-width: 500px;
  }
  
  div.bubble p.body, div.bubble2 p.body {
	float: left;
	clear: left;
	padding: 15px 20px;
	border-radius: 13px;
	border: 4px #fff solid;
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	background: #000;
	font: 1em "Meiryo", sans-serif;
	letter-spacing: 3px;
	color: white;
	-position: relative;
  }
  
  @media screen and (max-width: 640px) {
	div.bubble p.body, div.bubble2 p.body {
	  word-break: break-all;
	  word-wrap: break-word;
	  display: inline-block;
	}
  }
  
  dl.setton dt {
	background: transparent url('icon_setton.png') no-repeat center top;
  }
  
  dl.muff dt {
	background: transparent url('icon_muff.png') no-repeat center top;
  }
  
  dl.setton p.body, dl.muff p.body, dl.neko2 p.body, dl.bm p.body {
	background: transparent url('gray.png') repeat-x left center;
  }
  
  dl.tanaka dt {
	background: transparent url('icon_tanaka.png') no-repeat center top;
  }
  
  dl.tanaka p.body {
	background: transparent url('blue.png') repeat-x left center;
  }
  
  dl.numakuro dt {
	background: transparent url('icon_numakuro.png') no-repeat center top;
  }
  
  dl.numakuro p.body {
	background: transparent url('blue.png') repeat-x left center;
  }
  
  dl.kanra dt {
	background: transparent url('icon_kanra.png') no-repeat center top;
  }
  
  dl.kanra p.body {
	background: transparent url('orange.png') repeat-x left center;
  }
  
  dl.zaika dt {
	background: transparent url('icon_zaika.png') no-repeat center top;
  }
  
  dl.bear dt {
	background: transparent url('icon_bear.png') no-repeat center top;
  }
  
  dl.santa dt {
	background: transparent url('icon_santa.png') no-repeat center top;
  }
  
  dl.zawa p.body {
	background: transparent url('green.png') repeat-x left center;
  }
  
  dl.zawa dt {
	background: transparent url('icon_zawa.png') no-repeat center top;
  }
  
  dl.zaika p.body {
	background: transparent url('red.png') repeat-x left center;
  }
  
  dl.bear p.body, dl.santa p.body {
	background: transparent url('bb.png') repeat-x left center;
  }
  
  dl.bm dt {
	background: transparent url('icon_bm.png') no-repeat center top;
  }
  
  dl.gg dt {
	background: transparent url('icon_gg.png') no-repeat center top;
  }
  
  dl.rab dt {
	background: transparent url('icon_rab.png') no-repeat center top;
  }
  
  dl.gg p.body, dl.rab p.body {
	background: transparent url('pink.png') repeat-x left center;
  }
  
  dl.orange dt {
	background: transparent url('icon_orange.png') no-repeat center top;
  }
  
  dl.orange p.body {
	background: transparent url('orange.png') repeat-x left center;
  }
  
  dl.admin dt {
	background: transparent url('icon_admin.png') no-repeat center top;
  }
  
  dl.admin p.body {
	background: transparent url('orange.png') repeat-x left center;
  }
  
  dl.purple dt {
	background: transparent url('icon_purple.png') no-repeat center top;
  }
  
  dl.purple p.body, p.body {
	background: transparent url('p.png') repeat-x left center;
  }
  
  dl.bakyura dt {
	background: transparent url('icon_bakyura.png') no-repeat center top;
  }
  
  dl.bakyura p.body {
	background: transparent url('limegreen.png') repeat-x left center;
  }
  
  dl.twin dt {
	background: transparent url('icon_twin.png') no-repeat center top;
  }
  
  dl.twin p.body {
	background: transparent url('red2.png') repeat-x left center;
  }
  
  dl.usa dt {
	background: transparent url('icon_usa.png') no-repeat center top;
  }
  
  dl.usa p.body {
	background: transparent url('yellow.png') repeat-x left center;
  }
  
  dl.neko dt {
	background: transparent url('icon_neko.png') no-repeat center top;
  }
  
  dl.nyan dt {
	background: transparent url('icon_nyan.png') no-repeat center top;
  }
  
  dl.muff_nyan dt {
	background: transparent url('icon_muff_nyan.png') no-repeat center top;
  }
  
  dl.neko p.body, dl.nyan p.body, dl.muff_nyan p.body {
	background: transparent url('yy.png') repeat-x left center;
  }
  
  dl.zz dt {
	background: transparent url('icon_zz.png') no-repeat center top;
  }
  
  dl.moza dt {
	background: transparent url('icon_moza.png') no-repeat center top;
  }
  
  dl.moza p.body {
	background: transparent url('b.png') repeat-x left center;
  }
  
  dl.kai dt {
	background: transparent url('icon_kai.png') no-repeat center top;
  }
  
  dl.kai p.body {
	background: transparent url('k.png') repeat-x left center;
  }
  
  dl.neko2 dt {
	background: transparent url('icon_neko2.png') no-repeat center top;
  }
  
  dl.girl dt {
	background: transparent url('icon_girl.png') no-repeat center top;
  }
  
  dl.girl p.body {
	background: transparent url('gi.png') repeat-x left center;
  }
  
  #login {
	min-height: 100px;
  }
  
  #login .language {
	text-align: right;
  }
  
  #login .field {
	width: 300px;
	margin: 0;
  }
  
  #login p {
	margin: 0.8em 0px;
	line-height: 1.8em;
  }
  
  #login .field .textbox {
	width: 260px;
	font-size: 20px;
	letter-spacing: 1px;
	text-align: center;
	padding: 5px 0;
	border: 1px solid #cccccc;
	margin: 0 0 20px 0;
  }
  
  #login .desc {
	text-align: left;
	display: block;
	color: #000;
	font-size: 14px;
	width: 280px;
	float: left;
  }
  
  ul.icons {
	width: 100%;
	margin: 20px 5px;
  }
  
  ul.icons li {
	display: block;
	float: left;
	width: 60px;
	height: 60px;
	margin: 3px 5px;
	text-align: center;
  }
  
  #create_room2 {
	float: left;
	height: 100%;
	text-align: center;
	padding-bottom: 20px;
	margin-right: 10px;
  }
  
  div#profile {
	float: left;
	width: 200px;
	padding: 0px 0;
  }
  
  div#profile ul {}
  
  div#profile li {
	width: 160px;
	margin: 0 auto;
	text-align: center;
  }
  
  div#profile li.name {
	min-width: 50px;
	font-size: 14px;
  }
  
  div.notice2 {
	font-size: 15px;
	text-align: left;
  }
  
  ul.rooms {
	padding: 10px 0px;
	clear: both;
  }
  
  li.users ul {
	width: 348px;
	margin: 0 auto;
  }
  
  li.users img {
	margin-right: 4px;
  }
  
  ul.rooms2 {
	width: 348px;
	margin: 0 auto;
  }
  
  ul.rooms2 img {
	margin-right: 4px;
  }
  
  ul.rooms li {
	display: block;
	text-align: center;
	float: left;
	padding: 0px 0;
  }
  
  ul.rooms li.name {
	font-size: 15px;
	width: 150px;
	text-align: left;
	padding-right: 20px;
	padding-left: 10px;
  }
  
  ul.rooms li.creater {
	width: 348px;
	padding: 0;
	text-align: left;
  }
  
  ul.rooms li.users {
	width: 348px;
	padding: 0;
	text-align: left;
  }
  
  ul.rooms2 li.creater2, li.users ul li {
	font-size: 14px;
	text-align: left;
	width: 110px;
	height: 27px;
	padding-right: 6px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
  }
  
  .creater2 img, li.users ul li img {
	width: 19px;
	vertical-align: middle;
  }
  
  ul.rooms li.member {
	width: 55px;
	padding-right: 5px;
  }
  
  ul.rooms li.login {
	text-align: center;
  }
  
  ul#members {
	text-align: left;
	clear: both;
  }
  
  ul#members li {
	display: inline;
  }
  
  ul#upimg {
	font-size: 14px;
	text-align: left;
	clear: both;
  }
  
  ul#upimg li {
	display: inline;
  }
  
  #paintwnd {
	display: none;
	color: black;
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 99999;
	width: 300px;
	height: 324px;
	background-color: #fff;
  }
  
  .type {
	margin-top: 20px;
	text-align: left;
	padding: 2px 10px;
  }
  
  .dashed {
	border: none;
	border-top: dashed 1px #CCCCCC;
	height: 1px;
	color: #FFFFFF;
  }
  
  .solid {
	border: solid #bbb;
	border-width: 1px 0 0 0;
	height: 1px;
	/* for IE6 */
	clear: both;
	/* for IE6 */
  }
  
  .empty {
	margin-bottom: 20px;
	font-size: 14px;
  }
  
  h1.logo {
	text-align: left;
	font-size: 26px;
	margin-right: 10px;
	height: 42px;
	float: left;
  }
  
  h1.logo img {
	border: none;
  }
  
  #nav {
	position: relative;
	font-size: 15px;
	padding-top: 12px;
  }
  
  #nav a:link, #nav a:visited, #nav a:active {
	color: #fff;
	text-decoration: none;
  }
  
  #nav a:hover {
	color: #8ed1f4;
	text-decoration: underline;
  }
  
  #nav li {
	float: left;
	margin: 0 10px;
  }
  
  #footer {
	font-size: 12px;
	text-align: center;
  }
  
  #footer a:link, #footer a:visited, #footer a:active {
	color: #aaa;
  }
  
  #footer a:hover {
	color: #ee8C00;
  }
  
  .icons {
	width: 280px;
	height: 320px;
  }
  
  .icons input {
	display: none;
  }
  
  .fit {
	width: 330px;
	text-align: justify;
	text-justify: distribute-all-lines;
  }
  
  .bb {
	font-weight: bold;
	display: inline-block;
	width: 135px;
	height: 39px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
  }
  
  .bb::before, .bb::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
  }
  
  .bb, .bb::before, .bb::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
  }
  
  .bb {
	font-size: 15px;
	border: 1px solid #15aeec;
	background-color: #49c0f0;
	background-image: -webkit-linear-gradient(top, #49c0f0, #2cafe3);
	background-image: linear-gradient(to bottom, #49c0f0, #2cafe3);
	border-radius: 4px;
	color: #fff;
	line-height: 38px;
	-webkit-transition: none;
	transition: none;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
  }
  
  .cc {
	border: 1px solid #ec1515;
	background-color: #f04848;
	background-image: -webkit-linear-gradient(top, #f04848, #e32d2d);
	background-image: linear-gradient(to bottom, #f04848, #e32d2d);
  }
  
  .bb:hover {
	border: 1px solid #1090c3;
	background-color: #1ab0ec;
	background-image: -webkit-linear-gradient(top, #1ab0ec, #1a92c2);
	background-image: linear-gradient(to bottom, #1ab0ec, #1a92c2);
  }
  
  .cc:hover {
	border: 1px solid #c21010;
	background-color: #ec1a1a;
	background-image: -webkit-linear-gradient(top, #ec1a1a, #c21b1b);
	background-image: linear-gradient(to bottom, #ec1a1a, #c21b1b);
  }
  
  .bb:active {
	background: #1a92c2;
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .2);
	color: #ccc;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .5);
  }
  
  .cc:active {
	background: #c21b1b;
	color: #ccc;
  }
  
  #imgswt, #smallimg {
	font-size: 12px;
	cursor: pointer
  }
