@charset "utf-8";

div.kiiro{
	padding: 5px;
	background-color: #ff8822;
	color: #ffffff;
	font-size: 120%;
	font-weight: bold;
	border-bottom-width: 3px;
	border-bottom-style: dashed;
	border-bottom-color: #CC3300;
}

div.shirt{
font-size: 140%;
border-bottom: 3px dashed #990027;
padding: 5px;
background-color: #ff006a;
font-weight: bold;
color: #ffffff;
}

div.jeans{
font-size: 140%;
border-bottom: 3px dashed #1e00ff;
padding: 5px;
background-color: #2a0099;
font-weight: bold;
color: #ffffff;
}

div.acce{
font-size: 140%;
border-bottom: 3px dashed #19ff00;
padding: 5px;
background-color: #009909;
font-weight: bold;
color: #ffffff;
}

div.sonota{
font-size: 140%;
border-bottom: 3px dashed #ffffff;
padding: 5px;
background-color: #555555;
font-weight: bold;
color: #ffffff;
}

div.menu{
	border: 1px solid #333333;
}

h1.shirth1{
font-size: 140%;
border-bottom: 3px dashed #990027;
padding: 5px;
background-color: #ff006a;
font-weight: bold;
color: #ffffff;
}

h1.jeansh1{
font-size: 140%;
border-bottom: 3px dashed #1e00ff;
padding: 5px;
background-color: #2a0099;
font-weight: bold;
color: #ffffff;
}

h1.acceh1{
font-size: 140%;
border-bottom: 3px dashed #19ff00;
padding: 5px;
background-color: #009909;
font-weight: bold;
color: #ffffff;
}


h3.word{
font-size: 120%;
border-bottom: 3px dashed #ffcc00;
padding: 5px;
background-color: #ff8822;
font: bold;
color: #ffffff;
}

h2{
	font-size: 120%;
	font: bold;
}

li{
  display : inline;
  padding:5px;
}

