* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: 'Lucida Sans Unicode', 'Lucida Sans', 'Hiragino Kaku Gothic Pro', "ＭＳ ゴシック", sans-serif;
	font-size: 11px;
	line-height: 160%;
	font-weight: normal;
	color: #CCCCCC;
	background-color: #89145A;
}
h1 {
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 18px;
	color: #FFFFFF;
	margin-bottom: 18px;
	font-weight: lighter;
	margin-top: 6px;
}
h3 {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 8px;
	color: #FFFFFF;
}
h4 {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 4px;
}
p {
	margin-bottom: 12px;
	font-size: 11px;
	color: #aaaaaa;
	font-weight: normal;
	margin-top: 12px;
}
img {
	border: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
a:link {
	border: none;
	color: #aaaaaa;
	text-decoration: underline;
}
a:visited {
	border: none;
	color: #aaaaaa;
	text-decoration: underline;
}
a:hover {
	border: none;
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	border: none;
	color: #FFFFFF;
	text-decoration: underline;
}
#head {
	background-color: #89145A;
	height: 75px;
	background-image: url(images/bloglist_popup_head_bg.gif);
	background-repeat: repeat-x;
}
#head a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
#head_alpha {
	width: 209px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#head_beta {
	text-align: right;
	margin-left: 209px;
}
#head_gamma {
	clear: both;
	text-align: left;
	padding-right: 16px;
	padding-left: 16px;
	color: #f7b8dc;
}
#middle {
	background-color: #000000;
	padding: 16px;
}

#foot {
	background-image: url(images/foot_bg.gif);
	height: 45px;
	text-align: center;
}
ul {
	padding-left: 16px;
}
li {
	list-style-type: decimal;
	font-weight: bold;
	color: #FFFFFF;
	list-style-position: outside;
	margin-bottom: 12px;
}

