body {
	margin:0px;
	padding:0px;
}

a {
	color:black;
	text-decoration:none;
}

a:hover {
	color:#666666;
}

.pointer {
	cursor:pointer;
}

div.clear {
	clear:both;
	line-height:0px;
	padding:0px;
	margin:0px;
	font-size:0px;
}

#footer {
	background-image:url("../images/footer.gif");
	background-repeat:repeat-x;
	background-position:bottom;

	position:absolute;
	left:0px;
	height:100px;
	color:#FFFFFF;
}

#footer p {
	margin:0px;
	padding:0px;
}

#footer p.bird {
	height:50px;
	background-image:url("../images/phrase/bird.gif");
	background-repeat:no-repeat;
	text-align:left;
	padding-left:100px;
	font-size:13px;
	color:black;
	line-height:1.2em;
}

#footer p.sign {
	text-align:right;
}

div#phrases {
	width:520px;
	height:450px;
	margin:0px auto;
	position:absolute;
	overflow:auto;
}

div#phrases div.box {
	width:120px;
	height:120px;
	background-image:url("../images/phrase/box.gif");
	background-repeat:no-repeat;
	margin:5px;
	float:left;
}

div#phrases p {
	margin:10px 0px;
	padding:0px;
	font-size:15px;
	line-height:1.5em;
}

div#phrases div.box p {
	margin:0px;
	padding:0px;
	font-size:13px;
	text-align:center;
	margin-top:52px;
	color:#FFFFFF;
	line-height:1.0em;
}

div#phrases div.box_record {
	width:380px;
	height:120px;
	background-color:#EEEEEE;
	float:left;
	margin:5px;
}

div#phrases div.box_record p {
	margin:0px;
	padding:0px 15px;
	padding-top:14px;
	font-size:14px;
	color:#000000;
	line-height:1.4em;
}

div#phrases div.box_gift {
	width:510px;
	height:120px;
	background-color:#EEEEEE;
	float:left;
	margin:5px;
}

div#phrases div.box_gift p {
	margin-top:15px;
	margin-left:15px;
}

div#phrases div.box_gift input.wide {
	width:360px;
}

div#phrases div.box_sns {
	width:380px;
	height:120px;
	background-color:#EEEEEE;
	float:left;
	margin:5px;
}

div#phrases div.box_sns p {
	margin:15px;
	font-size:13px;
}

div#phrases div.box_sns p img {
	margin-top:10px;
}

div#phrases div.box_back {
	width:120px;
	height:120px;
	background-image:url("../images/phrase/box_back.gif");
	background-repeat:no-repeat;
	margin:5px;
	float:left;
	cursor:pointer;
}

div#phrases div.box_back p {
	margin:0px;
	padding:0px;
	font-size:13px;
	text-align:center;
	margin-top:52px;
	color:#000000;
	line-height:1.0em;
}

div#phrases div.box_r:hover {
	background-image:url("../images/phrase/box_r.gif");
}

div#phrases div#info {
	text-align:center;
	font-size:13px;
	margin-top:30px;
}

div#phrases h2 {
	font-size:17px;
	margin:0px;
	padding:0px;
	margin-bottom:20px;
}

div#phrases div#ku_gray {
	width:520px;
	height:30px;
	margin-bottom:5px;
	background-image:url("../images/ku/gray.gif");
	background-repeat:no-repeat;
}

div#phrases div#ku_gray p {
	padding:0px;
	margin:0px;
	color:white;
	text-align:center;
	padding-top:6px;
	height:24px;
	font-size:15px;
	line-height:1em;
}

div#phrases div#ku_tanka {
	width:520px;
	height:65px;
	margin-bottom:5px;
	background-image:url("../images/ku/tanka.gif");
	background-repeat:no-repeat;
}

div#phrases div#ku_tanka p {
	padding:0px;
	margin:0px;
	color:white;
	text-align:center;
	padding-top:10px;
	height:55px;
	font-size:15px;
	line-height:1.4em;
}

div#phrases div.ku_white {
	width:520px;
	height:30px;
	margin-bottom:5px;
	background-image:url("../images/ku/white.gif");
	background-repeat:no-repeat;
}

div#phrases div.ku_white p {
	padding:0px;
	margin:0px;
	color:black;
	text-align:center;
	padding-top:6px;
	height:24px;
	font-size:15px;
	line-height:1em;
}

