span#alpha {
        font-weight: 900;
        font-size: 1.2em;
        font-style: italic;
        color: #ef5404;
}

h1 {
       font-size: 3em; 
       font-family: Times, "ＭＳ 明朝", serif;
}

div.entry {
	margin: 10px 0;
}

div#items {
	float: left;
	width: 70%;
	margin-top: 0;
	padding: 5px;
	
}

div#right {
	margin-left: 71%; } h1 , h2 , h3 , h4 , h5 , h6 , pre , form , body ,
	html , p , blockquote , fieldset , input {
	margin: 0;
	padding: 0;
}

a img,:link img,:visited img {
	border: none;
}

a {
	text-decoration: none;
}

a:link {
        color: #a6a6ff;
}

a:visited {
        color: #5555ff;
}

a:hover {
	text-decoration: underline;
        color: #ef5404;
}

body,td {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	background-color: #fff;
}