@charset "utf-8";

h1 {
font:Arial, Helvetica, sans-serif;
font-size:18px;
color:#000099;

}

h2 {
font:Arial, Helvetica, sans-serif;
font-size:14px;
color:#000099;

}
h3,h4,h5 {
font:Arial, Helvetica, sans-serif;
font-size:14px;
color:#000099;

}
h6 {
font:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000099;

}

#buttons
{
width: 146px;

}

#buttons ul {
    padding: 0px;
    margin: 0px;
	      
}

#buttons li {
	list-style:katakana;
	padding: 0px;
    margin: 0px;   
}

#buttons a {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	display: block;	
	width: 146px;
	height: 25px;
	background:#00CCFF;
	text-align: center;
	text-decoration:none;
	font-style:normal;
	color:#FFFFCC;	
	padding-top: 20px;
	border-bottom-color:#990000;
	border-bottom-width:thin;
	border-bottom-style:dotted;
	border-left-color:#FFFFCC;
	border-left-style:solid;
	border-left-width:10px;
	
}

#buttons a:hover {
	background:#33CCFF;
	color:#CC3300;
	font-style:italic;
	border-bottom-color:#990000;
	border-bottom-width:thin;
	border-bottom-style:dotted;
	border-left-color:#CC3300;
	border-left-style:solid;
	border-left-width:10px;
	
}