@charset "utf-8";

/* RESET */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; font-style: normal; }
abbr,acronym { border:0; }
table { border-collapse:collapse; border-spacing:0; }

/* GLOBAL NAV */
a.order_delivery {
	background-position: -400px -331px;
	cursor: default;
}
a:hover.order_delivery {
	background-position: -400px -331px;
}

/* TYPE MAINCOL */
#maincol h3 {
	margin: 25px 65px 0 30px;
	padding: 0;
	font-size: 83%;
	font-family: 'Verdana','Hiragino Kaku Gothic Pro','qMmpS Pro W3','lr oSVbN', sans-serif;
	font-weight: bold;
	color: #8393cb;
	text-align: left;
}
#maincol p {
	margin: 20px 65px 0 30px;
	padding: 0;
	font-size: 73%;
	font-family: 'Verdana','Hiragino Kaku Gothic Pro','qMmpS Pro W3','lr oSVbN', sans-serif;
	line-height: 1.8em;
	color: #333;
	text-align: left;
}
#maincol p.info {
	margin: 15px 65px 0 30px;
	padding: 0;
	font-size: 73%;
	font-family: 'Verdana','Hiragino Kaku Gothic Pro','qMmpS Pro W3','lr oSVbN', sans-serif;
	line-height: 1.8em;
	color: #333;
	text-align: left;
}
#maincol a {
	text-decoration: none;
	color: #333;
}
#maincol a:hover {
	text-decoration: none;
	border-bottom: dashed 1px #AD495A;
}
