/**
 * @author seo2b
 * @copyright Copyright (C) 2012 seo2b
 */

@import url(http://fonts.googleapis.com/css?family=Rouge+Script);
 
body {
	color: #000000;
	font-size: 14px;
	font-family:Arial;
}
img {
	border: 0 none;
}
a {
	color: #000000;
}
h1 {
	font-family: 'Rouge Script', cursive;
	font-weight: normal;
	font-size: 35px;
	letter-spacing:0.1em
}
h2 {
	font-family: 'Rouge Script', cursive;
	font-weight: normal;
	font-size: 35px;
	letter-spacing:0.1em;
	margin-top: 0px;
	margin-bottom: 10px;
	
}
.menu a {
	color: white;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}
.menu a:hover {
	text-decoration: underline;
}
.menu .current a {	
	text-decoration: underline;
}
.grayline {
	color: #9d9b9c;
	margin-left: 65px;
	margin-right: 65px;	
}
#footer_navi .menu li {
	float: right;
}

.chronoform a {
	display: none;
}

.pmimage, .pmquantity {
	display: none;	
}