html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	color:#474747;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	background:#fff;
}

a:link { color:#0080aa; }
a:visited { color:#003379; }
a:active { color:red; }

#container {
	margin:auto;
	width:960px;
}

#header {
	width:960px;
	overflow:hidden;
	margin:0 auto 0 auto;
}

#header h1 {
	border:1px dashed #666;
	border-top:0;
	border-bottom:0;
	background:url(../img/header.png) center no-repeat;
}

#header h1 a {
	display:block;
	width:960px;
	height:140px;
	text-indent:-9999px;
}

#navigation {
	position:absolute;
	top:0px;
	right:20px;
	float:right;
}

#navigation li {
	display:inline;
	padding:0 5px 0 15px;
	background:url(../img/arrow.gif) left center no-repeat;
}

#navigation li a {
	font-size:14px;
	text-decoration:none;
}

#content {
	position:relative;
	margin:20px 0 20px 0;
}

#content h2 {
	padding:3px 10px 3px 10px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background: #d0e6f5;
	font-size:22px;
	letter-spacing:-3px;
}

.homeNews {
	margin:0 0 10px 0;
	padding:0 0 10px 0;
	background: #fff;
	border-top:1px solid #558cb2;
	color: #333;
	width: 100%;
}

#homeDescription {
	margin:10px 0 10px 0;
	font-size:12px;
}

.homeNews th {
	padding:2px;
	background: #f2f2f2;
	border:1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
}

.homeNews td {
	padding:5px 5px 5px 5px;
}

.homeNews .tableDate {
	padding-top:10px;
	font-size:18px;
	font-weight:bold;
	letter-spacing:-2px;
}

.homeNews .tableModified {
	width:5em;
	font-size:12px;
	text-align;right;
}

.homeNews .tableTitle {
	font-size:14px;
}
.homeNews .tableTitle a {
	text-decoration:none;
}

.blogTitle {
	margin:0 0 0 0;
}

.blogTitle a {
	font-size:11px !important;
}

.homeNews .odd td {
	background:#f1f1f1;

}

#homeAddForm form {
	margin:10px 0 10px 10px;
	overflow:hidden;
}

#homeAddForm .feedImage {
	margin:2px 3px 0 0;
	height:1em;
	line-height:1em;
	float:left;
}

#homeAddForm .input {
	padding-left:20px;
	background:url(../img/feed-icon-small.png) 0 center no-repeat;
	float:left;
}

#homeAddform .submit {
	margin-left:20px;
	float:left;
}

#homeRanking {
	margin:10px 0 0 10px;
}

#homeRanking li a {
	font-size:14px;
	text-decoration:none;
}

.rankingNum {
	font-size:26px;
	font-weight:bold;
	font-style:italic;
	color:#66abda;
}