div#phrases div.ku_white_large {
	width:520px;
	height:100px;
	margin-bottom:5px;
	background-image:url("../images/ku/white_large.gif");
	background-repeat:no-repeat;
}

div#phrases div.ku_white_large p {
	padding:0px;
	margin:0px;
	color:black;
	text-align:center;
	padding-top:16px;
	font-size:15px;
	line-height:1.4em;
}

div#phrases div.tanka_url {
	font-size:12px;
	text-align:right;
}

div#phrases ul#kus {
	margin:0px;
	padding:0px;
	list-style:none;
	width:520px;
}

div#phrases ul#kus li {
	width:520px;
	height:30px;
	margin-bottom:5px;
	background-image:url("../images/ku/bar.gif");
	background-repeat:no-repeat;
	cursor:pointer;
}

div#phrases ul#kus li p {
	margin:0px;
	padding:0px;
	line-height:1.0em;
	color:white;
	text-align:center;
	display:block;
	padding-top:6px;
	height:24px;
	font-size:15px;
}

table.inquiry {
	width:520px;
	border-collapse:collapse;
}

table.inquiry th {
	border:1px solid #333333;
	border-width:1px 0px;
	padding:10px 15px;
	font-size:13px;
	background-color:#666666;
	color:white;
	width:120px;
}

table.inquiry td {
	border:1px solid #333333;
	border-width:1px 0px;
	padding:10px 15px;
	font-size:13px;
}

table.inquiry input.wide {
	width:300px;
}

table.inquiry textarea.wide {
	width:300px;
	height:200px;
	font-size:13px;
}

table.inquiry div.ctext {
	width:300px;
	height:200px;
	font-size:13px;
	overflow:auto;
}

.error {
	background-color:#FFEEEE;
}


div.right_btn {
	text-align:right;
}


#pool {
	padding:20px;
	padding-bottom:5px;
	border:1px solid black;
}

#pool_text {
	width:100%;
	height:320px;
	font-size:13px;
	line-height:1.5em;
	overflow:auto;
}

div#phrases #pool p {
	margin:0px;
	padding:0px;
}

#pool_side {
	margin:0px;
	margin-top:1px;
	background-color:black;
	padding:3px 0px;
	text-align:center;
	color:white;
}

#pool_side input {
	width:450px;
	margin:0px;
	padding:0px;
}

#pool_side form {
	margin:0px;
	padding:0px;
}

#pool div.title {
	font-size:15px;
	font-weight:bold;
	margin-bottom:10px;
	
}

#pool_sns {
	margin-top:5px;
	text-align:center;
}

#pool div.pinger {
	font-size:12px;
	text-align:right;
}

#pool div.pinger span {
	font-weight:bold;
}


#app div.screen {
	width:200px;
	height:310px;
	margin-right:20px;
	float:left;
}

#app div.text {
	width:300px;
	float:left;
}

#app div.text div.title {
	margin-bottom:20px;
}

#app div.text div.lead {
	font-size:15px;
	line-height:1.5em;
}

#app div.text div.lead p {
	margin:0px;
	padding:0px;
	margin-bottom:7px;
	font-size:15px;
}

#app div.text div.lead p.kojimaken {
	font-size:12px;
	border:1px solid silver;
	padding:5px 10px;
	margin-top:10px;
	line-height:1.3em;
	background-color:#FFFFEE;
}

#app div.menu {
	margin-top:10px;
	text-align:center;
}

#app div.menu ul {
	padding:0px;
	margin:0px auto;
	list-style:none;
	width:520px;
}

#app div.menu ul li {
	float:left;
	padding:0px;
	margin:0px;
	width:30px;
	height:18px;
}

#app div.menu ul li.arrow {
	width:80px;
}

#app div.menu ul li span {
	font-size:18px;
	color:brown;
	font-weight:bold;
}

#app div.menu li a {
	font-size:16px;
	color:#FF9933;
	display:block;
	padding-top:2px;
}

#app div.menu ul li.arrow a {
	font-size:14px;
	padding-top:3px;
}

#app div.menu li a:hover {
	color:orange;
	background-color:pink;
}

#app div.market {
	margin:0px;
	padding:0px;
	margin-top:10px;
	color:darkgreen;
	font-size:12px;
	text-align:center;
	line-height:1.5em;
}

