@charset "utf-8";

body {
	color: #666;
	margin-top: 0px;
	text-align: center;
	background: #FFF;
	font-family: 'Century Gothic',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Sans-Serif;
	font-size: 80%;
	line-height: 200%;
}

a {
	text-decoration: none;
}

#main_container {
	margin: 0px auto;
	width: 700px;
	text-align: center;
}

img {
	border: 0px;
}

#generater_container {
	width: 100%;
	text-align: center;
}

.example, .information {
	color: gray;
}

#generater_result {
	width: 66%;
	text-align: center;
	border: 1px solid #BBB;
	padding: 10px;
	margin-left: 17%;
	//margin-left: 119px;
	//	margin: 0px;
}

#generater_result div {
	padding: 2px;
}

#generater_result #result_textbox {
	width: 100%;
	font-size: 12px;
}

#menu_container {
}

#footer_container {
	font-size: 0.8em;
	width: 66%;
	text-align: center;
	padding: 10px;
	margin-left: 17%;
	//	margin: 0px;
}

.skin_select_navigator {
}

.skin_select_navigator a .left_arrow {
	text-decoration: none;
	text-indent: -9999px;
	width: 16px;
	display: block;
	border: none;
	margin: 0;
	padding-right:5px;
	cursor: pointer;
	background: url("left_arrow.gif") no-repeat center left;
	float: left;
}

.skin_select_navigator a .right_arrow {
	text-decoration: none;
	text-indent: -9999px;
	width: 16px;
	display: block;
	border: none;
	margin: 0;
	padding-right:5px;
	cursor: pointer;
	background: url("right_arrow.gif") no-repeat center left;
	float: right;
}

#generater_option_button {
}

#generater_option_reset {
}

.link {
	font-size: 0.8em;
	text-decoration: underline;
	color: #8080FF;
	cursor: pointer;
}

#generater_option_container {
	overflow: auto;
	position: absolute;
	z-index: 100;
	top: -155px;
	left: -20px;
	border: 0px;
	margin: 0px;
	padding-top: 10px;
	background: url("bubble.gif") no-repeat center left;
	width: 184px;
	height: 151px;
}

#generater_option_container #w, #h {
	width: 25px;
}

