@charset "UTF-8";
/* CSS Document */

html,body {
	background: #FFFFFF;
	color: #8888888;
	font-family:Arial, Helvetica, sans-serif;
	line-height:2;
	font-size:16px;
}

a {
	color: #EB6DA5;
	text-decoration: none;
}
/*a:visited {color:#e60012; text-decoration:none;}
a:hover {color:#ff0000; text-decoration:none;}*/

.contents{
	background: #FFFFFF;
 min-width: 300px; /* 最小幅 */  
  max-width: 940px; /* 最大幅 */  
  position: relative; 
  margin: 0px auto;
	padding: 100px 10px;
}
h1{
	margin: 0px auto;
	text-align: center;
	background-color: #EB6DA5;
	padding: 100px 0;
}
h1 img{width:200px;}
.txt-center{text-align:center; margin-bottom:100px;}
.rr{text-align:right;}
.txt10{ font-size:10px;}
.footer img {width:50px; margin-bottom:10px;}

table{ margin-bottom:100px;}
td{letter-spacing:0.1em;}

#welcome{ 
min-width: 300px; /* 最小幅 */  
  max-width: 600px; /* 最大幅 */  
  position: relative; 
margin: 0 auto 100px;
}

#welcome img { width:100%;}

.mb50{margin-bottom:50px;}
.mb75{margin-bottom:75px;}
.mb100{margin-bottom:100px;}
.bold{font-weight:bold;}
.txt12{font-size:12px;}
.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

.myButton {
	background-color:#eb6da6;
	-moz-border-radius:28px;
	-webkit-border-radius:28px;
	border-radius:28px;
	border:1px solid #eb6da6;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	padding:16px 31px;
	text-decoration:none;
	text-shadow:0px 1px 0px #a64271;
}
.myButton:hover {
	background-color:#f24e9a;
	color:#ffffff;
}
.myButton:active {
	position:relative;
	top:1px;
	color:#ffffff;
}
