@charset "utf-8";
/* CSS Document */

body {
	margin: 5px;
	padding: 0;
	color: #000000;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 85%;
	background-color: #FFFFFF;

}
	
a:link{
	color:#0000FF;
	text-decoration:underline;
}
a:visited{
	color:#0000FF;
	text-decoration:underline;
}
a:active{
	color:#0000FF;
	text-decoration:underline;
}
a:hover{
	color:fuchsia;
	text-decoration:underline;
}

h1{
	color:#333333;
	font-size:140%;
	font-weight:bold;
	margin-bottom:5px;
}
	
	
	
#wrapper {
	width: 760px;
}

#header {
	background-color: #ffffff;
	height: 60px;
	text-align: center;
}
#lang{
	clear: both;
	text-align:right;
	margin:0px;
}


#primary {
	float: left;
	width: 760px;
	margin: 10px 0; /* 上下方向にマージンを指定 */
	background-color: #FFFFFF;
	text-align: center;
	border: 1px solid #999;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#FAF8EE));
	background: -moz-linear-gradient(top, #FFFFFF, #FAF8EE);　/* Firefox用 */  

}

#result{
	margin: 10px;
	text-align: left;
	padding: 10px;
	word-break: break-all;
	/*display:none;*/
	
}
	

#footer {
	clear: both; /* 寄せを解除 */
	background-color: #ffffff;
	height: 100px;
	text-align: center;
}

.domain_box{
	color: #333333;
	text-align:left;
	font-size: 16pt;
	font-weight: bold;
	width: 350px;
	font-family	: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

#copy_right{
	clear: both;
	text-align:right;
	font-size:90%;
	margin: 0px 8px 8px 0px;
}
