@charset "utf-8";

html:lang(ja) {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, "ＭＳ Ｐゴシック", "MS PGothic", IPAPGothic, "Lucida Grande", "DejaVu Sans", "Bitstream Vera Sans", Meiryo, Verdana, sans-serif;
}

html:lang(en) {
	font-family: Verdana,"Lucida Grande","DejaVu Sans","Bitstream Vera Sans",sans-serif;
}

body {
	margin: 20px auto;
	background-color: #336;
	background-image: url(../images/bg1.png);
	background-repeat: no-repeat;
	background-position: center top;
	border-style: none;
	width: 800px;
	height: 768px;
	color: white;
	padding: 0;
}

.steppane {
	margin: 0 30px 50px 30px;
}

.description {
	margin-top:5px;
	margin-left:25px;
	margin-bottom:20px;
	font-size:25px;
}

/* BEGIN ROUND CORNERS */

.inputfield_wrap {
	background: url(../images/black_square.png);
/*	margin-left:25px;*/
}
.inputfield_top div {
	background: url(../images/black_corner_lt.png) no-repeat top left;
}
.inputfield_top {
	background: url(../images/black_corner_rt.png) no-repeat top right;
}
.inputfield_bottom div {
	background: url(../images/black_corner_lb.png) no-repeat bottom left;
}
.inputfield_bottom {
	background: url(../images/black_corner_rb.png) no-repeat bottom right;
}
.inputfield_top div, .inputfield_top, .inputfield_bottom div, .inputfield_bottom {
	width: 100%;
	height: 20px;
}
.inputfield_content {
	font-size: 25px;
	padding: 0 20px;
}

/* END ROUND CORNERS */

#my_url {
	margin: 20px 0px;
	font-size:25px;
	width:100%;
}

#agreement_check_wrapper, #message_already {
	margin-top: 15px;
	text-align: center;
}

.bigbutton {
	display: block;
	margin: 30px auto 0 auto;
	font-size:25px;
}

.inputfield_url_label, .inputfield_title_label {
	font-family:monospace;
}

.inputfield_url_value, .inputfield_title_value {
	margin-left:22px;
}

.inputfield_title_label {
	margin-top:10px;
}

.banner_desc {
	border-bottom:1px dashed white;
	padding-top:20px;
	margin-bottom:20px;
	text-align:left;
}

.banner_value {
	padding-bottom:10px;
}

.banner_image {
	margin-right:20px;
}

.banner_codearea {
	height:100px;
	width:400px;
}

.steppane_will {
	margin-left:30px;
	margin-bottom:30px;
	color:white;
}

.steplabel_will {
	font-size:25px;
	text-transform:uppercase;
}

.description_will {
	font-size:12px;
}

p {
	font-size: 12px;
}

.steppane_past {
	margin-left:30px;
	margin-right:10px;
	margin-bottom:30px;
	color:#7777aa;
}

.description_past {
	margin-top:5px;
	margin-left:25px;
	margin-bottom:5px;
	font-size:12px;
	color:#7777aa;
}

.steplabel_past {
	font-size:25px;
	color:#7777aa;
}

.inputfield_url_label_past {
	font-family:monospace;
	font-size:16px;
}

.inputfield_url_value_past {
	margin-left:22px;
	font-size:16px;
}

.inputfield_title_label_past {
	font-family:monospace;margin-top:10px;
	font-size:16px;
}

.inputfield_title_value_past {
	margin-left:22px;
	font-size:16px;
}

.splitter {
	width:10px;
	margin-left:0px;
	margin-right:auto;
}

.copyright {
	text-align:center;
	font-size:x-small;
}

.lang_div {
	font-size:x-small;
	text-align:right;
	margin-right:40px;
	padding-top:20px;
}

.title {
	margin-left:30px;
	margin-bottom:40px;
	margin-top:30px;
	font-size:30px;
}

.langs {
	font-size:x-small;
	padding-top:50px;
	text-align:right;
}

.langs_span {
	padding-top:1px;
	padding-bottom:1px;
	padding-left:5px;
	padding-right:5px;
	/*background:url(../images/black_square.png) repeat;*/
	background-color:#333366;
}

.langs_span a { margin-left:3px;margin-right:3px; }
.langs_span a:link { text-decoration:none;}
.langs_span a:visited { text-decoration:none; }

.links {
	margin-top:20px;
	font-size:x-small;
	text-align:right;
}

.links_span {
	padding-top:2px;
	padding-bottom:1px;
	padding-left:10px;
	padding-right:10px;
	/*background:url(../images/black_square.png) repeat;*/
	background-color:#333366;
}

.links_span a { margin-left:3px;margin-right:3px; }
.links_span a:link { text-decoration:none;}
.links_span a:visited { text-decoration:none; }

a:link { color:white;}
a:visited { color:white;}

.subtitle {
	font-size:24px;
}