@charset "euc-jp";

/* formattingstyle
///////////////////////////////////////////////////////////*/

* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body{
	font-size: 92%;
	xfont-family: Arial, Helvetica, sans-serif;
	line-height: 1.7;
	background: #ffffdb;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
img{
	border: 0;
}
table{
	border: 0;
	border-collapse:collapse;
}
a{
	color: #666666;
	text-decoration: none;
}
a:hover{
	color: #333333;
}
ul,li{list-style:none;}
hr{display:none;clear:both;}

.dnone{display:none;}
.fclear{clear:both;}

/*¡¦€Clearfix-----------------¡¦€*/

.cf{ overflow: hidden;}

.cf:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

/*¡¦€-------------------------¡¦€*/

.center{text-align: center;}
.right {float: right;}
.left {float: left;}
.aright{
	text-align: right;
	margin-right: 10px;
}
.aleft{
	text-align:left;
}
.space1{
	margin-bottom: 10px;
}
.space2{
	margin-bottom: 20px;
}
.space3{
	margin-bottom: 30px;
}
.nospace1{
	margin-bottom: -10px;
}
.strong{
	font-size:150%;
	font-weight:bold;
}
.little{
	font-size:70%
}

/* basic layout
///////////////////////////////////////////////////////////*/

#wrapper {
	position: relative;
	width: 450px;
	margin: 25px;
}

h2 {
	margin-bottom: 10px;
	text-align: center;
	font-size: 110%;
	color: #FFFFFF;
	background-color: #813DCB;
	width: 450px;
}
h3 {
	clear:both;
	margin-bottom: 10px;
	border-bottom: 2px solid #662DA6;
	width: 450px;
	font-size: 110%;
	color: #662DA6;
	text-align: center;
}
.QRimg{
	float:left;
	display:block;
	margin-top:5px;
	margin-bottom:20px;
	padding-right:20px;
}
.kaisya{
	margin:10px;
	padding:8px;
	border:1px solid #813DCB;
	background: #FFFFFF;
}
.rogo{
	font-size:140%;
	font-weight:bold;
	line-height: 1em;
}
.kaisyasetumei{
	margin-top:5px;
	margin-bottom:10px;
	padding-left:10px;
	line-height: 1.3;
}
.setumei{
	margin:10px;
	padding:8px;
}
.setumei1set{
	clear:both;
}
.setumeiimg{
	float:left;
	height:120px;
	width:120px;
	margin-bottom:20px;
	background:#CCCC00;
}
.setumeibun{
	float:left;
	width:260px;
	padding-left:20px;
}
.red{
	color:#FF0000;
	font-weight:bold;
}

