* {
    font-size: 12pt;
    font-family: "メイリオ", "MS UI Gothic";
    line-height: 1.3em;
}

body {
    background-color: #F8E0F7;
    margin: 0px;
    height: 100%;
}

a {
   text-decoration: none; /* 下線を消す */
}

#mainfield {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    border-left: 3px solid #808080;
    border-right: 3px solid #808080;
    border-bottom: 1px solid #808080;
    padding: 20px;
}

p {
	line-height: 25px;
	padding-left: 25px;
	padding-right: 25px;
	margin-bottom: 40px;
}

#shohinfield {
	margin-bottom: 90px;
}

#shohinfield p {
	font-size: 12pt;
	line-height: 25px;
	padding-left: 330px;
	padding-right: 15px;
	margin-bottom: 40px;
}

#h2field {
	margin: 0px 10px 100px 10px;
}

#h3field {
	margin: 0px 10px 100px 10px;
}

b.button a {
	background-image:url(click.png);
	background-repeat:no-repeat;
	line-height: 50px;
	padding-top: 40px;
	display:block;
}

b.button a:hover {
	background-image:url(click_on.png);
	background-repeat:no-repeat;
	line-height: 50px;
	display:block;
}

h1 {
    font-size: 9pt;
    font-weight: normal;
    text-align: right;
    
}

h2 {
	font-size: 16pt;
	color: #BD000E;
	width: 850px;
	border: 3px solid #FAAC58;
	margin: 20px 0px 20px 0px;
	padding: 10px 10px 10px 20px;
}

h3 {
	width: 700px;
	border-top: 1px solid #FAAC58;
	border-right: 1px solid #FAAC58;
	border-bottom: 1px solid #FAAC58;
	border-left: 8px solid #FAAC58;
	padding: 10px 10px;
}

ul {
	margin-bottom: 20px;
}

#link {
	font-size: 80%;
	text-align: right;
}


#FAlink {
	font-size: 80%;
	text-align: center;
}

#footer {
	font-size: 80%;
	text-align: center;
	margin: 20px 0px;
}

a:link {
    color: #0000cc;
}
a:visited {
    color: #0000cc;
}
a:hover {
    color: #ff0000;
}

.clr {
	clear:both;
} 

.aka { color: #ff0000; }
.ao { color: #0000cc; }
.b { font-weight: bold; }
.line { background: #ffff00; }
.big { font-size: 16pt; }

.subfield{
	color:#929286;
	font-size:12px;
	line-height:125%;
	font-weight:normal;
	margin-top: 5px;
	margin-left: 10px;
	margin-right:10px;
	margin-bottom: 30px;
	padding:10px 10px 10px 10px;
	background: #FFFFD2;
	border: 1px dashed #929286;
        word-break: break-all
}

.shohin {
	font-size: 16pt;
	font-weight: bold;
	text-align: right;
}

.shohin a{
	font-size: 16pt;
	font-weight: bold;
	text-align: right;
	text-decoration: underline;
}
